body {
	max-width: 960px;
	margin: 0 auto;
	font-size: 105%;
}
#container {
	margin: 0 auto;
	padding: 5px;
	background: #fff;
}
.mark {
	height: 100px;
}
.box {
	margin: 5px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.col1 {
	width: 470px;
}
.col2 {
	width: 230px;
}
.col3 {
	width: 110px;
}

.news {
	border-top: 3px double #9dc33a;
	border-bottom: 3px double #9dc33a;
	background: #FFF;
}
.transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
#container .download {
	background: #eee;
}
#container .result {
	background: #eee;
}
#container .y90 {
	background: #eee;
}
#container .frind {
	background: #eee;
}
#container .bokin {
	background: #eee;
}
/*レスポンシブ対応メニュー*/
header {
		display: none;
	}


/*フッターメニュー*/
footer ul {
	text-align: right;
}
footer li {
	display: inline-block;
	padding-right: 15px;
}
.bgsw {
	width: 700px;
	height: 477px;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
}

.gakuentop {
	padding: 30px 0px 0px;
}

/*お店*/
#shoplist h3 {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	background: #efefef;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	clear: both;
  }

/*メイン画像*/
.trim_main {
	width: 700px;  /* トリミングしたい幅 */
	height: 300px;  /* トリミングしたい高さ */
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.trim_main img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
/*小さい画像*/
.item {
	border-top: 12px solid #e5e5e5;
	float: left;
	margin: 10px 26px 0px;
	font-size: 85%;
	width: 180px;
}

.item .tenmei {
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
/*お店 index 店名表示幅指定*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.trim {
	width: 180px;  /* トリミングしたい幅 */
	height: 180px;  /* トリミングしたい高さ */
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 140%;
}


/*お店 index 表示行指定*/
.ellipsis {
	position: relative;
	height: 150px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 10px;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}

.ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
.junle {
	border-top: 1px solid #E0E0EA;
	margin-top: 5px;
	padding-top: 5px;

	}
.seimei {
	margin-top: 10px;
	line-height: 100%;
	font-weight: bold;
	font-size: 120%;
	}
.graduate {
	font-size: 90%;
	line-height: 120%;

	}
/*詳細ページの写真*/
.shosai {
	border-top: none;
	margin-top: 15px;
}


@media print, screen and (min-width:768px) and (max-width:959px) {
body {
	width: 720px;
}

.head_coment {
	display: none;

}
.toplogomini {
	display: none;

}

}
@media only screen and (min-width:541px) and (max-width:767px) {
body {
	width: 480px;
}
#header .gakuen, .gakuentop, .head_coment {
	display: none;

}
.bgsw {
	width: 470px;
	height: 294px;
}
.ayanari .w50 {
	width: 100%;
}

}
/*@media only screen and (min-width:541px) and (max-width:820px) {
    body {
        width: 480px;
    }
}*/

@media only screen and (max-width:540px) {
body {
	padding: 0 5px;
}
#header .gakuen, .gakuentop, .head_coment {
	display: none;

}
.bgsw {
	width: 100%;
	height: 294px;
}

#container {
	width: auto !important;
	padding: 0 1.8%;/*        background: #aaa;
*/    }
.box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
}
.col1 {
	width: 100%;
}
.col2 {
	width: 100%;
}
.col3 {
	width: 100%;
}
.col4 {
	width: 100%;
}
.sp_2col {
	content: "";
	clear: both;
}
.sp_2col .box {
	width: 48.5%;
	float: left;
}
.sp_2col .box:nth-child(2n) {
	float: right;
}
.toplogo {
	display: none;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}

/*フッターメニュー*/
footer ul {
	text-align: center;
}
footer li {
	display: list-item;
	padding: 15px;
	border-top: 1px solid #CCC;
	list-style: none;
}
.ayanari .w50 {
	width: 100%;
}
/*お店*/
.item {
	width: 100%;
	margin: 0px 0px 10px;
}
.item .tenmei {
	width: 100%;
}
.trim {
	width: 100%;  /* トリミングしたい幅 */
	height: aute;  /* トリミングしたい高さ */
}
/*お店 index 表示行指定*/
.ellipsis {
	height: 100px;
}

}
.coment {
	height: 100px;
}
.coment2 {
	height: 70px;
}
