@charset "utf-8";

/* Reset
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select {
	vertical-align: middle;
}

select {
	vertical-align: middle;
}

img {
	border: 0;
	vertical-align: bottom;
}



/* Font
-------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: normal;
    src: local("Noto Sans CJK JP Regular"),
    url('/wp-includes/fonts/WebSubsetFont_notojpregular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
    url('/wp-includes/fonts/WebSubsetFont_notojpbold.woff2') format('woff2');
	font-display: swap;
}
.font-Noto Sans JP {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400,700;
}

@font-face {
    font-family: 'Noto Serif JP';
    url('/wp-includes/fonts/WebSubsetFont_noSeriftojpregular.woff') format('woff');
　　　　font-weight: normal;
　　　　font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    url('/wp-includes/fonts/WebSubsetFont_noSeriftojpbold.woff2') format('woff');
　　　font-weight: bold;
　　　font-display: swap;
}


/* Basic
-------------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%!important;
	min-height: 100vh;
	background: #efefef;
	background-image: linear-gradient(rgb(235,235,230,0.8), rgb(250,250,250,0.8)), url(/img/noise.png);
	background-repeat: repeat;
	background-size: 100px;
	font-family: "Baskerville","Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ明朝","MS PMincho","A1明朝",serif!important;
	font-size: 0.9rem;
	font-weight: normal;
	color: black;
	letter-spacing: 2px;
	line-height : 2;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
}

.ua-chrome.ua-desktop {
    font-family: "Baskerville","Times New Roman","ヒラギノ明朝","Hiragino Minch","HiraMinProN-W3","A1明朝",serif!important
}

.ua-windows_nt body {
    font-family: "Baskerville","Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ明朝","MS PMincho","A1明朝",serif!important;
    font-weight: 450!important;
    letter-spacing: 1px
}

.ua-android body,
.ua-android.ua-chrome body {
    font-family: "Baskerville","Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ明朝","MS PMincho","A1明朝",serif!important;
    font-weight: 400!important
}

.serif {
    font-family: 'Noto Serif JP';
}

/*
.ua-windows_nt b.gothic,
.ua-windows_nt strong.gothic {
	font-family: "Noto Sans JP","Segoe UI",sans-serif!important;
}

.ua-android body .gothic,
.ua-android.ua-chrome body .gothic {
	font-family: "Noto Sans JP","Roboto","yu-gothic-pr6n","Yu Gothic","游ゴシック","YuGothic","游ゴシック体","Hiragino Sans","ヒラギノ角ゴシック",sans-serif!important;
	font-weight: normal!important;
}
*/


html {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

#wrapper {
    width: 100%;
    height: auto;
    height: 100% !important;
    min-height: 80vh;
    position: relative;
    padding: 0;
    z-index: 0;
}

#container, #content {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.error404 #container, .error404 #content {
	min-height: 100vh;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a, a:link, a:active, a:visited {
    color: black;
	-webkit-tap-highlight-color: black;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	word-break: break-word;
}

a:hover {
	color: black;
	outline: none;
	text-decoration: none;
	opacity: 1;
}

a img, a img:active {
	outline: none;
	border-bottom: none;
	opacity: 1;
}

a img:hover {
	opacity: 1;
}

.hover:hover {
	opacity: 0.5;
}

::-moz-selection {
    color: gray;
    background: rgb(220,215,210);
	line-height: 1rem;
}

::selection {
    color: gray;
    background: rgb(220,215,210);
    line-height: 1rem;
}

ins {
    color: gray;
    background: rgb(220,215,210);
	text-decoration: none;
}

mark {
    color: gray;
    background: rgb(220,215,210);
	font-style: italic;
	font-weight: bold;
}

article, aside, figure, footer, hgroup, nav, section {
	display: block;
}

object, embed {
	max-width: 100%;
}

ul,
ol {
    display: inline-block;
    width: 100%;
    list-style: none;
}

ul {
    padding: 0 0 0 15px;
    list-style: circle;
}

