@charset "UTF-8";
/* =========================================================
	style
========================================================= */
.s_wp {
	width: 100%;
	max-width: 767px;
	margin: 0 auto;
	border-top: 36px solid #103d8d;
}
.s_wp h1 {
	margin-top: 45px;
}
.s_wp img {
	width: 100%;
}
.s_wp h2 {
	font-size: 36px;
	line-height: 1;
	margin: 1em 0;
	text-align: center;
}
.h2_b {
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.s_wp h1 {
		margin-top: 6vw;
	}
	.s_wp h2 {
		font-size: 4.8vw;
	}
	.h2_b {
		font-size: 3.2vw;
	}
}
.ancs {
	width: 96%;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.ancs a {
	display: block;
	color: #103d8d;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}
.ancs li {
	text-align: center;
	width: 16%;
	border-right: 1px solid #103d8d;
}
.ancs li:first-child {
	border-left: 1px solid #103d8d;
}
@media screen and (max-width: 767px) {
	.ancs {
		margin: 6.7vw auto 0;
	}
	.ancs a {
		font-size: 3.7vw;
	}
}



#storelist {
	width: 96%;
	margin: 0 auto;
}

.h_store {
	display: block;
	border: 1px solid #333;
	width: 100%;
	box-sizing: border-box;
	padding:1em 8% 10px;
	font-size: 30px;
	margin: .5em auto 0;
}
@media screen and (max-width: 767px) {
	.h_store {
		font-size: 4vw;
		padding: 1em 7% 2vw;
	}
}
.h_store p {
	line-height: 1;
	background-image: url("../images/y.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
@media screen and (max-width: 767px) {
	.h_store p {
		background-size: auto .7em;
	}
}
.icon {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}
.icon img {
	width: 64px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.icon {
		margin-top: 3vw;
	}
	.icon img {
		width: 12%;
		margin-right: .5%;
	}
}

#storelist h3 {
	text-align:left;
	font-size: 28px;
	font-weight: bold;
	color: #103d8d;
	line-height: 1;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	#storelist h3 {
		font-size: 4.0vw;
	}
}

.foot {
	background-color: #efedeb;
	width: 100%;
	padding: 50px 0 20px;
	margin-top: 10px;
}
.foot h2 {
	width: 27%;
	max-width: 200px;
	margin: 0 auto;
}
.foot p {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.foot {
		padding: 6.7vw 0 2.7vw;
		margin-top: 12vw;
	}
	.foot p {
		font-size: 2.2vw;
	}
}
.modal-modalwrap {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.modal-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-height: 100vh;
	/*overflow-y: scroll;*/
	max-width: 718px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}
.modal-in {
	position: relative;
	/*padding-top: 16vw;*/
}
.modal-close {
	color: #fff;
	position: absolute;
	top: 0;
	right: 100px;
	font-size: 100px;
	line-height: 1;
	height: 1em;
}
@media screen and (max-width: 767px) {
	.modal-close {
		top: 12vh;
		right: 0;
		font-size: 20vw;
		line-height: 1;
		height: 1em;
	}
	/*@media (max-aspect-ratio: 2/1) {
		.modal-close {
			top: 0;
			right: 0;
			font-size: 20vw;
			line-height: 1;
			height: 1em;
		}
	}*/
}
.modal-in img {
	/*width: auto !important;
	height: 90vh !important;
	display: block;
	margin: 0 auto;*/
	opacity: 0;
}
.modal-in {
	background-image: url("../images/modal.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 90vh;
}
@media screen and (max-width: 767px) {
	.modal-in {
		background-position: center center;
	}
	.modal-in img {
		opacity: 0;
		width: auto;
		height: 90vh;
	}
}

.md {
	width: 100%;
	max-width: 767px;
	text-align: center;
	font-size: 30px;
	background-color: #fff;
	position: sticky;
	bottom: 0;
	line-height: 3;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 20px;
	z-index: 2;
}
.md span {
	padding: 0 1.5em;
	background-image: url("../images/md.gif");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 27px auto;
}
.md:hover {
	cursor: pointer;
}
.md:hover span {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.md {
		font-size: 4.0vw;
	}
	.md span {
		background-size: auto .8em;
	}
}

.pt {
	width: 58px;
	position: fixed;
	right: 0;
	bottom: 3em;
	font-size: 30px;
	transition: .3s;
	z-index: 1;
}
.pt:hover {
	cursor: pointer;
}

.pt.disp_n {
	bottom: -60px;
}
@media screen and (max-width: 767px) {
	.pt {
		width: 58px;
		font-size: 4vw;
	}
}