@charset "utf-8";
/*
Theme Name: MEITOKUAN
Description: MEITOKUAN Theme
Author: MONARCH
Version: 2025
Design: ToshinoriCawai
*/



/* Header　★
-------------------------------------------------------------------------------*/

header a,
header a:link,
header a:visited {
	color: white;
}

header.flex {
    align-items: center;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(60,60,60,0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    line-height: 80px;
    z-index: 100;
}

header.flex.action a,
header.flex.action a:link,
header.flex.action a:visited {
	color: white;
}

header.flex .half_box {
    align-items: center;
}

header a.logo {
	display: inline-block;
	width: 160px;
	height: 70px;
	margin: 0 0 0 40px;
	background: url(/svg/logo_meitokuanWHY.svg) no-repeat center center;
	background-size: contain!important;
}

header a.logo::before {
	content: none;
}

.mainnavi {
    width: calc(100% - 340px);
    height: 100px;
    margin: 0;
    padding: 0 40px;
    list-style: none;
}

.mainnavi li {
    min-width: 50px;
    height: 100px;
    position: relative;
    margin: 0 1vw;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 100px;
    overflow: hidden;
}

.mainnavi li a {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 0.8rem;
}

.mainnavi li a:hover {
	color: gray;
}

.mainnavi li a::before {
	width: 100%;
	height: 1px;
	background: gray;
	bottom: 30px;
	left: -100%;
	line-height: 1;
	z-index: -1;
}

.mainnavi li a:hover::before {
	left: 0;
}

.action .mainnavi li a::before {
	background: white;
}

.reservation {
	width: 140px;
	height: 100px;
	text-align: center;
}

.reservation a {
	height: 100px;
	line-height: 70px;
	font-size: 0.8rem;
	background: black  url(/svg/pict_calendarWH.svg) no-repeat center bottom+25px;
	background-size: 20px auto;
}

.reservation a:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
}

@media screen and (max-width: 1135px){
	.mainnavi li {
		margin: 0 0.5vw;
	}
}




/* Home
-------------------------------------------------------------------------------*/

.home,
.home #wrapper,
.home #all,
.home #container,
.home #content {
	overflow: visible;
}

.home section#top {
    height: auto;
    padding: 0;
}

.home_catchcopy {
	position: absolute;
	top: 50%;
	left: 140px;
	transform: translateY(-50%);
	color: white;
	text-shadow: 1px 3px 4px black;
	z-index: 1;
}

.home_catchcopy h1 {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 5px;
}

.home .fade {
	width: 100vw;
    height: 100vh;
	margin: 50px 0 200px;
}

.topgallery {
    background-size: cover!important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

a.topgllry_url.button {
    display: inline-block;
    width: 38vw;
    height: auto;
    position: absolute;
    bottom: 100px;
    right: 0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: white;
    font-size: 0.9rem;
	opacity: 0.8;
    z-index: 1;	
}

a.topgllry_url.button.arrow::before {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 30px;
    border-top: solid 1px white;
    border-right: solid 1px white;
}

a.topgllry_url:hover {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
    color: white;
	opacity: 1;
}

.topgllry_comment {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 40px 40px 60px;
    overflow-y: auto;
    text-align: left;
    line-height: 1.8;
    z-index: 1;
} 

.home_intro {
    width: 100%;
}

.home_intro .text_box {
    width: auto;
    margin: 0 0 100px;
    font-size: 1rem;
    line-height: 2.4;
}

.home_intro_eng {
	left: 0;
    word-break: break-word;
} 

.home_intro_jpn {
	left: 50px;
}

.intor_img {
	width: 45%;
	height: calc((100vw - 80px) * 0.45 * 1.5);
	max-height: calc(1440px * 0.45 * 1.5);
	min-height: calc(1100px * 0.45 * 1.5);
    background-size: cover !important;
}

.intor_img:last-child {
	margin: 100px 0 0;
}


/* Floor Map */

#floormap {
	min-height: 600px;
}

.floorswitch {
	margin: 0 0 50px;
	font-size: 1.5rem;
}

.floorswitch p {
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	line-height: 80px;
	border: solid 1px transparent;
	border-radius: 50%;
}

.floorswitch p:hover {
	border: solid 1px white;
	background: white;
	-webkit-filter: invert(1);
	filter: invert(1);
}

