@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

.font-head {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.text-h3 {
  font-size: 1.44rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.text-h4 {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.text-menutitle {
  font-size: 1.728rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.font-en {
  font-family: "Libre Baskerville", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.text-lead {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .text-lead {
    font-size: 1.067rem;
  }
}

.text-title {
  font-size: 2.488rem;
  line-height: 1;
}
.text-title span {
  font-size: 1.44rem;
}

.text-s {
  font-family: "游明朝体 Pr6N R", serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.text-ap {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

.text-p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.vertical {
  writing-mode: vertical-rl;
}

.color-green {
  color: #4f6480;
}

.color-white {
  color: #F0F0E9;
}

.img-box img {
  width: 100%;
}

.border {
  display: inline-block;
  position: relative;
  color: #FFEFF2;
}
.border::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #12190A;
  opacity: 0.2;
}

.button {
  width: 100%;
  height: 50px;
  background-color: #4F6480;
  margin: 24px 0 0;
}
.button.second {
  margin: 8px 0 0;
}
@media screen and (min-width: 640px) {
  .button {
    width: 312px;
    height: 44px;
  }
}
.button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  color: #F0F0E9;
  font-size: 0.833rem;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: ease 0.3s;
  /*
  &::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: #9f773f;
      transform-origin: 100% 50%;
      transform: scaleX(0);
      transition: transform ease .3s;
  }*/
}
.button a img {
  vertical-align: middle;
}
.button a:hover {
  color: #fff;
  background: #3f5471;
}
.button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.plus {
  display: inline-block;
  vertical-align: middle;
  color: #9F0810;
  line-height: 1;
  width: 1em;
  height: 0.15em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.plus:hover {
  color: #fff;
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
}
body {
  background: #F5F3EF;
  font-family: YakuHanJP, "A1明朝", serif;
  color: #12190A;
  background-attachment: fixed;
}

section {
  position: relative;
}

.wrapper {
  min-height: 100vh;
  position: relative;
}

.section-container {
  padding: 80px 0 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .section-container {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}

header .logo {
  position: fixed;
  top: 64px;
  margin: 0 auto 0 5%;
  height: auto;
  width: 49.1%;
}
@media screen and (min-width: 980px) {
  header .logo {
    width: 208px;
    height: auto;
    top: 64px;
    left: 40px;
    margin: 0;
  }
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  width: 100%;
}

/*
.hamburger {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;

    .btn-gnavwrapper {
        width: 75px;
        height: 70px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 1002;
        background: #c91219;
        border-radius: 0 0 0 16px;

        &::before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: url(../images/round.svg) no-repeat left top / contain;
            position: absolute;
            top: 5vw;
            left: -16px;
        }

        &::after {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: url(../images/round.svg) no-repeat left top / contain;
            position: absolute;
            bottom: -16px;
            right: 5vw;
        }

        @include mq(small) {
            &::before {
                content: "";
                display: block;
                width: 16px;
                height: 16px;
                background: url(../images/round.svg) no-repeat left top / contain;
                position: absolute;
                top: 20px;
                left: -16px;
            }

            &::after {
                content: "";
                display: block;
                width: 16px;
                height: 16px;
                background: url(../images/round.svg) no-repeat left top / contain;
                position: absolute;
                bottom: -16px;
                right: 30px;
            }
        }

        @include mq(large) {
            display: none;
        }

        .btn-gnav {
            position: fixed;
            width: 75px;
            height: 70px;
            z-index: 1002;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;


            &.navOpen {
                span {
                    &:nth-last-child(1) {
                        background: #ffffff;
                        top: 35px;
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

                    &:nth-last-child(2) {
                        top: 35px;
                        background: #ffffff;
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }
                }
            }

            span {
                position: absolute;
                width: 30px;
                ;
                height: 1px;
                left: 0;
                right: 0;
                margin: auto;
                background: #FFEFF2;
                -webkit-transition: all 400ms;
                transition: all 400ms;

                &:nth-last-child(1) {
                    top: 30px;
                }

                &:nth-last-child(2) {
                    top: 40px;
                }

                &:nth-last-child(3) {
                    display: none;
                }
            }
        }
    }
}

.gnav {
    position: absolute;
    top: 0;
    right: -120vw;
    transition: all 0.5s ease-in-out;

    @include mq(large) {
        top: 0px;
        right: 0;
        display: flex;
        justify-content: flex-end;
        padding-right: 30px;
        width: 329px;
        height: 72px;
        background: #c91219;
        border-radius: 0 0 0 16px;

        &::before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: url(../images/round.svg) no-repeat left top / contain;
            position: absolute;
            top: 20px;
            left: -16px;
            //transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
        }

        &::after {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: url(../images/round.svg) no-repeat left top / contain;
            position: absolute;
            bottom: -16px;
            right: 20px;
            //transition: opacity 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
        }
    }

    .gnav-menu {
        display: none;
        color: #FFEFF2;

        @include mq(large) {
            //position: fixed;
            display: flex;
            justify-content: space-between;
            padding-top: 40px;

            li {
                margin: 0 auto;
                padding: 0 12px;
                font-size: 0.929rem;
                letter-spacing: 0.15em;

                a {
                    padding-bottom: 3px;
                    position: relative;

                    &::before {
                        background: #FFEFF2;
                        content: '';
                        width: 100%;
                        height: 1px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        margin: auto;
                        transform-origin: right top;
                        transform: scale(0, 1);
                        transition: transform .3s;

                        &:hover {
                            transform-origin: left top;
                            transform: scale(1, 1);
                        }
                    }
                }

                span {
                    display: none;
                }

            }
        }
    }

    &.navActive {
        position: fixed;
        z-index: 1001;
        width: 65%;
        height: 100vh;
        background-color: #c91219;
        right: 0;
        top: 0;
        display: flex;

        @include mq(small) {
            width: 40%;
            height: 60vh;
        }

        .gnav-menu {
            width: 100%;
            height: 70%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 30px;
            padding: 60px 30px;

            a {
                color: #ffeff2;

                span {
                    display: block;
                    color: #ffeff2;
                    padding: 5px 0 0;
                    font-size: 1.2rem;
                }
            }
        }
    }
}

.gnav-menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
*/
.fv-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(90vh - 57.99px);
}
@media screen and (min-width: 640px) {
  .fv-inner {
    height: calc(100vh - 100px);
  }
}

.fv-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/fv-m.jpg") center center/cover;
}
@media screen and (min-width: 640px) {
  .fv-img {
    background: url("../images/fv.jpg") left center/cover;
  }
}

.fv-copy {
  width: 100%;
  position: absolute;
  top: 15.14vh;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0 5%;
}
@media screen and (min-width: 640px) {
  .fv-copy {
    top: 108px;
    padding: 0 40px;
  }
}
.fv-copy .font-en {
  margin-top: 0.3em;
}
.fv-copy h1 {
  font-size: 19.59vw;
  letter-spacing: 0.32em;
}
@media screen and (min-width: 640px) {
  .fv-copy h1 {
    font-size: 5.143rem;
  }
}
.fv-copy .fv-nav {
  margin: 40px 40px 0 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
@media screen and (min-width: 640px) {
  .fv-copy .fv-nav {
    margin: 40px 64px 0 0;
  }
}
.fv-copy .fv-nav .item {
  font-size: 4.58vw;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: transform ease 0.3s;
}
.fv-copy .fv-nav .item:hover {
  transform: translateY(3px);
  color: #d4d4cb;
}
@media screen and (min-width: 640px) {
  .fv-copy .fv-nav .item {
    font-size: 1.2rem;
  }
}
.fv-copy .fv-nav .time {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .fv-copy .fv-nav .time {
    font-size: 1rem;
  }
}

.scroll .scrolldown {
  mix-blend-mode: exclusion;
  width: 1px;
  height: 80px;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: calc(5% + 2.342em);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .scroll .scrolldown {
    left: calc(40px + 2.342em);
    right: auto;
  }
}
.scroll .scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  /*
  @include mq(small) {
      background-position: 0 -98px;
  }*/
}
.scroll p {
  position: absolute;
  left: 5%;
  bottom: 48px;
  text-transform: lowercase;
  font-size: 0.833rem;
}
@media screen and (min-width: 640px) {
  .scroll p {
    left: 40px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
  /*
  @include mq(small) {
      0% {
          background-position: 0 -98px;
      }

      75% {
          background-position: 0 0;
      }

      100% {
          background-position: 0 98px;
      }
  }*/
}
.lead-inner {
  background: linear-gradient(to bottom, #F5F3EF, #f7f7f9);
  position: relative;
  padding: 40px 5% 80px;
}
@media screen and (min-width: 640px) {
  .lead-inner {
    padding: 40px 40px 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.lead-inner .text {
  display: none;
}
@media screen and (min-width: 640px) {
  .lead-inner .text.pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .lead-inner .text.pc::before {
    content: "";
    display: block;
    width: 1px;
    height: 158px;
    background: #EAE0D2;
  }
}

.lead-head {
  font-size: 1.728rem;
  line-height: 1.8;
}
@media screen and (min-width: 640px) {
  .lead-head {
    font-size: 2.074rem;
  }
}

.lead-content {
  width: 100%;
  margin: 64px auto 0;
}
.lead-content p {
  margin-top: 24px;
  line-height: 2.2;
}

.lead-img {
  width: 100%;
  height: auto;
}
.lead-img picture {
  width: 100%;
  display: inline-block;
}
.lead-img picture img {
  width: 100%;
  aspect-ratio: 1/1.333;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .lead-img picture img {
    aspect-ratio: 1/1.125;
  }
}
@media screen and (min-width: 980px) {
  .lead-img picture img {
    aspect-ratio: 2.618/1;
  }
}

.shincha {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .shincha {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.shincha .shincha-img {
  display: none;
}
@media screen and (min-width: 980px) {
  .shincha .shincha-img {
    display: block;
    width: 44.14%;
  }
  .shincha .shincha-img img {
    width: 100%;
    aspect-ratio: 1/1.25;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.shincha .shincha-content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .shincha .shincha-content {
    width: 33%;
    max-width: 530px;
    margin: 0;
  }
}
.shincha .shincha-content .shincha-head .text-h3 {
  margin: 16px 0 0;
}
.shincha .shincha-content .content {
  margin: 40px auto 0;
}
.shincha .shincha-content .content p {
  margin: 16px auto 0;
}

.chaba {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 56px;
  margin: 64px 0 0;
}
@media screen and (min-width: 640px) {
  .chaba {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
  }
}
.chaba .content {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 640px) {
  .chaba .content {
    width: 45%;
  }
}
@media screen and (min-width: 980px) {
  .chaba .content {
    width: 34%;
  }
}
.chaba .content .text-s {
  width: 95.5%;
}
@media screen and (min-width: 640px) {
  .chaba .content .text-s {
    width: calc(100% - 40px);
  }
}

#content {
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contents.jpg) no-repeat center top/cover;
  margin: 80px 0 0;
}
#content .content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .content-inner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#content .content-inner .content .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
#content .content-inner .content .content-text {
  text-align: center;
}
#content .content-inner .content .content-nav {
  display: flex;
  gap: 24px;
}
#content .content-inner .content .content-nav a {
  display: inline-block;
  position: relative;
  transition: ease 0.3s;
}
#content .content-inner .content .content-nav a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -6.5px;
  left: 0;
  background-color: #F0F0E9;
  opacity: 0.8;
}
#content .content-inner .content .content-nav a:hover {
  color: #c2c2bb;
}

.content-head {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .content-head {
    text-align: center;
  }
}
.content-head .text {
  margin: 16px 0 0;
  line-height: 1.8;
}

.menu-content {
  margin: 54px 0 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media screen and (min-width: 980px) {
  .menu-content {
    gap: 8px;
  }
}
.menu-content .menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .menu-content .menu-box {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    margin: 0 24px;
  }
}
@media screen and (min-width: 980px) {
  .menu-content .menu-box .img-box {
    width: calc(50% - 20px);
  }
}
.menu-content .menu-box .content {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 980px) {
  .menu-content .menu-box .content {
    width: calc(50% - 60px);
  }
}
.menu-content .menu-box .content .head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 16px 0 0;
}
.menu-content .menu-box .content .head span {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (min-width: 980px) {
  .menu-content .menu-box .content .detail {
    width: 90%;
    max-width: 630px;
  }
}

.stay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  margin: 54px 0 0;
}
@media screen and (min-width: 640px) {
  .stay-content {
    max-width: 1680px;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin: 54px 24px 0;
  }
}
.stay-content .stay-box {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.stay-content .stay-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.stay-content .stay-box .content .font-head {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .stay-content .stay-box .content .detail {
    width: calc(100% - 40px);
  }
}

.cover-img {
  width: 100%;
  position: relative;
  top: 1.2vh;
}
.cover-img picture {
  width: 100%;
  display: inline-block;
}
.cover-img picture img {
  width: 100%;
  aspect-ratio: 1/1.333;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .cover-img picture img {
    aspect-ratio: 1.618/1;
  }
}
@media screen and (min-width: 980px) {
  .cover-img picture img {
    aspect-ratio: 2.414/1;
  }
}

.fixed-reserve-btn {
  position: fixed;
  display: flex;
  z-index: 50;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
@media screen and (min-width: 980px) {
  .fixed-reserve-btn {
    width: auto;
    height: 43px;
    bottom: 16px;
    right: 24px;
    gap: 8px;
  }
}
.fixed-reserve-btn a {
  display: flex;
  gap: 8px;
  padding: 14px 0;
  background-color: #BA8F54;
  color: #F0F0E9;
  width: 100%;
  height: auto;
  justify-content: center;
  transition: ease 0.3s;
}
.fixed-reserve-btn a.second {
  border-left: 1px solid #F5F3EF;
}
@media screen and (min-width: 980px) {
  .fixed-reserve-btn a.second {
    border-left: none;
  }
}
.fixed-reserve-btn a:hover {
  background-color: #9f773f;
}
@media screen and (min-width: 980px) {
  .fixed-reserve-btn a {
    width: 237px;
  }
}
.fixed-reserve-btn a .reserved-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .fixed-reserve-btn a .reserved-text {
    flex-direction: row;
  }
}
.fixed-reserve-btn a .reserved-text p {
  line-height: 1;
  text-transform: capitalize;
}
.fixed-reserve-btn a .reserved-text .text-s {
  font-size: 0.833rem;
}

.fixed-reserve-btn.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed-reserve-btn.downMove {
  animation: DownAnime 0.5s forwards;
  display: none;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.reserve {
  background: #4F6480;
  color: #F0F0E9;
}
.reserve .section-container {
  padding: 80px 0 0;
}
.reserve .content-head {
  text-align: center;
}
.reserve .text-s {
  font-size: 0.833rem;
}

.reserve-container {
  display: flex;
  gap: 1px;
  margin: 56px 0 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .reserve-container {
    flex-direction: row;
    align-items: stretch;
  }
}
.reserve-container .reserve-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3D5371;
  padding: 24px 5%;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .reserve-container .reserve-box {
    justify-content: center;
    flex: 1.2;
    padding: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .reserve-container .reserve-box.sr {
    padding: 24px 54px;
    flex: 1;
  }
}
.reserve-container .reserve-box.sr .detail {
  margin: 24px 0 0;
}
.reserve-container .reserve-box .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .reserve-container .reserve-box .content {
    width: auto;
    display: inline-block;
  }
}
.reserve-container .reserve-box .head {
  text-align: center;
}
.reserve-container .reserve-box .head .font-en {
  font-size: 1.2rem;
}
.reserve-container .reserve-box .detail {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .reserve-container .reserve-box .detail {
    margin: 0;
  }
}
.reserve-container .reserve-box .detail .button {
  width: 90vw;
  background-color: #F0F0E9;
  margin: 8px 0 0;
  transition: ease 0.3s;
}
@media screen and (min-width: 640px) {
  .reserve-container .reserve-box .detail .button {
    width: 312px;
  }
}
.reserve-container .reserve-box .detail .button a {
  color: #3D5371;
}
.reserve-container .reserve-box .detail .button a:hover {
  background-color: #c2c2bb;
  color: #3D5371;
}

.footer {
  border-top: 1px solid #4F6480;
  color: #F0F0E9;
}

.footer-inner {
  width: 100%;
  background: #3D5371;
  padding: 40px 5%;
}
@media screen and (min-width: 980px) {
  .footer-inner {
    padding: 54px 24px 60px;
    display: flex;
    justify-content: space-between;
  }
}
.footer-inner .footer-container {
  padding: 0 5%;
}
.footer-inner .footer-container .logo {
  margin: 0 auto;
  width: 46.8%;
}
@media screen and (min-width: 980px) {
  .footer-inner .footer-container {
    padding: 0;
  }
  .footer-inner .footer-container .logo {
    margin: 0;
    width: 208px;
  }
}
.footer-inner .text-s {
  font-size: 0.833rem;
  text-align: center;
}

.footer-link {
  display: flex;
  gap: 16px;
  margin: 24px auto 8px;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .footer-link {
    margin: 0;
    justify-content: flex-end;
  }
}
.footer-link a {
  display: flex;
  align-items: center;
}
.footer-link a span {
  position: relative;
  padding-left: 24px;
}
.footer-link a span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-image: url(../images/Instagram.svg);
  left: 0;
}

@media screen and (min-width: 980px) {
  .footer-flex-d {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .footer-flex-d .logo {
    width: 156px;
    margin: 0;
  }
  .footer-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */