@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within { /*scroll-behavior:smooth*/ }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
} /*:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}*/
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

p {
  line-height: 2;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

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

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

.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
@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;
  }
}
.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;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !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;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.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;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* 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) {
  .pcWidth_none {
    display: none !important;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none !important;
  }
  /**/
  .pc_none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none !important;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none;
  }
  /**/
}
.c-main {
  color: #7a6338;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-gold {
  color: #7a6338;
}

.c-gold__light {
  color: #ac7f43;
}

.c-red {
  color: #dd0000;
}

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

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

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

/* 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;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 48.15%;
}

.col3 {
  width: 31%;
}

.col4 {
  width: 22.5%;
}

/* flex_col
-------------------------------------------------------*/
.flex_col1 li {
  width: 100%;
}

.flex_col2 li {
  width: 50%;
}

.flex_col3 li, .flex_col3::before, .flex_col3::after {
  width: 33.3333333333%;
}
.flex_col3::before, .flex_col3::after {
  content: "";
  display: block;
  width: 31%;
  max-width: 370px;
  height: 0;
}
.flex_col3::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex_col4 li, .flex_col4::before, .flex_col4::after {
  width: 25%;
}
.flex_col4::before, .flex_col4::after {
  content: "";
  height: 0;
}
.flex_col4::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.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;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

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

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

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

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

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

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 50px;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_s {
    padding-top: 35px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_lg {
    padding-top: 98px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 70px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 50px;
  }
}

