@charset "utf-8";
/*
Theme Name: sadasuke
Theme URI: https://www.sadasuke.com/
Description: This is theme of sadasuke.com.
*/

 *, *:before, *:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 1.75rem;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.35rem;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.tb_display {
	display: none;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  line-height: 1.8;
}
 @font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('css/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('css/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('css/fonts/NotoSansCJKjp-Regular.eot')  format('eot');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('css/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('css/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
       url('css/fonts/NotoSansCJKjp-Bold.eot')  format('eot');
}
html, body {
    font-family: "NotoSansCJKjp", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
  font-size: 100%;
    color: #eee;
    word-break: break-all;
    background-color: #000;
}
.dai {
	font-size: 3rem;
}
.img100 {
  display: block;
  width: 100%;
  height: auto;
}
.ja {
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
}
.tac {
  text-align: center;
}
.read {
  margin-bottom: 4em;
}
.lh05em {
  letter-spacing: 0.5em;
}
.lh1em {
  letter-spacing: 1em;
}
.tac.lh05em {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.tac.lh1em {
  letter-spacing: 1em;
  text-indent: 1em;
}
.main_title {
  margin-bottom: 1em;
  line-height: 1.5;
}
.read_title {
  margin-bottom: 2em;
  line-height: 1.5;
}
.thumb_3, .thumb_4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.thumb_3 li {
  width: 30%;
  margin-bottom: 4%;
}
.thumb_4 li {
  width: 23%;
  margin-bottom: 4%;
}
.thumb_3 li img, .thumb_4 li img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.remodal-overlay {
    background: rgba(0,0,0,.9) !important;
}

.insta li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: .3s;
  backface-visibility: hidden;
}
.insta li a:hover img {
  opacity: .6;
}
.thumb_3 li a, .thumb_4 li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  transition-duration: .3s;
  opacity: 1;
}
.thumb_3 li a:hover, .thumb_4 li a:hover {
  opacity: .6;
}
.thumb_3 li span {
  display: block;
}
.thumb_3 li .title {
  margin: 1.5em 1em 1em;
  letter-spacing: .1em;
}
.thumb_3 li .txt {
  margin: 0 1em;
  font-size: .875rem;
  line-height: 1.5;
}

header > div, header nav ul {
	display: flex;
	margin: 0;
	padding: 0;
  align-items: center;
}
header {
	width: 100%;
  height: 100px;
	position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  transition-duration: .3s;
}
header.fix_bar {
  background: rgba(0,0,0,0.7);
}
header h1 {
  width: 145px;
  margin: 0;
  padding: 29px 0;
}
header h1 a {
  display: block;
  opacity: 1;
  transition-duration: .3s;
}
header h1 img {
  display: block;
  width: 100%;
  height: auto;
  transition-duration: .3s;
  backface-visibility: hidden;
}
header h1 a:hover img {
  opacity: .6;
}
header > div {
	padding: 0 20px 0 40px;
  justify-content: space-between;
}
header nav ul {
	justify-content: flex-end;
}
header nav ul li {
	margin-left: 1em;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
	text-decoration: none;
	color: #FFF;
  display: inline-block;
  transition-duration: .3s;
  opacity: 1;
  font-size: .875rem;
}
header nav ul li a:hover {
  opacity: .6;
}
header nav ul li:nth-last-child(1) a, header nav ul li:nth-last-child(2) a,
 header nav ul li:nth-last-child(3) a, header nav ul li:nth-last-child(4) a {
background: rgba(255,255,255,0.7);
color: #000 !important;
padding: .5em 1em;
}
header nav ul li:nth-last-child(1),
header nav ul li:nth-last-child(2),
header nav ul li:nth-last-child(3) {
  margin-left: 1px;
}
.resv:hover {
	background: #000;
	opacity: 1 !important;
	color: #FFF !important;
}
.v_key {
  width: 100%;
  height: calc(100vh + 5px);
  position: relative;
  top: -20px;
}
.p_key {
  width: 100%;
  height: 100vh;
}
.p_key:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height: 100vh;
  }
