@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
.c-button.--main {
  background-color: #726140;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7f8f8;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

small {
  font-size: 70%;
}

.wrap {
  margin: 0 auto;
  width: 100%;
}

.bg__black {
  position: relative;
  color: #fff;
  background-color: #000;
}

.caption__black {
  position: relative;
  color: #fff;
  background-color: #000;
}
.caption__black > * {
  display: inline;
  max-width: 90%;
}
.caption__black .caption {
  color: #fff;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .caption__black .caption {
    max-width: 90%;
  }
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__md,
.inner__md_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__md,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__md,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__md,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1400px;
}

.inner_in {
  max-width: 1280px;
}

.inner__lg {
  max-width: 1520px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__md {
  max-width: 1240px;
}

.inner__md_in {
  max-width: 1120px;
}

.inner__sm {
  max-width: 1120px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
.caption .txt {
  font-size: 10px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}

.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1201px), print {
  .pcWidth_only {
    display: block !important;
  }
  .pcWidth_none {
    display: none !important;
  }
}
@media screen and (min-width: 1001px), print {
  .pc_none {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .tab_none {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .sp_none {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
  .pc_only {
    display: none !important;
  }
}
.c-main {
  color: #726140;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dd0000;
}

.c-red__dark {
  color: #bb0000;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f9df1e;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.c-grade__gray {
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b6), color-stop(20%, #b5b5b6), color-stop(75%, #efefef), to(#efefef));
  background: linear-gradient(to right, #b5b5b6, #b5b5b6 20%, #efefef 75%, #efefef);
}

.c-grade__black {
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), color-stop(20%, #2d2d2d), color-stop(75%, #505050), to(#505050));
  background: linear-gradient(to right, #2d2d2d, #2d2d2d 20%, #505050 75%, #505050);
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

/* margin-top
-------------------------------------------------------*/
.mt3 {
  margin-top: 3px;
}

.mt7 {
  margin-top: 7px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .mt5 {
    margin-top: 3.5px;
  }
  .mt10 {
    margin-top: 7px;
  }
  .mt15 {
    margin-top: 10.5px;
  }
  .mt20 {
    margin-top: 14px;
  }
  .mt25 {
    margin-top: 17.5px;
  }
  .mt30 {
    margin-top: 21px;
  }
  .mt35 {
    margin-top: 24.5px;
  }
  .mt40 {
    margin-top: 28px;
  }
  .mt45 {
    margin-top: 31.5px;
  }
  .mt50 {
    margin-top: 35px;
  }
  .mt55 {
    margin-top: 38.5px;
  }
  .mt60 {
    margin-top: 42px;
  }
  .mt65 {
    margin-top: 45.5px;
  }
  .mt70 {
    margin-top: 49px;
  }
  .mt75 {
    margin-top: 52.5px;
  }
  .mt80 {
    margin-top: 56px;
  }
  .mt85 {
    margin-top: 59.5px;
  }
  .mt90 {
    margin-top: 63px;
  }
  .mt95 {
    margin-top: 66.5px;
  }
  .mt100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
}
.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

/* margin-bottom
-------------------------------------------------------*/
.mb3 {
  margin-bottom: 3px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

/* margin-left
-------------------------------------------------------*/
.ml3 {
  margin-left: 3px;
}

.ml7 {
  margin-left: 7px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

/* margin-right
-------------------------------------------------------*/
.mr3 {
  margin-bottom: 3px;
}

.mr7 {
  margin-bottom: 7px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

/* margin ネガティブ
-------------------------------------------------------*/
.mt-3 {
  position: relative;
  margin-top: -3px;
}

.mt-7 {
  position: relative;
  margin-top: -7px;
}

.mt-5 {
  position: relative;
  margin-top: 5px;
}

.mt-10 {
  position: relative;
  margin-top: 10px;
}

.mt-15 {
  position: relative;
  margin-top: 15px;
}

.mt-20 {
  position: relative;
  margin-top: 20px;
}

.mt-25 {
  position: relative;
  margin-top: 25px;
}

.mt-30 {
  position: relative;
  margin-top: 30px;
}

.mt-35 {
  position: relative;
  margin-top: 35px;
}

.mt-40 {
  position: relative;
  margin-top: 40px;
}

.mt-45 {
  position: relative;
  margin-top: 45px;
}

.mt-50 {
  position: relative;
  margin-top: 50px;
}

.mt-55 {
  position: relative;
  margin-top: 55px;
}

.mt-60 {
  position: relative;
  margin-top: 60px;
}

.mt-65 {
  position: relative;
  margin-top: 65px;
}

.mt-70 {
  position: relative;
  margin-top: 70px;
}

.mt-75 {
  position: relative;
  margin-top: 75px;
}

.mt-80 {
  position: relative;
  margin-top: 80px;
}

.mt-85 {
  position: relative;
  margin-top: 85px;
}

.mt-90 {
  position: relative;
  margin-top: 90px;
}

.mt-95 {
  position: relative;
  margin-top: 95px;
}

.mt-100 {
  position: relative;
  margin-top: 100px;
}

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

.ml--0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.mb-0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 100px;
    padding-top: 10vw;
  }
}

.section--pt_s {
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 70px;
    padding-top: 7vw;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 91px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 140px;
    padding-top: 14vw;
  }
}

.section--pt_lg2 {
  padding-top: 170px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg2 {
    padding-top: 110.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg2 {
    padding-top: 170px;
    padding-top: 17vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}

.section--pb_s {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 70px;
    padding-bottom: 7vw;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 91px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 140px;
    padding-bottom: 14vw;
  }
}

.section--pb_lg2 {
  padding-bottom: 170px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg2 {
    padding-bottom: 110.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg2 {
    padding-bottom: 170px;
    padding-bottom: 17vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 100px;
    margin-top: 10vw;
  }
}

.section--mt_s {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 70px;
    margin-top: 7vw;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 91px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 140px;
    margin-top: 14vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 100px;
    margin-bottom: 10vw;
  }
}

.section--mb_s {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 70px;
    margin-bottom: 7vw;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 91px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 140px;
    margin-bottom: 14vw;
  }
}

.u-zoomLink {
  background-color: #fff;
}
.u-zoomLink a {
  display: block;
  overflow: hidden;
}
.u-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .u-zoomLink a > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .u-zoomLink a:hover > img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
  }
}

.txt__hidden {
  overflow: hidden;
  height: 0;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "GaramondPro", "EB Garamond", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

.font-mincho {
  font-family: "RyuminPro", "Yu Mincho", "YuMincho", serif;
}

.font-mincho2 {
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
}

.font-gothic {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* copy
-------------------------------------------------------*/
.copy {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .copy {
    font-size: 28px;
    font-size: 4vw;
  }
}
.copy__line {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}
.copy__lg {
  font-size: 3.6rem;
  color: #726140;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .copy__lg {
    font-size: 44px;
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .copy__lg {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 46px;
    font-size: 6.5714285714vw;
  }
}

/* txt
-------------------------------------------------------*/
.txt__grade__gold {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 184, 74)), color-stop(11.49%, rgb(240, 211, 117)), color-stop(20.97%, rgb(248, 231, 148)), color-stop(44.62%, rgb(156, 97, 36)), color-stop(76.92%, rgb(248, 231, 148)), to(rgb(229, 184, 74)));
  background: linear-gradient(90deg, rgb(229, 184, 74) 0%, rgb(240, 211, 117) 11.49%, rgb(248, 231, 148) 20.97%, rgb(156, 97, 36) 44.62%, rgb(248, 231, 148) 76.92%, rgb(229, 184, 74) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt__capitalize {
  text-transform: capitalize;
}

.txt__uppercase {
  text-transform: uppercase;
}

.txt__lowercase {
  text-transform: lowercase;
}

/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 2.88rem;
  }
}

.txt__xl2 {
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 2.89rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}

.txt__lg2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 19px;
    font-size: 5.2777777778vw;
  }
}

.txt__lg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 19px;
    font-size: 5.2777777778vw;
  }
}