.section--pb_xs {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xs {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xs {
    padding-bottom: 15px;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_s {
    padding-bottom: 35px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_lg {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 70px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 50px;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_s {
    margin-top: 35px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_lg {
    margin-top: 98px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 70px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 50px;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_s {
    margin-bottom: 35px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_lg {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 70px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink {
  background-color: #fff;
}
.u-zoomLink a {
  display: block;
  overflow: hidden;
}
.u-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .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.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #7a6338;
}

.c-hero {
  position: relative;
  width: 100%;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .c-hero {
    min-height: 165px;
  }
}
.c-hero > .inner {
  z-index: 10;
  height: 100%;
}
.c-hero .ttl {
  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;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 80%;
  max-width: 480px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 204, 126, 0)), color-stop(25%, rgb(232, 196, 126)), color-stop(50%, rgb(199, 138, 3)), color-stop(67.91%, rgb(227, 183, 94)), color-stop(75%, rgb(239, 202, 132)), to(rgba(244, 231, 207, 0)));
  background: linear-gradient(90deg, rgba(240, 204, 126, 0) 0%, rgb(232, 196, 126) 25%, rgb(199, 138, 3) 50%, rgb(227, 183, 94) 67.91%, rgb(239, 202, 132) 75%, rgba(244, 231, 207, 0) 100%);
  padding-top: 8px;
  padding-bottom: 9px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-hero .ttl {
    top: 75px;
    font-size: 4.6vw;
    padding-top: 6px;
    padding-bottom: 7px;
    letter-spacing: 0.1em;
  }
}
.c-hero .capt {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding-bottom: 3px;
  padding-right: 5px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-hero .capt {
    bottom: -5px;
  }
}

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

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

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

.bg-gray {
  background-color: #f4f4f2;
}

.bg-white__grade {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.bg-white__grade--reverse {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.bg-gray__grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to bottom, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

.bg-gray__grade--reverse {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to top, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

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

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

/* グラデ
-------------------------------------------------------*/
.bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/* add bg
-------------------------------------------------------*/
.bg_blue_green {
  background-color: #ecf5f5;
}

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

.font-eng2 {
  font-family: "Cinzel", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho__shippori {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

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

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl3 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl2 {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl2 {
    font-size: min(7.2vw, 36px);
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl {
    font-size: min(5vw, 25px);
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg2 {
    font-size: 2.295rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg2 {
    font-size: min(4.2vw, 21px);
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: min(4.2vw, 21px);
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md2 {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: min(4vw, 20px);
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__sm {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xs {
    font-size: 1.105rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xs {
    font-size: 1.04rem;
  }
}

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

.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 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.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;
}

.ttl__data {
  position: relative;
  color: #7a6338;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  padding-left: 65px;
  text-indent: -65px;
}
.ttl__data::before {
  display: block;
  content: attr(data-eng);
  color: #000;
  font-weight: 500;
  font-size: 4.6rem;
  font-family: "EB Garamond", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl__data::before {
    font-size: 6rem;
    margin-bottom: 5px;
  }
}
.ttl__data::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 76px;
  left: 0;
  background-color: #7a6338;
}
.ttl__data__s::before {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .ttl__data__s::before {
    font-size: 4rem;
  }
}

.ttl__data__side::before {
  display: inline-block;
  content: attr(data-eng);
  font-size: 7rem;
  font-family: "EB Garamond", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl__data__side::before {
    font-size: 6rem;
  }
}

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

 ライン付き文字

========================================================================*/
.ttl__line {
  position: relative;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl__line {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.ttl__line span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), color-stop(95%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .ttl__line span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ttl__line:before, .ttl__line:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  max-width: 300px;
  height: 17px;
  background-image: url(../../images/info/info_request_bar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl__line:before, .ttl__line:after {
    width: 30%;
    height: 11px;
  }
}
.ttl__line:before {
  left: 0;
}
.ttl__line:after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pageTitle {
  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;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pageTitle .ttl__data {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #7a6338;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.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;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f8fd;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #7a6338;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #7a6338;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

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

@media screen and (max-width: 767px) {
  .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-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.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: 767px) {
  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 {
  background-color: #fff;
  width: 75%;
  max-width: 400px;
  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-size: 2.6rem;
  font-weight: 500;
  text-decoration: none;
  max-width: 400px;
  height: 68px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-button {
    font-size: 2.2rem;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.85rem;
    height: 52px;
  }
}
.c-button.arrow {
  padding-left: 20px;
}
.c-button.arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  background-image: url(../../images/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 35px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .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: #7a6338;
}

.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;
}
.c-button--white__border:hover, .c-button--white__border_s:hover {
  color: #7a6338;
  background-color: #fff;
}
.c-button--white__border:hover::after, .c-button--white__border_s:hover::after {
  border-top: solid 2px #7a6338;
  border-right: solid 2px #7a6338;
}

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

.c-button--img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-button--img span {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-button--img span::after {
  display: block;
  content: attr(data-eng);
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.c-button--img img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

/* フォームボタン
-------------------------------------------------------*/
.c-button__form {
  position: relative;
  color: #fff;
}
.c-button__request {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #3188a3;
}

.c-button__reserve {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #db536b;
}

/* シルバー
-------------------------------------------------------*/
.c-button__silver {
  color: #333;
  background: linear-gradient(-45deg, #b5b5b6 0%, #efefef 17%, #c9caca 50%, #efefef 77%, #b5b5b6 100%);
}
.c-button__silver.arrow::before {
  background-image: url(../../images/common/arrow_btn_bk.svg);
}

/* request__btn
-------------------------------------------------------*/
/* リンクなし
-------------------------------------------------------*/
.link_none a {
  opacity: 0.2;
  pointer-events: none;
}

/* NEW
-------------------------------------------------------*/
.is-new a {
  position: relative;
}

.is-new a::after {
  content: "NEW";
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 12px;
  color: #f6e744;
}
@media screen and (max-width: 767px) {
  .is-new a::after {
    top: 1px;
    font-size: 10px;
  }
}

.l-header__nav .is-new a::after {
  font-size: 10px;
  color: #d00;
  top: 2px;
  left: 10px;
}
/* line_grade
-------------------------------------------------------*/
.line_grade {
  position: relative;
  text-align: center;
}
.line_grade::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(190, 137, 21, 0)), color-stop(15%, rgba(190, 137, 21, 0.5)), color-stop(35%, rgb(190, 137, 21)), color-stop(70%, rgb(190, 137, 21)), color-stop(85%, rgba(190, 137, 21, 0.5)), to(rgba(190, 137, 21, 0)));
  background: linear-gradient(to right, rgba(190, 137, 21, 0) 0%, rgba(190, 137, 21, 0.5) 15%, rgb(190, 137, 21) 35%, rgb(190, 137, 21) 70%, rgba(190, 137, 21, 0.5) 85%, rgba(190, 137, 21, 0) 100%);
}

/* ナビゲーション headerの高さ
-------------------------------------------------------*/
.l-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 65px;
  }
}
.l-header .logo {
  line-height: 1;
  width: 160px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header .logo {
    width: 16.8421052632%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 110px;
    margin-left: 15px;
  }
}
.l-header .logo a {
  display: block;
}
.l-header .logo img {
  width: 100%;
}

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

 ハンバーガーメニュー

========================================================================*/
.toggle_menu {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: #e7e8ef;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .toggle_menu {
    width: 65px;
    height: 65px;
  }
}
.toggle_menu hr {
  position: absolute;
  left: 0;
  right: 0;
  width: 45%;
  height: 4px;
  background: #171c61;
  border: none;
  margin: 0 auto;
  -webkit-transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.toggle_menu hr:nth-child(1) {
  top: 28%;
}
.toggle_menu hr:nth-child(2) {
  top: 39%;
}
.toggle_menu hr:nth-child(3) {
  top: 50%;
}
.toggle_menu .hamb_txt {
  position: absolute;
  top: 60%;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  height: 20px;
  color: #171c61;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle_menu .hamb_txt.close {
  color: #fff;
  opacity: 0;
}

/* メニューボタン 展開時 body.nav_open
-------------------------------------------------------*/
body.nav_open .toggle_menu {
  background: #171c61;
}
body.nav_open .toggle_menu hr {
  -webkit-transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
}
body.nav_open .toggle_menu hr:nth-child(1) {
  top: 39%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav_open .toggle_menu hr:nth-child(2) {
  top: 39%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.nav_open .toggle_menu hr:nth-child(3) {
  top: 39%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.nav_open .toggle_menu .hamb_txt.open {
  opacity: 0;
}
body.nav_open .toggle_menu .hamb_txt.close {
  opacity: 1;
}

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

 nav

========================================================================*/
.l-header ul.hNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 90px;
  width: 520px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .l-header ul.hNav {
    z-index: 99999999;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
}
.l-header ul.hNav li {
  position: relative;
  width: 25%;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .l-header ul.hNav li {
    width: 25%;
    max-width: 100%;
  }
}
.l-header ul.hNav li:last-child {
  cursor: pointer;
}
.l-header ul.hNav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header ul.hNav li a span {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header ul.hNav li a span {
    font-size: 1.4rem;
  }
}
.l-header ul.hNav li a span::after {
  display: block;
  content: attr(data-eng);
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .l-header ul.hNav li a span::after {
    letter-spacing: 0.15em;
  }
}
.l-header ul.hNav li a img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 767px) {
  .l-header ul.hNav li a img {
    height: 60px;
  }
}
.l-header ul.hNav li.p__request a, .l-header ul.hNav li.p__reserve a {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.l-header ul.hNav li.p__request a span::after, .l-header ul.hNav li.p__reserve a span::after {
  color: #fff;
}

/* グローバルナビ gNav_wrap
-------------------------------------------------------*/
#gNav_wrap,
#gNav {
  top: 90px;
}

#gNav_wrap {
  z-index: -99;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #gNav_wrap {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #gNav_wrap {
    top: 65px;
  }
}
#gNav_wrap__bg {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* スマホメニュー gNav
-------------------------------------------------------*/
#gNav {
  z-index: -99;
  position: fixed;
  right: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  background: #171c61;
  padding: 40px;
  padding-bottom: 100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #gNav {
    top: 90px;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  #gNav {
    top: 65px;
    padding: 25px;
  }
}
#gNav li a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  padding: 25px 15px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #gNav li a {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media screen and (max-height: 780px) {
  #gNav li a {
    padding: 20px 15px;
  }
}
@media screen and (max-height: 660px) {
  #gNav li a {
    padding: 15px 15px;
  }
}
@media screen and (max-height: 570px) {
  #gNav li a {
    font-size: 16px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  #gNav li a {
    font-size: 16px;
    padding: 15px 15px;
  }
}
#gNav li a span {
  font-size: 80%;
}
#gNav li a.cr, #gNav li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* スマホメニュー 展開時 nav_open
-------------------------------------------------------*/
body.nav_open nav#gNav_wrap {
  z-index: 99998;
  opacity: 1;
}
body.nav_open nav#gNav_wrap ul#gNav {
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
  overflow-y: scroll;
}
body.nav_open nav#gNav_wrap #gNav_wrap__bg {
  opacity: 1;
  pointer-events: all;
}

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

 .l-header__nav

========================================================================*/
.l-header__nav {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #efefef;
}
@media screen and (min-width: 1001px) {
  .l-header__nav {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  position: relative;
}
.l-header__nav ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #c9caca;
}
.l-header__nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 14.2857142857%;
}
.l-header__nav ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #c9caca;
}
.l-header__nav ul li a {
  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: 50px;
}
@media screen and (min-width: 1001px) {
  .l-header__nav ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-header__nav ul li a.active, .l-header__nav ul li a:hover {
  background-color: #fff;
}
.l-header__nav ul li a.active::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  content: "";
  width: 70%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 204, 126, 0)), color-stop(25%, rgb(232, 196, 126)), color-stop(50%, rgb(199, 138, 3)), color-stop(67.91%, rgb(227, 183, 94)), color-stop(75%, rgb(239, 202, 132)), to(rgba(244, 231, 207, 0)));
  background: linear-gradient(90deg, rgba(240, 204, 126, 0) 0%, rgb(232, 196, 126) 25%, rgb(199, 138, 3) 50%, rgb(227, 183, 94) 67.91%, rgb(239, 202, 132) 75%, rgba(244, 231, 207, 0) 100%);
}

/* トップのみ
-------------------------------------------------------*/
.page-top .l-header__nav li:first-child a {
  background-color: #fff;
}
.page-top .l-header__nav li:first-child a::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  content: "";
  width: 70%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 204, 126, 0)), color-stop(25%, rgb(232, 196, 126)), color-stop(50%, rgb(199, 138, 3)), color-stop(67.91%, rgb(227, 183, 94)), color-stop(75%, rgb(239, 202, 132)), to(rgba(244, 231, 207, 0)));
  background: linear-gradient(90deg, rgba(240, 204, 126, 0) 0%, rgb(232, 196, 126) 25%, rgb(199, 138, 3) 50%, rgb(227, 183, 94) 67.91%, rgb(239, 202, 132) 75%, rgba(244, 231, 207, 0) 100%);
}

