/*
Theme Name: W nihonbashi
*/


/* ------------------------------
common
------------------------------ */
.page_title .title_ja{
	transform: translateY(-10px);
}
.keyvisual_frame{
	height: auto;
}
.keyvisual_frame .keyvisual{
	aspect-ratio: 1/0.333;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.4);
	background-blend-mode: overlay;
}
.pankuzu{
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 20px;
}
.pankuzu .flex_box li{
	margin-right: 5px;
}
.coulumn_page .class_list{
	padding-bottom: 150px;
}
.attention h3{
	margin-bottom: 20px;
}
.attention ul li{
	list-style-type: disc;
	margin-left: 1em;
}

/* ------------------------------
page_about
------------------------------ */
.page_about .message {
	padding-bottom: 80px;
}
.page_about .message .text_area_center{
	margin-top: 50px;
	text-align: center;
}
.page_about .message .text_area_center p{
	margin-bottom: 30px;
}
.page_about .about_cont .two_coulumn{
	margin-bottom: 100px;
}
.page_about .about_cont .text_area{
	width: 55%;
}
.page_about .about_cont .text_area .lead_text{
	position: relative;
	margin-bottom: 30px;
}
.page_about .about_cont .text_area .lead_text span{
	position: absolute;
	top: -70px;
	z-index: -9;
	font-size: 80px;
}
.page_about .about_cont .img_area{
	width: 36.66%;
	height: 469px;
}
.page_about .about_cont .img_area .bg_item{
	aspect-ratio: 1/1.333;
	background-size: cover;
	background-position: center;
	background-color: initial;
}
.page_about .slide_area .swiper{
	width: 100%;
}
.page_about .slide_area .swiper .swiper-slide{
	width: 100%;
	height: 100%;
}
.page_about .slide_area .swiper .swiper-slide .slide_item{
	aspect-ratio: 1 / 0.619;
    background-size: cover;
    background-position: center;
}
.page_about .slide_area .swiper-pagination-bullets {
	bottom: -30px;
}

.page_about .access .two_coulumn{
	margin-bottom: 60px;
}
.page_about .access .two_coulumn iframe{
	width: 100%;
}
.page_about .access .two_coulumn .address{
	width: 45%;
}
.page_about .access .address p{
	margin-bottom: 15px;
}
.page_about .access .address p span{
	display: block;
	font-weight: initial;
}
.page_about .access h3{
	margin-bottom: 15px;
}
.page_about .access .movie_frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 60px;
}
.page_about .access .movie_frame iframe{
	height: 100%;
	width: 100%;
}
.page_about .company_info .company_detail{
	width: 45%;
	margin: 0 auto;
	line-height: 3em;
}
.page_about .company_info .company_detail dt{
	width: 25%;
	float: left;
}
.company_info{
	padding-bottom: 100px;
}
.other_location{
	padding-top: 50px;
}
.other_location .sub_head{
	text-align: center;
	margin-bottom: 30px;
}
.other_location .sub_head img{
	width: 300px;
	margin-top: 30px;
}