.txt__md2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 14px;
    font-size: 3.8888888889vw;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 13px;
    font-size: 3.6111111111vw;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 12px;
    font-size: 3.3333333333vw;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.105rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 10px;
    font-size: 2.7777777778vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1rem;
  }
}
.capt_s {
  font-size: 1rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt2 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .capt2 {
    font-size: 20px;
    font-size: 2.8571428571vw;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6);
}

.txt_shadow__wh2 {
  text-shadow: 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255);
}
@media screen and (max-width: 767.98px) {
  .txt_shadow__wh2 {
    text-shadow: 0 0 3px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 7px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 13px rgba(255, 255, 255, 0.5);
  }
}

.txt_shadow__bk2 {
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 15px rgb(0, 0, 0);
}
@media screen and (max-width: 767.98px) {
  .txt_shadow__bk2 {
    text-shadow: 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 7px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 13px rgba(0, 0, 0, 0.5);
  }
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

/* ライン付きタイトル
-------------------------------------------------------*/
.c-lineTitle {
  position: relative;
  padding-bottom: 20px;
}
.c-lineTitle::before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(168, 119, 34, 0)), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to right, rgba(168, 119, 34, 0) 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-lineTitle::before {
    bottom: 17px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-lineTitle::before {
    bottom: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(168, 119, 34, 0)), color-stop(10%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(90%, #a87722), to(rgba(247, 230, 135, 0)));
    background: linear-gradient(to right, rgba(168, 119, 34, 0) 0%, #f8ea70 10%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 90%, rgba(247, 230, 135, 0) 100%);
  }
}
.c-lineTitle .ttl {
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-lineTitle .ttl {
    font-size: 19px;
    font-size: 5.2777777778vw;
  }
}
.c-lineTitle .ja {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 200px;
  height: 38px;
  color: #fff;
  background-color: #000;
  padding-left: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-lineTitle .ja {
    bottom: 17px;
    width: 180px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-lineTitle .ja {
    position: relative;
    height: 30px;
    margin-left: -15px;
  }
}
.c-lineTitle .eng {
  position: relative;
  font-size: 8rem;
  font-family: "GaramondPro", "EB Garamond", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  line-height: 1.1;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(#f7e687));
  background: linear-gradient(to right, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, #f7e687 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-lineTitle .eng {
    font-size: 6.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .c-lineTitle .eng {
    font-size: 5.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .c-lineTitle .eng span {
    display: block;
    font-size: 70%;
    line-height: 0.5;
  }
}

/* ブロックタイトル
-------------------------------------------------------*/
.c-blockTitle {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}
.c-blockTitle .ttl {
  position: relative;
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: #5b4d35;
  padding-left: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-blockTitle .ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-blockTitle .ttl {
    white-space: nowrap;
    letter-spacing: 0.12em;
    padding-left: 20px;
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}
.c-blockTitle .ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-image: url(../images/common2/arrow_title.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .c-blockTitle .ttl::before {
    width: 4px;
  }
}
.c-blockTitle .ttl + .txt {
  line-height: 1.95;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-blockTitle .ttl + .txt {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767.98px) {
  .c-blockTitle .ttl + .txt {
    line-height: 1.8;
    margin-top: 15px;
    margin-top: 4.1666666667vw;
  }
}
.bg-gray .c-blockTitle .ttl {
  color: #fff;
}

.c-blockTitle--sm {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 385px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.c-blockTitle--sm .ttl {
  font-size: 2.8rem;
}
.c-blockTitle--lg {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 385px;
  height: 60px;
  padding-left: 30px;
  text-align: left;
}
.c-blockTitle--lg .ttl {
  font-size: 2.8rem;
}
.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: right;
  padding-top: 6px;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
}
.figure.reverse figcaption {
  position: absolute;
  left: 0 !important;
  right: auto !important;
  text-align: left;
}
.figure.--capt_in figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 5px 7px;
  text-align: right;
}
.figure.--capt_out figcaption {
  text-align: right;
}
.figure.--capt_bg figcaption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.figure-frame {
  position: relative;
}
.figure-frame::before, .figure-frame::after {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.figure-frame::before {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to right, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}
.figure-frame::after {
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to bottom, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #b00;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}

.c-button__wrap {
  width: 75%;
  max-width: 400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  width: 240px;
  height: 48px;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1000.98px) {
  .c-button {
    display: block;
    width: auto;
    height: auto;
    width: 200px;
    padding: 5px 20px;
    font-size: min(4vw, 20px);
  }
}
.c-button.arrow {
  padding-left: 20px;
}
.c-button.arrow::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 10px;
  background-image: url(../../images/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-button.arrow::before {
    width: 25px;
    height: 7px;
  }
}
.c-button__border {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
}

/* リンクボタン カラーリング
-------------------------------------------------------*/
.c-button--main {
  color: #fff;
  background-color: #726140;
}

.c-button--main2 {
  color: #fff;
  background-color: #000;
}

.c-button--sub {
  color: #fff;
  background-color: #f7f8f8;
}

.c-button--sub2 {
  color: #fff;
  background-color: #000;
}

.c-button--black {
  color: #fff;
  background-color: #222;
}

.c-button--white {
  color: #222;
  background-color: #fff;
}
.c-button--white__border_s {
  width: 100%;
  max-width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px;
}
.c-button--white__border, .c-button--white__border_s {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .c-button--white__border:hover, .c-button--white__border_s:hover {
    color: #726140;
    background-color: #fff;
  }
  .c-button--white__border:hover::after, .c-button--white__border_s:hover::after {
    border-top: solid 2px #726140;
    border-right: solid 2px #726140;
  }
}

.c-button--gray {
  color: #fff;
  background-color: #c0c0c0;
}

/* フォームボタン
-------------------------------------------------------*/
.c-button__form {
  position: relative;
  color: #fff;
}
.c-button__request {
  background: linear-gradient(-45deg, #9f110a 0%, #cc1b24 17%, #a2110b 50%, #d11c28 77%, #97251d 100%);
}

.c-button__reserve {
  background: linear-gradient(-45deg, #b28436 0%, #e2ca84 17%, #ab7721 50%, #dcc076 77%, #ab7721 100%);
}

/* ブランクボタン
-------------------------------------------------------*/
.c-button__blank {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background-color: #f39800;
  border: none;
  padding: 0;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .c-button__blank {
    font-size: 24px;
    font-size: 3.4285714286vw;
  }
}
.c-button__blank span {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-button__blank span {
    padding-right: 30px;
    padding-right: 4.2857142857vw;
  }
}
.c-button__blank span::before {
  content: "";
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url(../../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-button__blank span::before {
    right: 0%;
    width: 16px;
    height: 16px;
  }
}

/* hover slide
-------------------------------------------------------*/
.c-button__slide {
  overflow: hidden;
}
@media screen and (min-width: 1001px), print {
  .c-button__slide {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__slide::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .c-button__slide:hover {
    color: #fff;
  }
  .c-button__slide:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.c-button__slide span {
  z-index: 2;
  position: relative;
}

.c-hero {
  position: relative;
  width: 100%;
}
.c-hero__ttl {
  z-index: 5;
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 4.8rem;
  letter-spacing: 0.17em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 91%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-hero__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-hero__ttl {
    letter-spacing: 0.15em;
    font-size: 24px;
    font-size: 6.6666666667vw;
  }
}
.c-hero p {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  padding-right: 7px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .c-hero p {
    bottom: -2px;
    font-size: 9px;
    font-size: 2.5vw;
  }
}
.c-hero .capt {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  padding-right: 7px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .c-hero .capt {
    bottom: -2px;
    font-size: 9px;
    font-size: 2.5vw;
  }
}
.c-hero.c-hero__capt2 .capt:nth-of-type(1) {
  right: 52.5%;
}
.c-hero.c-hero__capt2 .capt:nth-of-type(2) {
  right: 0;
}
.c-hero.c-hero__capt3 .capt:nth-of-type(1) {
  right: 69%;
}
.c-hero.c-hero__capt3 .capt:nth-of-type(2) {
  right: 36%;
}
.c-hero.c-hero__capt3 .capt:nth-of-type(3) {
  right: 0;
}

/* バリエーション
-------------------------------------------------------*/
.c-hero.--up {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-hero.--up .c-hero__ttl {
  top: 85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-hero.--up .c-hero__ttl {
    top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-hero.--up .c-hero__ttl {
    top: 17px;
  }
}
.c-hero.--sm .c-hero__ttl {
  font-size: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22%;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-hero.--sm .c-hero__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-hero.--sm .c-hero__ttl {
    margin-left: 20%;
    letter-spacing: 0.15em;
    font-size: 22px;
    font-size: 6.1111111111vw;
  }
}

/*
ブロック
-------------------------------------------------------*/
.c-block {
  width: 100%;
}
.c-block + .c-block {
  margin-top: 70px;
}
.c-block .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(100% - 570px);
  padding-right: 3.3898305085%;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea {
    width: 100%;
    padding-right: 0;
  }
}
.c-block .txtArea > * + * {
  position: relative;
  color: #fff;
  margin-top: 7px;
}
.c-block .txtArea .ttl {
  line-height: 1.7;
  margin-bottom: 10px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .txtArea .ttl {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea .ttl + .txt {
    margin-top: 0;
  }
}
.c-block .txtArea .ttl.--line {
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea .ttl.--line {
    padding-bottom: 10px;
    margin-bottom: 7px;
  }
}
.c-block .txtArea .copy {
  font-weight: 700;
}
.c-block .txtArea .txt {
  line-height: 1.8333333333;
}
.c-block .txtArea .capt {
  margin-top: 10px;
}
.c-block .imgArea {
  position: relative;
  width: 570px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .imgArea {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block .imgArea {
    width: 100%;
    margin-top: 40px;
    margin-top: 4vw;
  }
}
.c-block.reverse .txtArea {
  padding-left: 3.3898305085%;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block.reverse .txtArea {
    padding-left: 40px !important;
    padding-right: 30px !important;
    margin-left: auto;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block.reverse .txtArea {
    padding-left: 20px !important;
    margin-left: auto;
    margin-right: -15px;
  }
}
.c-block.reverse .txtArea::before {
  left: -20px;
  right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block.reverse .txtArea::before {
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block.reverse .txtArea::before {
    left: -10px;
  }
}
.c-block.reverse .imgArea .figure figcaption {
  right: 20px;
}
.c-block .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-block .col2 > * {
  width: 100%;
}
.c-block .col2 .txtArea {
  padding-right: 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .col2 .txtArea {
    padding-bottom: 0;
  }
}
.c-block .col2 .imgArea {
  max-width: 570px;
  margin-top: auto;
  margin-bottom: 0;
}
.c-block.--col1 {
  width: 100%;
  max-width: 100%;
}
.c-block.--col1 .txtArea,
.c-block.--col1 .txtArea > * {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.c-block.--col1 .ttl + .txt {
  margin-top: 0;
}
.c-block.--col1 .imgArea {
  width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block.--col1 .imgArea {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block.--col1 .imgArea {
    margin-top: 60px;
    margin-top: 6vw;
  }
}

/*
ブロック
-------------------------------------------------------*/
.c-block__shop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block__shop {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-block__shop .--shopname figcaption {
  font-size: 1.8rem;
  font-family: "RyuminPro", "Yu Mincho", "YuMincho", serif;
  text-shadow: 0px 0px 1px rgb(0, 0, 0), 0px 0px 2px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 6px rgb(0, 0, 0);
  letter-spacing: 0.1em;
  padding: 7px 8px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block__shop .--shopname figcaption {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .--shopname figcaption {
    font-size: 13px;
    font-size: 3.6111111111vw;
    padding: 5px 6px;
  }
}
.c-block__shop .imgArea,
.c-block__shop .txtArea {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block__shop .imgArea,
  .c-block__shop .txtArea {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .imgArea,
  .c-block__shop .txtArea {
    width: 100%;
  }
}
.c-block__shop .txtArea {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-block__shop .txtArea__txt {
  padding: 3.7% 5% 8% 5%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block__shop .txtArea__txt {
    padding: 3% 4% 8% 4%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .txtArea__txt {
    padding: 3% 5% 9% 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .txtArea__txt .txt__xl {
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .c-block__shop .txtArea__txt .txt__md {
    font-size: 18px;
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block__shop .txtArea__txt .txt__md {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .txtArea__txt .txt__md {
    font-size: 13px;
    font-size: 3.6111111111vw;
    letter-spacing: 0.08em;
  }
}
.c-block__shop .txtArea__txt small {
  font-size: 66.6%;
}
.c-block__shop .txtArea__txt img {
  width: 100%;
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
}
.c-block__shop .txtArea__txt > * + * {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .c-block__shop .txtArea__txt > * + * {
    margin-top: 15px;
    margin-top: 1.5vw;
  }
}
.c-block__shop.reverse .imgArea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1000.98px) {
  .c-block__shop.reverse .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-block__shop.reverse .txtArea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1000.98px) {
  .c-block__shop.reverse .txtArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 1000.98px) {
  .c-block__shop.reverse .txtArea__txt {
    margin-left: 0;
  }
}
.c-heading .txt {
  line-height: 1.9;
  margin-top: 20px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .c-heading .txt {
    margin-top: 10px;
  }
}
.c-heading .capt {
  margin-top: 10px;
}

.c-heading__line {
  text-align: center;
}
.c-heading__line .ttl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-heading__line .ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading__line .ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.c-heading__line .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(231, 189, 82, 0)), color-stop(20%, #f8e794), color-stop(45%, #9c6124), color-stop(75%, #f8e794), to(rgba(231, 189, 82, 0)));
  background: linear-gradient(to right, rgba(231, 189, 82, 0) 0%, #f8e794 20%, #9c6124 45%, #f8e794 75%, rgba(231, 189, 82, 0) 100%);
}
.c-heading__line .txt {
  line-height: 1.9;
}
.c-heading__line .capt {
  margin-top: 10px;
}

/* 背景
-------------------------------------------------------*/
.bg-main {
  background-color: #f2f2f2;
}

.bg-main2 {
  background-color: #d8d8d8;
}

.bg-sub {
  background-color: #f7f8f8;
}

/* 背景
-------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #4d4d4d;
  color: #fff;
}

.bg-green {
  background-color: #6f9102;
}

.bg-blue {
  background-color: #004098;
}

.bg-sky {
  background-color: #6f94cd;
}

.bg-pink {
  background-color: #cb69a5;
}

.bg-black__grade {
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), color-stop(20%, #2d2d2d), color-stop(75%, #505050), to(#505050));
  background: linear-gradient(to right, #2d2d2d, #2d2d2d 20%, #505050 75%, #505050);
}

.bg-gray__grade {
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b6), color-stop(20%, #b5b5b6), color-stop(75%, #efefef), to(#efefef));
  background: linear-gradient(to right, #b5b5b6, #b5b5b6 20%, #efefef 75%, #efefef);
}

/* 背景画像
-------------------------------------------------------*/
.bg-img {
  background-image: url(../images/common2/bg_triangle.png);
  background-size: 450px;
  background-repeat: repeat;
  background-position: center top;
}
@media screen and (max-width: 767.98px) {
  .bg-img {
    background-size: 70%;
  }
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #726140;
}

.border--b {
  border-bottom: 4px solid #726140;
}

h1.header-logo span {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}

.header-logo a {
  display: block;
  width: 90%;
  max-width: 400px;
}
.header-logo a img {
  width: auto;
  max-width: 100%;
}

/* ナビゲーション
-------------------------------------------------------*/
.header-menu nav > ul > li > a .f-en,
.header-menu nav > ul > li > p .f-en {
  letter-spacing: 0.05em;
}

.header-menu.active {
  z-index: 7;
}

.header-wrapper {
  z-index: 15;
}

@media screen and (max-width: 767.98px) {
  .sp-menu {
    padding-top: 70px;
    z-index: 10;
  }
}

@media screen and (max-width: 767.98px) {
  .sp-menu nav ul li {
    color: #d0d0d0;
  }
}

/* z-index
-------------------------------------------------------*/
.header-wrapper {
  z-index: 1200;
}

.sp-menu {
  z-index: 1100;
}

.fixed-btn {
  z-index: 1200;
}

main {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  main {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767.98px) {
  main {
    letter-spacing: 0.1em;
  }
}
main img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: 0;
  vertical-align: bottom;
}
main figure,
main picture {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
body.nav-open main::before {
  opacity: 1;
}

.entry {
  -webkit-font-smoothing: subpixel-antialiased;
}

.location-link {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.caption {
  margin: auto;
  padding: 35px auto 35px auto;
}
@media screen and (max-width: 767.98px) {
  .caption {
    padding: 70px 0px 65px 0px;
  }
}
.bg__black .caption {
  color: #fff;
}

/* entry
-------------------------------------------------------*/
.entry .entry-btn .no-active {
  pointer-events: none;
  color: #999;
  opacity: 0.3;
}

/*
-------------------------------------------------------*/
sub {
  vertical-align: bottom;
  position: relative;
  bottom: 0.2em;
  font-size: 1.1rem;
}

sup {
  vertical-align: top;
  position: relative;
  top: 0em;
  font-size: 1.1rem;
}

/* zoomImgの背景色をグレー → 白
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .leaflet-container {
    background: transparent !important;
  }
  .zoomImg {
    opacity: 0;
  }
}
/*
-------------------------------------------------------*/
.footer-contacts {
  padding: 160px 60px;
  background: #534d44;
  text-align: center;
  color: #fff;
}

.footer-contacts a {
  color: #fff;
}

.footer-contacts .title {
  font-size: 28px;
  padding-bottom: 35px;
}

.footer-contacts .links {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.footer-contacts .links li {
  float: left;
  width: 49%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.footer-contacts .links li a {
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 1.6;
}

.footer-contacts .links li:last-child {
  margin-right: auto;
}

.footer-contacts .about-colona {
  font-size: 20px;
  padding: 20px 0 40px;
}

.footer-contacts .about-colona a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 25px;
}

.footer-contacts .about-colona a::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-contacts .about-tel {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 0px;
}

.footer-contacts .tel-link-wrap {
  padding: 10px 0 15px;
}

.footer-contacts .tel-link-wrap a {
  display: inline-block;
  padding-left: 70px;
  position: relative;
  font-size: 45px;
  font-weight: normal;
}

.footer-contacts .tel-link-wrap a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 64.5px;
  height: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon-free-dial.svg) no-repeat center;
  background-size: cover;
}

.footer-contacts .mail {
  font-size: 16px;
  padding-bottom: 25px;
}

.footer-contacts .mail a {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-weight: normal;
}

.footer-contacts .mail a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 18px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon-mail.svg) no-repeat center;
  background-size: 100% auto;
}

.footer-contacts .bussiness-hour {
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .footer-contacts {
    padding: 19.84vw 10px;
  }
  .footer-contacts .title {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .footer-contacts .links {
    padding-bottom: 0px;
  }
  .footer-contacts .links li {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    height: auto;
    padding: 23px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .footer-contacts .links li a {
    font-size: 27px;
  }
  .footer-contacts .about-colona {
    font-size: 15px;
    padding: 20px 0 35px;
  }
  .footer-contacts .about-colona a {
    padding-bottom: 7px;
    padding-left: 35px;
  }
  .footer-contacts .about-colona a::after {
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .footer-contacts .about-tel {
    font-size: 19px;
    line-height: 2;
  }
  .footer-contacts .tel-link-wrap {
    padding: 30px 0 3px;
  }
  .footer-contacts .tel-link-wrap a {
    padding-left: 65px;
    font-size: 38px;
  }
  .footer-contacts .tel-link-wrap a:after {
    width: 50.5px;
    height: 30px;
    background-size: 100% auto;
  }
  .footer-contacts .mail {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .footer-contacts .mail a {
    padding-left: 50px;
  }
  .footer-contacts .mail a:after {
    width: 38px;
    height: 35px;
    background-size: 100% auto;
  }
  .footer-contacts .bussiness-hour {
    font-size: 14px;
    margin: 0 auto;
    width: 94%;
    line-height: 1.8;
  }
}
/* footer-menu
-------------------------------------------------------*/
.footer-menu ul li {
  color: #bbb;
}

/*=======================================================================

p-submenu

========================================================================*/
.p-submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-submenu-link a {
  position: relative;
  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;
  text-align: center;
  height: 100px;
  padding: 10px 2.5vw;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #fefcf7;
  border-left: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}
@media screen and (max-width: 1400px) {
  .p-submenu-link a {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-submenu-link a {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-submenu-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 639px) {
  .p-submenu-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }
}
.p-submenu-link a.current {
  color: #fff;
  background-color: #868076;
  pointer-events: none;
}
.p-submenu-link.--menu2 a {
  width: 50%;
}
.p-submenu-link.--menu3 a {
  width: 33.33%;
}
.p-submenu-link.--menu4 a {
  width: 25%;
}
@media screen and (max-width: 767.98px) {
  .p-submenu-link.--menu4 a {
    width: 50%;
  }
}
.p-submenu-link.--menu5 a {
  width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-submenu-link.--menu5 a {
    width: 33.33%;
  }
}
.p-submenu-link.--menu6 a {
  width: 16.665%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-submenu-link.--menu6 a {
    width: 33.33%;
  }
}
.p-submenu-link a::before {
  content: "\f105";
  position: absolute;
  left: calc(2.5vw - 15px);
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #808081;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-submenu-link a::before {
    left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .p-submenu-link a::before {
    left: 6vw;
  }
}
.p-submenu-link a.current::before {
  color: #fff;
}

/*=======================================================================

ブランドブロック

========================================================================*/
.p-brand-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-brand-block + .p-brand-block {
  margin-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block + .p-brand-block {
    margin-top: 40px;
  }
}
.p-brand-block .inner {
  z-index: 5;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px;
  }
}
.p-brand-block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-brand-block .logo {
    width: 80%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .logo {
    width: 78%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
.p-brand-block .txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .txt {
    margin-top: 20px;
    margin-top: 2.8571428571vw;
    margin-bottom: 30px;
    margin-bottom: 4.2857142857vw;
    font-size: 24px;
    font-size: 3.4285714286vw;
  }
}
.p-brand-block .btn {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-brand-block .imgArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.625vw;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .imgArea {
    position: relative;
    width: 96%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block .imgArea {
    width: 68.75vw;
  }
}
.p-brand-block .imgArea::before, .p-brand-block .imgArea::after {
  content: "";
  position: absolute;
  right: -23px;
  height: 100%;
  -webkit-transform: skewX(5.5deg);
          transform: skewX(5.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.p-brand-block .imgArea::before {
  bottom: -20px;
  width: 60.625vw;
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), color-stop(20%, #2d2d2d), color-stop(75%, #505050), to(#505050));
  background: linear-gradient(to right, #2d2d2d, #2d2d2d 20%, #505050 75%, #505050);
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .imgArea::before {
    bottom: -10px;
    right: -10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block .imgArea::before {
    width: 66.875vw;
  }
}
.p-brand-block .imgArea::after {
  z-index: 2;
  bottom: 0;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .imgArea::after {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block .imgArea::after {
    width: 14.5%;
  }
}
.p-brand-block .imgArea figure {
  position: relative;
  height: 540px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .imgArea figure {
    height: 54.2857142857%;
  }
}
.p-brand-block .imgArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
.p-brand-block .txtArea {
  position: relative;
  width: 32.8125%;
  height: 420px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .txtArea {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-top: 5.7142857143vw;
    padding-bottom: 40px;
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block .txtArea {
    width: 32.8125%;
    min-height: auto;
  }
}
.p-brand-block .txtArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -140px;
  width: calc(45vw + 140px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b6), color-stop(20%, #b5b5b6), color-stop(75%, #efefef), to(#efefef));
  background: linear-gradient(to right, #b5b5b6, #b5b5b6 20%, #efefef 75%, #efefef);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  -webkit-transform: skewX(5.5deg);
          transform: skewX(5.5deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-brand-block .txtArea::before {
    right: -70px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .txtArea::before {
    right: 0;
    width: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block .txtArea::before {
    right: -70px;
  }
}
.p-brand-block .txtArea__inner {
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block .txtArea__inner {
    width: 79.4520547945vw;
    padding: 0 10px;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-brand-block.reverse .imgArea {
  top: 0;
  left: 0;
  right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block.reverse .imgArea {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-brand-block.reverse .imgArea::before, .p-brand-block.reverse .imgArea::after {
  left: -23px;
  right: auto;
  -webkit-transform: skewX(-5.5deg);
          transform: skewX(-5.5deg);
}
@media screen and (max-width: 767.98px) {
  .p-brand-block.reverse .imgArea::before, .p-brand-block.reverse .imgArea::after {
    left: -10px;
    right: auto;
  }
}
.p-brand-block.reverse .txtArea {
  margin-left: auto;
  margin-right: 0;
}
.p-brand-block.reverse .txtArea::before {
  left: -140px;
  right: auto;
  background: -webkit-gradient(linear, right top, left top, from(#b5b5b6), color-stop(20%, #b5b5b6), color-stop(75%, #efefef), to(#efefef));
  background: linear-gradient(to left, #b5b5b6, #b5b5b6 20%, #efefef 75%, #efefef);
  -webkit-transform: skewX(-5.5deg);
          transform: skewX(-5.5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-brand-block.reverse .txtArea::before {
    left: -70px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-brand-block.reverse .txtArea::before {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-brand-block.reverse .txtArea::before {
    left: -70px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-brand-block.reverse .txtArea__inner {
    margin-left: auto;
    margin-right: 0;
  }
}

/*
-------------------------------------------------------*/
.txt-skew {
  position: relative;
  -webkit-transform: skewX(5.5deg);
          transform: skewX(5.5deg);
}

.txt-skew .txtArea__inner {
  -webkit-transform: skewX(-5.5deg);
          transform: skewX(-5.5deg);
}

.img-skew {
  overflow: hidden;
  position: relative;
  -webkit-transform: skewX(5.5deg);
          transform: skewX(5.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.img-skew img {
  -webkit-transform: skewX(-5.5deg);
          transform: skewX(-5.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.reverse .img-skew {
  -webkit-transform: skewX(-5.5deg);
          transform: skewX(-5.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.reverse .img-skew img {
  -webkit-transform: skewX(5.5deg);
          transform: skewX(5.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
/*=======================================================================

ブランドブロック

========================================================================*/
.p-brand-block__simple {
  position: relative;
  border-top: 1px solid #ddd;
}
.p-brand-block__simple .inner {
  z-index: 5;
}
.p-brand-block__simple .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block__simple .logo {
    height: auto;
  }
}
.p-brand-block__simple .txt {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block__simple .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 3.4285714286vw;
  }
}
.p-brand-block__simple .btn {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-brand-block__simple .imgArea {
  width: 49.21875%;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block__simple .imgArea {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-brand-block__simple .imgArea figure {
    height: 52.8571428571%;
  }
}
.p-brand-block__simple .txtArea {
  width: 47.65625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-brand-block__simple .txtArea {
    width: 100%;
  }
}
/*=======================================================================

事業内容ブロック

========================================================================*/
.p-service__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-service__ttl {
    margin-bottom: 5px;
    font-size: 36px;
    font-size: 5.1428571429vw;
  }
}

/*
-------------------------------------------------------*/
.p-service-block {
  position: relative;
  max-width: 1100px;
}
.p-service-block + .p-service-block {
  margin-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .p-service-block + .p-service-block {
    margin-top: 80px;
    margin-top: 11.4285714286vw;
  }
}
.p-service-block .txtArea {
  position: relative;
  width: calc(100% - 390px);
}
@media screen and (max-width: 767.98px) {
  .p-service-block .txtArea {
    width: 100%;
  }
}
.p-service-block .txtArea .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.4;
  color: #b32026;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}
@media screen and (max-width: 767.98px) {
  .p-service-block .txtArea .ttl {
    -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: start;
    padding-top: 12px;
    padding-top: 1.7142857143vw;
    padding-bottom: 12px;
    padding-bottom: 1.7142857143vw;
    font-size: 27px;
    font-size: 3.8571428571vw;
  }
}
.p-service-block .txtArea .ttl small {
  font-size: 70%;
  font-weight: 700;
  color: #333;
  margin-right: 7px;
}
.p-service-block .txtArea .ttl__sub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-service-block .txtArea .ttl__sub {
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
.p-service-block .txtArea .txt {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-service-block .txtArea .txt {
    margin-top: 28px;
    margin-top: 4vw;
  }
}
.p-service-block .imgArea {
  position: relative;
  width: 340px;
}
@media screen and (max-width: 767.98px) {
  .p-service-block .imgArea {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-top: 4.2857142857vw;
  }
}
.p-service-block .c-button__blank {
  line-height: 1.5;
  max-width: 420px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-service-block .c-button__blank {
    max-width: 530px;
    max-width: 75.7142857143vw;
    height: 74px;
    height: 10.5714285714vw;
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}

/* p-service-head
-------------------------------------------------------*/
.p-service-head.p-service-block .imgArea .brand-logo {
  max-width: 270px;
}
@media screen and (max-width: 767.98px) {
  .p-service-head.p-service-block .imgArea .brand-logo {
    width: 80%;
  }
}
.p-service-head.p-service-block .txtArea {
  position: relative;
  font-weight: 700;
  line-height: 2.125;
  padding-bottom: 0;
  margin-top: -50px;
}
@media screen and (max-width: 767.98px) {
  .p-service-head.p-service-block .txtArea {
    line-height: 1.8;
    margin-top: 0;
  }
}

.caption {
  max-width: 1210px;
}
@media screen and (max-width: 767.98px) {
  .caption {
    max-width: 90% !important;
  }
}/*# sourceMappingURL=style.css.map */