/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}

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

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

body {
    margin: 0;
}

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

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* 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 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
* 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: inherit; /* 2 */
}

address {
    font-style: inherit;
}

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

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

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

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

abbr[title] {
    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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

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

/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

/**
* Correct cursors for clickable elements.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
* Remove padding
*/

option {
    padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
* 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;
}

/**
* 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;
}

/**
* Correct the outline style in Safari.
*/

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

/**
* 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. Fix font inheritance.
*/

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

/**
* Fix appearance for Firefox
*/
[type="number"] {
    -moz-appearance: textfield;
}

/**
* Clickable labels
*/

label[for] {
    cursor: pointer;
}

/* 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;
}

/*
* Remove outline for editable content.
*/

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

.web-t, .area01 p.lead:before,.area01 p.lead:after, th, .page-tit,.detail__item h3 {
    font-family: "kinuta-maruminold-stdn", serif;
    font-weight: 400;
    font-style: normal;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.col2, .col3, .col4, .colc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col2 > div {
    width: 48%;
}

.col3 > div, .col3 > li {
    width: 31%;
}

.col4 > div {
    width: 23%;
}

.colc.colr{
    flex-direction: row-reverse;
}

.colc figure {
    width: 63%; 
}

.colc > div {
    width: 37%;
}

.colc:nth-child(even) figure {

}

.colc:nth-child(odd) figure {

}

.colc figure img {
    width: 100%;    
    object-fit: cover;
}

.hero {
    position: relative;
}

/* video */

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
     width: 100vw;
    height: auto;
    max-width: none;
    display: block;
    object-fit: cover;
}

/* overlay */

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

/* text */

.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-logo {
    text-align: center;
    color: #fff;
}

.hero-logo img {
    width: 182px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.hero-logo span {
    display: block;
    font-size: 3.3rem;
    line-height: 1.5;
}

main p {
    line-height: 2;
}

.top-news .inner {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
}

.top-news h2 {
    font-size: 1.8rem;
    line-height: 2;
    padding: 35px 2%;
}

.news-tit {
    padding: 35px 0;
    display: flex;
}

.news-tit span {
    width: 128px;
    text-align: center;
    display: inline-block;
}

.area01 {
    padding: 180px 0;
    background: url(/images/bg-area01.png) center bottom;
    background-attachment:fixed;
    background-size:cover;
    color: #fff;
    text-align: center;
}

.area01 h2 {
    font-size: 4.8rem;
    margin-bottom: 55px;
}

.area01 h2 span {
    font-size: 3.5rem;
    display: block;
}

.area01 p+p {
    margin-top: 2em;
}

.area01 p.lead {
    display: inline-block;
    position: relative;
}

.area01 p.lead:before,.area01 p.lead:after {
    position: absolute;
    content:'間';
    font-size: 12rem;
}

.area01 p.lead:before {
    content: '真';
    top: -50px;
    left: -200px;
}

.area01 p.lead:after {
    top: -50px;
    right: -200px;
}

.colc {
    height: 100vh;
    position: relative;
}

.colc > div {
    background: rgba(1, 50, 32, 0.1);
    padding: 0 5vw 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 37%;
}

.colc > div p {
    width: 100%;
}

.colc figure {
    height: 100%;
}

.colc figure img {
    width: 100%;
        height: 100%;

        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
}

.c-title-std-l {
position: relative; 
    font-size: 3.9rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 2em;

}

.colc .c-title-std-l {
    font-size: 2.4rem;
}

.colc .c-title-std-l:before {
    position: absolute; 
    bottom: -20px;  left:   0;
    content:'';
    display: inline-block;
    width: 60px;
        --zz-color: #013220;   /* 線の色 */
  --zz-height: 6px;      /* 線の太さ（高さ）*/
  --zz-step: 20px;       /* ギザギザ1山の横幅 */
border-bottom: var(--zz-height) solid transparent;
  border-image-slice: 0 0 100% 0 fill; /* 下辺だけ使う */
  border-image-repeat: round; /* 幅に応じて繰り返し */
  border-image-source: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6' preserveAspectRatio='none'>\
  <path d='M0,6 L3,0 L6,6 L9,0 L12,6' fill='none' stroke='%23013220' stroke-width='2'/>\
</svg>");
  padding-bottom: 4px; /* テキストと接しないように */

}

/*------------------------------------------------
 type-btn 
------------------------------------------------*/
.type-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 20px 50px;
}

.type-btn li {
    background: #ccc;
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.type-btn li.active {
    background: #555;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .type-btn {
        justify-content: space-between;
    }

    .type-btn li {
        width: 48%;
        text-align: center;
        margin: 0 0 10px 0;

    }
}

/*------------------------------------------------
 grid 
------------------------------------------------*/
.grid {
    position: relative;
    height: 100%;
}

.grid .item {
    display: block;
    position: absolute;
    width: 25%;
    z-index: 1;
}

.grid .item .item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.grid .item .item-content img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
    .grid .item  {
        width: 49.5%;
    }
}


