/* --------------------------------------------------
 * index.html
 *
-------------------------------------------------- */
/*area_button*/
.area_button {
	padding-top: 2rem;
}
.area_list_wrap {
	width: 960px;
	max-width: 96%;
}
.area_button li {
	transition: 0.3s;
	transform: translateY(0);
}
.area_button li:hover {
	transform: translateY(-3px);
}
.area_map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background: rgba(255,255,255,.1) url(../img/contents/area_map.png) no-repeat center center;
	background-size: cover;
	background-blend-mode:lighten;
}
/*.area_list {
	margin-right: -1%;
}
.area_list + .area_list {
	margin-top: 2%;
}
@media(min-width:1025px) {
	.area_list + .area_list {
		margin-top: 12px;
	}
}*/
.area_list li {
	position: absolute;
/*	float: left;*/
	min-width: 60px;
	max-width: 24%;
/*	margin-right: 1%;*/
	margin-bottom: 4px;
}
.area_list li input[type="submit"] {
	display: block;
/*	width: 100%;
	border: 1px solid #f80;
	border-top-width: 3px;
	border-radius: 3px;
	padding: 0.8em 1em;
	background: rgba(255,255,255,.9);
	color: #f80;*/
	width: 100%;
	border: none;
	border-radius: 3em;
	padding: 1.4em 0.4em;
	background: #f264a5;
	box-shadow: 0px -2px 4px rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	font-weight: 700;
	transition: 0.3s;
}
.area_list li form {
	position: relative;
}
.area_list li form:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f264a5;
	z-index: 0;
}
.area_list li form:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(135deg);
}
@media(min-width:768px) {
	.area_list li {
		min-width: 90px;
	}
	.area_list li input[type="submit"] {
/*		border-width: 2px;
		border-top-width: 5px;*/
		border-radius: 1.5em;
		padding: 0.8em 0.4em;
		font-size: 2em;
	}
	.area_list li form:before {
		bottom: -50px;
		margin-left: -30px;
		border-width: 30px;
		border-top-width: 30px;
	}
	.area_list li form:after {
		bottom: 12px;
		width: 14px;
		height: 14px;
	}
}
.area_list li input[type="submit"]:hover, .area_list li input[type="submit"]:active, .area_list li input[type="submit"]:focus {
/*	background: rgba(255,255,255,1);*/
/*	color: #fff;*/
	cursor: pointer;
}
.area_list li.active input[type="submit"] {
/*	background: rgba(255,255,255,1);*/
/*	color: #fff;*/
}
.area_list li.active input[type="submit"]:hover {
	cursor: default;
}
.area_list li.kawagoe {
/*	top: 15%;
	left: 1%;*/
	top: 24%;
	left: 5%;
}
.area_list li.omiya {
/*	top: 20%;
	left: 25%;*/
	top: 22%;
	left: 43%;
}
.area_list li.iwatsuki {
	top: 11%;
	left: 62%;
}
.area_list li.kasukabe {
	top: 2%;
	left: 79%;
}
.area_list li.koshigaya {
	top: 40%;
	left: 82%;
}
.area_list li.kawaguchi {
	top: 65%;
/*	left: 50%;*/
	left: 65%;
}
.area_link_wrap {
	width: 960px;
	max-width: 96%;
	padding-top: 2rem;
}
.area_link_wrap dt {
	padding: 0.4rem 0 0.4rem 2.8rem;
	background: #444;
	color: #fff;
}
.area_link_wrap dd {
	padding: 2rem 2rem 1.2rem;
	border: 1px solid #444;
	border-top: none;
}
.area_link {
	font-size: 0;
}
.area_link li {
	display: inline-block;
	width: 48%;
	margin: 0 1% 0.8rem;
}
.area_link a {
	display: block;
	width: 100%;
	padding: 0.5rem;
	border-radius: 1.55rem;
	background: #f264a5;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.area_link a:hover {
	text-decoration: none;
}
@media(min-width:768px) {
	.area_link_wrap dt {
		font-size: 2.4rem;
	}
	.area_link li {
		width: 18%;
	}
	.area_link li a {
		border-radius: 2.3rem;
		font-size: 2.4rem
	}
}

/*top_slider*/
.top_slider {
	max-width: 960px;
}

/* --------------------------------------------------
 * search.html
 *
-------------------------------------------------- */