/* ------------------------------
page_news
------------------------------ */
.news_page .news_list{
	padding-bottom: 150px;
}
.news_page .news_container {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_page .news_container .flexchild{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.news_page .news_container .flexchild .cont_thum{
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
	background-color: #d9d9d9;
}
.news_page .news_container .flexchild:nth-child(3n){
	margin-right: 0;
}
.news_page .news_list .button{
	margin: 0 auto;
}
.news_page .news_list .button .arrow{
	background-image: url(../images/plus.svg);
	width: 18px;
	height: 18px;
}
.news_page .news_list .button:hover .arrow{
	background-image: url(../images/plus_white.svg);
}

/* ------------------------------
page_price
------------------------------ */
.price_lists{
	padding-bottom: 150px;
}
.page_price .table_box{
	margin: 20px 0 60px;
	border:1px solid #000000!important;
}
.page_price .price_list{
	width: 100%;
	text-align: center;
}
.page_price .price_list th{
	background-color: #e1e1e1;
	padding: 15px;
	border:1px solid #e1e1e1;
}
.page_price .price_list td{
	padding: 15px;
	border:1px solid #e1e1e1;
	vertical-align: middle;
}
.page_price .attention {
	margin: 20px 0 60px;
}
.list_layout th,
.list_layout td{
	width: 25%;
}
/* ------------------------------
page_schedule
------------------------------ */
.schedule_plan .image_area img{
	width: 100%;
	margin: 30px 0 150px;
}
/* ------------------------------
page_guide
------------------------------ */
.page_guide .attention_list ul li{
	list-style-type: disc;
	margin-left: 1em;
}
.page_guide .howto_reserv{
	margin-left: 24px;
}
.page_guide .howto_reserv li{
	border-left: 1px solid #000;
	position: relative;
	padding-bottom: 50px;
}
.page_guide .howto_reserv li:last-child{
	border-left: none;
}
.page_guide .howto_reserv li .guideno{
	width: 48px;
	height: 48px;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left:-24px;
	justify-content: center;
	align-items: center;
}
.page_guide .howto_reserv li>div{
	justify-content: space-between;
}
.page_guide .howto_reserv li .howto_text{
	margin-left: 40px;
	width: 51%;
}
.page_guide .howto_reserv li .howto_img{
	width: 42%;
}
.page_guide .faq{
	padding-bottom: 150px;
}
.page_guide .faq dl{
	border-bottom: 1px solid #000;
}
.page_guide .faq dl dt{
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
.page_guide .faq dl dt::before{
	content: 'Q.';
	font-family: dunbar-low, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin-right: 5px;
}
.page_guide .faq dl dt a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.page_guide .faq dl dd{
	padding: 0 30px 30px;
	display: none;
}
.page_guide .faq dl.active dt a{
	width: 30px;
	height: 30px;
	background-image: url(../images/minus.svg);
	top: 0;
}
.page_guide .faq dl.active dd{
	display: block;
}

/* ------------------------------
page_contact
------------------------------ */
.page_contact .info_area{
	padding-bottom: 80px;
}
.page_contact .info_area .attention{
	width: 56%;
	margin: 0 auto;
}
.page_contact .info_area .attention span{
	display: inline-block;
	width: 150px;
}
.page_contact .info_area .attention ul{
	margin-top: 30px;
}
.page_contact .information_link_area{
	background-image: url(../images/bg_guide.jpg);
}
.page_contact .information_link_area .link_box{
	width: 100%;
	max-width: 443px;
	height: 234px;
	margin: 0 auto;
	border: 2px solid #ffffff;
}
.page_contact .information_link_area .link_box a{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.page_contact .information_link_area .link_box .title_area{
	justify-content: space-between;
	align-items: center;
	width: 70%;
}
.page_contact .information_link_area .link_box .title_area img{
	width: 20px;
}

/* ------------------------------
page_term
------------------------------ */
.term_list{
	padding-bottom: 150px;
}
.term_list .term_body h2{
	margin-bottom: 20px;
}
.term_list .term_body p{
	margin-bottom: 30px;
}

/* ------------------------------
for smartphone
------------------------------ */
@media screen and (max-width:600px) {
	/* --------------------------------
	font
	---------------------------------*/
	.fontm{font-size: 16px;}

	/* ------------------------------
	page_about
	------------------------------ */
	.page_about .message {
		padding-bottom: 0px;
	}
	.page_about .message .text_area_center{
		margin-top: 30px;
		line-height: initial;
	}
	.page_about .message .text_area_center p{
		margin-bottom: 20px;
	}
	.page_about .about_cont .two_coulumn{
		margin-bottom: 30px;
	}
	.page_about .about_cont .text_area{
		width: 100%;
		padding-top: 30px;
	}
	.page_about .about_cont .text_area .lead_text{
		position: relative;
		margin-bottom: 20px;
		line-height: initial;
	}
	.page_about .about_cont .text_area .lead_text span{
		top: -45px;
		font-size: 60px;
	}
	.page_about .about_cont .img_area{
		width: 100%;
		height: auto;
	}
	.page_about .about_cont .img_area .bg_item{
		aspect-ratio: 1/0.751;
	}
	.page_about .slide_area{
		margin-top: 60px;
	}
	.page_about .slide_area .swiper{
		height: auto;
		padding: 20px 0;
	}
	.page_about .slide_area .swiper .swiper_wrapper {
		margin: 50px 0;
	}
	.page_about .slide_area .swiper .swiper-slide{
		transition: 0.5s;
		transform: scale(1);
	}
	.page_about .slide_area .swiper .swiper-slide.swiper-slide-active{
		transform: scale(1.3);
	}
	.page_about .access .two_coulumn{
		margin-bottom: 30px;
	}
	.page_about .access .two_coulumn .address{
		width: 100%;
		margin-top: 20px;
	}
	.page_about .access h3{
		margin-bottom: 10px;
	}
	.page_about .access .movie_frame video{
		margin-bottom: 30px;
	}
	.page_about .company_info .company_detail{
		width: 100%;
	}
	.company_info{
		padding-bottom: 50px;
	}
	.other_location{
		padding-left: 20px;
		padding-right: 20px;
	}
	.other_location .two_coulumn .flexchild .title_area span{
		font-size: 12px;
	}
	/* ------------------------------
	page_instructor
	------------------------------ */
	.instructor .inst_list .flexchild{
		margin-bottom: 20px;
	}
	/* ------------------------------
	page_news
	------------------------------ */
	.news_page .news_list{
		padding-bottom: 80px;
	}
	.news_page .news_container {
		justify-content: space-between;
	}
	.news_page .news_container .flexchild{
		width: 48%;
		margin-right: 0;
	}
	/* ------------------------------
	page_price
	------------------------------ */
	.page_price .table_box {
		overflow: scroll;
		width: 100%;
	}
	.page_price .price_list {
		white-space: nowrap;
	}
	.page_price .price_list {
		overflow: scroll-x;
		width: 100%;
	}
	.page_price .price_list th,
	.page_price .price_list td	{
		padding: 3px;
	}
	.page_price .attention {
		margin: 20px 0 60px;
	}
	.list_layout th,
	.list_layout td{
		width: 25%;
	}
	/* ------------------------------
	page_guide
	------------------------------ */
	.page_guide .howto_reserv li>div{
		flex-direction: column;
	}
	.page_guide .howto_reserv li .howto_text{
		width: 90%;
	}
	.page_guide .howto_reserv li .howto_img{
		margin-left: 40px;
		margin-top: 30px;
		width: 90%;
	}
	/* ------------------------------
	page_contact
	------------------------------ */
	.page_contact .info_area .attention{
		width: 100%;
	}
	.page_contact .info_area .attention span{
		display: block;
		width: 100%;
	}
	/* ------------------------------
	page_term
	------------------------------ */
	.term_list{
		padding-bottom: 80px;
	}

}