ol {
    padding: 0 0 0 20px;
    list-style: decimal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

dl {
	display: inline-block;
	width: 100%;
	height: auto;
}

table {
	width: 100%!important;
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	width: auto!important;
	min-width: 100px;
	max-width: calc(86vw * 0.75 * 0.25)!important;
	text-align: left;
    font-weight: normal;
	vertical-align: middle;
}

td {
    min-width: 100px;
    vertical-align: top;
    padding: 5px 0;
    line-height: 2;
}

td:nth-child(odd) {
    width: 90px!important;
    min-width: initial;
    word-break: break-word;
}

td:nth-child(even) {
    width: calc(100% - 90px)!important;
    word-break: break-word;
}

td img {
	vertical-align: middole;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: solid 1px #ccc;
	margin: 20px 0;
	padding: 0;
}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

textarea {
	font: 99% sans-serif;
}

p.small {
	font-size: 0.75rem;
}

span.small {
	font-size: 0.7rem;
}

strong {
	font-weight: 600;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	width: 100%;
	height: auto;
}

img.aligncenter {
	display: block;
	margin: 30px auto!important;
}

input[type="radio"] {
	vertical-align: text-bottom;
	accent-color: green;
}

 .clickable, label, input[type=button], input[type=submit], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
 cursor: pointer;
 display: inline-block;
 width: auto;
 height: auto;
 -webkit-box-align: start;
         align-items: flex-start;
 margin: 0 10px 0 0;
 padding: 5px;
    color: black;
 text-align: center;
 letter-spacing: 5px;
 -webkit-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
 vertical-align: middle;
}

div#archive select {
	border: 1px solid black!important;
	color: black!important;
}

html.ua-safari .archive::before, html.ua-ie .archive::before, html.ua-edge .archive::before {
	content: none;
}

select, input[type="color"][list] {
	background: none;
}