.floorswitch p.active {
	border: solid 1px black;
}

.floormap_illustarea {
    width: 100%;
    height: 600px;
}

.floormap_illust {
    width: 100%;
    height: 600px;
    background-size: contain!important;
	opacity: 0;
	z-index: 0;
}

.floormap_illust.active {
	opacity: 1;
	z-index: 1;
}



/* Footer Banner Area */

#banner {
	background: white;
}

#banner .banner_box {
    width: 1100px;
    margin: 0 auto;	
}

#banner .banner_img {
    width: 540px;
    height: calc(540px * 0.3);
    position: relative;
    background-size: cover !important;
    margin: 10px 0;
}

#banner .banner_img::before {
    width: 520px;
    height: calc((540px * 0.3) - 20px);
    top: 10px;
    left: 10px;
    border: solid 1px white;
    z-index: 1;
}

#banner .banner_img.black::before {
    border: solid 1px black;
}
#banner .banner_img.white::before {
    border: solid 1px white;
}

#banner .banner_img:hover {
	-webkit-filter: grayscale(1) brightness(0.8);
	filter: grayscale(1) brightness(0.8);
}

#banner .banner_img a {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    text-align: left;
    position: relative;
    padding: 30px;
    -webkit-backdrop-filter: brightness(0.8);
    backdrop-filter: brightness(0.8);
    z-index: 1;
}

#banner .banner_img.black a {
	color: black;
}
#banner .banner_img.white a {
	color: white;
}

#banner .banner_img a p {
	width: 100%;
	line-height: 1.2;
}

#banner .banner_img a p.banner_textjp {
	font-size: 0.8rem;
	line-height: 2;
}



/* Option */

.option_intro {
    width: 100%;
    height: auto;
    margin: 0 0 80px;
}

.options_list {
	margin: 0 0 150px;
}

.option_block {
    margin: 0 0 40px;
}

.option_img {
	width: 30%;
	height: calc((100vw - 80px) * 0.3 * 0.56);
	max-height: calc(1440px * 0.3 * 0.56);
	min-height: calc(1100px* 0.3 * 0.56);
	background-size: cover !important;
}

#facilities.option_img {
	width: 30%;
	height: calc((100vw - 80px) * 0.3 * 1.5);
	max-height: calc(1440px * 0.3 * 1.5);
	min-height: calc(1100px* 0.3 * 1.5);
	background-size: cover !important;
}

.option_menu_box {
	width: 66%;
}

.option_menu_box {
	width: 66%;
}

.option_title,
.option_menu {
	width: 100%;
	margin: 10px 0;
	font-size: 0.9rem;
	text-align: left;
}

.option_title {
	margin: 0 0 15px;
	font-size: 1.5rem;
	letter-spacing: 5px;
}


.option_list.option_slide {
    width: calc(((100vw - 1440px) / 2) + 1440px);
    max-width: calc(((100vw - 1440px) / 2) + 1440px);
    min-width: calc(((100vw - 1100px) / 2) + 1100px);
}

.option_slide .option_block {
	width: calc((100vw - 80px) * 0.3);
	max-width: calc(1440px * 0.3);
    min-width: calc(1100px * 0.3);
    margin: 0 10px;
}

.option_slide .option_img {
	width: 100%;
	height: calc((100vw - 80px) * 0.3 * 1.5);
	max-height: calc(1440px * 0.3 * 1.5);
	min-height: calc(1100px* 0.3 * 1.5);
	background-size: cover !important;
}

.option_slide .option_menu_box {
	width: 100%;
	padding: 10px 0;
}

.option_slide .option_title {
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 5px;
	line-height: 2;
}




/* Dining
-----------------------------------------*/

#menu {
    width: 100vw;
    /* max-width: initial; */
    /* min-width: initial; */
    padding: 150px 0;
}

#menu {
    width: 100vw;
    /* max-width: initial; */
    /* min-width: initial; */
    padding: 150px 0;
}

#menu .dining_box {
	margin: 50px 0 200px;
}

#menu .annnai_text {
    margin: 30px 0 80px;	
}

#menu .menu_box {
    max-width: calc(100% + ((100vw - 1440px) / 2));
    min-width: calc(100% + ((100vw - 1100px) / 2));
    margin: 0 0 100px;
}

