@charset "utf-8";

/*################ ショップ一覧 #################*/

#top2{
	background-image:url(../img/shop/index_top.jpg);
	background-size:auto 100%;
	text-align:center;
	padding: 80px 0 30px 0;	
	}

#contents_white{
	background-color:#fff;
	text-align:center;	
	}
#contents_white a{
	color: #000;
	}

.shoplist_wrap{
	text-align:left;
	margin:0 auto;		
	}

.shoplist_wrap #shop_bgmap .shop_submenu {
    width: 100%;
    margin: 30px auto 10px;
}
.shoplist_wrap #shop_bgmap .shop_submenu{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0;
}
.shoplist_wrap #shop_bgmap .shop_submenu .shop_area a{
	width: 21%;
    float: left;
    font-size: 100%;
    font-weight: bold;
    margin-right: 2%;
    padding: 1%;
    text-align: center;
    margin-bottom: 2%;
    color: #fff;
    background: #000;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(154, 192, 67, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(154, 192, 67, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.shoplist_wrap #shop_bgmap .shop_submenu .shop_area a:hover{
	background-color: #A0D024;
	background-position: -100% 100%;
}
.shop_submenu .shop_area a::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    content: '\f107';
    float: right;
}
.shoplist_wrap #shop_bgmap .tohoku{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .kantou{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .shinetsu{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .hokuriku{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .tokai{
    padding-top: 150px;
    margin-top: -150px;
}
.shoplist_wrap #shop_bgmap .kansai{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .shikoku{
    padding-top: 150px;
    margin-top: -150px;
}
.shoplist_wrap #shop_bgmap .kyusyu{
    padding-top: 150px;
    margin-top: -150px;
}

.shoplist_wrap #shop_bgmap .okinawa{
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width: 1000px) {
.shoplist_wrap{
	margin:0 auto;
	}
.shoplist_wrap #shop_bgmap .shop_submenu .shop_area a{
    width: 47%;
}
.shoplist_wrap #shop_bgmap .shop_submenu .shop_area:nth-child(2n) a{
    margin-right: 0;
}
}
	
#shop_bgmap{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	background-image: url(../img/shop/shop_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 55% 55%;	
}


	

	
/*エリア選択ボタン*/

#area_select{
	max-width:1000px;
	margin:30px auto 0;
	line-height: 1.5em;	
}

#area_select .button {
	display: inline-block;
	width: 30%;
	text-align: center;
	outline: none;
	padding:20px 0 10px;
	margin:8px 10px;
	font-size:1.9rem;
	font-weight:bold;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

#area_select .button span {
	font-size:1.3rem;
	font-weight:normal;
}

#area_select .button::before,
#area_select .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#area_select .button,
#area_select .button::before,
#area_select .button::after {
	box-sizing: border-box;
	transition: all .3s;
}

#area_select .button:hover{
	color:#FFF;
}



@media screen and (max-width: 1000px) {
#shop_bgmap{
	background-image: none;	
}	
}
	
@media screen and (max-width: 768px) {

#shop_bgmap{
	width: 100%;
	max-width: none;
}
#shop_list > div{
	margin-left:0;
	}

#top2{
	padding: 30px 0 10px 0;	
}

#area_select{
	margin:20px auto 0 auto;
}

#area_select .button {
	width: 40%;
	padding:20px 0 15px;
	font-size:1.8rem;
}

#area_select .button span {
	display: none;
}
.shoplist_wrap #shop_bgmap .shop_submenu{
	margin-bottom: 0;
}
.shoplist_wrap #shop_bgmap .shop_submenu ul {
    padding: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.shoplist_wrap #shop_bgmap .shop_submenu ul li{
    width: 44%;
    margin-right: 0;
    margin-bottom: 5%;
}


}


/*都道府県*/

h2.erea{
	/*font-size:1.5rem;*/
	font-size: 18px;
	margin:30px 0 10px;	
}

h2.erea span{
	display:inline-block;
	margin-left:30px;
	font-size:1.3rem;
	font-weight:normal;
	font-style:italic;
}

#shop_list .prefecture{
	margin-left: 150px;
}
.prefecture h3{
	position:relative;
	display:inline-block;
	font-weight:normal;
	margin-bottom:5px;
	float:left;	
}
.prefecture h3 span{
	position:relative;
	display:inline-block;
	width:110px;
	height:22px;
	text-align:center;
	padding-top:3px;
	z-index:2;	
}
.prefecture ul {
	margin:0px 0px 20px 20px;
	float:left;
	text-align:left;	
}



@media screen and (max-width: 768px) {
#shop_list .prefecture{
	margin-left:0;
}	
h2.erea span{
	font-size:1rem;
	margin-left:10px;
}
}

/*店舗*/

.prefecture li{
	display:block;
	width:400px;		
}

.prefecture li a{
	display: inline-block;
	color: #000;
	padding: 5px 0;
	box-sizing: border-box;
}
.prefecture li a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.prefecture h3 span{
	text-align: left;
	padding-top: 15px;
}
.prefecture ul{
	margin: 0 auto;
}
.prefecture li a{
	padding: 10px 0;
}
}

@media screen and (max-width: 400px) {
.prefecture li{
	width:250px;	
}
.prefecture li a{
	padding:10px 0;
	}	
}
@media screen and (max-width: 340px) {
.prefecture li{
	width:200px;	
}	
}

/*################ 共通 #################*/