.area_banner {
}
.shop_list {
	margin-right: -2%;
	font-size: 0;
}
.shop_list>li {
	display: inline-block;
	width: 200px;
	max-width: 48%;
	margin-right: 2%;
	margin-bottom: 1%;
	font-size: 1.4rem;
}
.shop_list a:hover {
	text-decoration: none;
}
.shop_list dd a {
	transition: 0.3s;
}
.shop_list dd a:hover {
	transform: translateY(-2px);
}
.shop_fl span {
	display: block;
	font-size: 20px;
}
.shop_cl span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.shop_icon {
	display: block;
	border-radius: 5px;
	margin-top: 0.7rem;
	padding: 1rem;
	color: #fff !important;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	transition: 0.3s;
}
.shop_icon:hover {
	margin-top: 0;
	padding-top: 1.7rem;
}
.naisyo .shop_icon, .chijyo .shop_icon, .artemis .shop_icon {
	font-family: 'Noto Serif JP', serif;
}
.paimomi .shop_icon {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.naisyo-omiya .shop_icon, .naisyo-omiya dd img {
	background: #622182;
}
.naisyo-omiya, .naisyo-omiya a {
	border-color: #622182;
	color: #622182;
}
.naisyo-koshigaya .shop_icon {
	background: #5d3216;
}
.naisyo-koshigaya, .naisyo-koshigaya a {
	border-color: #5d3216;
	color: #5d3216;
}
.naisyo-kawagoe .shop_icon {
	background: #f97bda;
}
.naisyo-kawagoe, .naisyo-kawagoe a {
	border-color: #f97bda;
	color: #f97bda;
}
.naisyo-kasukabe .shop_icon {
	background: #dc9401;
}
.naisyo-kasukabe, .naisyo-kasukabe a {
	border-color: #dc9401;
	color: #dc9401;
}
.paimomi-koshigaya .shop_icon {
	background: #fe3699;
}
.paimomi-koshigaya, .paimomi-koshigaya a {
	border-color: #fe3699;
	color: #fe3699;
}
.aisis-koshigaya .shop_icon, .aisis-noda .shop_icon, .aisis-nishikawaguchi .shop_icon {
	background: #00a0e9;
}
.aisis-koshigaya, .aisis-koshigaya a, .aisis-noda, .aisis-noda a, .aisis-nishikawaguchi, .aisis-nishikawaguchi a {
	border-color: #00a0e9;
	color: #00a0e9;
}
.chijyo-omiya .shop_icon {
	background: #970000;
}
.chijyo-omiya, .chijyo-omiya a {
	border-color: #970000;
	color: #970000;
}
.artemis-koshigaya .shop_icon {
	background: #9db70b;
}
.artemis-koshigaya, .artemis-koshigaya a {
	border-color: #9db70b;
	color: #9db70b;
}
.naisyo-fc .shop_icon {
	background: #eda1bf;
}
.naisyo-fc, .naisyo-fc a {
	border-color: #eda1bf;
	color: #eda1bf;
}
.azul-honjo .shop_icon {
	background: #708090;
}
.azul-honjo, .azul-honjo a {
	border-color: #708090;
	color: #708090;
}
.yandere-koshigaya .shop_icon {
	background: #e6007e;
}
.yandere-koshigaya, .yandere-koshigaya a {
	border-color: #e6007e;
	color: #e6007e;
}
.jukujo-koshigaya .shop_icon {
	background: #422a41;
}
.jukujo-koshigaya, .jukujo-koshigaya a {
	border-color: #422a41;
	color: #422a41;
}
@media(min-width:768px) {
/*	.shop_icon {
		border-radius: 5px 5px 0 0;
	}*/
	.shop_name {
		font-size: 2em;
	}
	.shop_name::after {
		content: "\A";
		white-space: pre;
	}
/*	.shop_list dd {
		border: 1px solid;
		padding-left: 1rem;
		line-height: 2;
	}*/
}
.shop_list dd {
	padding-top: 0.3rem;
}
.shop_fl {
	width: 49%;
	min-width: 80px;
	float: left;
}
.shop_list dd li:first-child {
	margin-right: 1%;
	letter-spacing: -1px;
}
.shop_list dd li:nth-child(2) {
	margin-left: 1%;
}
.shop_list dd li:last-child {
	clear: both;
	padding-top: 0.3rem;
}
.shop_list dd li a {
	display: block;
	border: 1px solid;
	border-radius: 5px;
	padding: 2px 0 0;
	text-align: center;
}
.shop_list dd li:nth-child(-n+2) img {
	vertical-align: bottom;
}
.shop_list dd li:last-child img {
	vertical-align: top;
}

.shop_banner li {
	display: inline-block;
	margin-right: 1rem;
}

.event_slider {
	width: 550px;
	max-width: 96%;
}
.event_slider li span:after {
	content: attr(title);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 4px;
	background: rgba(0,0,0,.5);
	color: #fff;
}