#menu .menu_info {
	width: 33%;
    padding: 0 40px;
    text-align: left;
	overflow: hidden;
}

#menu .menu_info a.button {
	margin: 20px 0 0;
}

#menu .menu_slide {
    width: calc(100% - 33%);
}

#menu .menu_title {
	position: relative;
    font-size: 1.6rem;
    margin: 0 0 20px;
}

#menu .menu_title p {
	display: inline-block;
	position: relative;
}

#menu .menu_title p::after {
	width: 60vw;
	height: 1px;
	background: black;
	top: 50%;
	left: calc(100% + 40px);
}

#menu .doubleimg {
	width: calc((100vw * 0.66 * 0.7) - 10px);
	height: calc((100vw * 0.66 * 0.7 - 10px) * 0.56);
	max-width: 800px;
	max-height: calc(800px * 0.56);
	margin: 0 10px;
	background-size: cover!important;
}



/* Stay
-----------------------------------------*/

.stay_window h3.pagetitle {
	height: 115px;
}

.stay_window .stayplan_data {
    padding: 100px 0 150px 150px;
}

.stay_window .stayplan_data h3.pagetitle {
	display: flex;
	align-items: center;
	width: 100px;
	height: auto;
	position: absolute;
	top: -200px;
	left: 0;
	padding: 40px 0 100px 15px;
	color: white;
	background: rgba(250,250,245,0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	line-height: 1;
}

.stay_window .stayplan_data h3.pagetitle span {
    position: absolute;
    text-align: left;
    top: 40px;
    left: 15px;
    font-size: 1rem;
}

.stay_window .stayplan_data .stayroom_text {
	margin: 0 0 60px;
}

.stay_window .stayplan_data .stayroom_data_title {
	width: 120px;
	margin: 0 40px 0 0;
	padding: 0 40px 0 0;
	border-right: solid 1px black;
	text-align: justify;
}

.stay_window .stayplan_data .stayroom_data_data {
	width: calc(100% - 160px);
}

.stay_window #menu .dining_box:last-child {
    margin: 50px 0 0;
}

.stay_window h3.pagetitle {
    width: 65px;
    line-height: 1;
}

.stay_window h3.pagetitle span {
    width: auto;
    height: calc(100% - 7.5px);
    position: absolute;
    top: 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}

.stay_window .page_attention {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    background: rgb(250, 250, 250);
    color: rgb(50, 50, 50);
    font-size: 0.8rem;
}

.stay_window .stayplan_price_box {
    margin: 0 0 200px;
}

.stay_window .stayplan_price_box a {
	padding: 0 5px;
	color: gray;
	text-decoration: underline;
}

.stay_window .stayplan_price_box a:hover {
	color: white;
	background: black;
	text-decoration: none;
}

.stay_window .stayplan_price_box .stayplan_priceimg {
	width: 66%;
	height: calc((100vw - 80px) * 0.66 * 0.56);
	max-height: calc(1440px * 0.66 * 0.56);
	min-height: calc(1100px * 0.66 * 0.56);
	background-size: cover!important;
}

.stay_window .stayplan_price_box .stayplan_price {
	display: flex;
	width: 34%;
	position: relative;
	padding: 0 0 0 40px;
}

.stay_window .stayplan_price_box .stayplan_price::before {
	width: 1px;
	height: calc(100% + 150px);
	background: black;
	top: 0;
	left: 0;
}

.stay_window .stayplan_price_box .stayplan_price ul {
	padding: 0px;
	list-style: none;
}

.stay_window .reserve {
    width: 100%;
    max-width: calc(1440px);
    min-width: calc(1100px);
    height: auto;
    padding: 0;
    text-align: center;
}

.stayplan_reservation_annnai {
	margin: 20px 0;
	font-size: 0.9rem;
}

.stay_window .reserve a {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: white url(/svg/pict_calendarBK.svg) no-repeat center left+40px;
	background-size: auto 30%;
    font-size: 1.2rem;
    letter-spacing: 5px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.stay_window .reserve a:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.stay_window .room_common {
    width: auto;
    max-width: 1440px;
    margin: 0px auto;
    padding: 40px;
    border: 1px solid gray;
}

.stay_window .room_common h4 {
	width: 200px;
}

.stay_window .room_common div {
	width: calc(100% - 300px);
}



/* Page - Contact */

.contact #form_box {
	margin: 100px auto 0;
	padding: 150px 40px 0;
}

.contact .contact_comment {
	margin: 0 auto;
	padding: 50px 0;
    text-align: center;
}

.grecaptcha-badge {
	display: none!important;
}

.contact .form_recaptcha {
	margin: 0 auto;
	border: none;
    text-align: center;
	font-size: 0.7rem;	
}

.contact .form_area {
    margin: 0 auto;
    padding: 100px 0 0;
}

.contact #company {
    padding: 150px 40px 200px;
}

.company_outline {
	width: 100%;
    line-height: 2.4;
}

.company_outline table {
	border-bottom: solid gray 1px;
}

.company_outline tr {
	border-top: solid gray 1px;
}

.company_outline tr td {
	min-width: 200px;
    padding: 10px 0;
}



/* Page > Policy
-----------------------------------------*/

.page .sitepolicy #top {
	margin: 100px auto 0;
	padding: 150px 40px 0;
}

.page .sitepolicy #top .pagetitle {
	width: 100%;
	position: relative;
	top: initial;
	left: initial;
	color: black;
}

.sitepolicy #ourpolicy {
    padding: 0px 40px 150px;	
}

.sitepolicy .form_area {
	width: 100%;
	align-items: flex-start;
	margin: 0 0 100px;
}

.sitepolicy .heading_title {
	font-size: 1.6rem;
}
 
.sitepolicy .policy_box {
	width: 100%;
	height: 60vh;
	margin: 40px 0 0;
	padding: 40px 60px;
	border: solid 1px gray;
	overflow-y: auto;
}

.sitepolicy .policy_box p {
	margin: 20px 0;
}

.sitepolicy section .policy_box li,
.sitepolicy section .policy_box p {
    line-height: 2;
    font-size: 0.85rem;
	text-align: left;
}



/* Page > 404
-----------------------------------------*/

.notfound .page section#top {
	margin: 0;
}

.notfound section#top h1.catch {
    left: initial;
    font-size: 150px;
}

.notfound section#top .text_box {
	margin: 0;
}




/* Footer
-------------------------------------------------------------------------------*/

#footer {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 100px 15px;
    background: rgb(50,45,45);
    color: white;
    letter-spacing: 2px;
}

#footer a.logo {
	display: inline-block;
	width: 80px;
	height: 180px;
	background: url(/svg/logo_meitokuanWHT.svg) no-repeat center top;
	background-size: auto 85%!important;
}

.comdata {
	margin: 0 0 40px;
}

.comtitle {
	width: 100px;
	margin: 0;
	padding: 0 40px 0 0;
	line-height: 2.4;
}

.cominfo {
	width: calc(100% - 100px);
	margin: 0;
	line-height: 2.4;
}

.cominfo a {
	color: #bbbbbb;
}
.cominfo a:hover {
	color: white;
}

#bottom_social a {
	width: auto;
	height: 25px;
	margin: 0 30px 0 0;
	padding: 0 0 0 35px;
	background-size: contain;
	color: white;
}

#bottom_social a.pict_youtube,
#bottom_social a.pict_youtubeWH {
	padding: 0 0 0 60px;
}

#footer .icon_symbolWH {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-size: contain;
}

.footernavi {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px white;
}

ul.footermenu {
    padding: 0;
	list-style: none;
}

ul.footermenu li {
	width: auto;
	position: relative;
	margin: 0 30px 0 0;
	overflow: hidden;
}

ul.footermenu li a {
	color: white;
}

ul.footermenu li a:hover {
	color: gray;
}

ul.footermenu li::before {
	width: 100%;
	height: 1px;
	background: gray;
	bottom: 0;
	left: -100%;
	line-height: 1;
	z-index: 1;
}

ul.footermenu li:hover::before {
	left: 0;
}

.copy {
	margin: 0 0 0 20px;
    font-size: 0.8rem;
	color: white;
}


/* Responsible
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1920px) {

	section.w_full {
		max-width: 100%;
	}
	
	#footer {
		padding: 100px calc((100vw - 1920px) /2) 20px;
	}
	
}



/* Default WP */