select, input, textarea {
	width: 100%;
	min-height: 35px;
	margin: 10px 0;
	padding: 10px;
	box-sizing: border-box;
    color: black;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

::placeholder {
  color: grey;
}

.check {
	margin-bottom: 3%;
	font-size: 0.85rem;
	line-height: 1.6em;
}

button {
	width: auto;
	outline: none;
	overflow: visible;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after, .clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

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



/* All
-------------------------------------------------------------------------------*/

::before,
::after {
	content: '';
	position: absolute;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: contain;'
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
    position: relative;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

.align {
    align-items: center;
}

.column {
    flex-flow: column;
}

.start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	justify-content: center;
}

.notxt {
	position: relative;
	text-indent: 999999%!important;
	white-space: nowrap;
	overflow: hidden;
}

.none {
	display: none!important;
}

.t_cntr {
	text-align: center;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.t_justfy {
	text-align: justify;
}

.half_box {
	width: 50%;
}

.hv_cntr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.v_cntr {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.h_cntr {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.f_left {
	float: left;
}

.f_roight {
	float: right;
}

.tategaki {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-orientation: upright;
    font-family: 'Noto Serif JP';
}

.tategaki.roma {
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
    text-orientation: upright;
}

.ua-safari .tategaki.roma {
    display: inline-table;
    width: 430px;
    height: 50px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: upright;
    position: relative;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -90px;
    left: -100px;
    line-height: 50px;
}

.rotate {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.rotate90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.motion {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.motion1 {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.motion3 {
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}

.delay {
	-webkit-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.delay6 {
	-webkit-transition-delay: .6s;
	-ms-transition-delay: .6s;
	transition-delay: .6s;
}

.up.onpage {
    opacity: 1!important;
    transform: translateY(0%)!important;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	-webkit-justify-content: start;
	justify-content: start;
	box-sizing: border-box;
	margin: 3vh 0!important;
}

.gallery::after {
	position: relative;
}

.gallery br {
	display: none;
}

.gallery.gallery-columns-2 dl.gallery-item,
.gallery.gallery-columns-2::after {
	width: 49%!important;
	margin: 0 2% 2% 0!important;
}

.gallery.gallery-columns-2 dl.gallery-item:nth-child(3n-1) {
	margin: 0 0 2%!important;
}

.gallery.gallery-columns-3 dl.gallery-item,
.gallery.gallery-columns-3::after {
	width: 32.33%!important;
	margin: 0 1.5% 1.5% 0!important;
}

.gallery.gallery-columns-3 dl.gallery-item:nth-child(4n-1) {
	margin: 0 0 1.5%!important;
}

.gallery.gallery-columns-4 dl.gallery-item,
.gallery.gallery-columns-4::after {
	width: 24%!important;
	margin: 0 1.33% 1.33% 0!important;
}

.gallery.gallery-columns-4 dl.gallery-item:nth-child(5n-1) {
	margin: 0 0 1.33%!important;
}

.gallery.gallery-columns-5 dl.gallery-item,
.gallery.gallery-columns-5::after {
	width: 19%!important;
	margin: 0 1.25% 1.25% 0!important;
}

.gallery.gallery-columns-5 dl.gallery-item:nth-child(6n-1) {
	margin: 0 0 1.25%!important;
}

.gallery.gallery-columns-6 dl.gallery-item,
.gallery.gallery-columns-6::after {
	width: 15.5%!important;
	margin: 0 1.4% 1.4% 0!important;
}

.gallery.gallery-columns-6 dl.gallery-item:nth-child(7n) {
	margin: 0 0 1.4%!important;
}

.gallery img {
	width: 100%;
	height: auto;
	border: none!important;
	margin: 0!important;
}



/* Font / Text
-------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	letter-spacing: 10px;
}

h2 {
	font-size: 28px;
	letter-spacing: 7px;
}

h3 {
	font-size: 25px;
	letter-spacing: 5px;
}

h4 {
	font-size: 16px;
	letter-spacing: 4px;
}

h5 {
	font-size: 12px;
	letter-spacing: 3px;
}

h6 {
	font-size: 10px;
	letter-spacing: 2px;
}

h1,h2,h3,h4,h5,h6 {
	position: relative;
	font-weight: normal;
	line-height: 1.2;
}



/* Action + Animation */

.readytext,
.readytext span,
.onetext,
.onetext span {
	opacity: 0;
}
.readytext span span,
.onetext span span {
	opacity: 1;
}

.ichigyo {
	position: relative;
	overflow: hidden;
}

.ichigyo p,
.ichigyo a,
nav li a.ichigyo {
	opacity: 0;
}

.ichigyo p:after,
.ichigyo a:after {
	content:" ";
	margin-left:-1px;
}



/* Scroll
-------------------------------------------------------------------------------*/

::-webkit-scrollbar {
 height: 3px;
 width: 5px;
 background: lightgray;
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb {
 width: 5px;
 background: gray;
 -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb:window-inactive {
 background: gray;
}




/* Overlay
-------------------------------------------------------------------------------*/

figure {
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	overflow: hidden;
}

figure a, figure a:link, figure a:visited, figure a:active {
	padding: 0;
	opacity: 1;
}

figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgb(255,255,255);
	text-align: left;
	font-size: 1rem;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
}

a:hover figcaption {
	opacity: 1;
	z-index: 1;
}



/* Modal Window
-------------------------------------------------------------------------------*/

.nonscroll {
	overflow-y: hidden!important;
}

/* Modal Window *New
---------------------- */
.open-modal {
  cursor: pointer;
}
.nonscroll {
  overflow-y: hidden !important;
}
.modal {
  display: none;
    width: 100vw;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    background: white;
    border-top: solid 1px lightgray;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
  z-index: -5;
}
.modal.active {
  display: block;
  pointer-events: inherit;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
  animation: fadeIn 0.7s ease-in-out forwards;
  z-index: 100;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-body{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}
.modal-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 20px;
    background: none;
    text-align: left;
}
.modal-close {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 100px;
    position: fixed;
    top: -101px;
    left: 40px;
    z-index: 1000;
}

.modal-close::before,
.modal-close::after {
	cursor: pointer;
	content: '';
	position: absolute;
	right: 0;
	background: black;
	-webkit-transform: translate(-50%, -50%) rotate(20deg);
	-ms-transform: translate(-50%, -50%) rotate(20deg);
	transform: translate(-50%, -50%) rotate(20deg);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1000;
}
.modal-close::before {
	width: 60px;
	height: 1px;
	top: 50%;
	left: 50%;
}
.modal-close::after {
	width: 1px;
	height: 60px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(70deg);
	-ms-transform: translate(-50%, -50%) rotate(70deg);
	transform: translate(-50%, -50%) rotate(70deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
	background: gray;
}



/* Window nav */

.static_navi,
.dynamic_navi {
	width: 100%;
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
}

.side_list {
	width: 200px;
    border-right: solid 1px black
}

.all_list {
    width: calc(100% - 250px);
}

#navimenu nav.hori {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	position: relative;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}

#navimenu nav li {
    width: auto;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 0 60px 0 0;
    overflow: hidden;
}

#navimenu nav li:last-child {
	margin: 0;
}

#navimenu nav li,
#navimenu nav li a {
    display: inline-block;
    position: relative;
    color: black;
    font-size: 0.9rem;
    letter-spacing: 2px;
    overflow: hidden;
    z-index: 1;
}

#navimenu nav li a:hover {
	color: gray;
}

#navimenu nav li a::before {
	width: 100%;
	height: 1px;
	background: white;
	bottom: -5px;
	left: -100%;
	line-height: 1;
	z-index: -1;
}

#navimenu nav li a:hover::before,
#navimenu nav.snslist li a:hover::before {
	left: 0;
}

#navimenu nav li.have {
	height: auto;
}

#navimenu ul.child {
	padding: 0;
}

#navimenu ul.child li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0;
    overflow: hidden;
}

#navimenu ul.child li::before {
	width: 10px;
	height: 1px;
	background: black;
	top: 50%;
	left: 0;
}

#navimenu ul.child li,
#navimenu ul.child li a {
    color: black;
    font-size: 1rem;
    letter-spacing: 3px;
    overflow: hidden;
    z-index: 1;
}