.concept_key:before {
background:url(img/key02.jpg) center no-repeat;
    background-size:cover;
}
.cuisine_key:before {
background:url(/q69hfx5v/wp-content/uploads/2024/09/20240913_01.jpg) center no-repeat;
    background-size:cover;
}
.rooms_key:before {
background:url(img/key04.jpg) center no-repeat;
    background-size:cover;
}
.onsen_key:before {
background:url(img/header05.jpg) center no-repeat;
    background-size:cover;
}
.inside_key:before {
background:url(img/key06.jpg) center no-repeat;
    background-size:cover;
}
.access_key:before {
background:url(img/key07.jpg) center no-repeat;
    background-size:cover;
}
#movie_content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
      width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
    z-index: 1;
}
#youtube-mask{
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
}
#ytPlayerWrap{
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
z-index: 1;
}
#iframe_ytPlayer {
}
.v_key h1 {
  text-align: center;
  line-height: 1.5;
  position: fixed;
  z-index: 1;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  width: 6.4vw;
  animation: logo_fade 5s ease;
  z-index: 2;
}
.v_key h1 img {
  width: 100%;
  height: auto;
  display: block;
}
.scroll {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  animation: scroll_fade 5s ease;
}
.scroll a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
}
.scroll a::after {
  content: "";
  width: 0;
height: 0;
border-style: solid;
border-width: 16px 16px 0 16px;
border-color: #FFF transparent transparent transparent;
position: absolute;
bottom: 0;
left: calc(50% - 16px);
transform: translate(-50%, 0);
animation: icon_down 2s infinite;
}
.over_article {
  margin-top: -20px;
  background-color: #000;
  position: relative;
  z-index: 3;
}
.in_news_box {
  padding: 1em 40px; 
}
.in_news_box_in {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.in_news_box_in h2, .in_news_box_in h3 {
  font-size: 1rem;
  font-weight: normal;
}
.in_news_box_in h2, .in_news_box_in time {
  margin-right: 2em;
}
.in_news_box_in h2, .in_news_box_in time, .in_news_box_in h3 {
  white-space: nowrap;
}
.f_sec {
  background: #202020;
  display: flex;
}
.room_list {
  display: flex;
  justify-content: space-between;
}
.room_list > section:nth-child(even) {
  background: #202020;
}
.f_sec > div {
  width: 50%;
}
.room_list > div {
	width: 50%;
}
.room_info {
	padding: 0 4vw;
}
.room_sec_b .room_info {
	padding: 4vw;
}
.text_bld, .f_sec:first-of-type > div:first-of-type, .f_sec:first-of-type + .f_sec > div:first-of-type + div {
padding: 4vw;
}

.f_sec_img_a {
  width: 50%;
  background: url(img/index01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_b {
  width: 50%;
  background: url(img/index02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_c {
  width: 50%;
  background: url(/q69hfx5v/wp-content/uploads/2021/05/concept_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_d {
  width: 50%;
  background: url(img/_cuisine_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_e {
  width: 50%;
  background: url(img/cuisine_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_f {
  width: 50%;
  background: url(img/cuisine_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_g {
  width: 50%;
  background: url(img/onsen_08.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_h {
  width: 50%;
  background: url(img/onsen_09.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_i {
  width: 50%;
  background: url(img/room_10.jpg) 50% 0 no-repeat;
  background-size: contain;
}
.f_sec_img_j {
  width: 50%;
  background: url(img/room_11.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.f_sec_img_k {
  width: 50%;
  background: url(/q69hfx5v/wp-content/uploads/2021/05/concept_01-1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_l {
  width: 50%;
  background: url(/q69hfx5v/wp-content/uploads/2021/05/inside_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_m {
  width: 50%;
  background: url(img/access_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_n {
  width: 50%;
  background: url(img/kannai_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.f_sec_img_o {
  width: 50%;
  background: url(img/kannai_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.bt_l {
  width: 320px;
  height: 70px;
  margin: 2em auto;
}
.bt_m {
  width: 250px;
  height: 50px;
  margin: 2em 0;
}
.bt_l a {
  display: block;
  width: auto;
  line-height: 70px;
  text-decoration: none;
  color: #FFF;
  padding: 0 1.5em;
  border: 2px solid #FFF;
  transition-duration: .3s;
  position: relative;
}
.bt_m a {
  display: block;
  width: auto;
  line-height: 50px;
  text-decoration: none;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 0 1.5em;
  transition-duration: .3s;
  position: relative;
}
.bt_l a span, .bt_m a span {
  opacity: 1;
  transition-duration: .3s;
}
.bt_l a:hover, .bt_m a:hover {
  opacity: .6;
}
.bt_l a::after, .bt_m a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
transform: translate(0, -50%);
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
width: 16px;
height: 16px;
display: block;
text-align: center;
line-height: 16px;
transition-duration: .3s;
opacity: 1;
}
.bt_l a:hover::after, .bt_m a:hover::after {
  right: 1em;
  opacity: .6;
}
.t_sec {
  padding: 4vw;
}
.room_sec {
	padding: 4vw 0;
}
.bg_grey {
  background: #202020;
}
.news_list {

}

.txt_list {
  border-bottom: 1px solid #545454;
}
.txt_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
  border-top: 1px solid #545454;
}
.txt_list li time {
  width: 12%;
}
.txt_list li h2 {
  font-size: 1rem;
  width: 88%;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
}
.content_news h2 {
  position: relative;
  cursor: pointer;
}
.content_news h2::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.news_content a {
  color: #BD2A01;
}
.news_content a:hover {
  text-decoration: none;
}
.news_content {
  width: 100%;
  display: none;
}
.news_content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1em 0;
}
.insta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta li {
  width: 21%;
  margin-bottom: 4%;
}
.insta::before {
  content: "";
  display: block;
  order: 1;
  width: 21%;
}
.insta::after {
  content: "";
  display: block;
  width: 21%;
}
footer {
  padding: 40px;
  background-color: #000;
  position: relative;
  z-index: 3;
}
footer h1 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1em;
}
footer p {
  line-height: 1.5;
}
address {
  font-style: normal;
  line-height: 1.5;
}
.f_sns {
  display: flex;
}
.f_sns li {
  margin-right: .5em;
}
.f_sns a {
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  transition-duration: .3s;
  opacity: 1;
}
.f_sns a:hover {
  opacity: .6;
}
.f_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_navi li {
  width: 320px;
  margin-bottom: 1em;
}
.f_navi li.ichijo img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.f_navi li.sanaton img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.f_navi a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #FFF;
  padding: 1em;
  transition-duration: .3s;
  opacity: 1;
}
.sanaton a {
  border: 0;
  padding: 0;
}
.f_navi a:hover {
  opacity: .6;
}
.copy {
  width: 100%;
  font-size: .875rem;
}
.w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.f_sec h1, .f_sec h2 {
  line-height: 1.5;
}
.new {
  background: #BD2A01;
  padding: .25em .5em;
  display: inline-block;
  margin-left: 1em;
}
.slick-dots {
  bottom: -40px !important;
}
.slick-dots li button:before {
    color: white !important;
}
.slick-slide > span {
  display: block;
}
.price {
  line-height: 1.5;
}
.price dt {
float: left;
clear: both;
width: 4em;
margin: 0 0 .5em;
}
.price dd {
  padding-left: 4em;
  margin: 0 0 .5em;

}
.onsen_data {
  width: 100%;
  max-width: 800px;
  padding: 4vw;
  margin: 60px auto 0;
  line-height: 1.5;
  border: 1px solid #666;
}
.onsen_data dt {
  float: left;
  clear: both;
  width: 7em;
  padding: 0 0 1em;
}
.onsen_data dd {
 padding: 0 0 1em 7em;
 margin: 0;
}
.rooms_nav {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; 
}
.rooms_nav li {
  margin: 0 1em;
}
.rooms_nav li a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 60px;
  opacity: 1;
  transition-duration: .3s;
}
.rooms_nav li a:hover {
	opacity: .6;
}
.rooms_key .scroll {
  bottom: 80px;
}
.room_data {
  border: 1px solid #666;
  padding: 40px;
  font-size: 85%;
  margin: 40px 0 0;
}
.room_data h3 {
  margin-top: 0;
  font-size: .875rem;
}
.room_data p {
  margin-bottom: 2em;
}
.room_data p:last-of-type {
  margin-bottom: 0;
}
.slider-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition-duration: .3s;
    opacity: 1;
}
.slider-nav img:hover {
	opacity: .6;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.attention {
	width: 100%;
	max-width: 960px;
	border: 1px solid #666;
	padding: 4vw;
	margin: 0 auto;
	line-height: 1.8;
}
.bottom_img_c img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto 40px;
}
.k_access {
		display: flex;
		justify-content: center;
	}
	.k_access dl {
		width: 31%;
		margin: 0 1%;
		text-align: center;
		line-height: 1.5;
	}
	.k_access dl dt {
		margin-bottom: 20px;
		font-weight: bold;
	}
	.k_access dl dt span {
		display: block;
		font-weight: normal;
	}
	.k_access dl dd {
		margin: 0 0 40px;
		border: 1px solid #666;
		padding: 0 1em;
		position: relative;
		height: 6em;
		font-size: .875rem;
	}
	.k_access dl dd::after {
		content: "\f078";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		bottom: -40px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		left: 50%;
		margin-left: -20px;
	}
	.k_access dl dd:last-of-type::after {
		display: none;
	}
	.k_access dl dd span {
		display: block;
		width: 100%;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
	.gmap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bottom_nav {
	margin-bottom: 3em;
	display: flex;
}
.bottom_nav li:first-child {
	margin-right: 1em;
	border-left: 1px solid #FFF;
	padding-left: 1em;
}
.bottom_nav li {
	padding-right: 1em;
	border-right: 1px solid #FFF;
  margin-right: 1em;
}
.bottom_nav li a {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	transition-duration: .3s;
}
.bottom_nav li a:hover {
	opacity: .6;
}
.other {
	margin: 100px 0 0;
	padding: 4vw;
}
.form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.form dl dt {
	width: 12em;
	float: left;
	clear: both;
	padding: 1em 0;
}
.form dl dd {
	padding: 1em 12em;
	margin: 0;
	border-top: 1px solid #666;
}
.form dl dd input[type="text"], .form dl dd input[type="email"], .form dl dd textarea {
	width: 100%;
	display: block;
	padding:.5em; 
}
.doui {
	text-align: center;
	margin-bottom: 40px;
}
.doui span {
	margin: 0;
}
.doui a {
	color: #FFF;
	text-decoration: underline;
}
.doui a:hover {
	text-decoration: none;
}
.submit {
	width: 320px;
	margin: 0 auto;
	height: 70px;
}
.submit input {
	display: block;
	width: 100%;
	line-height: 70px;
	text-align: center;
	border: none;
	background: #BD2A01;
	color: #FFF;
	transition-duration: .3s;
	cursor: pointer;
}
.submit input:disabled {
	background: #666;
	color: #555;
}
.wpcf7-not-valid-tip {
    font-size: .75rem !important;
    padding: 1em 0 0;
}
.wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 0 !important;
    border: none !important;
    text-align: center;
}
.wpcf7 .ajax-loader {
    display: block !important;
    margin: 20px auto !important;
}
.pbp {
	width: 100%;
	max-width: 960px;
	margin: 40px auto 0;
}
.pbp h2 {
	margin-top: 2em;
	font-size: 1.25rem;
}
.pbp ol {
	line-height: 1.5;
	list-style: none;
  padding-left: 0;
  display: table;
}
.pbp ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.pbp ol li {
  display: table-row;
  counter-increment: table-ol;
}
.pbp ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.pbp ol li {
	margin-bottom: 1em;
}
.chc {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.chc img {
	display: block;
	width: 100%;
	height: auto;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    transition-duration: .3s;
    text-shadow: 0 0 20px rgb(0 0 0 / 40%);
    
   
    width: 20px;
    height: 20px;
    
}
.slick-prev, .slick-next {
	width: 40px !important;
    height: 40px !important;
    background: #000 !important;
    text-align: center !important;
    line-height: 40px;
     display: block;
}
.slick-prev:before {
    content: '\f053' !important;
}
.slick-next:before {
    content: '\f054' !important;
}
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
    z-index: 1;
}

@keyframes icon_down {
  0% {
    transform: translate(0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  70% {
    opacity: 1
  }
  to {
    transform: translateY(20px);
    opacity: 0
  }
}
@keyframes scroll_fade {
 0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes logo_fade {
  0% {
    top: calc(50% - 60px);
    transform: translate(-50%, -50%) scale(1,1);
    opacity: 0;
  }
  40% {
    top: calc(50% - 60px);
    transform: translate(-50%, -50%) scale(1,1);
    opacity: 0;
  }
  to {
    top: calc(50% - 60px);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1,1);
  }
}
.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
}
.onsen_dtl {
  margin-top: 4em;
}
.inside_content {
  margin-top: 60px;
}
.inside_content h1 {
  letter-spacing: .5em;
  text-indent: .5em;
}
.inside_content img {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#error section {
  padding: 200px 6vw 80px;
}
#error section {
  text-align: center;
}
#error section h1 span {
  display: block;
  font-weight: normal;
  padding: 1em 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .bottom_nav {
    display: block;
  }
  .bottom_nav li:first-child {
    margin-right: 0;
    border-left: none;
    padding-left: 0;
}
  .bottom_nav li {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: .5em;
}
.p_key {
    height: auto;
    padding-top: 100%;
}
.p_key:before {
    padding-top: 100%;
    height: auto;
}
  .tb_display {
    display: block;
  }
  #dr-menu {
    cursor: pointer;
    position: relative;
    z-index: 99;
    width: 80px;
    height: 80px;
}
#dr-menu span {
    display: block;
    width: 40px;
    height: 2px;
    top: 40px;
    right: 20px;
    background: #FFF;
    transition-duration: .3s;
    position: absolute;
    z-index: 99;
}
#dr-menu {
transition-duration: .3s;
}
#dr-menu span:before {
    width: 40px;
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    transition-duration: .3s;
}
#dr-menu span:after {
    width: 40px;
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    transition-duration: .3s;
}
.open {
  overflow: hidden;
}
.open #dr-menu span:before {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
    background: #FFF;
}
.open #dr-menu span {
    height: 0;
    background: #FFF;
}
.open #dr-menu span:after {
    transform: rotate(-45deg);
    bottom: 50%;
    background: #FFF;
}
.menu {
    position: fixed;
    display: table;
    table-layout: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.menu > ul {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding: 10% 0;
    font-size: 1.25rem;
    font-family: 'proxima_nova_rgregular','Open Sans', sans-serif; 
}
.menu > ul li {
    vertical-align: middle;
    height: 10%;
    height: calc(100% / 11);
    min-height: 34px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: relative;
}
.menu ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header nav ul li:nth-last-child(1) a, header nav ul li:nth-last-child(2) a, 
header nav ul li:nth-last-child(3) a, header nav ul li:nth-last-child(4) a {
    border: 1px solid #FFF;
    padding: 1.5em 0;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 30;
}

header nav ul li, header nav ul li:nth-last-child(1),
header nav ul li, header nav ul li:nth-last-child(2),
header nav ul li, header nav ul li:nth-last-child(3) {
    margin-left: 0;
}
}
@media (min-width: 0) and (max-width: 768px) {

  .bn_l {
    padding: 0 20px;
  }
.txt_list li time {
  display: block;
  margin-bottom: .5em;
  width: 100%;

}
.txt_list li h2 {
	    width: 100%;
	    padding-right: 24px;
}
}
@media (min-width: 0) and (max-width: 540px) {
  .reverce {
  flex-direction: column-reverse;
  display: flex !important;
}
  .read_title + p, .read_title.tac, .read.tac {
    text-align: left;
  }
  .read.tac br, .read_title + p br {
    display: none;
  }
  .tac.onsen_dtl {
    text-align: left;
  }
   .tac.onsen_dtl br {
    display: none;
   }
	.pbp h2 {
    margin-top: 2em;
    font-size: 1rem;
}
	.wpcf7-response-output {
		line-height: 1.5;
	}
	.submit {
    width: 100%;
    margin: 0 auto;
    height: 70px;
}
	.other {
    margin: 60px 0 0;
    padding: 10vw 4vw 10vw;
}
	.form dl dt {
    width: 100%;
    float: none;
    clear: none;
    padding: 1em 0 0.5em;
    border-top: 1px solid #666;

}
.form dl dd {
    padding: 0 0 1em;
    width: 100%;
    margin: 0;
    border-top: none;
}
.gmap {
    padding-bottom: 100%;
}
.k_access dl dd span {
    padding: 0 1em;
    font-size: .75rem;
}
	.read_title {
		font-size: 1rem;
	}
	.k_access {
    display: block;
}
.k_access dl {
    width: 100%;
    margin: 0;
}
	.room_info {
		padding-top: 1em;
	}
	.rooms_nav {
		display: none !important;
	}
	.room_data {
    border: none;
    padding: 0 0 40px;
    font-size: 85%;
    margin: 40px 0 0;
}
	.room_list {
    flex-direction: column;
}
#room2 .room_list, #room4 {
    flex-direction: column-reverse;
}
#room4 {
	display: flex !important;
}
.room_list > div {
    width: 100%;
}
.attention {

    border: none;
    padding: 0;
}
.onsen_data {
    padding: 0;
    margin: 60px auto 0;
    border: none;
}
.onsen_data dd {
    padding: 0 0 1em 0;
    margin: 0 0 1em;
    border-bottom: 1px solid #666;
}
.onsen_data dt {
	padding: 0;
    float: none;
    clear: none;
    width: 100%;
    margin: 0 0 .5em;
}
.price dt {
    float: none;
    clear: none;
    width: 100%;
    margin: 0 0 .5em;
}
.price dd {
    padding-left: 0;
    margin: 0 0 1em;
}
.txt_list li h2, .txt_list li time {
		font-size: .875rem;
	}
body {
    font-size: 90%;
}
h1 {
    font-size: 1.25rem;
}
h2 {
    font-size: 1.125rem;
}
  header h1 {
    width: 80px;
    margin: 0;
    padding: 19px 0 18px;
}
header > div {
    padding: 0 20px;
    justify-content: space-between;
}
#dr-menu {
    width: 40px;
    height: 40px;
}
#dr-menu span {
    width: 32px;
    top: 19px;
    right: 4px;
}
#dr-menu span:before {
    width: 32px;
    height: 2px;
    top: -12px;
}
#dr-menu span:after {
    width: 32px;
    bottom: -12px;
}
header {
    height: 60px;
}
	#ytPlayerWrap{
  height: 50%;
  background-size: cover;
}
.v_key {
    width: 100%;
    height: 50vh;
    position: relative;
    top: -20px;
}

.v_key h1 {
    text-align: center;
    line-height: 1.5;
    position: fixed;
    z-index: 1;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    width: 6.4vw;
    animation: logo_fade 5s ease;
    z-index: 2;
}
@keyframes logo_fade {
  0% {
    top: 25%;
    transform: translate(-50%, -50%) scale(1,1);
    opacity: 0;
  }
  40% {
    top: 25%;
    transform: translate(-50%, -50%) scale(1,1);
    opacity: 0;
  }
  to {
    top: 25%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1,1);
  }
}
  .v_key h1 {
    font-size: 6vw;
    width: 15vw;
}
.in_news_box_in {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.in_news_box_in h2 {
    margin: 0 1em 0 0;
}
.in_news_box_in h3 {
  margin-top: .5em;
  margin-bottom: 0;
  width: 100%;
}
.in_news_box_in time {
}
.in_news_box {
    padding: 1.5em 20px;
}
.in_news_box_in h2, .in_news_box_in time, .in_news_box_in h3 {
    white-space: normal;
    line-height: 1.5;
}
.f_sec {
    display: block;
}
.f_sec > div {
    width: 100%;
}
.f_sec_img_a, .f_sec_img_b, .f_sec_img_c, .f_sec_img_d, .f_sec_img_e, .f_sec_img_f, .f_sec_img_g, .f_sec_img_h, .f_sec_img_i, .f_sec_img_j, .f_sec_img_k, .f_sec_img_l, .f_sec_img_m, .f_sec_img_n, .f_sec_img_o {
    width: 100%;
    padding-top: 66.66%;
}
.f_sec:first-of-type, .column-reverse {
  display: flex;
    flex-direction: column-reverse;
}

.bt_m {
    width: 100%;
    height: 60px;
    margin: 2em 0;
}
.thumb_3 {
    display: block;
}
.thumb_3 li {
    width: 100%;
    margin-bottom: 20px;
}
.thumb_4 li {
  width: 48%;
}
.txt_list li {
    display: block;
    padding: 1em;
    border-top: 1px solid #545454;
}

.new, .copy {
    font-size: .5rem;
    text-align: center;
}
footer {
    padding: 4vw 20px 20px;
}
.f_inner {
    display: block;
}
.f_navi li {
    width: 100%;
    margin-bottom: 1em;
}
.menu > ul {
   padding: 15% 0;
    font-size: 1rem;
}
.menu > ul li {
    min-height: 24px;
}
.menu ul li a {
    width: 80%;
}
.bt_l {
    width: 100%;
}
.insta li {
    width: 48%;
    margin-bottom: 4%;
}
header nav ul li:nth-last-child(1) a, header nav ul li:nth-last-child(2) a,
header nav ul li:nth-last-child(3) a, header nav ul li:nth-last-child(4) a {
    border: 1px solid #FFF;
    padding: 1em 0;
}
}
@media (min-width: 0) and (max-width: 320px) {
  html, body {
    font-size: 80%;
  }
}