/*東北エリア*/
	#area_select .tohoku {color:#000; border: 2px solid #000;}
	#area_select .tohoku:hover {background-color:#0b77a9;}
	.tohoku h2{color:#000;}
	.tohoku h3 span{border: 1px solid #ffffff;}
	.tohoku h3:after{border-top:1px solid #0b77a9;}
	#shop_detail .tohoku{background-color:#0b77a9;}
	#shop_detail .tohoku_txt{color:#0b77a9;}
	#shop_detail .tohoku_waku {border: 2px solid #0b77a9;}


/*関東エリア*/
	#area_select .kantou {color:#19b3d9; border: 2px solid #19b3d9;}
	#area_select .kantou:hover {background-color:#19b3d9;}
	.kantou h2{color:#000;}
	.kantou h3 span{border: 1px solid #ffffff;}
	.kantou h3:after{border-top:1px solid #19b3d9;}
	#shop_detail .kantou{background-color:#19b3d9;}
	#shop_detail .kantou{background-color:#19b3d9;}
	#shop_detail .kantou_txt{color:#19b3d9;}
	#shop_detail .kantou_waku {border: 2px solid #19b3d9;}
	

/*信越エリア*/
	#area_select .shinetsu {color:#1aad12; border: 2px solid #1aad12;}
	#area_select .shinetsu:hover {background-color:#1aad12;}
	.shinetsu h2{color:#000;}
	.shinetsu h3 span{border: 1px solid #ffffff;}
	.shinetsu h3:after{border-top:1px solid #1aad12;}
	#shop_detail .shinetsu{background-color:#1aad12;}
	#shop_detail .shinetsu{background-color:#1aad12;}
	#shop_detail .shinetsu_txt{color:#1aad12;}
	#shop_detail .shinetsu_waku {border: 2px solid #1aad12;}
	
	
/*北陸エリア*/
	#area_select .hokuriku {color:#db0a0a; border: 2px solid #db0a0a;}
	#area_select .hokuriku:hover {background-color:#db0a0a;}
	.hokuriku h2{color:#000;}
	.hokuriku h3 span{border: 1px solid #ffffff;}
	.hokuriku h3:after{border-top:1px solid #db0a0a;}
	#shop_detail .hokuriku{background-color:#db0a0a;}
	#shop_detail .hokuriku{background-color:#db0a0a;}
	#shop_detail .hokuriku_txt{color:#db0a0a;}
	#shop_detail .hokuriku_waku {border: 2px solid #db0a0a;}
	
	
/*東海エリア*/
	#area_select .tokai {color:#f47533; border: 2px solid #f47533;}
	#area_select .tokai:hover {background-color:#f47533;}
	.tokai h2{color:#000;}
	.tokai h3 span{border: 1px solid #ffffff;}
	.tokai h3:after{border-top:1px solid #f47533;}
	#shop_detail .tokai{background-color:#f47533;}
	#shop_detail .tokai{background-color:#f47533;}
	#shop_detail .tokai_txt{color:#f47533;}
	#shop_detail .tokai_waku {border: 2px solid #f47533;}
	
	
/*関西エリア*/
	#area_select .kansai {color:#d19410; border: 2px solid #d19410;}
	#area_select .kansai:hover {background-color:#d19410;}
	.kansai h2{color:#000;}
	.kansai h3 span{border: 1px solid #ffffff;}
	.kansai h3:after{border-top:1px solid #d19410;}
	#shop_detail .kansai{background-color:#d19410;}
	#shop_detail .kansai{background-color:#d19410;}
	#shop_detail .kansai_txt{color:#d19410;}
	#shop_detail .kansai_waku {border: 2px solid #d19410;}
	
	
/*四国エリア*/
	#area_select .shikoku {color:#a529b7; border: 2px solid #a529b7;}
	#area_select .shikoku:hover {background-color:#a529b7;}
	.shikoku h2{color:#000;}
	.shikoku h3 span{border: 1px solid #ffffff;}
	.shikoku h3:after{border-top:1px solid #a529b7;}
	#shop_detail .shikoku{background-color:#a529b7;}
	#shop_detail .shikoku{background-color:#a529b7;}
	#shop_detail .shikoku_txt{color:#a529b7;}
	#shop_detail .shikoku_waku {border: 2px solid #a529b7;}
	
	
/*九州エリア*/
	#area_select .kyusyu {color:#ee87ab; border: 2px solid #ee87ab;}
	#area_select .kyusyu:hover {background-color:#ee87ab;}
	.kyusyu h2{color:#000;}
	.kyusyu h3 span{border: 1px solid #ffffff;}
	.kyusyu h3:after{border-top:1px solid #ee87ab;}
	#shop_detail .kyusyu{background-color:#ee87ab;}
	#shop_detail .kyusyu{background-color:#ee87ab;}
	#shop_detail .kyusyu_txt{color:#ee87ab;}
	#shop_detail .kyusyu_waku {border: 2px solid #ee87ab;}
	
	
/*沖縄エリア*/
	#area_select .okinawa {color:#ff4385; border: 2px solid #ff4385;}
	#area_select .okinawa:hover {background-color:#ff4385;}
	.okinawa h2{color:#000;}
	.okinawa h3 span{border: 1px solid #ffffff;}
	.okinawa h3:after{border-top:1px solid #ff4385;}
	#shop_detail .okinawa{background-color:#ff4385;}
	#shop_detail .okinawa{background-color:#ff4385;}
	#shop_detail .okinawa_txt{color:#ff4385;}
	#shop_detail .okinawa_waku {border: 2px solid #ff4385;}
	

