@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  color: #2D3234;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.essonnes {
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: italic;
}

.gennno-mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.mincho {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
}

.gothic {
  font-family: source-han-sans-japanese, sans-serif;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center !important;
  }
}

.text-accent {
  color: #d2452c !important;
}

.text-main {
  color: #9fdfff !important;
}

.text-basic {
  color: #333 !important;
}

.text-gold {
  color: #A38420 !important;
}

.text-xl {
  font-size: 2em !important;
}
@media only screen and (max-width: 767px) {
  .text-xl {
    font-size: 1.4em !important;
  }
}

.text-lg {
  font-size: 1.5em !important;
}
@media only screen and (max-width: 767px) {
  .text-lg {
    font-size: 1.3em !important;
  }
}

.text-md {
  font-size: 1.3em !important;
}
@media only screen and (max-width: 767px) {
  .text-md {
    font-size: 1.2em !important;
  }
}

.text-sm {
  font-size: 0.8em !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt01 {
  margin-top: 20px !important;
}

.mt02 {
  margin-top: 40px !important;
}

.mt03 {
  margin-top: 70px !important;
}

.mt04 {
  margin-top: 100px !important;
}

.mb01 {
  margin-bottom: 20px !important;
}

.mb02 {
  margin-bottom: 40px !important;
}

.mb03 {
  margin-bottom: 70px !important;
}

.mb04 {
  margin-bottom: 100px !important;
}

.br-md {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .br-md {
    display: inline;
  }
}

.br-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br-sm {
    display: inline;
  }
}

.br-xs {
  display: none;
}
@media only screen and (max-width: 520px) {
  .br-xs {
    display: inline;
  }
}

.box-gray {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
}

