.header{
	display: none;
}

.shop-gallery{
	position: relative;
}

.shop-gallery figcaption{
	z-index: 10;
	position: absolute;
	width: 72px;
	height: 36px;
	border-radius: 0 0 12px 0;
	background-color: #CB5553;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
}

.shop-gallery button{
	z-index: 10;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 24px;
	right: 24px;
}

.shop-gallery button i{
	color: #FFFFFF;
	font-size: 24px;
}

.shop-gallery img{
	width: 100%;
	aspect-ratio: 4/3;
}

.shop-gallery .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 12px;
}

.shop-gallery .swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 0.5;
}

.shop-gallery .swiper-pagination-bullet-active{
	background-color: #FFFFFF;
	opacity: 1;
}

.shop-summary{
	position: relative;
	padding: 36px 24px;
}

.shop-summary-signboard{
	position: absolute;
	height: 50px;
	top: 62px;
	right: 0;
	padding: 0 24px;
	border-radius: 12px 0 0 12px;
	background-color: #FAFAFA;
	color: #C8C8C8;
	font-weight: 600;
	font-size: 16;
	line-height: 50px;
}

.shop-summary-signboard.active{
	background-color: #FA9A05;
	color: #FFFFFF;
}

.shop-summary-theme{
	overflow: hidden;
	margin-bottom: 12px;
	color: #8B8B8B;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-summary-name{
	overflow: hidden;
	margin: 12px 0 6px 0;
	font-weight: 700;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-summary-callmix{
	margin: 6px 0 24px 0;
}

.shop-summary-callmix a{
	color: #2582FB;
	font-weight: 600;
	font-size: 20px;
}

.shop-summary-district{
	position: relative;
	margin: 24px 0 6px 0;
}

.shop-summary-district dt{
	position: absolute;
}

.shop-summary-district dt i{
	font-size: 16px;
}

.shop-summary-district dd{
	overflow: hidden;
	padding-left: 18px;
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-summary-working{
	position: relative;
	margin-top: 6px;
}

.shop-summary-working dt{
	position: absolute;
}

.shop-summary-working dt i{
	font-size: 13px;
}

.shop-summary-working dd{
	overflow: hidden;
	padding-left: 18px;
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-program{
	border-top: 12px solid #F6F8FA;
}

.shop-program article{
	padding: 36px 24px;
	border-top: 1px solid #EBEBEB;
}

.shop-program article:first-child{
	border-top: 0;
}

.shop-program-name{
	font-weight: 600;
	font-size: 20px;
}

.shop-program-name i{
	font-size: 10px;
	vertical-align: super;
}

.shop-program-course{
	margin-top: 24px;
}

.shop-program-course:after{
	display: block;
	clear: both;
	content: '';
}

.shop-program-course li{
	float: left;
}

.shop-program-course li:first-child{
	width: calc(100% - 120px);
	padding-left: 12px;
}

.shop-program-course li:last-child{
	float: left;
	width: 120px;
}

.shop-program-course-subject{
	font-weight: 500;
	font-size: 16px;
}

.shop-program-course-subject i{
	display: inline-block;
	height: 16px;
	padding: 0 6px;
	margin-left: 3px;
	border-radius: 3px;
	background-color: #4E3BC9;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 10px;
	line-height: 17px;
	vertical-align: 2px;
}

.shop-program-course-explain{
	margin-top: 6px;
	padding-left: 12px;
	color: #8B8B8B;
	font-size: 14px;
}

.shop-program-course-price{
	margin-top: 6px;
}

.shop-program-course-price:first-child{
	margin-top: 0;
}

.shop-program-course-price:after{
	display: block;
	clear: both;
	content: '';
}

.shop-program-course-price dt{
	float: left;
	width: 36px;
	padding-top: 1.6px;
	font-size: 12px;
	text-align: right;
}

.shop-program-course-price dd{
	float: right;
	width: 84px;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
}

.shop-details{
	border-top: 12px solid #F6F8FA;
}

.shop-details article{
	margin: 36px 24px;
}

.shop-details-country-subject{
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 16px;
}

.shop-details-country-content{
	margin-top: 6px;
	padding-left: 12px;
	color: #8B8B8B;
	font-size: 14px;
}

.shop-details-event-subject{
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 16px;
}

.shop-details-event-content{
	margin-top: 6px;
	padding-left: 12px;
	color: #8B8B8B;
	font-size: 14px;
}

.shop-details-working-subject{
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 16px;
}

.shop-details-working-content{
	margin-top: 6px;
	padding-left: 12px;
	color: #8B8B8B;
	font-size: 14px;
}

.shop-details-address-subject{
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 16px;
}

.shop-details-address-content{
	margin-top: 6px;
	padding-left: 12px;
	color: #8B8B8B;
	font-size: 14px;
}

.shop-details-address-map{
	position: relative;
	height: 256px;
	margin-top: 12px;
	border: 1px solid #EBEBEB;
}

.shop-details-address-map p{
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.shop-details-address-map figcaption{
	z-index: 10;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

.shop-details-address-map figcaption ul{
	border: 1px solid #242424;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.shop-details-address-map figcaption ul li{
	border-top: 1px solid #242424;
}

.shop-details-address-map figcaption ul li:first-child{
	border-top: 0;
}

.shop-details-address-map figcaption ul li button{
	width: 36px;
	height: 36px;
	font-size: 16px;
}

.shop-details-address-map figcaption ul li button.active{
	background-color: #242424;
}

.shop-details-address-map figcaption ul li button.active i{
	color: #FFFFFF;
}

.shop-details-address-toolbar{
	margin-top: 12px;
}

.shop-details-address-toolbar:after{
	display: block;
	clear: both;
	content: '';
}

.shop-details-address-toolbar li{
	float: left;
	width: 50%;
}

.shop-details-address-toolbar li:first-child{
	padding-right: 3px;
}

.shop-details-address-toolbar li:last-child{
	padding-left: 3px;
}

.shop-details-address-toolbar li a{
	display: block;
	height: 48px;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	box-shadow: 0 0 6px 1px #F5F5F5;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
}

.shop-details-address-toolbar li a i{
	margin-right: 3px;
	font-size: 14px;
}

.shop-details-address-toolbar li:last-child a i.fa-person-walking{
	font-size: 16px;
}

.shop-comment{
	padding: 24px;
	border-top: 12px solid #F6F8FA;
	background-color: #F6F8FA;
}

.shop-comment-title{
	margin-bottom: 24px;
}

.shop-comment-title strong{
	margin-right: 6px;
	color: #4E3BC9;
	font-weight: 700;
	font-size: 24px;
}

.shop-comment-title span{
	font-weight: 500;
	font-size: 16px;
}

.shop-comment blockquote{
	margin-top: 12px;
	padding: 24px;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.shop-comment blockquote cite{
	display: block;
	font-style: normal;
	font-size: 14px;
}

.shop-comment blockquote cite i{
	margin-right: 3px;
	font-size: 12px;
	vertical-align: 1px;
}

.shop-comment blockquote q{
	display: block;
	margin-top: 12px;
	font-size: 14px;
	line-height: 125%;
}

.shop-comment blockquote q::before{
	display: none;
}

.shop-comment blockquote q::after{
	display: none;
}

.shop-console{
	z-index: 10;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.shop-console ul{
	height: 72px;
	padding: 0 24px 12px 24px;
	background-color: #FFFFFF;
	box-shadow: 0 0 12px 12px #FFFFFF;
}

.shop-console ul:after{
	display: block;
	clear: both;
	content: '';
}

.shop-console ul li{
	float: left;
	height: 60px;
	padding: 14px 0;
}

.shop-console ul li:first-child{
	border-radius: 6px 0 0 6px;
}

.shop-console ul li:last-child{
	border-radius: 0 6px 6px 0;
}

.shop-console-phone{
	width: 32%;
	background-color: #CB5553;
}

.shop-console-phone a{
	display: block;
	height: 32px;
	border-left: 1px solid #EBC2BE;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.shop-console-phone a.inactive{
	color: #DDAFAF;
	cursor: default;
}

.shop-console-phone:first-child a{
	border-left: 0;
}

.shop-console-phone a i{
	margin-right: 3px;
	color: #FFFFFF;
	font-size: 16px;
}

.shop-console-phone a.inactive i{
	color: #DDAFAF;
}

.shop-console-arrow{
	width: 18%;
	background-color: #242424;
}

.shop-console-arrow a{
	display: block;
	height: 32px;
	border-right: 1px solid #8B8B8B;
	text-align: center;
	cursor: pointer;
}

.shop-console-arrow:last-child a{
	border-right: 0;
}

.shop-console-arrow a i{
	color: #FFFFFF;
	font-size: 16px;
}

.shop-console-arrow a span{
	display: block;
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 10px;
}

.shop-message{
	display: none;
	overflow-y: auto;
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.shop-message .body-wrapper{
	height: 100%;
}

.shop-message ul{
	position: relative;
	width: 292px;
	height: 92px;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -140px;
}

.shop-message ul li{
	margin-top: 24px;
	color: #FFFF00;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.shop-message ul li:first-child{
	margin-top: 0;
}

.shop-message ul li a{
	display: inline-block;
	width: 192px;
	height: 48px;
	border-radius: 6px;
	background-color: #CB5553;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
}

.footer{
	padding: 36px 24px 108px 24px;
}