/* Generated by less 3.11.1 */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/* ここから */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
html {
  font-size: 16px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
br.sp {
  display: none;
}
@media (max-width: 1080px) {
  br.sp {
    display: inherit;
  }
}
br.pc {
  display: inherit;
}
@media (max-width: 1080px) {
  br.pc {
    display: none;
  }
}
.img-bg {
  position: relative;
  overflow: hidden;
}
.img-bg > img:first-child {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  z-index: -2;
}
header.main {
  --swiper-pagination-color: #97CF3D;
  --swiper-pagination-bullet-inactive-color: #eee;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 50px;
  position: relative;
}
header.main .swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
header.main .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
header.main .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
header.main .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.main .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
header.main::before {
  content: "";
  display: block;
  background-color: rgba(74, 74, 74, 0.43);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
header.main h1 {
  position: relative;
  margin-bottom: 50px;
}
header.main h1 img {
  max-width: 100%;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
header.main p {
  position: relative;
  margin-bottom: 50px;
}
header.main p img {
  max-width: 100%;
}
header.main .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
header.main .scroll::before {
  content: "scroll";
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
header.main .scroll::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  height: 50px;
  border-left: 1px solid #fff;
}
header.plan-list {
  background-color: #97CF3D;
  padding: 20px 20px;
}
header.plan-list img {
  max-width: 310px;
}
header.plan-list a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header.plan-list a:hover {
  opacity: 0.6;
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
}
main section.message {
  padding: 100px 50px 50px 50px;
  color: #383838;
}
@media (max-width: 960px) {
  main section.message {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.message h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 40px;
}
main section.message p {
  text-align: center;
  font-size: 1.2em;
  line-height: 2em;
  letter-spacing: 0.1em;
}
main section.plan {
  padding: 50px 0;
}
main section.plan h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 26px;
  color: #99887A;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: 25px;
}
main section.plan h2::before {
  content: "";
  display: block;
  background-image: url(../img/plan_rantan.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 54px;
  margin-bottom: 30px;
}
main section.plan h2::after {
  content: "";
  display: block;
  background-image: url(../img/plan_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 460px;
  height: 41px;
}
main section.plan .block {
  padding: 80px 50px;
}
@media (max-width: 960px) {
  main section.plan .block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.plan .block.even {
  background-color: #FBFBFB;
}
main section.plan .block.even .inner .wrap {
  background-image: url(../img/plan_bg_gray.svg);
}
main section.plan .block .inner {
  position: relative;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1380px) {
  main section.plan .block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
main section.plan .block .inner .wrap {
  width: 100%;
  max-width: 740px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  color: #5D5D5D;
  background-image: url(../img/plan_bg_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1380px) {
  main section.plan .block .inner .wrap {
    margin: 0 auto;
    padding-right: 0px;
  }
  main section.plan .block .inner .wrap a {
    margin: 0 auto;
  }
}
main section.plan .block .inner .wrap .fukidashi {
  position: absolute;
  left: 500px;
  top: 10px;
  z-index: 1;
}
main section.plan .block .inner .wrap .fukidashi.f01 img {
  width: 333px;
}
@media (max-width: 1080px) {
  main section.plan .block .inner .wrap .fukidashi.f01 {
    right: 0px;
    top: 50px;
  }
  main section.plan .block .inner .wrap .fukidashi.f01 img {
    width: 200px;
  }
}
main section.plan .block .inner .wrap .fukidashi.f02 img {
  width: 200px;
}
@media (max-width: 1080px) {
  main section.plan .block .inner .wrap .fukidashi.f02 {
    right: 0px;
    top: 50px;
  }
  main section.plan .block .inner .wrap .fukidashi.f02 img {
    width: 200px;
  }
}
main section.plan .block .inner .wrap .column {
  margin-bottom: 20px;
}
main section.plan .block .inner .wrap .column ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 10px;
}
main section.plan .block .inner .wrap .column ul li {
  border: 1px solid #eee;
}
main section.plan .block .inner .wrap .column ul li .img {
  margin-bottom: 10px;
}
main section.plan .block .inner .wrap .column ul li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.plan .block .inner .wrap .column ul li .txt {
  padding: 0 10px 10px 10px;
}
main section.plan .block .inner .wrap .column ul li .txt .ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  min-height: 3em;
}
main section.plan .block .inner .wrap .column ul li .txt .price {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: bold;
}
main section.plan .block .inner .wrap .tip {
  background-color: #97CF3D;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  position: relative;
  padding: 10px 30px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 20px;
}
main section.plan .block .inner .wrap .tip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 8px solid #97CF3D;
}
main section.plan .block .inner .wrap h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  position: relative;
}
main section.plan .block .inner .wrap h3 img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(calc(100% + 10px), -50%);
          transform: translate(calc(100% + 10px), -50%);
}
main section.plan .block .inner .wrap h4 {
  color: #97CF3D;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.8em;
  margin-bottom: 25px;
}
main section.plan .block .inner .wrap p {
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 25px;
}
main section.plan .block .inner .wrap .experience {
  background-color: #F5A94F;
  color: #fff;
  font-size: 14.5px;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  padding-left: 6px;
  margin-bottom: 15px;
}
main section.plan .block .inner .wrap .experience::before {
  content: "";
  display: inline-block;
  background-image: url(../img/plan_experience_fire.png);
  background-position: center center;
  background-size: 23px , 28px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin-right: 20px;
}
main section.plan .block .inner .wrap dl {
  display: -webkit-box;
  display: flex;
  border: 2px solid #97CF3D;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4em;
  -webkit-box-align: center;
          align-items: center;
  height: 96px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
main section.plan .block .inner .wrap dl dt {
  background-color: #97cf3d;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 8px 0 0 8px;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
main section.plan .block .inner .wrap dl dt::after {
  content: "";
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  border-left: 20px solid #97CF3D;
  display: block;
  position: absolute;
  right: -19px;
  z-index: 0;
}
main section.plan .block .inner .wrap dl dd ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main section.plan .block .inner .wrap dl dd ul li {
  padding: 0 20px;
}
main section.plan .block .inner .wrap dl dd ul li:not(:last-child) {
  border-right: 1px solid #5D5D5D;
}
main section.plan .block .inner .wrap a.mail {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 280px;
  height: 56px;
  border: 1px solid #97CF3D;
  border-radius: 10px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  color: #97CF3D;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main section.plan .block .inner .wrap a.mail::after {
  content: "";
  width: 45px;
  height: 5px;
  border-bottom: 1px solid #97CF3D;
  border-right: 1px solid #97CF3D;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) skewX(50deg);
          transform: translateY(-50%) skewX(50deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main section.plan .block .inner .wrap a.mail:hover {
  background-color: #97cf3d;
  color: #fff;
}
main section.plan .block .inner .wrap a.mail:hover::after {
  right: -30px;
}
main section.plan .block .inner .imgs {
  position: relative;
  width: 100%;
  margin-left: -200px;
  z-index: 0;
}
main section.plan .block .inner .imgs .top {
  height: calc(100% - 170px - 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
main section.plan .block .inner .imgs .bottom {
  height: 170px;
  position: relative;
}
main section.plan .block .inner .imgs .bottom .left,
main section.plan .block .inner .imgs .bottom .right {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0;
  width: 435px;
  height: 210px;
}
main section.plan .block .inner .imgs .bottom .left {
  -webkit-mask-image: url(../img/plan_mask_left.svg);
          mask-image: url(../img/plan_mask_left.svg);
  right: 105px;
}
main section.plan .block .inner .imgs .bottom .right {
  -webkit-mask-image: url(../img/plan_mask_right.svg);
          mask-image: url(../img/plan_mask_right.svg);
  right: 0;
}
@media (max-width: 1380px) {
  main section.plan .block .inner .imgs {
    max-width: 840px;
    margin: 0 auto;
    padding: 50px 0;
  }
  main section.plan .block .inner .imgs .top {
    height: 300px;
  }
  main section.plan .block .inner .imgs .bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  main section.plan .block .inner .imgs .bottom .left,
  main section.plan .block .inner .imgs .bottom .right {
    -webkit-mask: none;
            mask: none;
    position: relative;
    right: inherit;
    width: calc((100% - 5px) / 2);
  }
}
main section.case {
  background-color: #81AF81;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.05)), color-stop(0.75, rgba(0, 0, 0, 0.05)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 100px 50px;
  font-family: sans-serif;
}
@media (max-width: 960px) {
  main section.case {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.case h2 {
  background-image: url(../img/case_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  width: 486px;
  height: 81px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 auto;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
}
main section.case .inner {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 80px;
  color: #5D5D5D;
}
@media (max-width: 1240px) {
  main section.case .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.case .inner .date,
main section.case .inner .address,
main section.case .inner .company {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
main section.case .inner .date {
  margin-bottom: 12px;
}
main section.case .inner .address {
  width: 400px;
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 12px;
  margin: 0 auto;
  margin-bottom: 12px;
}
main section.case .inner .company {
  margin-bottom: 60px;
}
main section.case .inner .schedule {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 100px;
}
main section.case .inner .schedule .left {
  width: calc(100% - 350px);
}
main section.case .inner .schedule .left dl.exp {
  margin-bottom: 60px;
}
main section.case .inner .schedule .left dl.exp dt {
  font-size: 18px;
  color: #60442E;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main section.case .inner .schedule .left dl.exp dt::before {
  content: "◆";
}
main section.case .inner .schedule .left dl.exp dd:not(:last-child) {
  margin-bottom: 30px;
}
main section.case .inner .schedule .left dl.exp dd ul li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
main section.case .inner .schedule .left dl.exp dd ul li::before {
  content: "- ";
}
main section.case .inner .schedule .left dl.exp dd ul li:not(:last-child) {
  margin-bottom: 10px;
}
main section.case .inner .schedule .left dl.price {
  display: -webkit-box;
  display: flex;
  width: 340px;
  height: 70px;
  border: 2px solid #998779;
}
main section.case .inner .schedule .left dl.price dt {
  background-color: #998779;
  color: #fff;
  min-width: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
main section.case .inner .schedule .left dl.price dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: 0.1em;
  text-indent: 0.1e;
}
main section.case .inner .schedule .right dl {
  width: 310px;
  border: 2px solid #97CF3D;
  border-radius: 20px;
}
main section.case .inner .schedule .right dl dt {
  background-color: #97cf3d;
  color: #fff;
  text-align: center;
  padding: 12px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
main section.case .inner .schedule .right dl dt:first-child {
  border-radius: 17px 17px 0 0;
}
main section.case .inner .schedule .right dl dd {
  padding: 0 20px;
}
main section.case .inner .schedule .right dl dd ul li {
  font-size: 14px;
  padding: 12px 20px;
  position: relative;
}
main section.case .inner .schedule .right dl dd ul li:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
main section.case .inner .schedule .right dl dd ul li::before {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #d5d5d5;
  position: absolute;
  left: -40px;
  top: 0px;
}
main section.case .inner .schedule .right dl dd ul li:first-child::before {
  content: "";
  background-image: url(../img/case_morning.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -50px;
  border: none;
  top: inherit;
}
main section.case .inner .schedule .right dl dd ul li:last-child::before {
  content: "";
  background-image: url(../img/case_night.png);
  background-size: 14px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -50px;
  border: none;
  top: inherit;
}
@media (max-width: 1190px) {
  main section.case .inner .schedule {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1060px) {
  main section.case .inner .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  main section.case .inner .schedule .left {
    width: inherit;
    margin-bottom: 50px;
  }
  main section.case .inner .schedule .left .price {
    margin: 0 auto;
  }
}
main section.case .inner .flow dl {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
main section.case .inner .flow dl > div {
  position: relative;
}
main section.case .inner .flow dl > div dt {
  background-color: #97cf3d;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
main section.case .inner .flow dl > div dd img {
  width: 100%;
  margin-bottom: 15px;
}
main section.case .inner .flow dl > div dd .ttl {
  color: #60442E;
  margin-bottom: 15px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
main section.case .inner .flow dl > div dd p {
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
main section.case .inner .flow dl > div:not(:nth-child(3n))::after {
  content: "";
  background-image: url(../img/case_next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 16px;
  height: 36px;
  position: absolute;
  top: calc(50% - 90px);
  right: -35px;
}
@media (max-width: 1190px) {
  main section.case .inner .flow dl {
    grid-template-columns: 1fr 1fr;
  }
  main section.case .inner .flow dl > div:not(:nth-child(3n))::after {
    display: none;
  }
  main section.case .inner .flow dl > div:not(:nth-child(2n))::after {
    content: "";
    background-image: url(../img/case_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 16px;
    height: 36px;
    position: absolute;
    top: calc(50% - 90px);
    right: -35px;
  }
}
main section.camp {
  padding: 100px 50px;
}
@media (max-width: 960px) {
  main section.camp {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.camp .inner {
  color: #5D5D5D;
}
main section.camp .inner h2 {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: 60px;
}
main section.camp .inner ul {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 1fr 1fr;
}
main section.camp .inner ul li {
  width: 100%;
}
main section.camp .inner ul li .imgs {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
main section.camp .inner ul li .imgs .img {
  width: calc((100% - 2px) / 2);
}
main section.camp .inner ul li .imgs .txt {
  position: absolute;
  bottom: 0;
  right: -45px;
}
main section.camp .inner ul li h3 {
  color: #97cf3d;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
main section.camp .inner ul li h3 span {
  color: #5d5d5d;
  font-size: 14px;
  margin-left: 5px;
}
main section.camp .inner ul li p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
@media (max-width: 1080px) {
  main section.camp .inner ul {
    grid-template-columns: 1fr;
  }
  main section.camp .inner ul li .imgs .txt {
    right: -20px;
  }
}
main section.contact {
  padding: 50px;
  margin-bottom: 150px;
}
@media (max-width: 960px) {
  main section.contact {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main section.contact .inner {
  position: relative;
  padding-top: 70px;
  color: #5d5d5d;
}
main section.contact .inner::before {
  content: "";
  display: block;
  background-image: url(../img/contact_top_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 245px;
  height: 38px;
  top: 0;
  position: absolute;
}
main section.contact .inner::after {
  content: "";
  display: block;
  background-image: url(../img/contact_top_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 245px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
main section.contact .inner h2 {
  text-align: center;
  font-family: sans-serif;
  color: #161616;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 12px;
}
main section.contact .inner h2::before {
  content: "";
  display: block;
  background-image: url(../img/contact_logo.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
main section.contact .inner .h2_ja {
  text-align: center;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 60px;
}
main section.contact .inner h3 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
main section.contact .inner p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 25px;
}
main section.contact .inner ul {
  display: grid;
  max-width: 600px;
  margin: 0 auto;
  grid-template: "tel   fax  " "email email";
  grid-gap: 20px;
}
main section.contact .inner ul li:nth-child(1) {
  grid-area: tel;
}
main section.contact .inner ul li:nth-child(2) {
  grid-area: fax;
}
main section.contact .inner ul li:nth-child(3) {
  grid-area: email;
}
main section.contact .inner ul li a,
main section.contact .inner ul li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #5d5d5d;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  height: 55px;
}
main section.contact .inner ul li a img,
main section.contact .inner ul li span img {
  margin-right: 0.5em;
}
main section.contact .inner ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main section.contact .inner ul li a:hover {
  background-color: #b4b4b4;
  color: #fff;
}
main section.list {
  padding: 50px 20px;
}
main section.list h2 {
  color: #99887A;
  text-align: center;
  font-size: 26px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
main section.list ul {
  max-width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 20px;
}
@media (max-width: 750px) {
  main section.list ul {
    grid-template-columns: 1fr;
  }
}
main section.list ul li {
  border: 1px solid #5D5D5D;
}
main section.list ul li .img {
  aspect-ratio: 3/2;
}
main section.list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.list ul li .txt {
  padding: 15px;
}
main section.list ul li .txt p {
  font-size: 15px;
  line-height: 1.6em;
  height: 4em;
}
main section.list ul li .txt .price {
  font-size: 13px;
  line-height: 1.6em;
  height: 4em;
}
main section.list ul li .txt a {
  background-color: #99887A;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 1em 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.list ul li .txt a:hover {
  opacity: 0.6;
}
main section.hero {
  height: 345px;
}
main section.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.detail {
  padding: 50px 20px;
}
main section.detail h2 {
  color: #99887A;
  text-align: center;
  font-size: 26px;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
main section.detail h2 span {
  display: block;
  color: #000;
  font-size: 12px;
}
main section.detail .field {
  color: #99887A;
  text-align: center;
  font-size: 26px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
main section.detail .description {
  display: grid;
  grid-template-columns: 420px 1fr;
  grid-gap: 15px;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 80px;
}
main section.detail .description .img {
  aspect-ratio: 16/9;
}
main section.detail .description .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.detail .description .txt h3 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
main section.detail .description .txt .price {
  font-size: 12px;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 20px;
}
main section.detail .description .txt p {
  font-size: 16px;
  line-height: 1.6em;
}
main section.detail .hr {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border-bottom: 1px solid #666666;
  margin-bottom: 80px;
}
main section.detail .schedule {
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-gap: 50px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 15px;
}
main section.detail .schedule .img {
  aspect-ratio: 16/9;
}
main section.detail .schedule .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.detail .schedule dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px 10px;
}
main section.detail form {
  max-width: 680px;
  margin: 0 auto;
}
main section.detail form dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px 20px;
}
main section.detail form input[readonly] {
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}
main section.detail form input[type=text],
main section.detail form input[type=email] {
  border: 1px solid #4D4D4D;
  padding: 0.5em;
  width: 100%;
}
main section.detail form input[type=number] {
  border: 1px solid #4D4D4D;
  padding: 0.5em;
  width: 4em;
}
main section.detail form select {
  border: 1px solid #4D4D4D;
  padding: 0.5em;
  width: 4em;
}
main section.detail form textarea {
  border: 1px solid #4D4D4D;
  padding: 0.5em;
  width: 100%;
  height: 300px;
}
main section.detail form button {
  background-color: #99887A;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 0.8em 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
}
main section.detail form button:hover {
  opacity: 0.6;
}
footer img {
  width: 100%;
  vertical-align: bottom;
}
footer small {
  display: block;
  background-color: #373737;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 12px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
