@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 11s forwards;
          animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

.contents-wrap {
  padding-right: 15px;
  padding-left: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .contents-wrap {
    overflow-x: hidden;
  }
}

.bg-area {
  padding-top: 184px;
  padding-bottom: 205px;
  background-color: rgba(174, 164, 153, 0.7);
  margin-top: -50px;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-heading {
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading.-sp-center {
    text-align: center;
  }
}
.section-heading.-center {
  text-align: center;
}

.section-heading-and-bar {
  --border-color: #707070;
  font-size: 26px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading-and-bar {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.section-heading-and-bar::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--border-color);
}

.section-text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 3.18;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 12px;
    line-height: 2;
    margin-top: 18px;
  }
}
.section-text.-mt_0 {
  margin-top: 0;
}

.section-img-area {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-img-area {
    margin-top: 30px;
  }
}
.section-img-area figcaption.-tei {
  position: absolute;
  bottom: 23px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 11px;
  padding: 3px 7px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-img-area figcaption.-tei {
    font-size: 8.5px;
    bottom: 20px;
    padding: 2px 5px;
  }
  .section-img-area figcaption.-tei.-mt {
    bottom: 29px;
  }
}

.etomo {
  margin-top: 150px;
  padding-top: 120px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .etomo {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.etomo::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  height: 60%;
  width: 75vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
  opacity: 0.32;
}
.etomo .section-heading-and-bar::after {
  left: 0;
}

.etomo__row {
  margin-top: 30px;
  gap: 58px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .etomo__row {
    margin-top: 20px;
    gap: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .etomo__row figcaption {
    font-size: 8px;
  }
}

.shop-list {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 100px;
  padding: 45px 33px 18px 89px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list {
    margin-top: 50px;
    padding: 20px 15px;
  }
}

.shop-list__heading {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 56px;
  border-bottom: 1px solid #707070;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__heading {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.shop-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__row {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shop-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.shop-list__block + .shop-list__block {
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__block {
    gap: 10px;
  }
}

.shop-list__floor {
  background-color: #92999f;
  color: #fff;
  width: 55px;
  font-size: 24px;
  letter-spacing: 0.02em;
  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;
  min-height: 94px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__floor {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
    width: 26px;
    min-height: 44px;
  }
}

.shop-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-list__list li {
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__list li {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.shop-list__list li span {
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__list li span {
    font-size: 10px;
  }
}
.shop-list__list li + li {
  margin-top: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__list li + li {
    margin-top: 5px;
  }
}

.shop-list__cap {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}
@media print, screen and (max-width: 1023.9px) {
  .shop-list__cap {
    font-size: 10px;
  }
}

.shotengai {
  margin-top: 200px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai {
    margin-top: 70px;
  }
}
.shotengai .section-heading-and-bar {
  --border-color: #fff;
}
.shotengai .section-heading-and-bar::after {
  right: 0;
}

.shotengai__text-box {
  color: #fff;
  position: relative;
  padding-top: 120px;
  max-width: 1000px;
  padding-right: 140px;
  padding-bottom: 555px;
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__text-box {
    padding-top: 45px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
}
.shotengai__text-box::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__text-box::before {
    right: 20px;
  }
}

.shotengai__img {
  margin-top: -500px;
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__img {
    margin-top: -80px;
  }
}

.shotengai__map {
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.shotengai__map figcaption {
  margin-top: -50px;
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__map figcaption {
    margin-top: 0;
  }
}

.shotengai__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__row {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .shotengai__row figcaption {
    font-size: 8px;
  }
}

.groumet {
  margin-top: 240px;
  position: relative;
  padding-top: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .groumet {
    margin-top: 70px;
    padding-top: 50px;
  }
}
.groumet::after {
  content: "";
  display: block;
  height: 90%;
  width: 67vw;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
  opacity: 0.32;
  z-index: -1;
}

.groumet__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .groumet__row {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .groumet__row figcaption {
    font-size: 8px;
  }
}

.support {
  margin-top: 250px;
}
@media print, screen and (max-width: 1023.9px) {
  .support {
    margin-top: 70px;
  }
}
.support .section-heading {
  color: #fff;
}
.support .section-text {
  color: #fff;
}

.support__text-area {
  max-width: 1500px;
  padding-right: 100px;
  padding-bottom: 470px;
  padding-top: 120px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .support__text-area {
    padding-right: 40px;
    padding-bottom: 90px;
    padding-top: 50px;
  }
}
.support__text-area::after {
  content: "";
  display: block;
  height: 80%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(180deg, #988b80 0%, #74685c 100%);
  z-index: -1;
}
@media print, screen and (max-width: 1023.9px) {
  .support__text-area::after {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
    background: linear-gradient(180deg, #988b80 0%, #74685c 100%);
    z-index: -1;
  }
}

.support__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 40px;
  margin-top: -500px;
  padding-right: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .support__row {
    margin-top: -100px;
    gap: 15px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .support__row figcaption {
    font-size: 8px;
  }
}

.nature {
  margin-top: 240px;
}
@media print, screen and (max-width: 1023.9px) {
  .nature {
    margin-top: 60px;
  }
}

.nature__text-area {
  padding-top: 120px;
  padding-bottom: 720px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .nature__text-area {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
.nature__text-area::after {
  content: "";
  display: block;
  height: 100%;
  width: 78vw;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
  opacity: 0.32;
}

.nature__img {
  margin-top: -650px;
}
@media print, screen and (max-width: 1023.9px) {
  .nature__img {
    margin-top: -70px;
  }
}

.nature__row {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .nature__row {
    gap: 15px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .nature__row figcaption {
    font-size: 8px;
  }
}

.child {
  padding-top: 127px;
  padding-bottom: 108px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
}
@media print, screen and (max-width: 1023.9px) {
  .child {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.child__service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 53%;
  grid-template-columns: 1fr 53%;
  gap: 90px;
}
@media print, screen and (max-width: 1023.9px) {
  .child__service {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.child__row {
  margin-top: 85px;
  gap: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .child__row {
    gap: 30px 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}

.child__ttl {
  height: 90px;
  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;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.36;
}
@media print, screen and (max-width: 1023.9px) {
  .child__ttl {
    height: 60px;
    font-size: 13px;
  }
}

.child__text {
  margin-top: 20px;
  font-size: 16.5px;
  letter-spacing: 0em;
  line-height: 1.63;
}
@media print, screen and (max-width: 1023.9px) {
  .child__text {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

.child__cap {
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1023.9px) {
  .child__cap {
    font-size: 10px;
    margin-top: 20px;
  }
}

.temple {
  padding-top: 170px;
  padding-bottom: 170px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#433535), to(#2b2525));
  background: linear-gradient(#433535 0%, #2b2525 100%);
}
@media print, screen and (max-width: 1023.9px) {
  .temple {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.temple__img {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .temple__img {
    margin-top: 30px;
  }
}

.temple__img-row {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .temple__img-row {
    gap: 15px;
    margin-top: 30px;
  }
}

.temple__row {
  margin-top: 140px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 85px 1fr;
  grid-template-columns: 48% 1fr;
  gap: 85px;
}
@media print, screen and (max-width: 1023.9px) {
  .temple__row {
    gap: 30px;
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.temple__sub-ttl {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .temple__sub-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.temple__cap {
  margin-top: 10px;
  font-size: 11.5px;
  letter-spacing: 0em;
  text-align: right;
  margin-right: -7px;
}
.temple__cap a {
  text-decoration: underline;
}
@media print, screen and (max-width: 1023.9px) {
  .temple__cap {
    font-size: 10px;
    margin-top: 6px;
  }
}

.info {
  padding-top: 150px;
  padding-bottom: 150px;
  background: rgba(174, 164, 153, 0.7);
}
.info .contents-wrap {
  clear: both;
}
@media print, screen and (max-width: 1023.9px) {
  .info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.info__heading {
  color: #555555;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .info__heading {
    font-size: 25px;
  }
}

.tab-area {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-area {
    margin-top: 30px;
  }
}

.tab-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  height: 80px;
  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;
  background-color: #838383;
  font-size: 18px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .tab {
    height: 50px;
    font-size: 14px;
  }
}
.tab.-active {
  background-color: #433535;
}
.tab.-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #433535;
  z-index: -1;
}
@media print, screen and (max-width: 1023.9px) {
  .tab.-active::before {
    content: none;
  }
}

.tab-contents {
  display: none;
  position: relative;
  z-index: 1;
}
.tab-contents.-active {
  display: block;
}

.info__cap {
  margin-top: 180px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1023.9px) {
  .info__cap {
    margin-top: 60px;
    font-size: 10px;
  }
}