/*------------------------------------------------
fancybox
------------------------------------------------*/
.fancybox-thumbs {
    background: transparent !important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


/*------------------------------------------------
デザイン調整用
------------------------------------------------*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
}

.gallery {
    text-align: center;
    padding: 125px 0 0;
    overflow: hidden;
    height: 100%;
    display: block;
}

ul, ol {
  display: block;
  list-style-type: none; /* discなど消す */
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  unicode-bidi: normal; /* isolate 解除 */
}

.top-massage {
    padding: 180px 0;
}

.top-massage h2 {
    text-align: center;
    margin-bottom: 1em;
}

.map {
    text-align: center;
    padding-bottom: 150px;
}

.map p {
    line-height: 2;
    text-align: center;
}

.map h2 {
    margin-top: 1em;
    text-align: center;
    margin-bottom: .3em;
}

.area-about {
    padding: 100px 0;
    background: #f2f2f2;
}

.area-about h2 {
    text-align: center;
    margin-bottom: 0.5em;
    
}

.area-about table {
    line-height: 2;
    width: 880px;
    margin: 0 auto;
}

.area-about th {
    font-weight: 400;
    font-size: 1.8rem;
    color: #013220;
    w30
}

.area-about td {
    line-height: 2.2;
}

.table_about {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_about th, .table_about td {
  padding: 1em;
}
.table_about th {
  font-weight: bold;
  text-align: left;
  width: 25%;
  min-width: 4em;
  padding-right: 3em;
  position: relative;
}
.table_about th::after {
  content: '・・';
  color: #888;
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
}

.l-header__reserve {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    right: -0.5em;
    top: 30vh;
    color: rgb(255, 255, 255);
    clip-path: url(#vertical-button);
    font-size: 1.6rem;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 3;
    height: 14em;
    display: block;
    background: #013220;
    margin: auto;
    padding: 0.25em 0.75em 0.25em 0.25em;
    transition: background 0.3s;
}

.l-header__reserve:hover {
        background: rgb(114, 140, 147);
    }


    .site-footer {
        text-align: center; 
        padding: 100px 0;   
        background: #000;   
        color: #fff;    
    }

    .f-space {
        background: #f2f2f2;    
    }

.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 60px;
    color: #013220;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 auto; 
    margin-top: 25px;   
}

.btn a:hover {
    color: #f2f2f2;
}

.btn03 a {
    background-color: #ceb849;
    border: 1px solid transparent;
}

.btn03 a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn03 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #fff;
}

.btn03 a:hover {
    background-color: #B99b00;
}

.mid-header {
  background: url(images/bg-mid.jpg) no-repeat center center;
  color: #fff;
}

.mid-logo {
  text-align: center;
  backdrop-filter: brightness(40%);
    -webkit-backdrop-filter: brightness(40%);
}

.mid-logo img {
  height: 100px;
  padding: 30px 30px 0 30px;
}

