@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/shop/title.jpg");
	position: relative;
}

/* ## index.php ## */
.baseBox .inner {
	max-width: 980px;
}

#shopList .intro {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 24px;
}

.areaTitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin-bottom: 18px;
	padding-top: 24px;
	clear: both;
}

.zmnBox {
	width: 100%;
	max-width: 624px;
	box-sizing: border-box;
	margin: 24px auto 18px auto;
}
.zmnBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* 営業時間 */
.shopTex {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	clear: left;
}
.shopTex .time {
	width: 98%;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background-color: #e29696;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
}
.shopTex .time .title {
	font-size: 15px;
	font-family: 'Gloria Hallelujah', 'Kaisei Opti', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}
.shopTex .time span.sub {
	font-size: 12px;
}

/* 店舗ボックス */
.spBox {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 14px;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	position: relative;
}
.spBox a {
	width: 100%;
	height: 284px;
	color: #242424;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 16px;
	display: block;
	overflow: hidden;
	position: relative;
}
.spBox a:after {
  content: "";
  clear: both;
  display: block;
}
.ifbNew {
	font-family: 'Anton','M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	width: 58px;
	height: 58px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 29px;
	background-color: red;
	padding: 14px 0 0 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* boxT */
.spBox .boxT {
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.spBox a .boxT {
}
.spBox .boxT img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 2;
	vertical-align: bottom;
}
.spBox a:hover .boxT img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* boxB */
.spBox .boxB {
	width: 100%;
	box-sizing: border-box;
}
.spBox .boxB h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 8px;
	clear: both;
}
.spBox .boxB .station {
	font-size: 10px;
	color: #0756b7;
	border: solid 1px #0756b7;
	border-radius: 2px;
	margin-top: 14px;
	padding: 0 8px;
	display: inline-block;
}
.spBox .boxB .spAdd {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox a:hover {
	text-decoration: none;
}
.spBox .boxB .toDet {
	font-size: 11px;
	color: #0756b7;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 24px;
	right: 24px;
}

/* ## detail.php ## */
.sdBox {
	width: 100%;
	max-width: 980px;
	margin: 24px auto;
}
.sdBox:after {
  content: "";
  clear: both;
  display: block;
}
.sdBox .boxF {
	width: 100%;
	padding-top: 4px;
	overflow: hidden;
}
.sdBox .boxF .sdLog {
	width: 164px;
	margin-right: 44px;
	margin-bottom: 14px;
	float: left;
}
.sdBox .boxF .sdLog img {
	width: 100%;
	vertical-align: bottom;
}
.sdBox .boxF h4 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.24;
	margin-top: 14px;
	margin-bottom: 18px;
}
.sdBox .boxF h4 .sub {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.24;
	display: block;
}
.sdBox .boxF .station span {
	font-size: 12px;
	color: #0756b7;
	border: solid 1px #0756b7;
	border-radius: 2px;
	padding: 4px 14px;
}
.sdBox .boxF .linkUl li {
	margin-bottom: 8px;
	float: left;
}
.sdBox .boxF .linkUl li.siteLink a {
	color: #ffffff;
	font-size: 12px;
	background-color: #242424;
	border-radius: 4px;
	margin-right: 8px;
	padding: 6px 24px;
	display: inline-block;
}
.sdBox .boxF .linkUl li.siteLink a:hover {
	text-decoration: none;
}
.sdBox .boxF .linkUl li#linkGg {
	width: 100%;
}
.sdBox .boxF .linkUl li#linkGg a {
	width: 432px;
	text-align: center;
	background-color: #4285f4;
}
.sdBox .boxF .linkUl li#linkHot a {
	background-color: #f81f1f;
}
.sdBox .boxF .linkUl li#linkTabe a {
	background-color: #f97116;
}
.sdBox .boxF .linkUl li#linkGur a {
	background-color: #cb1616;
}
.sdBox .boxF .linkUl li#linkTsuhan a {
	background-color: #118de3;
}
.sdBox .boxF .linkUl li.snsLink a {
	font-size: 28px;
	line-height: 1;
	margin-top: -2px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 2px 2px;
	display: inline-block;
}
.sdBox .boxF .linkUl li#snsIg a {
	color: #d100a9;
}
.sdBox .boxF .linkUl li#snsTw a {
	color: #009cf7;
}
.sdBox .boxF .linkUl li#snsTt a {
	color: #242424;
	text-shadow: 1px 1px 1px rgba(255,25,100,0.7), -1px -1px 1px rgba(15,241,255,0.5);
}