#navimenu ul.child li a {
	padding: 0 0 0 20px;
}

#navimenu ul.child li a:hover {
	color: gray;
}

.dynamic_navi {
    margin: 100px auto 0;
    padding: 0;
}

#navi_footer #bottom_social a {
	color: black;
}

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

#navi_footer .footernavi {
	-webkit-filter: invert(1);
	filter: invert(1);
}



/* Floor Window */

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

.floor_window .modal-close {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.floor_window .modal-body {
	display: inline-block;
	width: 1000px;
	max-width: initial;
	min-width: initial;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: white;
}

.floor_window .modal-content {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0;
}

.floor_window .roomname {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    margin: 100px 0 50px;
    font-size: 1.7rem;
    letter-spacing: 10px;
    line-height: 1;
}

.floor_window .roomname span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
}

.floor_window .room_mainimg {
	display: inline-block;
	width: 100%;
	height: 560px;
	background-size: cover!important;
	margin: 0 0 80px;
}

.floor_window .room_comment {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0 240px 40px;	
}

.floor_window .room_gallery {
	margin: 0 0 80px;
	padding: 20px;	
}

.floor_window .room_gallery .room_detailimg {
	width: 470px;
	height: calc(470px * 0.56);
	background-size: cover!important;
    margin: 7px 0;	
}

.floor_window .room_data {
    margin: 0 0 80px;
}



/* ICON
-------------------------------------------------------------------------------*/

.pict_calendarBK {
	background: transparent url(/svg/pict_calendarBK.svg) no-repeat center left;	
}

.pict_calendarWH {
	background: transparent url(/svg/pict_calendarWH.svg) no-repeat center left;	
}

.pict_mail {
	background: transparent url(/svg/pict_mail_bk.svg) no-repeat center left;
}
.pict_mailWH {
	background: transparent url(/svg/pict_mail_wh.svg) no-repeat center left;
}

.pict_inst {
	background: transparent url(/svg/pict_inst_bk.svg) no-repeat center left;
}
.pict_instWH {
	background: transparent url(/svg/pict_inst_wh.svg) no-repeat center left;
}

.pict_youtube {
	background: transparent url(/svg/pict_youtube_bk.svg) no-repeat center left;
}
.pict_youtubeWH {
	background: transparent url(/svg/pict_youtube_wh.svg) no-repeat center left;
}

.sns_instagram {
	background: transparent url(/svg/pict_inst_bk.svg) no-repeat center left;
}
.sns_facebook {
	background: transparent url(/svg/pict_fb_bk.svg) no-repeat center left;
}
.sns_twitter {
	background: transparent url(/svg/pict_X_bk.svg) no-repeat center left;
}
.sns_line {
	background: transparent url(/svg/pict_line_bk.svg) no-repeat center left;
}
.pict_map {
	background: transparent url(/svg/pict_map_bk.svg) no-repeat center left;
}
.pict_earth {
	background: transparent url(/svg/pict_earth.svg) no-repeat center left;
}