.mid-header .page-tit {
  align-content: center;
    align-items: center;
    backdrop-filter: brightness(40%);
    -webkit-backdrop-filter: brightness(40%);
    flex: none;
    flex-wrap: nowrap;
    height: 320px;
    justify-content: flex-end;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

.mid-header h1 {
  text-align: left;
  align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: auto;
    justify-content: flex-start;
    margin: 0px auto 30px auto;
    padding: 0px;
    width: 700px;
    --gap-h-c9ef2a0b-7677-43cd-b6f9-62d5fc327dc1: 0px;
    --gap-v-c9ef2a0b-7677-43cd-b6f9-62d5fc327dc1: 0px;
    --gap-uuid: c9ef2a0b-7677-43cd-b6f9-62d5fc327dc1;
    max-width: calc(100% - 40px);
    font-size: 2rem;
}

.mid-header h1 span {
  display: block;
  color: #E6E6E6;
    font-family: var(--s-font-0b8338a4);
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

.inner-mid {
  width: 700px;
  margin: 0 auto;
  align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 50px;
    height: auto;
    justify-content: flex-start;
    margin: 120px auto 190px auto;
    padding: 0px;
    width: 700px;
    --gap-h-0cd20429-81a9-4914-bc77-ca97ac21945c: 0px;
    --gap-v-0cd20429-81a9-4914-bc77-ca97ac21945c: 50px;
    --gap-uuid: 0cd20429 -81a9 -4914 -bc77-ca97ac21945c;
    max-width: 100%;
    line-height: 2.2;
}

.price-list-box {
  text-align: center;
  margin-bottom: 40px;
}

.price-list-box .price-list-flex{display:flex}
}

.price-list-box .list-chidori,
.price-list-box .list-chidori-stay{
    border: none
}

.price-list-box .price-list dt{
  color: #ffffff;
  background: #666;
  margin: 0;
  width: 25%;
  box-sizing: border-box;
  padding: 10px 0 7px;
  border-radius: 0;
  font-weight: normal;
  border: solid 1px #666;
  border-bottom:solid 1px #fff;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.price-list-box .list-chidori dt,
.price-list-box .list-chidori-stay dt{
  text-align: center;
  width: 20%;
}
.price-list-box .list-chidori-stay dt{
    font-size: .85rem;
  padding: 10px 0;
}
.price-list-box .list-chidori dt .eng{
  font-size: .9rem;
}

.price-list-box .price-list dt.bottom{
  border-bottom:solid 1px #666;
}

.price-list-box .price-list dt .eng{
  /* font-size: 1rem; */
  margin-left: 3px;
}

.price-list-box .price-list dd{
  text-align: center;
  color: #333;
  margin: 0;
  width: 25%;
  padding: 10px 0 7px;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #666;
  height: auto;
  border-bottom:solid 1px #fff;
  box-sizing: border-box;
}
.price-list-box .list-chidori dd,
.price-list-box .list-chidori-stay dd{
  width: 80%;
}
.price-list-box .list-chidori-stay dd{
  width: 80%;
}

.price-list-box .price-list dd.bottom{
  border-bottom:solid 1px #666;
}
.price-list-box .list-chidori dd.bottom,
.price-list-box .list-chidori-stay dd.bottom{
  border-bottom:solid 1px #666;
}

.price-list-box .price-list dd .yen, .option .yen{
  font-size: 0.8rem;
  margin-left: 3px;
}
.price-list-box .price-list dd .sub{font-size: .85em;}

.price-list-box .sub-text-list{
  text-align: left;
  list-style: none;
  /* display: inline-block; */
}

.price-list-box .sub-text-list li{
  /* font-size: 0.8rem; */
  margin-bottom: 5px;
  text-align: center;
}

.price-list-box .text{
  text-align: center;
  /* font-size: 1rem; */
  margin: 0 auto 35px;
  padding: 10px 30px;
  display: inline-block;
  background: #efefef;
  letter-spacing: 0.1em;
}

.price-list-box .text .caution{
  font-size: 0.9em;
  color: #888888;
}

.price-list-box .price-list{
  width: 100%;
  max-width: 750px;
  max-width: 880px;
  margin: 0 auto 30px;
}

.vs-detail__paid li {
    font-size: 1.5rem;
    list-style-type: decimal-leading-zero;

}

.alert {
  font-size: 1.4rem;
  text-align: left;
}

.c-policy {
  background: #f2dfdf;
  padding: 30px;
  margin: 1em -0;
  line-height: 1.8;
  font-size: 1.4rem;
  margin: 2em -0;
}

.c-policy h2 {
  font-size: 1.6rem;
  margin-bottom: .5em;
}


.option p, .option li {
  text-align: left;
  font-size: 1.5rem;
  margin-left: 2em;   
}

.bbq {
  font-size: 1.4rem;
}

.bbq .cf {
  margin-bottom: 30px;
}

.bbq  .web-t {
  font-size: 1.6rem;
}

.option ul {
  display: flex;
  flex-wrap: wrap;
}

.option ul li {
  width: 49%;
  font-size: 1.6rem;
}

.detail__item {
  display: flex;
  flex-wrap: wrap;
}


.detail__item h3 {
    width: 25%;
    padding: min(1.66vw, 20px) 0 min(1.66vw, 20px) min(1.25vw, 15px);

}

.detail__item .detail__item__cont {
    width: 75%;
    padding: min(1.66vw, 20px) 0 min(1.66vw, 20px) min(4.4vw, 50px);
    font-size: 1.4rem;
}

.detail__equipment .detail__equipment__cont ul  {
  display: flex;
  flex-wrap: wrap;
}

.detail__equipment .detail__equipment__cont ul li {
  width: 49%;
}

.detail__equipment .detail__equipment__cont ul li.full {
  width: 100%;
}

.detail__equipment h4 {
  font-weight: 700;
}

.page .f-space {
  background: #fff;
}

img {
  max-width: 100%;
}

.page-id-42 .col3 {
  padding: 0 2%;
  text-align: center;
}

.mid-full {
  width: 70%;
  margin: 0 auto;
}

.c-block-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3em 0;
    }

    .c-block-desc p {
        font-size: 1.5rem;  
    }

.c-block-desc+.c-block-desc {
    padding-top: 0; 
    margin-top: -1.5em; 
}
    .c-block-desc__title {
        width: 270px;
        margin-bottom: 0;
        line-height: 2.2;
    }
    .c-title-std-l {
        font-size: 2.4rem;
        line-height: 1.5em;
    }

    .c-block-desc__conts {
        padding-top: 1.3rem;
        line-height: 2.2;
        width: calc(100% - 27rem);
    }

.c-block-desc__conts.scloll {
    width: calc(100% - 27rem);
    height: 180px;  
    overflow-y: scroll;
    padding-bottom: 40px;   
}

@media screen and (min-width: 768px) {
    .p-spa-gallery {
        padding: 0vw 7.5% 7.5vw;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        background: none;
    }
}
.p-spa-gallery {
    width: 100%;
    padding: 2rem 7.5% 0rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.p-spa-gallery__item:nth-child(2n) {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
.p-spa-gallery__item {
    margin-bottom: 1rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.page-id-50 .photo {
  display: flex;
  flex-wrap: wrap;
}

.page-id-50 .photo li {
  width: 33.3333%;
}

.c-button-block.-white:hover {
  background: #728C93;
  color: #FFF;
}
.c-button-block {
        margin-top: 2em;
        display: block;
    }

    .c-button-block.-white {
    background: #FFF;
    color: #011014;
}

    .c-button-block.-left {
        padding: 1em 2em;
    }
    .c-button-block {
        margin-top: 2em;
    }

    .c-button-line.-left::before {
    content: "";
    width: 0.7142857143rem;
    height: 1px;
    display: inline-block;
    vertical-align: super;
    background: currentColor;
    margin-right: 1em;
}

.eat {
    margin-top: 1em;
    font-size: 1.3rem;
}

.slick-list {
    height: 100%;
}

#footer-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex; /* 横並び */
	justify-content: center;
	margin-bottom: 40px;
}

#footer-menu li {
  color: white;
  margin: 0 10px;
  position: relative;
}

#footer-menu li:not(:last-child)::after {
  content: " / "; /* 区切り */
  color: white;
  margin-left: 10px;
}

#footer-menu a {
  color: white; /* 文字色白 */
  text-decoration: none;
}