.sdBox .boxS {
	width: 100%;
	margin-top: 44px;
	overflow: hidden;
}
.sdBox .boxS .shopData {
	width: 50%;
	padding-right: 24px;
	float: left;
}
.sdBox .boxS .flexslider {
	width: 50%;
	float: right;
}

.sdBox .boxMap {
	width: 100%;
	padding-top: 24px;
	clear: both;
}
.sdBox .boxMap iframe {
	width: 100%;
	height: 400px;
}

.attBox {
	width: 80%;
	box-sizing: border-box;
	background-color: #ca000a;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 14px auto;
	padding: 8px 14px;
}
/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */
.spBox a {
	height: 228px;
}
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */
.spBox a {
	height: 248px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
	
/* ## index.php ## */
.spBox a {
	height: 284px;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
.areaTitle {
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 10px;
}
	
#shopList .intro {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 18px;
}
	
.zmnBox {
	width: 90%;
	max-width: 680px;
	margin: 8px auto 14px auto;
}
/* 営業時間 */
.shopTex {
	margin-bottom: 24px;
}
.shopTex .time {
	font-size: 10px;
	padding: 8px;
}
.shopTex .time .title {
	font-size: 11px;
}
.shopTex .time span.sub {
	font-size: 10px;
}
	
/* 店舗ボックス */
.spBox {
	width: 50%;
	margin-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
}
.spBox a {
	width: 100%;
	border-radius: 4px;
	padding: 14px;
}
/* boxT */
.spBox .boxT {
	border-radius: 4px;
}
/* boxB */
.spBox .boxB h3 {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 4px;
}
.spBox .boxB .station {
	font-size: 9px;
	border-radius: 2px;
	margin-top: 8px;
	padding: 0 4px;
}
.spBox .boxB .spAdd {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox .boxB .toDet {
	font-size: 10px;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}


/* ## index.php ## */

.spBox .boxB h3 {
	font-size: 15px;
	margin-top: 8px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.spBox a:active {
	text-decoration: none;
}
	
/* ## detail.php ## */
.sdBox .boxF .linkUl li a:active {
	text-decoration: none;
	opacity: 0.84;
}
.sdBox .boxF .sdLog {
	width: 104px;
	margin-right: 8px;
}
.sdBox .boxF .sdLog img {
	width: 100%;
	vertical-align: bottom;
}
.sdBox .boxF h4 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.sdBox .boxF h4 .sub {
	font-size: 13px;
	line-height: 1.5;
}
.sdBox .boxF .station {
	margin-top: 4px;
}
.sdBox .boxF .station span {
	font-size: 10px;
	padding: 2px 8px;
}
.sdBox .boxF .linkUl {
	margin-bottom: 8px;
}
.sdBox .boxF .linkUl li {
	margin-bottom: 6px;
	float: none;
	display: inline-block;
}
.sdBox .boxF .linkUl li.siteLink a {
	font-size: 10px;
	margin-right: 8px;
	padding: 5px 10px;
}

.sdBox .boxF .linkUl li#linkGg {
}
.sdBox .boxF .linkUl li#linkGg a {
	width: 100%;
	max-width: 334px;
}
	
.sdBox .boxF .linkUl li.snsLink a {
	font-size: 24px;
	line-height: 1;
	margin-right: 4px;
	margin-botttom: 4px;
	margin-left: 4px;
	padding: 0 2px;
}
.sdBox .boxF .linkUl li.snsLink a i {
	line-height: 1.4;
	vertical-align: top;
}

.sdBox .boxS {
	margin-top: 8px;
}
.sdBox .boxS .shopData {
	width: 100%;
	padding-right: 0;
	float: none;
}
.sdBox .boxS .flexslider {
	width: 100%;
	float: none;
}

.sdBox .boxMap {
	width: 100%;
	padding-top: 14px;
}
.sdBox .boxMap iframe {
	height: 240px;
}
	
.attBox {
	font-size: 11px;
	margin: 14px auto;
	padding: 6px 8px;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

.spBox a {
	height: 264px;
}
.spBox a:hover {
	color: #0756b7;
}
.spBox .boxB h3 {
	font-size: 15px;
}
.spBox .boxB h3 span {
	font-size: 11px;
}
	
	
/* ## detail.php ## 
.sdBox .boxF .boxFa {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.sdBox .boxF .linkUl {
	width: 50%;
	box-sizing: border-box;
	float: left;
}*/

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

.spBox a {
	height: 314px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

.spBox a {
	height: 324px;
}
.spBox .boxB h3 {
	font-size: 18px;
}
.spBox .boxB h3 span {
	font-size: 14px;
}

}