@charset "UTF-8";
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
* {
  line-height: 1.75em;
}
* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'DM Sans','Zen Kaku Gothic New','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 1.6rem;
  background: #fff;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  table-layout: fixed;
}

h1,
h2,
h3,
h4 {
  line-height: 1.25em;
}

main {
  padding-bottom: 50vw;
  background: url(../images/bk_img03.webp) no-repeat bottom center/100% auto;
  overflow: hidden;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

mark {
  background: transparent;
}

textarea {
  width: 100%;
  min-height: 5em;
  resize: vertical;
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

[data-width] {
  width: attr(data-width px);
  max-width: 100%;
}

.dp_ib {
  display: inline-block;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flexC {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flexR {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.i_flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jc_sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fw_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}

.m-c {
  margin-inline: auto;
}

.ma-0 {
  margin: 0em;
}
@media (max-width: 768px) {
  .ma-0 {
    margin: calc(0 * 0.6);
  }
}
.mb-0 {
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .mb-0 {
    margin-bottom: calc(0em * 0.6);
  }
}
.mt-0 {
  margin-top: 0em;
}
@media (max-width: 768px) {
  .mt-0 {
    margin-top: calc(0em * 0.6);
  }
}
.ml-0 {
  margin-left: 0em;
}
@media (max-width: 768px) {
  .ml-0 {
    margin-left: calc(0em * 0.6);
  }
}
.mr-0 {
  margin-right: 0em;
}
@media (max-width: 768px) {
  .mr-0 {
    margin-right: calc(0em * 0.6);
  }
}

.pa-0 {
  padding: 0em;
}
@media (max-width: 768px) {
  .pa-0 {
    padding: calc(0em * 0.6);
  }
}
.pb-0 {
  padding-bottom: 0em;
}
@media (max-width: 768px) {
  .pb-0 {
    padding-bottom: calc(0em * 0.6);
  }
}
.pt-0 {
  padding-top: 0em;
}
@media (max-width: 768px) {
  .pt-0 {
    padding-top: calc(0em * 0.6);
  }
}
.pl-0 {
  padding-left: 0em;
}
@media (max-width: 768px) {
  .pl-0 {
    padding-left: calc(0em * 0.6);
  }
}
.pr-0 {
  padding-right: 0em;
}
@media (max-width: 768px) {
  .pr-0 {
    padding-right: calc(0em * 0.6);
  }
}

.gap-0 {
  gap: 0em;
}
@media (max-width: 768px) {
  .gap-0 {
    gap: calc(0em * 0.6);
  }
}

.ma-1 {
  margin: 1em;
}
@media (max-width: 768px) {
  .ma-1 {
    margin: calc(1 * 0.6);
  }
}
.mb-1 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .mb-1 {
    margin-bottom: calc(1em * 0.6);
  }
}
.mt-1 {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .mt-1 {
    margin-top: calc(1em * 0.6);
  }
}
.ml-1 {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .ml-1 {
    margin-left: calc(1em * 0.6);
  }
}
.mr-1 {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .mr-1 {
    margin-right: calc(1em * 0.6);
  }
}

.pa-1 {
  padding: 1em;
}
@media (max-width: 768px) {
  .pa-1 {
    padding: calc(1em * 0.6);
  }
}
.pb-1 {
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .pb-1 {
    padding-bottom: calc(1em * 0.6);
  }
}
.pt-1 {
  padding-top: 1em;
}
@media (max-width: 768px) {
  .pt-1 {
    padding-top: calc(1em * 0.6);
  }
}
.pl-1 {
  padding-left: 1em;
}
@media (max-width: 768px) {
  .pl-1 {
    padding-left: calc(1em * 0.6);
  }
}
.pr-1 {
  padding-right: 1em;
}
@media (max-width: 768px) {
  .pr-1 {
    padding-right: calc(1em * 0.6);
  }
}

.gap-1 {
  gap: 1em;
}
@media (max-width: 768px) {
  .gap-1 {
    gap: calc(1em * 0.6);
  }
}

.ma-2 {
  margin: 2em;
}
@media (max-width: 768px) {
  .ma-2 {
    margin: calc(2 * 0.6);
  }
}
.mb-2 {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .mb-2 {
    margin-bottom: calc(2em * 0.6);
  }
}
.mt-2 {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .mt-2 {
    margin-top: calc(2em * 0.6);
  }
}
.ml-2 {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .ml-2 {
    margin-left: calc(2em * 0.6);
  }
}
.mr-2 {
  margin-right: 2em;
}
@media (max-width: 768px) {
  .mr-2 {
    margin-right: calc(2em * 0.6);
  }
}

.pa-2 {
  padding: 2em;
}
@media (max-width: 768px) {
  .pa-2 {
    padding: calc(2em * 0.6);
  }
}
.pb-2 {
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .pb-2 {
    padding-bottom: calc(2em * 0.6);
  }
}
.pt-2 {
  padding-top: 2em;
}
@media (max-width: 768px) {
  .pt-2 {
    padding-top: calc(2em * 0.6);
  }
}
.pl-2 {
  padding-left: 2em;
}
@media (max-width: 768px) {
  .pl-2 {
    padding-left: calc(2em * 0.6);
  }
}
.pr-2 {
  padding-right: 2em;
}
@media (max-width: 768px) {
  .pr-2 {
    padding-right: calc(2em * 0.6);
  }
}

.gap-2 {
  gap: 2em;
}
@media (max-width: 768px) {
  .gap-2 {
    gap: calc(2em * 0.6);
  }
}

.ma-3 {
  margin: 3em;
}
@media (max-width: 768px) {
  .ma-3 {
    margin: calc(3 * 0.6);
  }
}
.mb-3 {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .mb-3 {
    margin-bottom: calc(3em * 0.6);
  }
}
.mt-3 {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .mt-3 {
    margin-top: calc(3em * 0.6);
  }
}
.ml-3 {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .ml-3 {
    margin-left: calc(3em * 0.6);
  }
}
.mr-3 {
  margin-right: 3em;
}
@media (max-width: 768px) {
  .mr-3 {
    margin-right: calc(3em * 0.6);
  }
}

.pa-3 {
  padding: 3em;
}
@media (max-width: 768px) {
  .pa-3 {
    padding: calc(3em * 0.6);
  }
}
.pb-3 {
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .pb-3 {
    padding-bottom: calc(3em * 0.6);
  }
}
.pt-3 {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .pt-3 {
    padding-top: calc(3em * 0.6);
  }
}
.pl-3 {
  padding-left: 3em;
}
@media (max-width: 768px) {
  .pl-3 {
    padding-left: calc(3em * 0.6);
  }
}
.pr-3 {
  padding-right: 3em;
}
@media (max-width: 768px) {
  .pr-3 {
    padding-right: calc(3em * 0.6);
  }
}

.gap-3 {
  gap: 3em;
}
@media (max-width: 768px) {
  .gap-3 {
    gap: calc(3em * 0.6);
  }
}

.ma-4 {
  margin: 4em;
}
@media (max-width: 768px) {
  .ma-4 {
    margin: calc(4 * 0.6);
  }
}
.mb-4 {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .mb-4 {
    margin-bottom: calc(4em * 0.6);
  }
}
.mt-4 {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .mt-4 {
    margin-top: calc(4em * 0.6);
  }
}
.ml-4 {
  margin-left: 4em;
}
@media (max-width: 768px) {
  .ml-4 {
    margin-left: calc(4em * 0.6);
  }
}
.mr-4 {
  margin-right: 4em;
}
@media (max-width: 768px) {
  .mr-4 {
    margin-right: calc(4em * 0.6);
  }
}

.pa-4 {
  padding: 4em;
}
@media (max-width: 768px) {
  .pa-4 {
    padding: calc(4em * 0.6);
  }
}
.pb-4 {
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .pb-4 {
    padding-bottom: calc(4em * 0.6);
  }
}
.pt-4 {
  padding-top: 4em;
}
@media (max-width: 768px) {
  .pt-4 {
    padding-top: calc(4em * 0.6);
  }
}
.pl-4 {
  padding-left: 4em;
}
@media (max-width: 768px) {
  .pl-4 {
    padding-left: calc(4em * 0.6);
  }
}
.pr-4 {
  padding-right: 4em;
}
@media (max-width: 768px) {
  .pr-4 {
    padding-right: calc(4em * 0.6);
  }
}

.gap-4 {
  gap: 4em;
}
@media (max-width: 768px) {
  .gap-4 {
    gap: calc(4em * 0.6);
  }
}

.ma-5 {
  margin: 5em;
}
@media (max-width: 768px) {
  .ma-5 {
    margin: calc(5 * 0.6);
  }
}
.mb-5 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .mb-5 {
    margin-bottom: calc(5em * 0.6);
  }
}
.mt-5 {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .mt-5 {
    margin-top: calc(5em * 0.6);
  }
}
.ml-5 {
  margin-left: 5em;
}
@media (max-width: 768px) {
  .ml-5 {
    margin-left: calc(5em * 0.6);
  }
}
.mr-5 {
  margin-right: 5em;
}
@media (max-width: 768px) {
  .mr-5 {
    margin-right: calc(5em * 0.6);
  }
}

.pa-5 {
  padding: 5em;
}
@media (max-width: 768px) {
  .pa-5 {
    padding: calc(5em * 0.6);
  }
}
.pb-5 {
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .pb-5 {
    padding-bottom: calc(5em * 0.6);
  }
}
.pt-5 {
  padding-top: 5em;
}
@media (max-width: 768px) {
  .pt-5 {
    padding-top: calc(5em * 0.6);
  }
}
.pl-5 {
  padding-left: 5em;
}
@media (max-width: 768px) {
  .pl-5 {
    padding-left: calc(5em * 0.6);
  }
}
.pr-5 {
  padding-right: 5em;
}
@media (max-width: 768px) {
  .pr-5 {
    padding-right: calc(5em * 0.6);
  }
}

.gap-5 {
  gap: 5em;
}
@media (max-width: 768px) {
  .gap-5 {
    gap: calc(5em * 0.6);
  }
}

.ma-6 {
  margin: 6em;
}
@media (max-width: 768px) {
  .ma-6 {
    margin: calc(6 * 0.6);
  }
}
.mb-6 {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .mb-6 {
    margin-bottom: calc(6em * 0.6);
  }
}
.mt-6 {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .mt-6 {
    margin-top: calc(6em * 0.6);
  }
}
.ml-6 {
  margin-left: 6em;
}
@media (max-width: 768px) {
  .ml-6 {
    margin-left: calc(6em * 0.6);
  }
}
.mr-6 {
  margin-right: 6em;
}
@media (max-width: 768px) {
  .mr-6 {
    margin-right: calc(6em * 0.6);
  }
}

.pa-6 {
  padding: 6em;
}
@media (max-width: 768px) {
  .pa-6 {
    padding: calc(6em * 0.6);
  }
}
.pb-6 {
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .pb-6 {
    padding-bottom: calc(6em * 0.6);
  }
}
.pt-6 {
  padding-top: 6em;
}
@media (max-width: 768px) {
  .pt-6 {
    padding-top: calc(6em * 0.6);
  }
}
.pl-6 {
  padding-left: 6em;
}
@media (max-width: 768px) {
  .pl-6 {
    padding-left: calc(6em * 0.6);
  }
}
.pr-6 {
  padding-right: 6em;
}
@media (max-width: 768px) {
  .pr-6 {
    padding-right: calc(6em * 0.6);
  }
}

.gap-6 {
  gap: 6em;
}
@media (max-width: 768px) {
  .gap-6 {
    gap: calc(6em * 0.6);
  }
}

.ma-7 {
  margin: 7em;
}
@media (max-width: 768px) {
  .ma-7 {
    margin: calc(7 * 0.6);
  }
}
.mb-7 {
  margin-bottom: 7em;
}
@media (max-width: 768px) {
  .mb-7 {
    margin-bottom: calc(7em * 0.6);
  }
}
.mt-7 {
  margin-top: 7em;
}
@media (max-width: 768px) {
  .mt-7 {
    margin-top: calc(7em * 0.6);
  }
}
.ml-7 {
  margin-left: 7em;
}
@media (max-width: 768px) {
  .ml-7 {
    margin-left: calc(7em * 0.6);
  }
}
.mr-7 {
  margin-right: 7em;
}
@media (max-width: 768px) {
  .mr-7 {
    margin-right: calc(7em * 0.6);
  }
}

.pa-7 {
  padding: 7em;
}
@media (max-width: 768px) {
  .pa-7 {
    padding: calc(7em * 0.6);
  }
}
.pb-7 {
  padding-bottom: 7em;
}
@media (max-width: 768px) {
  .pb-7 {
    padding-bottom: calc(7em * 0.6);
  }
}
.pt-7 {
  padding-top: 7em;
}
@media (max-width: 768px) {
  .pt-7 {
    padding-top: calc(7em * 0.6);
  }
}
.pl-7 {
  padding-left: 7em;
}
@media (max-width: 768px) {
  .pl-7 {
    padding-left: calc(7em * 0.6);
  }
}
.pr-7 {
  padding-right: 7em;
}
@media (max-width: 768px) {
  .pr-7 {
    padding-right: calc(7em * 0.6);
  }
}

.gap-7 {
  gap: 7em;
}
@media (max-width: 768px) {
  .gap-7 {
    gap: calc(7em * 0.6);
  }
}

.ma-8 {
  margin: 8em;
}
@media (max-width: 768px) {
  .ma-8 {
    margin: calc(8 * 0.6);
  }
}
.mb-8 {
  margin-bottom: 8em;
}
@media (max-width: 768px) {
  .mb-8 {
    margin-bottom: calc(8em * 0.6);
  }
}
.mt-8 {
  margin-top: 8em;
}
@media (max-width: 768px) {
  .mt-8 {
    margin-top: calc(8em * 0.6);
  }
}
.ml-8 {
  margin-left: 8em;
}
@media (max-width: 768px) {
  .ml-8 {
    margin-left: calc(8em * 0.6);
  }
}
.mr-8 {
  margin-right: 8em;
}
@media (max-width: 768px) {
  .mr-8 {
    margin-right: calc(8em * 0.6);
  }
}

.pa-8 {
  padding: 8em;
}
@media (max-width: 768px) {
  .pa-8 {
    padding: calc(8em * 0.6);
  }
}
.pb-8 {
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  .pb-8 {
    padding-bottom: calc(8em * 0.6);
  }
}
.pt-8 {
  padding-top: 8em;
}
@media (max-width: 768px) {
  .pt-8 {
    padding-top: calc(8em * 0.6);
  }
}
.pl-8 {
  padding-left: 8em;
}
@media (max-width: 768px) {
  .pl-8 {
    padding-left: calc(8em * 0.6);
  }
}
.pr-8 {
  padding-right: 8em;
}
@media (max-width: 768px) {
  .pr-8 {
    padding-right: calc(8em * 0.6);
  }
}

.gap-8 {
  gap: 8em;
}
@media (max-width: 768px) {
  .gap-8 {
    gap: calc(8em * 0.6);
  }
}

.ma-9 {
  margin: 9em;
}
@media (max-width: 768px) {
  .ma-9 {
    margin: calc(9 * 0.6);
  }
}
.mb-9 {
  margin-bottom: 9em;
}
@media (max-width: 768px) {
  .mb-9 {
    margin-bottom: calc(9em * 0.6);
  }
}
.mt-9 {
  margin-top: 9em;
}
@media (max-width: 768px) {
  .mt-9 {
    margin-top: calc(9em * 0.6);
  }
}
.ml-9 {
  margin-left: 9em;
}
@media (max-width: 768px) {
  .ml-9 {
    margin-left: calc(9em * 0.6);
  }
}
.mr-9 {
  margin-right: 9em;
}
@media (max-width: 768px) {
  .mr-9 {
    margin-right: calc(9em * 0.6);
  }
}

.pa-9 {
  padding: 9em;
}
@media (max-width: 768px) {
  .pa-9 {
    padding: calc(9em * 0.6);
  }
}
.pb-9 {
  padding-bottom: 9em;
}
@media (max-width: 768px) {
  .pb-9 {
    padding-bottom: calc(9em * 0.6);
  }
}
.pt-9 {
  padding-top: 9em;
}
@media (max-width: 768px) {
  .pt-9 {
    padding-top: calc(9em * 0.6);
  }
}
.pl-9 {
  padding-left: 9em;
}
@media (max-width: 768px) {
  .pl-9 {
    padding-left: calc(9em * 0.6);
  }
}
.pr-9 {
  padding-right: 9em;
}
@media (max-width: 768px) {
  .pr-9 {
    padding-right: calc(9em * 0.6);
  }
}

.gap-9 {
  gap: 9em;
}
@media (max-width: 768px) {
  .gap-9 {
    gap: calc(9em * 0.6);
  }
}

.ma-10 {
  margin: 10em;
}
@media (max-width: 768px) {
  .ma-10 {
    margin: calc(10 * 0.6);
  }
}
.mb-10 {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: calc(10em * 0.6);
  }
}
.mt-10 {
  margin-top: 10em;
}
@media (max-width: 768px) {
  .mt-10 {
    margin-top: calc(10em * 0.6);
  }
}
.ml-10 {
  margin-left: 10em;
}
@media (max-width: 768px) {
  .ml-10 {
    margin-left: calc(10em * 0.6);
  }
}
.mr-10 {
  margin-right: 10em;
}
@media (max-width: 768px) {
  .mr-10 {
    margin-right: calc(10em * 0.6);
  }
}

.pa-10 {
  padding: 10em;
}
@media (max-width: 768px) {
  .pa-10 {
    padding: calc(10em * 0.6);
  }
}
.pb-10 {
  padding-bottom: 10em;
}
@media (max-width: 768px) {
  .pb-10 {
    padding-bottom: calc(10em * 0.6);
  }
}
.pt-10 {
  padding-top: 10em;
}
@media (max-width: 768px) {
  .pt-10 {
    padding-top: calc(10em * 0.6);
  }
}
.pl-10 {
  padding-left: 10em;
}
@media (max-width: 768px) {
  .pl-10 {
    padding-left: calc(10em * 0.6);
  }
}
.pr-10 {
  padding-right: 10em;
}
@media (max-width: 768px) {
  .pr-10 {
    padding-right: calc(10em * 0.6);
  }
}

.gap-10 {
  gap: 10em;
}
@media (max-width: 768px) {
  .gap-10 {
    gap: calc(10em * 0.6);
  }
}

.gap-05 {
  gap: 0.5em;
}
@media (max-width: 768px) {
  .gap-05 {
    gap: 0.3em;
  }
}

.hoverOpa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

全ページ共通CSS

==================================*/
.ttlStl01 {
  font-size: 3em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ttlStl01 {
    font-size: 2.4em;
  }
}

.sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  font-weight: bold;
}
.sub-title img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent01 > * {
  text-indent: 0;
}

