@charset "UTF-8";
/* Responsible */



/* Header */

.mainnavi {
	display: none;
}

.reservation {
    width: 140px;
    height: 100px;
    margin: 0 0 0 calc(100% - 340px - 140px);
    text-align: center;
}

#header .open-modal {
        display: inline-block;
        width: 140px;
        height: 100px;
        padding: 0 40px;
        background: #222222;
}

#header .open-modal.action {
	opacity: 0;
	z-index: -1;
}

#header .open-modal:before {
    width: 60px;
    height: 21px;
    top: calc(50% - 12px);
    left: calc(50% - 30px);
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}

#header .open-modal:after {
    width: 60px;
    height: 1px;
    top: calc(50% - 2px);
    left: calc(50% - 30px);
    background: white;
}

#header .open-modal:hover:before {
    left: calc(50% - 50px)
}

#header .open-modal:hover:after {
    left: calc(50% - 0px)
}

#header .open-modal.action:before,
#header .open-modal.action:hover:before {
    left: calc(50% - 30px);
    transform: rotate(-20deg) translateY(10px);
    border-bottom: none;
}

#header .open-modal.action:after,
#header .open-modal.action:hover:after {
    left: calc(50% - 30px);
    transform: rotate(20deg);
}


.modal-window,
.modal-window:target { 
	width: calc(80vw - 100px);
	height: 100vh !important;
}



/* Navi Window */

.navimenu_window {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 100px 40px 40px;
    background: rgba(30,30,30,0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    text-align: center;
    pointer-events: none;
}

.navimenu_window .modal-content {
	padding: 40px 0 0 ;
}

.navimenu_window #navimenu nav li {
	width: 100%;
    height: 40px;
    line-height: 40px;
	margin: 10px 0;
}

.navimenu_window #navimenu nav li a {
	margin: 0;
	color: white;
	font-size: 1.1rem;
	letter-spacing: 5px;
}

.navimenu_window #navimenu nav li a::before {
	bottom: 0;
}

.navimenu_window .modal-close {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 100px;
    position: fixed;
    top: 0px;
    left: initial;
	right: 40px;
    z-index: 1000;
	-webkit-filter: invert(1);
	filter: invert(1);
}



/* Commmon */

section {
    width: 100%;
    max-width: 100%;
    min-width: initial;
}



/* Home */

.home_catchcopy {
	position: absolute;
	bottom: 250px;
	left: 40px;
}

a.topgllry_url.button {
    display: inline-block;
    width: auto;
    height: auto;
}

.topgllry_comment {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 20px 20px 70px;
    overflow-y: auto;
    z-index: 1;
} 

.home_intro .text_box {
	line-height: 2;
}

.home_intro_eng,
.home_intro_jpn {
	left: 0;
}

.intor_img {
	width: calc(((100vw - 80px) / 2) - 20px);
	height: calc((((100vw - 80px) / 2) - 20px) * 1.5);
	max-height: initial;
	min-height: initial;
    background-size: cover !important;
}

#menu .menu_box {
	max-width: initial;
	min-width: initial;
    margin: 0 0 100px;
}

#menu .menu_info,
#menu .menu_slide {
    width: 50%;
}

.stay_window .stayplan_price_box .stayplan_priceimg {
	width: 50%;
	height: calc(((100vw - 80px) / 2) * 1.5);
	max-height: calc(((100vw - 80px) / 2) * 1.5);
	min-height: calc(((100vw - 80px) / 2) * 1.5);
	background-size: cover!important;
}

.stay_window .stayplan_price_box .stayplan_price {
	width: 50%;	
}

.stay_window .reserve {
    width: 100%;
    max-width: initial;
    min-width: initial;
}

.stay_window .room_common {
	flex-flow: column;
}

.stay_window .room_common h4 {
	margin: 0 0 30px;
}
	
.stay_window .room_common h4,
.stay_window .room_common div {
    width: 100%;
}

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

#banner .banner_box {
    width: 100%;
    margin: 0 auto;
}

#banner .banner_img {
    width: 49%;
    height: calc(((100vw - 80px) * 0.49) * 0.4);
    position: relative;
    background-size: cover !important;
    margin: 10px 0;
}

#banner .banner_img::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: solid 1px white;
    z-index: 1;
}

#footer {
    padding: 80px 40px 15px;	
}

#footer .half_box {
	width: 50%;
}

#footer .comdata.half_box {
	width: calc(100% - 100px);
}
#footer .footerlogo.half_box {
	width: 100px;
}







/* Default */

.pc {
	display: none;
}

.sp,
.tb {
	display: none;
}

.sptb {
	display: block;
}