.wp-block-image figcaption {
    width: auto;
    height: auto;
    position: relative;
    margin: 5px 0 0;
    top: initial;
    left: initial;
    transform: initial;
    padding: 0;
    background: none;
    font-size: 0.75rem;
    text-align: center;
    color: rgb(180,180,180);
    line-height: 1.6;
    opacity: 1;
    z-index: 1;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1;
    width: auto;
    height: auto;
    position: relative;
    margin: 5px 0 0;
    top: 100%;
    left: initial;
    transform: initial;
    padding: 0;
    background: 0 0;
    font-size: .75rem;
    text-align: center;
    color: rgb(180,180,180);
    line-height: 1.6;
    opacity: 1;
    z-index: 1;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    display: inline-block;
    height: auto;
    top: initial;
    padding: 5% 5%!important;
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,0.4) 0%,transparent)!important;
    opacity: 1;
    z-index: 1;
}



/* Switch */

.pc,
.overSm {
	display: block;
}

.flex.overSm {
	display: flex;
}

.sp,
.tb {
	display: none;
}

.sptb,
.underSm {
	display: none;
}



/* Demo Site */

.demosite {
	width: 100vw;
	height: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 20px;
	z-index: 9999;
}



/* Youtube - Movie */

.single article.post .wp-block-embed-vimeo,
.single article.post .wp-block-embed-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px
}

.single article.post .wp-block-embed-vimeo iframe,
.single article.post .wp-block-embed-youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 25vw);
    height: calc(100% + 25vw);
    transform: translate(-50%,-50%);
}

.wp-block-embed-vimeo .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: initial
}


.home .movie_box {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.home .movie_box iframe {
	position: absolute; 
    top: 50%;
    left: 50%;
	width: 100%;
    min-width: calc(125vh * 1.77);
    height: 125vh;
    transform: translate(-50%,-50%);
}

.landscape .home .movie_box iframe {
    width: calc(100% + 25vw);
    height: calc(100% + 25vw);
}



/* Tea House */

#teahouse {
	margin: 0 0 80px;
	padding: 80px 0;
	border-bottom: solid 1px black;
}

#teahouse .option_list {
    width: 66%;
	height: calc((100vw - 80px) * 0.3 * 1.5);
	max-height: calc(1440px * 0.3 * 1.5);
	min-height: calc(1100px* 0.3 * 1.5);
    max-width: initial;
    min-width: initial;
}

#teahouse .option_slide .option_block {
	width: calc((100vw - 80px) * 0.3);
	max-width: calc(1440px * 0.3);
	min-width: calc(1100px * 0.3);
	margin: 0 10px;
}

#teahouse .option_slide .option_img {
	width: 100%;
	height: calc((100vw - 80px) * 0.3 * 1.5);
	max-height: calc(1440px * 0.3 * 1.5);
	min-height: calc(1100px* 0.3 * 1.5);
	background-size: cover !important;
}


#teahouse .service_text_teahouse {
    width: 34%;
    position: relative;
    padding: 0 0 0 40px;
}


/* Teahouse Banner */

#teahouse a.service_text_teahouse_url {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-end;
    width: 100%;
    height: 150px;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
    padding: 30px;
	background: url(https://meitokuan.jp/wp-content/uploads/QSG9233-1.jpg) no-repeat center center;
    background-size: cover !important;
    -webkit-backdrop-filter: brightness(0.8);
    backdrop-filter: brightness(0.8);
    z-index: 1;
	color: white;
	line-height: 1.2;
}

#teahouse a p.banner_textjp {
	font-size: 0.8rem;
	line-height: 2;
}

#teahouse a::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: solid 1px white;
    z-index: 1;
}

#teahouse a::before {
    border: solid 1px white;
}

#teahouse a:hover {
	-webkit-filter: grayscale(1) brightness(0.8);
	filter: grayscale(1) brightness(0.8);
}

#teahouse a::after {
	width: 50px;
	height: 30px;
	bottom: 30px;
	left: 30px;
	background: transparent url(/svg/pict_youtube_wh.svg) no-repeat center left;
	background-size: contain;
}



.ipad.landscape section {
	max-width: 100vw;
	min-width: 100vw;
	overflow: hidden;
} 