.marker {
  color: #000;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D4CA72));
  background: linear-gradient(transparent 60%, #D4CA72 60%);
}

.strong {
  color: #97272d;
  font-weight: 500;
}

.btn-basic {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 1em;
  line-height: 1.3;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  min-width: 300px;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-basic {
    max-width: 300px;
    font-size: 14px;
  }
}
.btn-basic._small {
  min-width: 220px;
  font-size: 14px;
}
.btn-basic._next span {
  padding-right: 25px;
  position: relative;
}
.btn-basic._next span::before {
  content: ">";
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-basic._gold {
  border-color: #A38420;
  background: #A38420;
}
.btn-basic._goldline {
  background: #fff;
  border-color: #A38420;
  color: #A38420;
}
.btn-basic:hover {
  color: #000;
  background: #fff;
}
.btn-basic._gold:hover {
  color: #A38420;
}
.btn-basic._goldline:hover {
  background: #A38420;
  color: #fff;
}

.section-title > span {
  display: block;
}
.section-title._wht ._main, .section-title._wht ._sub {
  color: #fff;
}
.section-title ._main {
  font-family: ryo-text-plusn, serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .section-title ._main {
    font-size: 26px;
  }
}
.section-title ._sub {
  margin-top: 5px;
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 15px;
  color: #A38420;
}
@media only screen and (max-width: 1140px) {
  .section-title ._sub {
    font-size: 14px;
  }
}

.title-underline {
  color: #A38420;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #616263;
}

.list-dl__item {
  padding: 0.4em 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.list-dl__item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.list-dl__item dt {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-dl__item .small {
  font-size: 12px;
}

.list-dl._gold .list-dl__item:not(:last-of-type) {
  border-bottom: 1px solid #A38420;
}

.list-rich-dl .item:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 520px) {
  .list-rich-dl .item:not(:first-child) {
    margin-top: 30px;
  }
}
.list-rich-dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 520px) {
  .list-rich-dl .item {
    -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;
  }
}
.list-rich-dl dt {
  background: #ae9373;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  height: 30px;
  border-radius: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-check li {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}
.list-check li:not(:first-of-type) {
  margin-top: 0.7em;
}
.list-check li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 8px;
  border-left: 4px solid #A38420;
  border-bottom: 4px solid #A38420;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.list-faq .item:not(:first-of-type) {
  margin-top: 50px;
}
.list-faq dt, .list-faq dd {
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .list-faq dt, .list-faq dd {
    padding-left: 50px;
  }
}
.list-faq dt::before,
.list-faq dd::before {
  content: "";
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .list-faq dt::before,
.list-faq dd::before {
    width: 35px;
    height: 35px;
  }
}
.list-faq dt::before {
  background-image: url(../img/ico/ico_faq-q.svg);
  top: 0;
}
.list-faq dd::before {
  background-image: url(../img/ico/ico_faq-a.svg);
  top: 0;
}
.list-faq dt {
  font-size: 24px;
  line-height: 1.5;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .list-faq dt {
    font-size: 21px;
  }
}
.list-faq dd {
  margin-top: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .list-faq dd {
    padding-top: 0;
  }
}

.list-anchor {
  background: #F4F4F3;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .list-anchor {
    padding: 20px;
  }
}
.list-anchor a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px 0;
}
.list-anchor a > span {
  display: inline-block;
  padding-left: 30px;
  padding-bottom: 0.1em;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-anchor a > span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #A38420;
  border-right: 1px solid #A38420;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-anchor a:hover span {
  border-bottom: 2px solid #A38420;
}
.list-anchor a:hover span::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.table-time {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
}
.table-time th, .table-time td {
  padding: 10px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 520px) {
  .table-time th, .table-time td {
    padding: 10px 5px;
  }
}
.table-time tbody tr:last-of-type th, .table-time tbody tr:last-of-type td {
  border-bottom: none;
}
.table-time th {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  width: 150px;
}
@media only screen and (max-width: 520px) {
  .table-time th {
    width: 100px;
    padding: 5px;
  }
}
.table-time thead th {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
.table-time td {
  text-align: center;
}
.table-time._gold thead {
  background-color: #e3dabc;
}
.table-time._gold th, .table-time._gold td {
  border-color: #A38420;
}

.table-time__caption {
  margin-top: 20px;
  font-size: 14px;
  font-size: 14px;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
}

/* table_A */
.table_a {
  border-collapse: collapse;
}
.table_a._mw200 th {
  min-width: 200px;
}

.table_a th {
  border-bottom: 1px solid #A38420;
  padding: 15px;
  vertical-align: top;
  min-width: 330px;
  text-align: left;
  font-weight: normal;
}

.table_a td {
  border-bottom: 1px solid #CBCAC9;
  padding: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table_a th,
.table_a td {
    padding: 15px 10px;
  }
  .table_a th {
    min-width: 120px;
  }
}
/* =============================
ヘッダー
============================= */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header a {
  color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background: #000;
}

.is-transparent .header__inner {
  background: transparent;
}

.is-transparent .gnav {
  display: none;
}

.header__logo {
  max-width: 272px;
  width: 100%;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__cube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.info-cube {
  width: 65px;
  height: 65px;
  background: #ae9373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.info-cube ._num {
  font-size: 17px;
  line-height: 1.23;
}

.header__tel > span {
  display: block;
}

.header__tel-comment1 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.header__tel-comment2 {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.header__tel-num {
  font-size: 32px;
  line-height: 1.12;
  padding-left: 25px;
  position: relative;
}
.header__tel-num::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico/ico_tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__time {
  padding: 5px 10px;
  position: relative;
}
.header__time::before, .header__time::after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
}
.header__time::before {
  left: 0;
  border-right: transparent;
}
.header__time::after {
  right: 0;
  border-left: transparent;
}

.header__time-title {
  color: #A38420;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.header__time-content {
  margin-top: 3px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 11px;
  line-height: 1.3;
}

.gnav.sp-nav {
  display: none;
}
.gnav.sp-nav.js-toggle-nav-active {
  display: block;
}

.gnav {
  background: #000;
  color: #fff;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.gnav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gnav__item a {
  display: block;
  text-align: center;
  padding: 30px 10px;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  color: #fff;
  border-bottom: 5px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.gnav__item a:hover {
  border-bottom: 5px solid #A38420;
}

.header .sp-only {
  display: none;
}

.toggle-btn {
  width: 26px;
  height: 16px;
  position: relative;
}
.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle-btn span:nth-child(1) {
  top: 0;
}
.toggle-btn span:nth-child(2) {
  top: 49%;
}
.toggle-btn span:nth-child(1) {
  top: 100%;
}

.toggle-btn.is-active span:nth-child(1) {
  top: 49%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-btn.is-active span:nth-child(2) {
  background: transparent;
}
.toggle-btn.is-active span:nth-child(3) {
  top: 49%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 1040px) {
  .header .pc-only {
    display: none;
  }
  .header .sp-only {
    display: block;
  }
  .gnav.pc-only {
    display: none;
  }
  .header__inner {
    background: #000;
    padding: 10px 15px;
    position: relative;
    z-index: 99999;
  }
  .header__inner.header__inner-active {
    background: transparent;
  }
  .header__logo {
    max-width: 250px;
  }
  .gnav {
    padding-top: 75px;
    display: none;
    background-image: url(../img/top/top-mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 50px;
    height: 100vh;
  }
  .gnav__list {
    display: block;
  }
  .gnav__item:not(:first-of-type) {
    margin-top: 6px;
  }
  .gnav__item a {
    font-size: 18px;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    background: #fff;
    color: #2D3234;
    position: relative;
    border: none;
    text-align: left;
  }
  .gnav__item a:hover {
    border: none;
  }
  .gnav__item a::before {
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .sp-nav__info {
    margin-top: 30px;
    text-align: center;
  }
  .sp-nav__group {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
  }
  .header__tel {
    display: inline-block;
  }
  .header__tel-num {
    line-height: 1.75;
    font-size: 34px;
  }
  .header__tel-num::before {
    width: 25px;
    height: 25px;
  }
  .header__tel-comment1 {
    font-size: 16px;
  }
  .header__tel-comment2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .header__inner {
    padding: 5px 15px;
  }
  .gnav__item a {
    font-size: 16px;
  }
}
.contact {
  padding: 60px 0;
  background-image: url(../img/common/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .contact {
    background-image: url(../img/common/bg_contact_sp.jpg);
  }
}

.contact__title {
  text-align: center;
}

.contact__comment {
  margin-top: 20px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1.68;
  color: #fff;
}

.contact__link {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .contact__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  padding: 47px 1em;
  background: #fff;
  border: 2px solid #A38420;
  text-align: center;
  color: #A38420;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact__btn {
    padding: 20px 1em;
    font-size: 16px;
  }
}
.contact__btn:hover {
  opacity: 0.8;
}

.contact__btn._insta span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.contact__btn._insta span::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/ico/ico_insta_gold.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =============================
固定CTA
============================= */
.fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .fixed {
    width: 100%;
    padding: 1% 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fixed.fixed_top {
  bottom: 45px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.to-top {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ae9373;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 1.5;
}

.fixed-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ae9373;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fixed-btn {
    width: 49%;
    border-right: none;
    height: 40px;
  }
}

.fixed-btn._insta {
  background: #97272d;
}
.fixed-btn._insta span {
  padding-left: 25px;
  position: relative;
}
.fixed-btn._insta span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico/ico_insta_color.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =============================
Footer
============================= */
.footer {
  background: #000;
  color: #fff;
  padding: 40px 0 30px;
  padding: 35px 0 100px;
}

.fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.fnav__item:not(:first-of-type) {
  margin-left: -1px;
}
.fnav__item a {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 20px;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fnav__item a:hover {
  color: #A38420;
}

.footer__main {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__main {
    margin-top: 0;
  }
}

.info-table {
  font-size: 12px;
  font-weight: 300;
}
.info-table th {
  color: #A38420;
  text-align: left;
  min-width: 80px;
}

.footer__access {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footer__access {
    font-size: 14px;
  }
}
.footer__access a {
  color: #A38420;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.footer__access a:hover {
  text-decoration: none;
}

.footer__bottom {
  margin-top: 80px;
  text-align: center;
}

.footer__comment {
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 14px;
}

.footer__copyright {
  font-size: 11px;
}

.global-mv {
  padding: 68px 0 73px;
  background: #F4F4F3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .global-mv {
    padding: 50px 0;
  }
}
.global-mv ._main, .global-mv ._sub {
  display: block;
}
.global-mv ._main {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: ryo-text-plusn, serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .global-mv ._main {
    font-size: 26px;
  }
}
.global-mv ._sub {
  margin-top: 5px;
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: italic;
  color: #A38420;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#loop-slider {
  background-image: url(../img/top/loopslider.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  height: 250px;
}

@media screen and (max-width: 767px) {
  #loop-slider {
    background-image: url(../img/top/loopslider.jpg);
    height: 100px;
  }
}
.idx_slide1,
.idx_slide2 {
  padding: 54px 0 54px;
  background-image: url("../images/top/slide_bg.png");
  background-size: 12px auto;
}

.idx_slide1 li,
.idx_slide2 li {
  margin-left: 12px;
}

.idx_slide1 li img,
.idx_slide2 li img {
  width: 242px;
}

.idx_slide3 {
  padding: 87px 0 77px;
}

.idx_slide3 .idx_lm {
  width: 44px;
  margin: 0 auto 45px;
}

.idx_slide3 li img {
  width: 220px;
}

/* =============================
slick
============================= */
.page-slider {
  padding: 54px 0;
  background: #000;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-slider {
    padding: 30px 0;
  }
}
.page-slider .slick-slide {
  margin-right: 12px !important;
}
@media only screen and (max-width: 767px) {
  .page-slider .slick-slide {
    margin-right: 10px !important;
  }
}

.slick-slide img {
  width: 100%;
}

.slider .slick-current,
.slider .is-active-next {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* =============================
MV
============================= */
.top-mv {
  background-image: url(../img/top/top-mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.top-mv__copy {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media only screen and (max-width: 520px) {
  .top-mv__copy {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.top-mv__copy .br1 {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .top-mv__copy .br1 {
    display: block;
  }
}
.top-mv__copy .br2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-mv__copy .br2 {
    display: block;
  }
}

.top-mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* =============================
メッセージ
============================= */
.top-message {
  padding: 80px 0 70px;
}
@media only screen and (max-width: 1140px) {
  .top-message {
    padding: 40px 15px;
  }
}

.top-message__img {
  width: 100%;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1140px) {
  .top-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.top-message__intro {
  margin-top: 40px;
  font-family: ryo-text-plusn, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #a38420;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .top-message__intro {
    font-size: 22px;
  }
}

.top-message__text {
  margin-top: 20px;
}

.top-message__veneer {
  margin-top: 30px;
  border: 1px solid #9fa0a0;
  padding: 15px 33px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .top-message__veneer {
    padding: 15px 20px;
  }
}

.top-message__veneer-title {
  font-weight: 400;
  color: #97272d;
}

.top-message__btn {
  text-align: center;
  margin-top: 20px;
}

/* =============================
Hospitality
============================= */
.top-hospitality {
  background: #f4f4f3;
  padding-bottom: 60px;
}
@media only screen and (max-width: 520px) {
  .top-hospitality {
    padding-bottom: 40px;
  }
}

.top-hospitality__heading {
  background: #ae9373;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .top-hospitality__heading {
    padding: 20px 0;
  }
}

.top-hospitality__title.section-title {
  text-align: center;
}
.top-hospitality__title.section-title ._main,
.top-hospitality__title.section-title ._sub {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top-hospitality__title.section-title ._main {
    font-size: 24px;
    line-height: 1.5;
  }
}

.top-hospitality__item {
  margin-top: 20px;
  background: #fff;
  padding: 50px 40px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1140px) {
  .top-hospitality__item {
    padding: 40px 15px;
  }
}

.hosp-title {
  font-size: 25px;
  font-family: ryo-text-plusn, serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .hosp-title {
    font-size: 21px;
  }
}

.hosp-title__deco {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -10;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: none;
}

.hosp-item__img {
  float: right;
  max-width: 320px;
  margin: 0 0 50px 50px;
}
.hosp-item__img.only-sp {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .hosp-item__img {
    max-width: 200px;
    margin: 30px 0;
    float: none;
  }
  .hosp-item__img.only-pc {
    display: none;
  }
  .hosp-item__img.only-sp {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .hosp-item__img {
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0;
  }
}

.point__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 520px) {
  .point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point__item {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  min-width: 262px;
  padding: 5px 20px;
  background: #000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .point__item {
    line-height: 1.21;
    min-width: unset;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 30px;
  }
}
.point__item .num {
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #A38420;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.point__item br {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .point__item br {
    display: block;
  }
}

.hosp-item__text {
  margin-top: 20px;
  font-size: 14px;
}

.counseling-item {
  margin-top: 40px;
}
@media only screen and (max-width: 520px) {
  .counseling-item {
    margin-top: 30px;
  }
}
.counseling-item .title-underline {
  width: calc(100% - 370px);
}
@media only screen and (max-width: 1140px) {
  .counseling-item .title-underline {
    width: 100%;
  }
}
.counseling-item .text {
  margin-top: 10px;
  font-size: 14px;
}

.counseling-data {
  margin-top: 10px;
  background: #f5f5f4;
  padding: 30px;
}
@media only screen and (max-width: 520px) {
  .counseling-data {
    padding: 15px;
  }
}
.counseling-data .title {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 5px;
}
@media only screen and (max-width: 520px) {
  .counseling-data .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.top-hospitality__btn {
  text-align: center;
  margin-top: 20px;
}

/* =============================
お悩みから症例を見る
============================= */
.top-case {
  padding: 50px 0 60px;
  background-image: url(../img/top/bg_case.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .top-case {
    padding: 50px 15px 60px;
  }
}

.top-case__title.section-title {
  text-align: center;
}
.top-case__title.section-title ._main,
.top-case__title.section-title ._sub {
  color: #fff;
}

.case-list {
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 30px;
}
@media only screen and (max-width: 767px) {
  .case-list {
    gap: 15px;
  }
}

.case-item {
  border: 10px solid #3a3a3a;
  width: calc((100% - 60px) / 3);
  position: relative;
  aspect-ratio: 300/150;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1140px) {
  .case-item {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .case-item {
    width: 100%;
    aspect-ratio: 500/120;
    min-height: 120px;
  }
}
.case-item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.case-item:hover {
  opacity: 0.8;
}

.case-item__text {
  display: block;
  width: 100%;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 520px) {
  .case-item__text {
    font-size: 18px;
  }
}

/* =============================
ラミネートベニアとは
============================= */
.top-veneer {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .top-veneer {
    padding: 30px 15px;
  }
}

.veneer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .veneer-list {
    gap: 20px;
  }
}

.veneer-item {
  padding: 50px 0 40px;
  width: calc((100% - 60px) / 3);
  border: 1px solid #A38420;
  color: #A38420;
  text-align: center;
  min-width: 330px;
}
@media only screen and (max-width: 767px) {
  .veneer-item {
    padding: 30px 0 25px;
    min-width: unset;
    width: 100%;
  }
}

.veneer-item__title {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .veneer-item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.veneer-bnrarea {
  margin-top: 30px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .veneer-bnrarea {
    margin-top: 20px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.veneer-bnrarea a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.veneer-bnr {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .veneer-bnr {
    height: 150px;
  }
  .veneer-bnr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.veneer-bnr:hover {
  opacity: 0.8;
}

.veneer-bnr__text {
  width: 100%;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .veneer-bnr__text {
    font-size: 22px;
  }
}

/* =============================
Access
============================= */
.access {
  padding: 50px 0 70px;
  background-image: url(../img/common/bg_access.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .access {
    background-image: url(../img/common/bg_access_sp.jpg);
  }
}

.access__title {
  text-align: center;
}
.access__title.section-title ._main {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .access__title.section-title ._main {
    font-size: 22px;
  }
}
.access__title.section-title ._sub,
.access__title.section-title ._main {
  color: #fff;
}

.access__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__group._mapinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .access__group._mapinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__time {
  margin-top: 40px;
}

.access__map {
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1140px) {
  .access__map {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.gmap {
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 105%;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .gmap {
    padding-bottom: 75%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.access__btn {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgba(163, 132, 32, 0.8)), to(rgba(199, 194, 115, 0.8)));
  background: linear-gradient(to left, rgba(163, 132, 32, 0.8), rgba(199, 194, 115, 0.8));
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.access__btn:hover {
  opacity: 0.9;
}

.access__btn-comment {
  display: none;
}

.access__infolist {
  width: 339px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1140px) {
  .access__infolist {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* =============================
お知らせとブログの記事
============================= */
.top-archive {
  padding: 30px 0 70px;
}
.top-archive .post-sum__title,
.top-archive .post-sum__btn,
.top-archive .post-box__title,
.top-archive .post-box__btn {
  text-align: center;
}

.top-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.top-archive__inner > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .top-archive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}

.top-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-archive__item .glow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-sum {
  line-height: 1.5;
}

.post-sum__content {
  margin-top: 30px;
  padding: 30px;
  background: #f2f0e0;
}

.post-sum__list {
  margin-top: 20px;
  padding-right: 20px;
  height: 200px;
  overflow-y: auto;
}
.post-sum__list::-webkit-scrollbar {
  width: 5px;
}
.post-sum__list::-webkit-scrollbar-track {
  background-color: #ccc;
}
.post-sum__list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #A38420;
          box-shadow: inset 0 0 6px #A38420;
}

.post-sum__item a {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #A38420;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post-sum__item a:hover {
  color: #A38420;
}
.post-sum__item .date {
  font-size: 12px;
}
.post-sum__item .text {
  margin-top: 10px;
}

.post-sum__btn {
  margin-top: 40px;
}

.post-box {
  line-height: 1.5;
}

.post-box__content {
  margin-top: 30px;
}

.post-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .post-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.post-box__item {
  width: calc((100% - 20px) / 3);
  -webkit-transition: opacity 0.3;
  transition: opacity 0.3;
}
@media only screen and (max-width: 767px) {
  .post-box__item {
    width: 100%;
  }
}
.post-box__item .img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .post-box__item .img {
    aspect-ratio: 3/2;
  }
}
.post-box__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-box__item .text {
  margin-top: 10px;
}
.post-box__item .date {
  font-size: 12px;
}
.post-box__item:hover {
  opacity: 0.8;
}

.post-box__btn {
  margin-top: 40px;
}

/* =============================
エレメンタースタイルのリセット
============================= */
.home .elementor-container {
  max-width: none !important;
}
.home .elementor-top-section {
  margin-bottom: 0 !important;
}
.home .elementor-widget-wrap {
  padding: 0 !important;
}

.page-content {
  padding: 40px 0 60px;
}

.parts h2,
.parts h3,
.parts h4,
.parts h5 {
  font-family: ryo-text-plusn, serif;
  line-height: 1.5;
  font-weight: 500;
}
.parts h2 {
  background: #a38420;
  font-size: 28px;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .parts h2 {
    font-size: 24px;
  }
}
.parts h3 {
  background: #bea962;
  font-size: 24px;
  color: #fff;
  padding: 0.4em 0.5em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .parts h3 {
    font-size: 22px;
  }
}
.parts h4 {
  font-size: 24px;
  color: #a38420;
  padding: 0.2em 0;
  border-bottom: 1px solid #a38420;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .parts h4 {
    font-size: 22px;
  }
}
.parts h5 {
  font-size: 22px;
  padding: 0.2em 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .parts h5 {
    font-size: 20px;
  }
}
.parts h6 {
  font-size: 18px;
  color: #a38420;
  font-weight: 300;
  line-height: 1.5;
}
.parts table {
  border-collapse: collapse;
  width: 100%;
}
.parts table th,
.parts table td {
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .parts table th,
.parts table td {
    text-align: left;
  }
}
.parts table th {
  min-width: 160px;
}
@media only screen and (max-width: 767px) {
  .parts table th {
    min-width: 120px;
  }
}
.parts table thead tr > *:first-child {
  background: #b59d4d;
  color: #fff;
}
.parts table thead tr > *:not(:first-child) {
  border-left: 2px solid #fff;
  background: #e3dabc;
}
.parts table thead th,
.parts table thead td {
  font-size: 18px;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .parts table thead th,
.parts table thead td {
    padding: 0.7em;
    font-size: 16px;
  }
}
.parts table tbody th,
.parts table tbody td {
  border-bottom: 2px solid #c4c4c4;
  padding: 1em 44px;
}
@media only screen and (max-width: 1140px) {
  .parts table tbody th,
.parts table tbody td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .parts table tbody th,
.parts table tbody td {
    padding: 0.7em;
  }
}
.parts table tbody tr > td {
  border-left: 2px solid #c4c4c4;
}
.parts table tbody th {
  color: #A38420;
}
.parts table tbody a {
  color: #A38420;
  text-decoration: underline;
}
.parts table._nohead tbody tr:first-child th,
.parts table._nohead tbody tr:first-child td {
  border-top: 2px solid #c4c4c4;
}
.parts table._nohead th {
  background: #fff9e7;
}
.parts table._vertical-middle th,
.parts table._vertical-middle td {
  vertical-align: middle;
}
.parts table._case th {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .parts table._case th {
    width: 140px;
  }
}

.link-basic {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  text-decoration: underline;
  padding: 5px 0 5px 40px;
}

.link-basic:hover {
  opacity: 0.8;
}

.link-basic::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico/link-next.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.link-basic._prev::before {
  background-image: url(../img/ico/link-prev.svg);
}

.link-basic._gold::before {
  background-image: url(../img/ico/link-gold.svg);
}

/* =============================
エレメンター共通スタイル
============================= */
.page .elementor-top-section {
  margin-bottom: 80px;
}

.card-vr .elementor-widget-wrap,
.card-hr .elementor-widget-wrap,
.bnr-odd .elementor-widget-wrap,
.bnr-even .elementor-widget-wrap,
.case .elementor-widget-wrap,
.media .elementor-widget-wrap {
  padding: 0 !important;
}

.card-hr,
.card-vr {
  font-size: 14px;
}
.card-hr .elementor-container,
.card-vr .elementor-container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media only screen and (max-width: 767px) {
  .card-hr .elementor-container,
.card-vr .elementor-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.card-vr .elementor-container {
  gap: 40px !important;
}

.card-hr .elementor-container {
  gap: 30px !important;
}
@media only screen and (max-width: 767px) {
  .card-hr .elementor-element-populated {
    gap: 20px;
  }
  .card-hr .elementor-element-populated > .elementor-element {
    width: calc((100% - 20px) / 2);
  }
}

.bnr-even .elementor-container,
.bnr-odd .elementor-container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media only screen and (max-width: 767px) {
  .bnr-even .elementor-container,
.bnr-odd .elementor-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.bnr-even figure,
.bnr-odd figure {
  min-height: 140px;
  position: relative;
}
.bnr-even figure a,
.bnr-odd figure a {
  display: block;
}
.bnr-even figure img,
.bnr-odd figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .bnr-even figure img,
.bnr-odd figure img {
    aspect-ratio: 520/140;
  }
}
.bnr-even figcaption,
.bnr-odd figcaption {
  width: 100%;
  padding: 0 15px;
  font-family: ryo-text-plusn, serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bnr-odd .elementor-container {
  gap: 30px;
}

.bnr-even .elementor-container {
  gap: 27px;
}
@media only screen and (max-width: 767px) {
  .bnr-even .elementor-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bnr-even .elementor-column {
    width: calc((100% - 20px) / 2);
  }
}

.media .elementor-container {
  gap: 30px;
}
.media .elementor-container .elementor-column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.media .elementor-container .elementor-column:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .media .elementor-container .elementor-column:nth-child(2) {
    width: 100%;
  }
}

.case .elementor-container {
  max-width: 900px !important;
  margin-bottom: 30px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .case .elementor-container {
    gap: 20px;
  }
}
.case p.elementor-heading-title {
  color: #A38420;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.case.elementor-widget-video {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.w100 .elementor-container {
  max-width: none !important;
}

.w-md .elementor-container {
  max-width: 700px !important;
}

.p0 .elementor-widget-wrap {
  padding: 0 !important;
}

.triangle {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #A38420;
}

.payment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.payment-box p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.payment-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.payment-box img {
  width: 40%;
}

.payment-box2 img {
  width: 20%;
  max-width: 100px;
}

.payment {
  width: 50%;
}

/* =============================
投稿の共通スタイル
============================= */
.post-time {
  font-size: 14px;
}

.post-title {
  margin: 20px 0;
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}

/* 投稿のスタイル */
.post_the_content p,
.post_the_content h2,
.post_the_content h3,
.post_the_content h4,
.post_the_content h5,
.post_the_content h6,
.post_the_content table,
.post_the_content ul,
.post_the_content ol {
  margin-bottom: 1em;
}

.post_the_content *::-moz-selection {
  background: #b7b7b7;
  color: #fff;
}

.post_the_content *::selection {
  background: #b7b7b7;
  color: #fff;
}

.post_the_content h2 {
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 6px solid #A38420;
  margin: 40px 0 10px;
}

@media only screen and (max-width: 800px) {
  .post_the_content h2 {
    font-size: 18px;
    border-left: 3px solid #A38420;
  }
}
.post_the_content h3 {
  font-size: 18px;
  color: #A38420;
  font-weight: bold;
  border-bottom: 2px solid #A38420;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 800px) {
  .post_the_content h3 {
    font-size: 16px;
  }
}
.post_the_content table {
  border-collapse: collapse;
}

.post_the_content tr {
  border: 1px solid #ccc;
}

.post_the_content tr td:first-of-type {
  background: #f1f1f1;
  font-weight: bold;
  width: 30% !important;
}

@media only screen and (max-width: 800px) {
  .post_the_content tr td:first-of-type {
    width: 100% !important;
  }
}
.post_the_content td {
  padding: 15px;
}

@media only screen and (max-width: 800px) {
  .post_the_content td {
    padding: 10px;
    display: block;
    width: 100% !important;
  }
}
.post_the_content ul li {
  display: block;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.post_the_content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #A38420;
  position: absolute;
  top: 10px;
  left: 0;
}

.post_the_content ol {
  counter-reset: item;
  list-style-type: none;
}

.post_the_content ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.post_the_content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  font-family: "oswald", serif;
  font-weight: bold;
  color: #A38420;
  position: absolute;
  left: 0;
}

.post_the_content ins {
  text-decoration: none;
  color: #a9a9a9;
  padding-left: 20px;
  position: relative;
}

.post_the_content ins::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}

.post_the_content img {
  display: block;
  /* width: 100% !important;
  height: auto !important;
  margin-right: auto;
  margin-left: auto; */
}

.post_the_content .gallery {
  margin: 14px 0 30px !important;
}

@media only screen and (max-width: 768px) {
  .post_the_content .gallery br {
    display: none;
  }
}
.post_the_content .gallery img {
  margin: 0;
  border: none !important;
}

.post_the_content .gallery-columns-2 .gallery-item {
  margin-top: 16px !important;
  margin-right: 16px;
  width: calc(50% - 8px) !important;
}

@media only screen and (max-width: 768px) {
  .post_the_content .gallery-columns-2 .gallery-item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.post_the_content .gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.post_the_content .gallery-columns-3 .gallery-item {
  margin-top: 16px !important;
  margin-right: 16px;
  width: calc(33.3333333333% - 11px) !important;
}

@media only screen and (max-width: 768px) {
  .post_the_content .gallery-columns-3 .gallery-item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.post_the_content .gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

/* =============================
ページネーション
============================= */
.pagination {
  padding: 50px 0;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 5px 12px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  border: 1px solid #A38420;
}

.pagination .current.page-numbers {
  background: #A38420;
  color: #fff;
}

/* =============================
アーカイブの投稿一覧
============================= */
.post-item {
  padding: 1em 0;
  border-bottom: 1px solid #efefef;
}
.post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .post-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.post-item .time {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-item .title, .post-item .time {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post-item a:hover .title, .post-item a:hover .time {
  color: #A38420;
}