/* Archive
-------------------------------------------------------------------------------*/

.navi_box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 7vw 15vh;
    text-align: right;
}

.select-archive {
    display: inline-block;
    width: 150px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding: 0 10px;
    outline: none;
    background: url(/img/icon_select.png) no-repeat center right;
    background-size: auto 80%;
}

/* Toggle Switch */

.archivebutton {
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.archivebutton .toggleswitch {
	cursor: pointer;
    border: solid 1px black;
	text-align: center;
}

.archivebutton .toggleswitch.arrow::before {
	top: 50%;
	left: initial;
	right: 15px;
    border-top: solid 1px black;
    border-right: solid 1px black;
}

.archivebutton .toggleswitch:hover {
	background: black;
	color: white;
}

.archivebutton .toggleswitch.arrow:hover::before {
	top: 50%;
	left: initial;
	right: 15px;
    border-top: solid 1px white;
    border-right: solid 1px white;
}

.archivebutton .toggleswitch.toggle-open {
	background: black;
	color: white;
}

.archivebutton .toggleswitch.arrow.toggle-open::before {
    border-top: solid 1px white;
    border-right: solid 1px white;
    -webkit-transform: translate(-50%,-0%) rotate(-45deg);
    -ms-transform: translate(-50%,-0%) rotate(-45deg);
    transform: translate(-50%,-0%) rotate(-45deg);
}

.archivebutton .togglebox-wrap {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 5;
}

.archivebutton .togglebox {
    width: 200px;
    max-height: 50vh;
    padding: 0;
    border: 1px solid black;
    background: black;
	color: white;
    list-style: none;
    overflow-y: auto;
}

.archivebutton .togglebox li a {
	display: inline-block;
	width: 100%;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 0.8rem;
	color: white;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.archivebutton .togglebox li a:hover {
	background: white;
}

.archivebutton .togglebox li a:hover {
    color: black;
}



/* Page Navigation
-------------------------------------------------------------------------------*/

.page_navi {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    letter-spacing: 0.5px;
}

.p-navi {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
	z-index: 1;
}

.page_navi:empty,
.p-navi:empty {
	display: none!important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pagination span:first-of-type {
	margin-bottom: 15px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    padding: 0;
    color: black;
    background: transparent;
    text-decoration: none;
    float: left;
}

.pagination span {
    display: none;
    width: 100%;
    height: auto;
    font-size: 0.8rem;
    text-align: center;
}

.pagination a {
    display: inline-block;
    width: auto;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 40px;
    text-align: center;
    color: black;
    border: solid 1px black;
    opacity: 0.7;
}

.pagination .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    padding: 0 15px;
    background: gray;
    border: solid 1px gray;
    color: white;
    line-height: 38px;
}

.pagination a:hover {
	background: black;
    border: solid 1px black;
    color: white;
	opacity: 1;
}




/* Single Navigation
-------------------------------------------------------------------------------*/

ul.single-menu {
    width: 100%;
    max-width: 1280px;
    margin: 60px auto 0;
    padding: 60px 0 0;
    border-top: solid 1px grey;
    list-style: none;
}

ul.single-menu li {
    width: 30%;
    height: 30px;
    line-height: 30px;
}

ul.single-menu li.toback .button.box::after,
ul.single-menu li.nav-prev .button.box::after {
	left: 0;
	right: initial;
}

ul.single-menu li.toback .button.arrow::before,
ul.single-menu li.nav-prev .button.arrow::before {
    left: 15px;
    right: initial;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-top: none;
    border-right: none;
}

ul.single-menu li.toback .button.arrow:hover::before,
ul.single-menu li.nav-prev .button.arrow:hover::before {
    border-bottom: solid 1px white;
    border-left: solid 1px white;
}

ul.single-menu li a,
ul.single-menu li.nav-prev a,
ul.single-menu li.nav-next a,
ul.single-menu li.toback a {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 50px;
    border-bottom: solid 1px transparent;
	box-sizing: border-box;
	text-align: center;
}

ul.single-menu:has(> :nth-child(-n+2):last-child) li {
	
}

ul.single-menu:has(> :nth-child(-n+2):last-child) li:nth-child(1) {
	
}

ul.single-menu:has(> :nth-child(-n+2):last-child) li:nth-last-child(1) {
	
}

ul.single-menu:has(> :nth-child(-n+2):last-child) li:only-child {
	
}

ul.single-menu li a::before {
	
}



/* Pagetop
-------------------------------------------------------------------------------*/

#pagetop {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 1vw;
	right: 1vw;
	text-indent: 10000%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	z-index: -100;
}

#pagetop:hover {
	opacity: 0.5!important;
}