.l-main {
  display: block;
  overflow: hidden;
}
/* 休日
-------------------------------------------------------*/
.info_holiday {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 840px;
  color: #d00;
  background-color: #fff;
  padding: 13px;
  border: 1px solid #d00;
  margin-top: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .info_holiday {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.info_holiday p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info_holiday .ttl {
    font-size: 1.44rem !important;
  }
}
.info_holiday .txt {
  font-size: 1.4rem !important;
  letter-spacing: 0.05em !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .info_holiday .txt {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .info_holiday .txt {
    font-size: 1.2rem;
  }
}
footer .info_holiday {
  width: 100%;
  max-width: 1200px;
  padding: 8px 13px;
  margin-top: 20px;
  margin-bottom: 10px !important;
  margin-bottom: 25px;
}
footer .info_holiday p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .info_holiday p {
    display: block;
  }
}

/* キャンペーン
-------------------------------------------------------*/
.info_campaign {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 840px;
  color: #d00;
  background-color: #fff;
  padding: 13px;
  border: 1px solid #d00;
  margin-top: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .info_campaign {
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.info_campaign p {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info_campaign p {
    font-size: 1.5rem;
  }
}
.info_campaign .txt {
  font-size: 1.4rem !important;
  letter-spacing: 0.05em !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .info_campaign .txt {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .info_campaign .txt {
    font-size: 1.2rem;
  }
}

/* キャンペーンバナー
-------------------------------------------------------*/
.info_campaign__banner {
  width: 100%;
  max-width: 840px;
  margin-top: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .info_campaign__banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.info_campaign__banner a {
  display: block;
}

/* bannerArea
-------------------------------------------------------*/
.f-bannerArea {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.f-bannerArea a {
  display: block;
}

/* f-banner
-------------------------------------------------------*/
.f-banner {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .f-banner {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
}
.f-banner ul li {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.f-banner ul li + li {
  margin-top: 20px;
}
.f-banner ul li a {
  display: block;
}
.f-banner + .f-nav {
  margin-top: 0;
}

/* l-nav__bottom
-------------------------------------------------------*/
.l-nav__bottom {
  display: none;
  background-color: #353535;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-nav__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* l-captArea
-------------------------------------------------------*/
.l-captArea {
  padding-bottom: 15px;
}

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

 footer

========================================================================*/
.l-footer {
  position: relative;
  border-top: 1px solid #c9caca;
}
.l-footer .inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.l-footer #seller {
  background-color: #fff;
}
.l-footer #seller .tel {
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .l-footer #seller .tel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer #seller ul {
  max-width: 580px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .l-footer #seller ul {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer #seller ul li {
  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;
}
.l-footer #seller ul li#logo_shinshowa {
  width: 24.1379310345%;
  max-width: 140px;
}
.l-footer #seller ul li#logo_grace {
  width: 38.275862069%;
}
.l-footer #seller ul li#logo_miyaken {
  width: 25%;
}
.l-footer #seller ul li {
  position: relative;
  padding-top: 15px;
}
.l-footer #seller ul li:before {
  content: attr(data-shoulder);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
.l-footer #copyright {
  color: #fff;
  background-color: #444;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer #copyright {
    padding-bottom: 20vw;
  }
}
.l-footer #copyright p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer #copyright p {
    line-height: 1.5;
  }
}

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

 footer nav