.inner.reserve {
    padding: 100px 2% 300px;
}


@media only screen and (max-width: 1000px) {

    body {
        font-size: 1.5rem;
    }

    .hero-logo span {
        font-size: 2.4rem;
    }


    .inner {
    max-width: 100%;
}

    .top-news .inner {
        display: block;
    }

    .news-tit {
        padding-bottom: 1em;
    }

    .news-tit {
        padding-top: 0;
    }

    .top-news h2 {
        padding: 35px 2% 0em;
    }

    .area01 {
        padding: 60px 0;
    }


    .area01 h2 {
        font-size: 3rem;
    }

    .area01 h2 span {
        font-size: 1.8rem;
    }

    .news-tit span {
        display: block;
        padding-left: 0;
        text-align: left;
    }

    .news-tit p {
        padding: 2%;
    }

    .area01 p {
        text-align: left;
        padding: 0 2%;
    }

    .area01 p+p {
        margin-top: 0.5em;
    }

    .area01 h2 {
        margin-bottom: 1em;
    }

    .colc {
        display: block;
        height: auto;

    }

    .colc figure {
        height: auto;
        width: 100%;
    }

    .colc > div {
        height: auto;
        width: 100%;
        padding: 2%;
    }

    .colc .c-title-std-l {
        font-size: 2rem;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .c-button-block.-left {
      margin-bottom: 2em;
    }

    .colc > div p {
        font-size: 1.4rem;
    }

    .colc > div {
        overflow: hidden;

    }

    .gallery {
        padding: 60px 0;
    }

    .c-title-std-l {
        margin-bottom: 0.5em;
    }

    .map {
        padding-bottom: 60px;
    }

    .area-about {
        padding: 60px 0;
    }

    .area-about table {
        width: 96%;
        padding: 0 2%;
    }

    .table_about th, .table_about td {
        display: block;
        padding: 0 1em;
        font-size: 1.4rem;
    }

    .table_about th {
        width: 100%;
    }

    .table_about td {
        width: 100%;
    }

    #footer-menu {
        flex-wrap: wrap;
    }

    #footer-menu li {
        width: 100%;
    }

    #footer-menu li:not(:last-child)::after {
        content: none;
    }

    #footer-menu a {
        display: block;
        padding: 0.5em 0;
    }

    .site-footer {
        padding: 40px 0 100px;
    }

    .mid-full {
        width: 100%;
        padding: 0 2%;
    }

    .c-block-desc {
        display: block;
        padding-bottom: 1em;
    }

    .c-block-desc__conts {
        width: 100%;
    }

    .p-spa-gallery {
        padding-left: 2%;
        padding-right: 2%;
    }

    .c-block-desc__conts.scloll {
        height: auto;
        overflow: hidden;
    }

    .c-title-std-l {
        font-size: 2rem;
    }

    .inner-mid {
        padding: 2%;
        width: 96%;
        margin: 60px 0;
    }

    .mid-header h1 span {
        font-size: 36px;
    }

    .option ul li {
        width: 100%;
        font-size: 1.5rem;
    }

    .detail__item {
        display: block;
    }

    .detail__item h3,.detail__item .detail__item__cont {
        width: 100%;
    }

    .col3 > div, .col3 > li {
        width: 100%;
    }

    .l-header__reserve {
        bottom: 0;
        top: 100%;
        width: 100%;
        -webkit-writing-mode:horizontal-tb;
        writing-mode: horizontal-tb;
        height: auto;
        margin-top: -56px;
        padding: 0;
        left: 0;
        right: 0;
    }
}



/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#head_wrap.fixed #mobile-head {
    

  }

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */

  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 56px;
    height: 56px;
    z-index: 999;
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -556px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#global-nav {
    margin-left: auto;
    margin-right: 0;
}

#global-nav ul {
    margin-left: auto;
    margin-right: 0;
}