#pagetop::before {
	width: 15px;
	height: 1px;
	top: 15px;
	left: 7px;
	background: black;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 5;
}

#pagetop::after {
	width: 20px;
	height: 1px;
	top: 15px;
	right: 12px;
	background: black;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 5;
}




/* Form
-------------------------------------------------------------------------------*/

.w100 {
	width: 100px!important;
}

.w200 {
    width: 200px!important;
}

.w300 {
    width: 300px!important;
}



/* SNOW MONKEY FORM
-----------------------------------------*/

.snow-monkey-form input {
	width: auto;
	min-height: initial;
	margin: 0;	
}

.smf-form--simple-table .smf-item__col--label {
        flex: 0 0 20em!important;
        max-width: 20em!important;
        padding-bottom: 0;
        padding-right: var(--_padding1);
}

.smf-form--simple-table .smf-item__col--controls {
        flex: 1 1 calc(100% - 20em)!important;
        max-width: calc(100% - 20em)!important;
}

.smf-form .smf-checkbox-control__control {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    min-height: initial;
    position: relative;
    margin: 5px 0 !important;
    padding: 0;
    background-color: var(--_color-white);
    border-radius: 3px;
    box-shadow: initial;
}

.smf-form .smf-checkbox-control__control:checked {
    background-color: grey !important;
    border-color: grey !important;
}

.smf-placeholder {
	margin: 0 0 10px 0;
}

.smf-button-control button {
    width: 300px!important;
    height: 50px!important;
    margin: 0 15px!important;
    padding: 0!important;
    border: none!important;
    color: white!important;
    line-height: 50px!important;
}

.smf-button-control button.smf-button-control__control {
    background: grey;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.smf-action .smf-button-control__control:hover {
	background: black;
}

.smf-complete-content p {
	margin: 15px 0;
}






/* Fancybox
-------------------------------------------------------------------------------*/

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    height: auto!important;
}

.fancybox-slide--image .fancybox-content {
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}

.fancybox-navigation .fancybox-button {
    width: 50px!important;
	background: none;
}

.fancybox-navigation .fancybox-button div svg {
	display: none;
}

.fancybox-navigation .fancybox-button div {
    position: relative;
}

.fancybox-navigation .fancybox-button div::after {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    border-right: solid 1px rgb(255,255,255);
    border-bottom: solid 1px rgb(255,255,255);
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg);
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div::after {
    margin-left: 0px;
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform:translate(-50%,-50%) rotate(135deg);
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 30px 5px!important;
}

.fancybox-container,
img.fancybox-image,
.fancybox-thumbs__list a {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0,0,0,0.75);
}



/* WP default setting Customise
-------------------------------------------------------------------------------*/

.wp-block-image figure {
    width: auto;
}

.wp-block-image img {
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    margin: 2vh 0;
    -webkit-transform: inherit;	
    -ms-transform: inherit;	
    transform: inherit;	
}

.wp-block-gallery,
.wp-block-video {
    margin: 1vw 0!important;
}

.post ul.blocks-gallery-grid,
.post .wp-block-gallery {
    padding: 0;	
}

.blocks-gallery-grid img,
.wp-block-gallery img {
	min-width: auto;
	margin: 0 auto;
    -webkit-transform: inherit;	
    -ms-transform: inherit;	
    transform: inherit;	
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin: 0 0 1em 0;	
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin: 0 0 1em 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin: 0 0 1em 0!important;
}



/* Pass control */

.single form.post-password-form {
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px;
    border: solid 1px black;
    color: rgb(44, 103, 162);
    text-align: center;
}

.single form.post-password-form p {
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.single form.post-password-form p.pass_text {
	margin: 0 0 20px;
}

.single form.post-password-form input {
    width: 250px;
    margin: 10px auto 0;
    background: rgb(237, 237, 237);
}

.single form.post-password-form input:last-child:hover {
	background: black;
	color: white;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