========================================================================*/
.f-nav {
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .f-nav {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
#page-top .f-nav {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .f-nav .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .f-nav ul {
    border-top: 0 solid #dcdddd;
    border-right: 1px solid #dcdddd;
  }
}
.f-nav ul li {
  position: relative;
  width: 31.6666666667%;
  border: 1px solid #dcdddd;
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .f-nav ul li {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .f-nav ul li {
    width: 50% !important;
    border-bottom: none;
    border-right: none;
    margin-top: 0;
  }
}
.f-nav ul li a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
  min-height: 54px;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .f-nav ul li a {
    font-size: 1.3rem;
    line-height: 1;
    min-height: 50px;
    padding: 7px 20px;
  }
}
.f-nav ul li a small {
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .f-nav ul li a small {
    display: block !important;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
.f-nav ul li a::before, .f-nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-nav ul li a::before {
  left: 0;
  width: 9px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ddc79e), to(#a18051));
  background: linear-gradient(to top, #ddc79e, #a18051);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .f-nav ul li a::before {
    width: 6px;
  }
}
.f-nav ul li a::after {
  right: 12px;
  width: 9px;
  height: 9px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.f-nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ddc79e), to(#a18051));
  background: linear-gradient(to top, #ddc79e, #a18051);
}
@media screen and (min-width: 768px) {
  .f-nav ul li::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.f-nav ul li a {
  color: #333;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .f-nav ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.f-nav ul li a.active, .f-nav ul li a:hover {
  color: #fff;
  background-color: transparent;
}
.f-nav ul li a.active::after, .f-nav ul li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.f-nav .ttl {
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 720px;
  background-color: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f-nav .ttl {
    margin-bottom: 10px;
  }
}
.f-nav .ttl span {
  z-index: 2;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 400 !important;
  line-height: 1.4;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .f-nav .ttl span {
    padding: 0;
  }
}
.f-nav .ttl span small {
  font-size: 70%;
}
.f-nav .ttl:before, .f-nav .ttl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  max-width: 300px;
  height: 15px;
  background-image: url(../../images/top/info_request_bar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .f-nav .ttl:before, .f-nav .ttl:after {
    width: 38%;
    height: 11px;
  }
}
.f-nav .ttl:before {
  left: 0;
}
.f-nav .ttl:after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.f-nav-contact {
  max-width: 850px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.f-nav-contact > * {
  font-size: 2.4rem;
  width: 48.1012658228%;
}

.icon-youtube {
  position: relative;
}
.icon-youtube:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 50px;
  background-image: url(../../images/common/icon_youtube.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .icon-youtube:before {
    width: 56px;
    height: 42px;
  }
}

/* ボタン
-------------------------------------------------------*/
/* figure ゴシック
-------------------------------------------------------*/
figcaption.imagephoto {
  font-size: 1.2rem !important;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  margin-top: 3px !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  figcaption.imagephoto {
    font-size: 1.1rem !important;
    margin-top: 3px !important;
  }
}
@media screen and (max-width: 767px) {
  figcaption.imagephoto {
    font-size: 1rem !important;
    margin-top: 2px !important;
  }
}

/* スクロールヒント
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .js-scrollhint {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .js-scrollhint > * {
    width: 680px;
    max-width: none;
    padding-bottom: 20px;
  }
}

.compact-mansion-banner .inner {
  max-width: none;
  max-width: 1460px;
}
@media screen and (max-width: 767px) {
  .compact-mansion-banner .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.compact-mansion-banner .compact_mansion__slick {
  display: block;
}
.compact-mansion-banner .compact_mansion__slick.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  .compact-mansion-banner .compact_mansion__slick,
  .compact-mansion-banner .list {
    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;
  }
}
.compact-mansion-banner .compact_mansion__slick .slick-slide,
.compact-mansion-banner .compact_mansion__slick .list__item,
.compact-mansion-banner .list .slick-slide,
.compact-mansion-banner .list .list__item {
  display: block;
}
@media screen and (max-width: 767px) {
  .compact-mansion-banner .compact_mansion__slick .slick-slide,
  .compact-mansion-banner .compact_mansion__slick .list__item,
  .compact-mansion-banner .list .slick-slide,
  .compact-mansion-banner .list .list__item {
    margin-left: 1.75%;
    margin-right: 1.75%;
  }
}
@media screen and (min-width: 768px) {
  .compact-mansion-banner .compact_mansion__slick .slick-slide,
  .compact-mansion-banner .compact_mansion__slick .list__item,
  .compact-mansion-banner .list .slick-slide,
  .compact-mansion-banner .list .list__item {
    width: 31.4285714286%;
  }
}
.compact-mansion-banner .compact_mansion__slick .slick-slide a,
.compact-mansion-banner .compact_mansion__slick .list__item a,
.compact-mansion-banner .list .slick-slide a,
.compact-mansion-banner .list .list__item a {
  display: block;
}
.compact-mansion-banner .slick .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .compact-mansion-banner .slick .slick-slide {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.compact-mansion-banner .slick .slick-slide a {
  display: block;
}
.compact-mansion-banner .slide-arrow {
  z-index: 99;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.compact-mansion-banner .prev-arrow {
  border-bottom: 15px solid transparent;
  border-left: 0;
  border-right: 20px solid #a1844f;
  border-top: 15px solid transparent;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .compact-mansion-banner .prev-arrow {
    border-bottom: 12px solid transparent;
    border-right: 15px solid #a1844f;
    border-top: 12px solid transparent;
    left: 17px;
  }
}
.compact-mansion-banner .next-arrow {
  border-bottom: 15px solid transparent;
  border-left: 20px solid #a1844f;
  border-right: 0;
  border-top: 15px solid transparent;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .compact-mansion-banner .next-arrow {
    border-bottom: 12px solid transparent;
    border-left: 15px solid #a1844f;
    border-top: 12px solid transparent;
    right: 17px;
  }
}
.compact-mansion-banner button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

/* アコーディオン
-------------------------------------------------------*/
.ac > li {
  padding-bottom: 6px;
  list-style: none;
}

.ac-label {
  cursor: pointer;
  position: relative;
}

.ac-content {
  display: none;
}

.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #161d61;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* フェードイン
-------------------------------------------------------*/
.js-fadeIn {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* フェードアップ
-------------------------------------------------------*/
.js-fadeUp {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media print {
  .js-fadeIn,
  .js-fadeUp {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}/*# sourceMappingURL=style.css.map */