@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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*/
  margin-top: 0 !important;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

.header {
  position: fixed;
  height: 100vh;
  width: 200px;
  padding: 40px 16px;
  text-align: center;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    width: 100vw;
    height: 80px;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: 90;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .header__inner {
    max-width: 480px;
    width: 100%;
    height: 80px;
    padding: 18px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.header__navInner {
  font-size: 1rem;
}
.header__navInner.active {
  color: #A88657;
  font-weight: bold;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.header__sns img {
  width: 36px;
}
.header__navSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 35px;
    height: 24px;
    position: relative;
    z-index: 100;
  }
  .header__navSp span {
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #333;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__navSp span:nth-child(2) {
    top: 12px;
  }
  .header__navSp span:nth-child(3) {
    top: 24px;
  }
}
.header__navSp.active span:nth-child(1) {
  top: 10px;
  background: #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__navSp.active span:nth-child(2), .header__navSp.active span:nth-child(3) {
  top: 10px;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .header #hamburger-navigation {
    display: block;
    width: 100vw;
    height: 496px;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
.header #hamburger-navigation .sections {
  display: none;
}
@media screen and (max-width: 480px) {
  .header #hamburger-navigation .sections {
    display: block;
    position: absolute;
    width: 292px;
    right: 0;
    left: 0;
    margin: 64px auto 24px;
  }
  .header #hamburger-navigation .sections li {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .header #hamburger-navigation .sections .site-logo {
    border-bottom: 1px solid gray;
    padding-bottom: 24px;
  }
}
.header #hamburger-navigation.active {
  opacity: 1;
  visibility: visible;
}
.header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 480px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
.header .hamburger-menu:hover {
  opacity: 0.5;
}

.site-logo {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid gray;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  .site-logo {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.25rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  padding: 40px 80px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .footer {
    padding: 40px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 40px 20px;
    text-align: center;
  }
}
.footer__inner {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid gray;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 24px;
    font-size: 0.88rem;
    gap: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 24px;
    font-size: 0.88rem;
    gap: 14px;
  }
}
.footer .site-logo {
  padding-bottom: 24px;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .footer .site-logo {
    font-size: 1.5rem;
  }
}
.footer .copyright {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    font-size: 0.75rem;
  }
}

.main-contents {
  margin-left: 200px;
}
@media screen and (max-width: 480px) {
  .main-contents {
    margin-left: 0px;
  }
}

body {
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #333;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

section {
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  section {
    padding: 70px 20px;
  }
}

.section__heading_en {
  font-family: "Pinyon Script", cursive;
  color: #A88657;
  font-size: 2.25rem;
  line-height: 1;
}

.section__heading_jp {
  color: #A88657;
  font-size: 1rem;
}

.button {
  background-color: #A88657;
  color: #fff;
  height: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Zen Old Mincho", serif;
}

/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media screen and (min-width: 1280px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .fv {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv {
    margin-top: 80px;
    margin-left: 0;
  }
}
.fv__text {
  text-align: center;
  font-size: 1rem;
  padding-top: 80px;
  padding-bottom: 40px;
  line-height: 1.8;
  color: #333;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .fv__text {
    padding: 80px 20px 40px 20px;
  }
}
.fv__cp {
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: relative;
}
.fv__cp::before {
  content: "";
  position: absolute;
  background: gray;
  width: 1px;
  height: 36px;
  bottom: 48px;
  left: 50%;
  right: 50%;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .fv__cp::before {
    bottom: 0;
    top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .fv__cp::before {
    bottom: 0;
    top: -40px;
  }
}

.pickup {
  background-color: #F6F6F6;
  padding: 80px 40px;
}
@media screen and (max-width: 480px) {
  .pickup {
    padding: 80px 0;
    max-width: 480px;
  }
}
.pickup .slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.pickup__innerImg {
  width: 100%;
  height: auto;
}
.pickup__innerItemHeading {
  color: #A88657;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  text-align: left;
}
.pickup__innerItemText {
  color: #333;
  text-align: left;
}

.swiper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}

.swiper-slide {
  height: 340px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #999;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A88657;
}

.plan {
  padding: 80px 40px;
}
@media screen and (max-width: 480px) {
  .plan {
    padding: 80px 20px;
  }
}
.plan__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .plan__tab {
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .plan__tab {
    gap: 16px;
  }
}
.plan__TabButton {
  color: #bbb;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  width: 280px;
  height: 48px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .plan__TabButton {
    font-size: 0.88rem;
    padding-bottom: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .plan__TabButton {
    font-size: 0.88rem;
    padding: 8px;
    width: 100%;
    height: auto;
  }
}
.plan__TabButton.active {
  color: #A88657;
  border-bottom: 1px solid #A88657;
}
.plan .tab-content {
  display: none;
}
.plan .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .plan .tab-content.active {
    max-width: 480px;
    width: 100%;
  }
}
.plan .tab-content__img {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 480px) {
  .plan .tab-content__img {
    max-width: 480px;
    width: 100%;
  }
}
.plan .tab-content__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.plan .tab-content__desc .desc__head {
  color: #A88657;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #A88657;
  padding-bottom: 8px;
  font-size: 1.25rem;
}
.plan .tab-content__desc .desc__text {
  text-align: left;
  font-size: 1rem;
}
.plan .tab-content .button {
  width: 360px;
  height: 62px;
  margin: 0 auto;
  font-size: 1.25rem;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .plan .tab-content .button {
    font-size: 0.88rem;
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .plan .tab-content .button {
    font-size: 1.125rem;
    max-width: 320px;
    width: 100%;
  }
}

.feature {
  background-color: #F6F6F6;
  min-height: 100vh;
}
.feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  margin: 0 auto;
  max-width: 1000px;
  gap: 100px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 20px;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .feature__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    gap: 40px;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__list {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .feature__list {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    width: 100%;
  }
}
.feature__list .feature__text {
  margin-left: -80px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__list .feature__text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .feature__list .feature__text {
    margin: 0 auto;
  }
}
.feature__list.is-shifted .feature__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -20px;
  margin-left: -80px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__list.is-shifted .feature__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .feature__list.is-shifted .feature__img {
    margin: 0 auto;
  }
}
.feature__list.is-shifted .feature__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-top: 120px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__list.is-shifted .feature__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .feature__list.is-shifted .feature__text {
    margin-top: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__list.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .feature__list.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .feature__img {
    width: 100%;
  }
}
.feature__img img {
  display: block;
  width: 500px;
  height: auto;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .feature__img img {
    width: 100%;
  }
}
.feature__text {
  position: relative;
  margin-left: -40px;
  padding-left: 60px;
  background-color: #f5f5f5;
  z-index: 1;
  width: 500px;
  height: auto;
  padding: 48px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  background-color: white;
  margin-top: 130px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .feature__text {
    height: auto;
    padding: 24px 16px;
    gap: 10px;
    max-width: 500px;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .feature__text {
    height: auto;
    padding: 24px 16px;
    gap: 10px;
    width: 100%;
  }
}
.feature__ItemHead {
  color: #A88657;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1.25rem;
}

.gallery .wrapper {
  max-width: 920px;
}
.gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 16px;
  grid-template-rows: 140px 270px 140px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .gallery__grid {
    gap: 8px;
    grid-template-rows: 90px 164px 135px;
  }
}
@media screen and (max-width: 480px) {
  .gallery__grid {
    gap: 8px;
    grid-template-rows: 90px 120px 90px;
  }
}
.gallery__grid .item-1 {
  grid-column: 1/6;
  grid-row: 1/2;
}
.gallery__grid .item-2 {
  grid-column: 6/10;
  grid-row: 1/2;
}
.gallery__grid .item-3 {
  grid-column: 10/14;
  grid-row: 1/2;
}
.gallery__grid .item-4 {
  grid-column: 14/17;
  grid-row: 1/2;
}
.gallery__grid .item-5 {
  grid-column: 1/7;
  grid-row: 2/3;
}
.gallery__grid .item-6 {
  grid-column: 7/11;
  grid-row: 2/3;
}
.gallery__grid .item-7 {
  grid-column: 11/17;
  grid-row: 2/3;
}
.gallery__grid .item-8 {
  grid-column: 1/6;
  grid-row: 3/4;
}
.gallery__grid .item-9 {
  grid-column: 6/13;
  grid-row: 3/4;
}
.gallery__grid .item-10 {
  grid-column: 13/17;
  grid-row: 3/4;
}

.img-hover {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-hover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.img-hover img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.img-hover:hover::after {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.modal__content::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.modal__img {
  max-width: 100%;
  max-height: 100%;
}
.modal__close {
  position: absolute;
  top: -54px;
  right: 0px;
  background: white;
  border: none;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  line-height: 1;
}
.modal__close span:nth-child(1) {
  width: 25px;
  position: absolute;
  background-color: black;
  height: 1px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close span:nth-child(2) {
  width: 25px;
  position: absolute;
  background-color: black;
  height: 1px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cta {
  padding: 0;
  gap: 24px;
}
.cta__contact {
  background-image: url(../../img/common/01_contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding: 40px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .cta__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../../img/common/01_sp-contact.jpg);
    padding: 40px 20px;
    text-align: center;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cta__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../../img/common/01_sp-contact.jpg);
    padding: 40px 20px;
    text-align: center;
  }
}
.cta__inner {
  max-width: 500px;
  width: 100%;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cta__inner .button {
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  height: 62px;
  font-size: 1.2rem;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .cta__inner .button {
    font-size: 1.125rem;
    width: auto;
  }
}
.cta__ItemHead {
  font-size: 1.5rem;
}
.cta__ItemText {
  font-size: 1rem;
}
.cta .contact__text {
  font-size: 1rem;
}
.cta .contact__head {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1.5rem;
}
.cta .contact__icon {
  margin-bottom: 5px;
}
.cta__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .cta__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .cta__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.125rem;
  }
}
.cta__sns a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cta__insta {
  background-image: url(../../img/common/02_contact.png);
  height: 266px;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  background-position: center;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .cta__insta {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .cta__insta {
    height: 200px;
  }
}
.cta__insta:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.cta__fb {
  background-image: url(../../img/common/03_contact.png);
  height: 266px;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  background-position: center;
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .cta__fb {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .cta__fb {
    height: 200px;
  }
}
.cta__fb:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.cta__snsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}