/*! 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;
}
/* ヘッダー
-----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: background-color 0.3s ease;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  padding-left: 4%;
}
.l-header__logo.is-white {
  /* background-color: #f2f1f1; */
}
.l-header__logo-sub {
  color: #fff;
  font-weight: 500;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}
.l-header__logo-sub.is-blue {
  color: #022a4a;
}
.p-nav-pc {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-top: 40px;
  padding-inline: 4.5%;
  transition: all 0.5s ease 0s;
}
.p-nav-pc.is-active {
  background-color: #022a4a;
  border-radius: 10px;
  padding-top: 45px;
  padding-bottom: 10px;
  transition: all 0.5s ease 0s;
}
.p-nav-pc__list {
  display: flex;
  gap: 50px;
}
.p-nav-pc__item a {
  color: #fff;
  line-height: calc(19 / 16);
  transition: all 0.3s ease;
}
.p-nav-pc__item a:hover {
  opacity: 0.7;
}
.p-nav-pc__item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  text-align: right;
}
.p-nav-pc__tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  padding-bottom: 5px;
}
.p-nav-pc__label {
  font-size: 22px;
  line-height: calc(26 / 22);
}
.p-nav-pc__time {
  color: #fff;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.p-nav-pc__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  max-width: 310px;
  padding: 20px 0 20px 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(-80deg, #d2c2a7 0%, #c5b08e 50%, #c5b08e 50%, #c5b08e 95%, #B89F75 95%, #B89F75 100%);
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 71px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}
/* 擬似要素でホバー時背景レイヤーを追加 */
.p-nav-pc__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-80deg, #fff 0%, #fff 50%, #fff 50%, #fff 95%, #B89F75 95%, #B89F75 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
/* ホバー時に背景フェード */
.p-nav-pc__btn:hover::before {
  opacity: 1;
}
/* テキストが前に出るように */
.p-nav-pc__btn span, .p-nav-pc__btn i {
  position: relative;
  z-index: 1;
}
/* ホバー時に文字色変更したければ追加 */
.p-nav-pc__btn:hover {
  color: #c5b08e;
}
.p-nav-sp, .p-hamburger {
  display: none;
}
@media screen and (max-width: 1670px) {
  .p-nav-pc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-header__logo {
    padding-left: 15px;
  }
  .p-nav-pc__list {
    gap: 15px;
  }
  .p-nav-pc__tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 4%;
  }
  .p-nav-pc {
    display: none;
  }
  .p-nav-sp {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/nav-sp-bg.webp);
    overflow-y: auto;
    transition: all 0.5s;
  }
  .p-nav-sp.open {
    left: 0;
  }
  .p-nav-sp__logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-left: 4%;
  }
  .p-nav-sp__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 30px;
    padding-inline: 65px;
  }
  .p-nav-sp__item {
    padding: 30px 50px 30px 30px;
    border-bottom: 1px dotted #fff;
  }
  .p-nav-sp__item:last-child {
    border-bottom: none;
  }
  .p-nav-sp__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    line-height: calc(19 / 16);
    transition: all 0.3s ease;
  }
  .p-nav-sp__item a:hover {
    opacity: 0.7;
  }
  .p-nav-sp__btn {
    margin-bottom: 60px;
  }
  .p-nav-sp__tel {
    width: 100%;
    max-width: 300px;
    margin-top: auto;
    margin-inline: auto;
    mix-blend-mode: screen;
  }
  .p-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    display: inline-block;
    width: 100%;
    max-width: 110px;
    height: 80px;
    background: linear-gradient(-80deg, #d2c2a7 0%, #c5b08e 50%, #c5b08e 50%, #c5b08e 85%, #B89F75 85%, #B89F75 100%); /* グラデーション */
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 71px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-hamburger__line, .p-hamburger__line::before, .p-hamburger__line::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .p-hamburger__line {
    top: 40px;
    right: 28px;
  }
  .p-hamburger__line::before {
    top: 6px;
    transition: all 0.3s;
  }
  .p-hamburger__line::after {
    bottom: 6px;
    transition: all 0.3s;
  }
  .p-hamburger.open .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger.open .p-hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .p-hamburger.open .p-hamburger__line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}


@media screen and (max-width: 1280px) {
  .p-nav-sp__list {
    padding-inline: 35px;
  }
}
/* フッター
-----------------------------------------------*/
.l-footer {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/footer-bg-img.png);
  padding: 200px 0 100px;
  color: #fff;
}
.l-footer__inner {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.l-footer__title {
  width: 100%;
  margin-bottom: 130px;
  color: #fff;
  font-size: 137px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
}
.l-footer__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 150px;
}
.l-footer__logo-box {
  width: 25%;
}
.l-footer__logo {
  margin-bottom: 30px;
}
.l-footer__logo a img {
  max-width: 270px;
}
.l-footer__address-text {
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}
.l-footer__address-map {
  display: block;
  width: 100%;
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}
.l-footer__address-map:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease 0s;
}
.l-footer__tel {
  font-size: 26px;
  font-family: 'Cormorant Garamond', serif;
  line-height: calc(31 / 26);
}
.l-footer__tel-number {
  font-size: 40px;
  font-family: 'noto-sans-cjk-jp';
}
.l-footer__time {
  color: #fff;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  padding-top: 10px;
  padding-left: 60px;
}
.l-footer__table-box {
  width: 55%;
  padding-left: 15px;
  padding-right: 65px;
}
.p-table {
  color: #fff;
  font-size: 18px;
  line-height: calc(46 / 18);
  text-align: center;
  width: 100%;
}
.p-table__row {
  border-bottom: 1px solid #fff;
}
.p-table__head {
  padding: 15px;
  text-align: center;
}
.p-table__body {
  padding: 10px 30px;
}
.l-footer__table-box-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}
.l-footer__table-box-text p:last-child span {
  text-decoration: underline 1px dotted;
  text-underline-offset: 13px;
  border-bottom: 1px dotted #fff;
}
.l-footer__banner-box {
  width: 20%;
}
.l-footer__banner-item {
  width: 100%;
  padding-bottom: 15px;
}
.l-footer__copyright {
  padding-right: 80px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  .p-table__head {
    padding: 15px;
  }
  .p-table__body {
    padding: 10px;
  }
  .l-footer__time {
    padding-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .l-footer__flex {
    display: block;
  }
  .l-footer__logo-box, .l-footer__table-box, .l-footer__banner-box {
    width: 100%;
  }
  .l-footer__table-box {
    padding-right: 15px;
  }
  .l-footer__logo-box {
    text-align: center;
  }
  .l-footer__title {
    font-size: 80px;
  }
  .l-footer__address-map {
    margin-left: auto;
    margin-right: auto;
  }
  ul.l-footer__banner-list {
    display: flex;
    padding-top: 25px;
    justify-content: center;
  }
  .l-footer__banner-item {
    text-align: center;
  }
  .l-footer__copyright {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 590px) {
  .l-footer {
    padding: 100px 0 100px;
  }
  .l-footer__title {
    margin-bottom: 60px;
  }
  .l-footer__flex {
    margin-bottom: 60px;
  }
  .l-footer__table-box {
    padding-left: 0;
    padding-right: 0;
  }
  .p-table, .l-footer__table-box-text {
    font-size: 14px;
  }
  .p-table__head {
    padding: 10px 0;
  }
  ul.l-footer__banner-list {
    display: block;
  }
}

/* フェードイン
------------------------------ */

section {
    overflow: hidden;
}
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s, -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.0s 0.1s, -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.0s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.0s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1), -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}
.js-fadeIn .js-fadeIn__child {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn .js-fadeIn__child.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s, -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1), -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}