.indent01List > * {
  padding-left: 1em;
  text-indent: -1em;
}
.indent01List > * > * {
  text-indent: 0;
}

.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > *:before {
  content: "・";
}

.ul02 > * {
  padding-left: 0.85em;
  text-indent: -0.85em;
}
.ul02 > *:before {
  content: "";
  display: inline-block;
  width: 0.3em;
  margin: 0 0.5em 0.2em 0;
  background: #288c55;
  border-radius: 50%;
  aspect-ratio: 1/1;
  vertical-align: middle;
}

.btnStl01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em 3.5em;
  color: #333333;
  background: #fff;
  border-radius: 100vmax;
}
.btnStl01 .arrow {
  position: absolute;
  right: 1em;
  display: grid;
  place-content: center;
  width: 1.5em;
  border: 1px solid #dddddd;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.btnStl01 .arrow::after {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.15em;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnStl02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9em 3em;
  line-height: 1.2em;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.btnStl02 svg {
  position: absolute;
  right: 1.35em;
  fill: currentColor;
}

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

ヘッダー

==================================*/
header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  gap: 0 1em;
  padding: 1.25em 1.5%;
  background: #fff;
}
@media (max-width: 768px) {
  header {
    padding: 0.5em 3%;
  }
}
header .logo {
  white-space: nowrap;
}
header .logo a {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75em;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  font-weight: bold;
}
header .logo a svg {
  grid-row: 1/-1;
  fill: #288c55;
}
header .logo a span {
  line-height: 1em;
}
header .logo a span.fzL {
  font-size: 1.25em;
}
header nav {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768.1px) {
  header nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    overflow-y: auto;
  }
}
header nav ul {
  gap: 0.5em 1.5em;
  font-weight: bold;
}
@media (max-width: 768px) {
  header nav ul {
    gap: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 1.2em;
    overflow-y: auto;
  }
}
header nav ul li a {
  display: block;
}
header nav ul li a.reservationBtn {
  padding: 0.75em 1.5em;
  color: #fff;
  line-height: 1em;
  background: #288c55;
  border-radius: 100vmax;
  border: 1px solid #288c55;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
header nav ul li a.reservationBtn:hover {
  color: #288c55;
  background: #fff;
}
header nav ul li a:not(.reservationBtn) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header nav ul li a:not(.reservationBtn):hover {
  opacity: 0.6;
}
header nav ul li a svg {
  display: block;
}
header .naviButton {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .naviButton span, header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: #288c55;
}
header .naviButton:before {
  top: 30%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton span {
  top: 45%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 60%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 45%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
header .naviButton.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .naviButton.active span {
  width: 0;
}
header .naviButton.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

フッター

==================================*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  place-items: center;
  width: 4.2857em;
  padding-top: 0.5em;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  background: #333333;
  border-radius: 10px 0 0 0;
  aspect-ratio: 1/1;
}
.pagetop::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.copyright {
  padding: 0.65em;
  background: #fff;
}
.copyright small {
  font-size: 0.75em;
}

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

トップページ

==================================*/
@-webkit-keyframes transformX {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transformX {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transform-X {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transform-X {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mv {
  position: relative;
  display: grid;
  grid-template-columns: 70.83% 1fr;
  grid-template-rows: 52.85% 1fr;
  aspect-ratio: 72/35;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(30%, transparent)), url(../images/texture01.webp) bottom left;
  background: -webkit-linear-gradient(top, #fff 30%, transparent 30%), url(../images/texture01.webp) bottom left;
  background: linear-gradient(to bottom, #fff 30%, transparent 30%), url(../images/texture01.webp) bottom left;
}
.mv__text {
  position: absolute;
  top: 2em;
  left: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv__text {
    top: 1em;
    left: 1em;
    font-size: 1.2em;
  }
}
.mv__text > span {
  display: block;
  -webkit-animation: transformX 1s ease-in-out forwards;
          animation: transformX 1s ease-in-out forwards;
  overflow: hidden;
}
.mv__text > span > span {
  display: block;
  padding: 0.2em 0.5em;
  color: #fff;
  background: #288c55;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: transform-X 1s ease-in-out forwards;
          animation: transform-X 1s ease-in-out forwards;
}
.mv__text > span:nth-of-type(2) {
  -webkit-animation: transformX 1s ease-in-out forwards;
          animation: transformX 1s ease-in-out forwards;
}
.mv img {
  width: 100%;
}
.mv__img01 img {
  border-radius: 0 10px 10px 0;
}
.mv__img02 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-align: right;
}
.mv__img02 img {
  width: 71.48%;
  border-radius: 10px 0 0 10px;
}
.mv__img03 {
  align-self: flex-end;
  grid-column: 2;
  margin-left: -5em;
}
.mv__img03 img {
  width: 70%;
  border-radius: 10px;
}
.mv .scroll {
  position: absolute;
  bottom: 0;
  right: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 0.875em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .mv .scroll {
    font-size: 0.6em;
  }
}
.mv .scroll span {
  width: 1px;
  height: 2em;
  overflow: hidden;
}
.mv .scroll span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333333;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.introduction {
  position: relative;
  padding-bottom: 18em;
  background: url(../images/texture01.webp) top left;
}
@media (max-width: 768px) {
  .introduction {
    padding-bottom: 10em;
  }
}
.introduction::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 95%;
  margin-inline: auto;
  background-image: url(../images/introduction_img01.webp), url(../images/introduction_img02.webp);
  background-repeat: no-repeat;
  background-position: left top 4em, right bottom 14em;
}
@media (max-width: 1200px) {
  .introduction::after {
    background-size: 16%, 23%;
  }
}
@media (max-width: 768px) {
  .introduction::after {
    position: static;
    width: 100%;
    height: 10em;
    margin-top: 2em;
    background-size: contain;
    background-position: left 15% bottom, right 15% bottom;
  }
}
.introduction * {
  position: relative;
  z-index: 1;
}
.introduction__title {
  font-size: 2.5em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .introduction__title {
    font-size: 2.1em;
  }
}
.introduction p {
  font-size: 1.25em;
  line-height: 3em;
}

.information {
  position: relative;
  z-index: 2;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 91.666%;
  margin-left: auto;
  padding: 1em 1% 1em 0;
  background: #fff;
  border-radius: 10px 0 0 10px;
  -webkit-transform: translateY(-9em);
          transform: translateY(-9em);
}
.informationWrap {
  position: relative;
  padding-bottom: 40%;
}
.informationWrap .bk {
  position: absolute;
  inset: 0;
}
.informationWrap .bk img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .information {
    left: 0;
    margin-right: auto;
    padding: 0 0 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
  }
}
.information__title {
  display: grid;
  gap: 0.75em;
  place-content: center;
  place-items: center;
  max-width: 100%;
  padding: 2em 0.5em;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  background: #288c55;
}
@media (min-width: 768.1px) {
  .information__title {
    min-width: 26%;
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 768px) {
  .information__title {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.information__title svg {
  fill: currentColor;
}
.information__contents {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}
.information dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768.1px) {
  .information dl {
    background: -webkit-radial-gradient(circle, rgb(51, 51, 51) 28%, rgba(51, 51, 51, 0) 28%);
    background: radial-gradient(circle, rgb(51, 51, 51) 28%, rgba(51, 51, 51, 0) 28%);
  }
}
@media (max-width: 768px) {
  .information dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information dt {
  width: 15em;
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 0.5em 1em;
  color: #288c55;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.2em;
  border: 1px solid currentColor;
  border-radius: 100vmax;
}
.information__time {
  padding-inline: 3vw;
}
.information__time-time {
  font-size: 2.5em;
  line-height: 1em;
}
.information__time-notes {
  font-family: 'Zen Kaku Gothic New';
  font-size: 1.25em;
}
.information__time-holiday {
  margin-top: 0.5em;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .information__price {
    padding-top: 2.5em;
    border-top: 1px solid #333333;
  }
}
.information__price-details {
  padding: 0 2.5vw;
}
@media (max-width: 768px) {
  .information__price-details {
    padding: 1.5em 0;
  }
}
@media (min-width: 768.1px) {
  .information__price-details + .information__price-details {
    border-left: 1px solid #dddddd;
  }
}
@media (max-width: 768px) {
  .information__price-details + .information__price-details {
    border-top: 1px solid #dddddd;
  }
}
@media (max-width: 768px) {
  .information__price dt {
    margin-bottom: 0;
  }
}
.information__price dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em 0;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .information__price dd {
    gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information__price dd .time {
  margin-right: -0.5em;
  font-size: 0.5em;
  font-weight: normal;
  line-height: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.information__price table caption {
  color: #288c55;
  font-weight: bold;
}
.information__price table tr > * {
  vertical-align: text-bottom;
  line-height: 1.2em;
}
.information__price table tr th {
  padding-right: 1.2em;
  font-weight: normal;
}
.information__price table tr td {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
.information__price table tr td .fzS {
  font-size: 0.8em;
}

.feature__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature__contents {
  counter-reset: feature;
}
@media (max-width: 768px) {
  .feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature__content + .feature__content {
  margin-top: 9em;
}
.feature__content__img {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768.1px) {
  .feature__content__img {
    -webkit-flex-basis: 52%;
        -ms-flex-preferred-size: 52%;
            flex-basis: 52%;
  }
}
@media (max-width: 768px) {
  .feature__content__img {
    width: 90%;
  }
}
.feature__content__img img {
  width: 100%;
}
.feature__content__img::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.feature__content__text {
  position: relative;
  z-index: 1;
  padding: 6%;
}
@media (max-width: 768px) {
  .feature__content__text {
    margin-top: 3em;
  }
}
.feature__content__text::before {
  content: counter(feature, decimal-leading-zero);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 14%;
  counter-increment: feature;
  color: #f7f7e8;
  font-size: 12.5em;
  font-weight: bold;
  line-height: 1em;
}
.feature__content__text-title {
  margin-bottom: 1.2em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.875em;
}
.feature__content__text-title mark {
  color: #288c55;
}
.feature__content__text p {
  font-size: 1.125em;
  line-height: 2em;
}
@media (max-width: 768px) {
  .feature__content:nth-of-type(odd) .feature__content__img {
    margin-inline: 0 auto;
  }
}
.feature__content:nth-of-type(odd) .feature__content__img img {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768.1px) {
  .feature__content:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .feature__content:nth-of-type(even) .feature__content__img {
    margin-inline: auto 0;
  }
}
.feature__content:nth-of-type(even) .feature__content__img img {
  border-radius: 10px 0 0 10px;
}
.feature__content:first-of-type .feature__content__img::before {
  inset: 0 -5.5% -4.5em 5%;
  background: url(../images/feature01_deco01.webp) no-repeat bottom 2em left, url(../images/feature01_deco02.webp) no-repeat bottom right;
}
@media (max-width: 768px) {
  .feature__content:first-of-type .feature__content__img::before {
    inset: 0 -5% -2em 5%;
    background-size: 28% auto, 20% auto;
    background-position: bottom 1em left, bottom right;
  }
}
.feature__content:nth-of-type(2) .feature__content__img::before {
  inset: -2em 0 -2.5em -10%;
  background: url(../images/feature02_deco01.webp) no-repeat top right, url(../images/feature02_deco02.webp) no-repeat bottom left;
}
@media (max-width: 768px) {
  .feature__content:nth-of-type(2) .feature__content__img::before {
    inset: -2em 0 -2em -5%;
    background-size: 10% auto, 20% auto;
    background-position: bottom 0.5em left, bottom right 5%;
  }
}
.feature__content:nth-of-type(3) .feature__content__img::before {
  inset: -2em -5% -3em 5%;
  background: url(../images/feature03_deco01.webp) no-repeat top right 25%, url(../images/feature03_deco02.webp) no-repeat bottom left 50%, url(../images/feature03_deco03.webp) no-repeat bottom right;
}
@media (max-width: 768px) {
  .feature__content:nth-of-type(3) .feature__content__img::before {
    inset: -2em -5% -2em 5%;
    background-size: 20% auto, 22% auto, 19% auto;
    background-position: top right 25%, bottom left 50%, bottom right;
  }
}
.feature__content:nth-of-type(4) .feature__content__img::before {
  inset: -3em 0 -3em -17%;
  background: url(../images/feature04_deco01.webp) no-repeat top right 12%, url(../images/feature04_deco02.webp) no-repeat bottom left 0/24%;
}
@media (max-width: 768px) {
  .feature__content:nth-of-type(4) .feature__content__img::before {
    inset: -2em 0 -2em -5%;
    background-size: 20% auto, 20% auto;
    background-position: top right 12%, bottom left;
  }
}

.bk img {
  width: 100%;
}

.bk_mountain {
  color: #fff;
  background: #288c55;
}
.bk_mountain::before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 3em;
  background: #fff url(../images/bk_mountain.webp) no-repeat center bottom -1px/100% auto;
  aspect-ratio: 7/1;
}

.course .tablist {
  width: 90%;
  margin: 0 auto 2em;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .course .tablist {
    gap: 0.5em;
    width: 100%;
  }
}
.course .tablist li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.course .tablist li button {
  position: relative;
  width: 100%;
  padding: 1em 1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100vmax;
  cursor: pointer;
}
.course .tablist li button[aria-selected=true] {
  color: #288c55;
  background-color: #fff;
}
.course .tablist li button[aria-selected=true]::after {
  content: "";
  position: absolute;
  inset: auto 0 1px;
  display: block;
  width: 0;
  height: 0;
  margin-inline: auto;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.course [role=tabpanel] {
  color: #333333;
  padding: 5em 8%;
  background: #fff;
  border-radius: 10px;
}
.course__contents__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1.25em;
  color: #288c55;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.course__contents__title .fzS {
  font-size: 0.75em;
}
.course__contents__information {
  width: 35.5555em;
  max-width: 100%;
  margin: 0 auto 4em;
  padding: 2em 5%;
  font-size: 1.125em;
  background: #f7f7e8;
  border-radius: 10px;
}
.course__contents__information table tr > * {
  padding: 0.25em 0;
}
@media (max-width: 768px) {
  .course__contents__information table tr > * {
    display: block;
  }
}
.course__contents__information table tr th {
  padding-right: 1.5em;
  color: #288c55;
}
@media (max-width: 768px) {
  .course__contents__information table tr th {
    padding-bottom: 0;
  }
}
.course__contents__information table tr th span {
  display: inline-block;
  width: 2em;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .course__contents__information table tr td {
    padding-top: 0;
  }
}
.course__contents__root {
  counter-reset: root;
  border-bottom: 1px solid #ddd;
}
.course__contents__root > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .course__contents__root > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course__contents__root > li dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #333333;
}
.course__contents__root > li dt::before {
  content: counter(root, decimal-leading-zero);
  counter-increment: root;
  color: #288c55;
  font-size: 1.6666em;
}
.course__contents__root-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.course__contents__root-img img {
  width: 100%;
}
.course__contents__root-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.course__contents__root-time {
  display: block;
  width: 7em;
  margin-bottom: 0.2em;
  padding: 0.5em;
  color: #288c55;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background: #f7f7e8;
  border-radius: 100vmax 100vmax 100vmax 0;
}
.course__contents__goal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 900px;
  max-width: 100%;
  min-height: 6em;
  margin: 5em auto 0;
  padding: 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background: #f7f7e8;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .course__contents__goal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course__contents__goal::before {
  content: "";
  position: absolute;
  inset: -1.75em 0 auto;
  display: block;
  width: 2em;
  margin-inline: auto;
  aspect-ratio: 3/2;
  background: url(../images/arrowB_blk.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.course__contents__goal span {
  color: #288c55;
  padding: 0.2em 1.75em;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 100vmax;
}
.course__contents__banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  color: #fff;
  background: #288c55;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .course__contents__banner {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .course__contents__banner > div {
    padding: 3em 1em;
  }
}
.course__contents__banner:hover {
  opacity: 0.8;
}
.course__contents__banner p {
  font-size: 1.125em;
  font-weight: bold;
}

.area__contents {
  gap: 3em 1em;
}
@media (max-width: 768px) {
  .area__contents {
    padding-bottom: 4em;
  }
}
.area__contents p {
  font-size: 1.25em;
  font-weight: bold;
}
.area__contents p small {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.area__contents dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 0.25em;
  color: #288c55;
}
.area__contents dl dt svg {
  fill: currentColor;
}
.area__contents .btnStl02:hover {
  color: #fff;
  background: #333333;
}
.area__contents__img {
  position: relative;
}
@media (min-width: 768.1px) {
  .area__contents__img {
    max-width: 65%;
  }
}
.area__contents__img img {
  width: 100%;
  border-radius: 10px;
}
.area__contents__img::before {
  content: "";
  position: absolute;
  inset: 0 -1.2em -1.2em;
  background: url(../images/area_deco01.webp) no-repeat left bottom, url(../images/area_deco02.webp) no-repeat right bottom;
}
.area h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85em;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em;
  font-size: 1.25em;
  font-weight: bold;
  background: url(../images/texture01.webp);
}
@media (min-width: 768.1px) {
  .area#area02 .area__contents {
    gap: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.area#area02 .area__contents .area__contents__text {
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .area#area02 .area__contents .area__contents__img {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}

.faq {
  background: url(../images/texture01.webp);
}
.faq__list__content {
  background: #fff;
  border-radius: 10px;
}
.faq__list__content + .faq__list__content {
  margin-top: 1.5em;
}
.faq__list__content > * {
  position: relative;
  padding: 2.5rem 5rem 2.5rem 9.5rem;
}
.faq__list__content > *::before {
  position: absolute;
  top: 1em;
  left: 1.5em;
  display: grid;
  place-content: center;
  width: 2.25em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.faq__list__content > dt {
  font-size: 1.25em;
  cursor: pointer;
}
.faq__list__content > dt::before {
  content: "Q";
  background: #288c55;
}
.faq__list__content > dt .toggle {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__list__content > dt .toggle::before, .faq__list__content > dt .toggle::after {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  background: #333333;
}
.faq__list__content > dt .toggle::before {
  content: "";
  width: 100%;
  height: 2px;
}
.faq__list__content:not(:has(.open)) .toggle::after {
  content: "";
  width: 2px;
  height: 100%;
}
.faq__list__content > dd {
  position: relative;
  font-size: 1.125em;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease;
  transition: max-height 0.4s ease, padding-top 0.4s ease, padding-bottom 0.4s ease;
}
.faq__list__content > dd:not(.open) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.faq__list__content > dd::before {
  content: "A";
  background: #333333;
}
.faq__list__content > dd::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: 94%;
  height: 1px;
  margin-inline: auto;
  background: #dddddd;
}

.reservation {
  padding: 5em 2em;
}
.reservation .container {
  position: relative;
  z-index: 1;
  padding: 7em 1em;
  color: #fff;
  background: url(../images/bk_reservation.webp) no-repeat center center/cover;
  border-radius: 10px;
  overflow: hidden;
}
.reservation .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.reservation .container p {
  margin-top: 2em;
  font-size: 1.25em;
  font-weight: bold;
}
.reservation .container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.75em auto 0;
  padding: 0.75em 1.5em 0.75em 0;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4em;
  background: #288c55;
  border-radius: 100vmax;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 768px) {
  .reservation .container a {
    padding-right: 1em;
    font-size: 1.3em;
  }
}
.reservation .container a:hover {
  color: #288c55;
  background: #fff;
}
.reservation .container a span:has(img) {
  margin: -2em 0 -2em -1em;
}
@media (max-width: 768px) {
  .reservation .container a span:has(img) {
    width: 5em;
  }
}
.reservation .container a .arrow {
  display: grid;
  place-content: center;
  width: 1.2em;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
}
.reservation .container a .arrow::after {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translateX(-30%) rotate(45deg);
          transform: translateX(-30%) rotate(45deg);
}

.contact .container {
  display: grid;
  grid-template-columns: 40% 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768.1px) {
  .contact .container {
    grid-template-rows: auto 1fr;
  }
}
@media (max-width: 768px) {
  .contact .container {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768.1px) {
  .contact ul {
    grid-column: 2;
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .contact ul {
    margin-top: 2em;
  }
}
.contact ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding: 1.75em 5em 1.75em 1.75em;
  text-align: center;
  background: url(../images/texture01.webp);
}
.contact ul li + li {
  margin-top: 0.75em;
}
.contact ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.contact ul li div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact ul li h3 {
  margin-bottom: 0.25em;
  color: #288c55;
}
.contact ul li p {
  font-size: 1.5em;
  font-weight: bold;
}

.instagram {
  position: relative;
}
.instagram::after {
  content: "";
  position: absolute;
  top: -4em;
  left: 14%;
  display: block;
  width: 25%;
  max-width: 226px;
  aspect-ratio: 4/5;
  background: url(../images/contact_img.webp) no-repeat center center/contain;
}
.instagram .ttlStl01 {
  margin-bottom: 1.5em;
}
.instagram .ttlStl01 svg {
  display: block;
  margin: 0 auto 0.25em;
  fill: currentColor;
}
.instagram .btnStl02 {
  width: 360px;
  max-width: 100%;
  font-size: 1.25em;
}
.instagram .btnStl02:hover {
  color: #288c55;
  background: #fff;
}

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

下層ページ共通CSS

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

下層ページ:ページ名

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

js animation

==================================*/
.hide {
  -webkit-animation: hide 0.3s forwards;
          animation: hide 0.3s forwards;
}

.show {
  -webkit-animation: show 0.3s forwards;
          animation: show 0.3s forwards;
}

@-webkit-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  translate: 0 50px;
}
.js_st[class*=fadeinB] {
  translate: 0 -50px;
}
.js_st[class*=fadeinR] {
  translate: -50px 0;
}
.js_st[class*=fadeinL] {
  translate: 50px 0;
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  translate: 0;
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

@media (min-width: 768.1px) {
  .spOnly {
    display: none !important;
  }
}

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

@media screen SP

==================================*/
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
  .sp_fdc {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */