@charset "UTF-8";
/* !!------------------------------------ */
/* !! 共通 */
/* !!------------------------------------ */
a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  color: inherit; }

a:hover {
  opacity: 0.8; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

alabel {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address, em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

::selection {
  color: #fff;
  background: #9F8C5B; }

::-moz-selection {
  color: #fff;
  background: #9F8C5B; }

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

html {
  min-height: 100%;
  font-size: 10px; }

body {
  width: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #111111;
  background: #f5f3ee;
  font-feature-settings: "palt"; }

.pc {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

.inner {
  max-width: 80.5270863836vw;
  margin: 0 auto;
  padding: 0 3.6603221083vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner {
      max-width: 100%;
      padding: 0; } }

img {
  width: 100%;
  height: auto; }

.container {
  height: 100%;
  overflow: hidden;
  position: relative; }

section {
  padding-top: 10.980966325vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    section {
      padding-top: 21.3333333333vw;
      padding-right: 5.3333333333vw;
      padding-left: 5.3333333333vw; } }

.table-wrap {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .table-wrap {
      overflow-x: scroll; } }

html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

.minchou {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.en-font {
  font-family: linotype-didot, serif;
  font-weight: 700;
  font-style: normal; }
  .en-font.italic {
    font-style: italic;
    font-weight: 400; }

.wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .wrap {
      flex-direction: column; } }

.ttl-h2 {
  font-size: 3.3674963397vw;
  color: #9f8c5b;
  text-align: center;
  margin-bottom: 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .ttl-h2 {
      font-size: 6.9333333333vw;
      line-height: 1.13;
      margin-bottom: 8vw; } }
  .ttl-h2 .sub-ttl {
    font-size: 1.4641288433vw;
    font-weight: bold;
    display: block;
    margin-top: 1.4641288433vw; }
    @media screen and (max-width: 767px) {
      .ttl-h2 .sub-ttl {
        font-size: 4.8vw;
        margin-top: 2.6666666667vw; } }

.ttl-h3 {
  font-size: 2.635431918vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.9282576867vw; }
  @media screen and (max-width: 767px) {
    .ttl-h3 {
      font-size: 4.8vw;
      line-height: 1.5;
      margin-bottom: 5.3333333333vw; } }

.lead-txt {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  text-align: justify; }
  @media screen and (max-width: 767px) {
    .lead-txt {
      font-size: 3.7333333333vw; } }

/* !!------------------------------------ */
/* !! header */
.header {
  width: 100%;
  height: 14.6412884334vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media screen and (max-width: 767px) {
    .header {
      height: 21.3333333333vw;
      position: fixed; }
      .header.on .btn-calendar {
        background: none;
        border: 0.2666666667vw solid #fff; } }
  .header .ttl-h1 {
    flex-basis: 14.6412884334vw;
    max-width: 14.6412884334vw;
    height: 14.6412884334vw;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .header .ttl-h1 {
        flex-basis: 21.3333333333vw;
        max-width: 21.3333333333vw;
        height: 21.3333333333vw;
        position: relative;
        z-index: 1; } }
    .header .ttl-h1 a {
      width: 14.6412884334vw;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .header .ttl-h1 a {
          width: 21.3333333333vw; } }
      .header .ttl-h1 a img {
        width: 7.3206442167vw;
        height: auto; }
        @media screen and (max-width: 767px) {
          .header .ttl-h1 a img {
            width: 10.6666666667vw; } }
    .header .ttl-h1 .name {
      font-size: 1.0248901903vw;
      line-height: 1.5;
      text-align: center;
      margin-top: 1.0980966325vw; }
      @media screen and (max-width: 767px) {
        .header .ttl-h1 .name {
          font-size: 1.0666666667vw;
          margin-top: 2.1333333333vw; } }
      .header .ttl-h1 .name i {
        font-size: 0.7320644217vw;
        display: block; }
        @media screen and (max-width: 767px) {
          .header .ttl-h1 .name i {
            font-size: 0.8vw; } }
  .header .nav {
    flex-basis: calc(100% - 14.6412884334vw);
    max-width: calc(100% - 14.6412884334vw); }
    @media screen and (max-width: 767px) {
      .header .nav {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        height: 100vh;
        background: #008856;
        display: none;
        position: fixed;
        top: 0;
        left: 0; } }
  .header .gnav-list {
    width: 100%;
    height: 10.2489019034vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -3.2942898975vw; }
    @media screen and (max-width: 767px) {
      .header .gnav-list {
        height: 100%;
        flex-direction: column;
        left: auto; } }
    .header .gnav-list:after {
      content: "";
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(180deg, #111111 0%, #11111100 100%) 0% 0% no-repeat padding-box;
      position: absolute;
      top: 0;
      left: 3.2942898975vw;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .header .gnav-list:after {
          content: none; } }
  @media screen and (max-width: 767px) {
    .header .gnav-list-item {
      width: 100%;
      text-align: center; } }
  .header .gnav-list-item a {
    font-size: 1.317715959vw;
    font-family: linotype-didot, serif;
    font-weight: 400;
    color: #fff;
    padding: 1.4641288433vw; }
    @media screen and (max-width: 767px) {
      .header .gnav-list-item a {
        font-size: 4.8vw;
        padding: 5.3333333333vw;
        display: block; } }
  .header .btn-calendar {
    width: 4.39238653vw;
    height: 4.39238653vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #9f8c5b;
    position: absolute;
    top: 2.9282576867vw;
    right: 3.6603221083vw;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media screen and (max-width: 767px) {
      .header .btn-calendar {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
        top: 4vw;
        right: 22.6666666667vw; }
        .header .btn-calendar:hover {
          opacity: 1; } }
    .header .btn-calendar img {
      width: 1.6105417277vw;
      height: auto; }
      @media screen and (max-width: 767px) {
        .header .btn-calendar img {
          width: 4.8vw; } }
  .header.fixed {
    height: 7.3206442167vw;
    background: #f5f3ee;
    position: fixed; }
    .header.fixed .ttl-h1 {
      flex-basis: 7.3206442167vw;
      max-width: 7.3206442167vw;
      height: 7.3206442167vw; }
      .header.fixed .ttl-h1 a {
        width: 7.3206442167vw; }
        .header.fixed .ttl-h1 a img {
          width: 3.6603221083vw; }
        .header.fixed .ttl-h1 a .name {
          font-size: 0.5124450952vw;
          line-height: 1.43;
          margin-top: 0.7320644217vw; }
          .header.fixed .ttl-h1 a .name i {
            font-size: 0.3660322108vw; }
    .header.fixed .gnav-list {
      height: 7.3206442167vw; }
      .header.fixed .gnav-list:after {
        content: none; }
    .header.fixed .gnav-list-item a {
      color: #111; }
    .header.fixed .btn-calendar {
      top: 1.4641288433vw; }

@media screen and (max-width: 767px) {
  .btn-hbg {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 4vw;
    right: 5.3333333333vw;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .btn-hbg span {
      width: 15px;
      height: 0.2666666667vw;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .btn-hbg span:before, .btn-hbg span:after {
        content: "";
        width: 100%;
        height: 0.2666666667vw;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .btn-hbg span:before {
        top: -1.6vw; }
      .btn-hbg span:after {
        bottom: -1.6vw; }
    .btn-hbg.on {
      background: none;
      border: 0.2666666667vw solid #fff; }
      .btn-hbg.on span {
        background: transparent; }
        .btn-hbg.on span:before, .btn-hbg.on span:after {
          top: 50%; }
        .btn-hbg.on span:before {
          transform: translate(-50%, -50%) rotate(135deg); }
        .btn-hbg.on span:after {
          transform: translate(-50%, -50%) rotate(-135deg); } }
/* !!------------------------------------ */
/* !! MV */
.mv-section {
  width: calc(100% - 7.3206442167vw);
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../img/kv-pc@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .mv-section {
      width: 100%;
      justify-content: center;
      background-image: url(../img/kv-sp@3x.jpg); } }
  .mv-section .ttl-h2 {
    font-size: 2.9282576867vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    margin-left: 9.7364568082vw;
    position: relative;
    filter: drop-shadow(0 0 0.7320644217vw #111); }
    @media screen and (max-width: 767px) {
      .mv-section .ttl-h2 {
        font-size: 8vw;
        line-height: 1.33;
        text-align: center;
        margin-left: 0;
        filter: drop-shadow(0 0 2.6666666667vw #111);
        top: -26.6666666667vw; } }
    .mv-section .ttl-h2 .sub-txt {
      font-size: 2.196193265vw;
      display: block; }
      @media screen and (max-width: 767px) {
        .mv-section .ttl-h2 .sub-txt {
          font-size: 5.3333333333vw; } }

.scroll-wrap {
  width: 7.3206442167vw;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: -7.3206442167vw;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .scroll-wrap {
      width: auto;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb; } }
  .scroll-wrap:before {
    content: "";
    width: 0.0732064422vw;
    height: 5.1244509517vw;
    background: #ccc;
    position: absolute;
    top: 5.1244509517vw;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .scroll-wrap:before {
        width: 0.2666666667vw;
        height: 10.6666666667vw;
        top: 5.3333333333vw;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0); } }
  .scroll-wrap:after {
    content: "";
    width: 0.0732064422vw;
    height: 5.1244509517vw;
    background: #111;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
    position: absolute;
    top: 5.1244509517vw; }
    @media screen and (max-width: 767px) {
      .scroll-wrap:after {
        width: 0.2666666667vw;
        height: 13.3333333333vw;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        animation: pathmovesp 1.4s ease-in-out infinite; } }
  .scroll-wrap .en-font {
    font-size: 0.7320644217vw;
    font-weight: 400;
    letter-spacing: .3em;
    padding-bottom: 5.1244509517vw; }
    @media screen and (max-width: 767px) {
      .scroll-wrap .en-font {
        font-size: 2.6666666667vw;
        padding-bottom: 13.3333333333vw; } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 5.1244509517vw;
    opacity: 0; }
  30% {
    height: 3.6603221083vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 10.2489019034vw;
    opacity: 0; } }
@keyframes pathmovesp {
  0% {
    height: 18.6666666667vw;
    top: 5.3333333333vw;
    opacity: 0; }
  30% {
    height: 8vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 18.6666666667vw;
    opacity: 0; } }
/* !!------------------------------------ */
/* !! CONCEPT */
.concept-section .inner:before {
  content: "";
  width: 73.2064421669vw;
  height: calc(100% - 1.4641288433vw);
  background: #fff;
  position: absolute;
  top: 1.4641288433vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  box-shadow: 0 0 2.196193265vw rgba(159, 140, 91, 0.1); }
  @media screen and (max-width: 767px) {
    .concept-section .inner:before {
      width: 100%;
      height: 100%;
      top: 3.4666666667vw;
      box-shadow: 0 0 8vw rgba(159, 140, 91, 0.1); } }
.concept-section .concept-wrap {
  padding: 0 6.588579795vw 5.8565153734vw 6.588579795vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .concept-section .concept-wrap {
      padding: 0 5.3333333333vw 13.3333333333vw 5.3333333333vw; } }
  .concept-section .concept-wrap:before, .concept-section .concept-wrap:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute; }
  .concept-section .concept-wrap:before {
    width: 14.6412884334vw;
    height: 14.6412884334vw;
    background-image: url(../img/illust-concept1.svg);
    top: 3.6603221083vw;
    left: -3.6603221083vw; }
    @media screen and (max-width: 767px) {
      .concept-section .concept-wrap:before {
        width: 26.6666666667vw;
        height: 26.6666666667vw;
        top: 13.3333333333vw;
        left: -2.6666666667vw; } }
  .concept-section .concept-wrap:after {
    width: 17.5695461201vw;
    height: 30.3806734993vw;
    background-image: url(../img/illust-concept2.svg);
    right: -3.6603221083vw;
    bottom: -7.3206442167vw;
    transform: rotate(20deg); }
    @media screen and (max-width: 767px) {
      .concept-section .concept-wrap:after {
        width: 32vw;
        height: 55.4666666667vw;
        right: 0;
        bottom: -26.6666666667vw; } }
.concept-section .lead-txt {
  text-align: center;
  margin-bottom: 2.196193265vw; }
  @media screen and (max-width: 767px) {
    .concept-section .lead-txt {
      text-align: justify;
      margin-bottom: 4vw; } }
  .concept-section .lead-txt:last-of-type {
    margin-bottom: 0; }

/* !!------------------------------------ */
/* !! FACILITIES & ACTIVITIES */
@media screen and (max-width: 767px) {
  .facilities-activities-section {
    padding-top: 24.8vw; } }
.facilities-activities-section .ttl-h3 {
  margin-bottom: 7.3206442167vw; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .ttl-h3 {
      margin-bottom: 10.6666666667vw; } }
.facilities-activities-section .ttl {
  top: 8.0527086384vw;
  left: 0; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .ttl {
      margin-bottom: 8vw;
      top: 0; } }
.facilities-activities-section .slide-wrap {
  position: relative; }
.facilities-activities-section .slide-list {
  padding-bottom: 3.6603221083vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .slide-list {
      padding-bottom: 0; } }
  .facilities-activities-section .slide-list .slide-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list .slide-list-item {
        flex-direction: column-reverse; } }
    .facilities-activities-section .slide-list .slide-list-item .txt-wrap {
      padding-top: 10.980966325vw;
      padding-left: 13.3967789165vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list .slide-list-item .txt-wrap {
          padding-top: 0;
          padding-left: 0; } }
      .facilities-activities-section .slide-list .slide-list-item .txt-wrap .lead-txt {
        width: 30.7467057101vw; }
        @media screen and (max-width: 767px) {
          .facilities-activities-section .slide-list .slide-list-item .txt-wrap .lead-txt {
            width: 100%; } }
    .facilities-activities-section .slide-list .slide-list-item .img-wrap {
      width: 50vw;
      position: relative;
      margin-left: calc(-50vw + 50%); }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list .slide-list-item .img-wrap {
          width: calc(100% + 5.3333333333vw);
          margin-bottom: 16vw;
          margin-left: 0; } }
      .facilities-activities-section .slide-list .slide-list-item .img-wrap img {
        border-top-left-radius: 7.3206442167vw; }
        @media screen and (max-width: 767px) {
          .facilities-activities-section .slide-list .slide-list-item .img-wrap img {
            border-top-left-radius: 13.3333333333vw; } }
  .facilities-activities-section .slide-list._1 {
    margin-bottom: 7.3206442167vw; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list._1 {
        margin-bottom: 13.3333333333vw; } }
    .facilities-activities-section .slide-list._1 .slide-list-item:last-child .img-wrap:after {
      content: "";
      width: 14.6412884334vw;
      height: 14.6412884334vw;
      background-image: url(../img/img-slide-wellnesslounge2@2x.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: -3.6603221083vw;
      right: 5.1244509517vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._1 .slide-list-item:last-child .img-wrap:after {
          width: 32vw;
          height: 32vw;
          top: -8vw;
          right: 10.6666666667vw; } }
  .facilities-activities-section .slide-list._2 {
    margin-bottom: 8.78477306vw; }
    .facilities-activities-section .slide-list._2 .slide-list-item {
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._2 .slide-list-item {
          flex-direction: column-reverse; } }
      .facilities-activities-section .slide-list._2 .slide-list-item .txt-wrap {
        padding-right: 13.3967789165vw;
        padding-left: 0; }
        @media screen and (max-width: 767px) {
          .facilities-activities-section .slide-list._2 .slide-list-item .txt-wrap {
            padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._2 .slide-list-item .img-wrap {
          margin-left: -5.3333333333vw; } }
      .facilities-activities-section .slide-list._2 .slide-list-item .img-wrap img {
        border-top-right-radius: 7.3206442167vw;
        border-top-left-radius: 0; }
        @media screen and (max-width: 767px) {
          .facilities-activities-section .slide-list._2 .slide-list-item .img-wrap img {
            border-top-right-radius: 13.3333333333vw; } }
    .facilities-activities-section .slide-list._2 .slick-arrow.slick-prev {
      right: auto;
      left: 13.3967789165vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._2 .slick-arrow.slick-prev {
          right: 16vw;
          left: auto; } }
    .facilities-activities-section .slide-list._2 .slick-arrow.slick-next {
      right: auto;
      left: 17.7891654466vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._2 .slick-arrow.slick-next {
          right: 0;
          left: auto; } }
    .facilities-activities-section .slide-list._2 .slick-dots {
      right: auto;
      left: calc(50vw - 6.7349926794vw); }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .slide-list._2 .slick-dots {
          right: auto;
          left: 0; } }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .slide-list._3 .slide-list-item .img-wrap {
      margin-left: -5.3333333333vw; } }
  .facilities-activities-section .slide-list._3 .slide-list-item .img-wrap img {
    border-top-right-radius: 7.3206442167vw;
    border-top-left-radius: 0; }
  .facilities-activities-section .slide-list._3 .slick-arrow.slick-prev {
    right: auto;
    left: 13.3967789165vw; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list._3 .slick-arrow.slick-prev {
        right: 16vw;
        left: auto; } }
  .facilities-activities-section .slide-list._3 .slick-arrow.slick-next {
    right: auto;
    left: 17.7891654466vw; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list._3 .slick-arrow.slick-next {
        right: 0;
        left: auto; } }
  .facilities-activities-section .slide-list._3 .slick-dots {
    right: auto;
    left: calc(50vw - 9.3704245974vw); }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list._3 .slick-dots {
        left: 0; } }
  .facilities-activities-section .slide-list._3 + .txt-wrap {
    width: 50%;
    padding-top: 10.980966325vw;
    padding-right: 13.3967789165vw;
    padding-left: 5.8565153734vw;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .slide-list._3 + .txt-wrap {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        position: static; } }
.facilities-activities-section .img-list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .img-list {
      width: 100vw;
      flex-wrap: wrap;
      margin-left: -5.3333333333vw; } }
  .facilities-activities-section .img-list + .inner {
    background: rgba(255, 255, 255, 0.9);
    margin-top: -2.196193265vw;
    margin-bottom: 7.3206442167vw;
    padding-top: 2.9282576867vw;
    padding-right: 0;
    padding-bottom: 2.9282576867vw;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 2.196193265vw rgba(159, 140, 91, 0.1); }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .img-list + .inner {
        margin-top: -8vw;
        margin-bottom: 21.3333333333vw;
        padding: 5.3333333333vw;
        box-shadow: 0 0 8vw rgba(159, 140, 91, 0.1); } }
    .facilities-activities-section .img-list + .inner:after {
      content: "";
      width: 8.78477306vw;
      height: 15.2269399707vw;
      background-image: url(../img/illust-outdoor1.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0;
      bottom: -2.9282576867vw;
      transform: rotate(20deg); }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .img-list + .inner:after {
          width: 21.3333333333vw;
          height: 37.0666666667vw;
          bottom: -13.3333333333vw; } }
    .facilities-activities-section .img-list + .inner .ttl {
      display: inline-flex;
      margin-bottom: 2.9282576867vw;
      top: auto;
      left: 8.0527086384vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .img-list + .inner .ttl {
          margin-bottom: 5.3333333333vw;
          left: auto; } }
.facilities-activities-section .img-list-item {
  flex-basis: 25%;
  max-width: 25%; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .img-list-item {
      flex-basis: 50%;
      max-width: 50%; } }
.facilities-activities-section .wrap {
  flex-basis: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8.0527086384vw; }
  @media screen and (max-width: 767px) {
    .facilities-activities-section .wrap {
      flex-direction: row;
      padding: 0; } }
  .facilities-activities-section .wrap .txt-wrap {
    flex-basis: 29.2825768668vw;
    max-width: 29.2825768668vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .wrap .txt-wrap {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .facilities-activities-section .wrap .txt-wrap + .txt-wrap {
        margin-top: 5.3333333333vw;
        padding-top: 5.3333333333vw;
        border-top: 0.2666666667vw solid rgba(43, 43, 62, 0.2); } }
    .facilities-activities-section .wrap .txt-wrap + .txt-wrap:before {
      content: "";
      width: 0.0732064422vw;
      height: 100%;
      background: rgba(43, 43, 62, 0.2);
      position: absolute;
      top: 0;
      left: -2.9282576867vw; }
      @media screen and (max-width: 767px) {
        .facilities-activities-section .wrap .txt-wrap + .txt-wrap:before {
          content: none; } }

.ttl {
  font-size: 1.0248901903vw;
  display: inline-flex;
  align-items: baseline;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .ttl {
      font-size: 3.2vw; } }
  .ttl:after {
    content: "";
    width: 100%;
    height: 0.7320644217vw;
    background: rgba(159, 140, 91, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .ttl:after {
        height: 2.6666666667vw; } }
  .ttl .en-font {
    font-size: 1.4641288433vw; }
    @media screen and (max-width: 767px) {
      .ttl .en-font {
        font-size: 4.2666666667vw; } }
  .ttl.right-position {
    left: calc(50% + 5.8565153734vw); }
    @media screen and (max-width: 767px) {
      .ttl.right-position {
        left: auto; } }

.ttl-h4 {
  font-size: 2.9282576867vw;
  line-height: 1.25;
  color: #9f8c5b;
  margin-bottom: 2.196193265vw;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .ttl-h4 {
      font-size: 8vw;
      margin-bottom: 5.3333333333vw; } }
  .ttl-h4 .sub-ttl {
    font-size: 2.196193265vw;
    color: #111;
    display: flex;
    align-items: baseline;
    margin-top: 1.4641288433vw; }
    @media screen and (max-width: 767px) {
      .ttl-h4 .sub-ttl {
        font-size: 5.3333333333vw;
        margin-top: 2.6666666667vw; } }
    .ttl-h4 .sub-ttl i {
      font-size: 1.4641288433vw;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .ttl-h4 .sub-ttl i {
          font-size: 4.2666666667vw; } }

.note-list {
  margin-top: 1.4641288433vw; }
  @media screen and (max-width: 767px) {
    .note-list {
      margin-top: 5.3333333333vw; } }

.note-list-item {
  font-size: 1.0248901903vw;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.7320644217vw; }
  @media screen and (max-width: 767px) {
    .note-list-item {
      font-size: 3.7333333333vw;
      line-height: 1.5;
      text-align: justify;
      margin-bottom: 2.6666666667vw; } }
  .note-list-item:last-child {
    margin-bottom: 0; }
  .note-list-item span {
    font-weight: bold;
    color: #9f8c5b;
    margin-right: 0.3660322108vw; }
    @media screen and (max-width: 767px) {
      .note-list-item span {
        margin-right: 1.3333333333vw; } }

.slick-arrow {
  width: 2.196193265vw;
  height: 3.6603221083vw;
  font-size: 0;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      width: 8vw;
      height: 13.3333333333vw;
      top: 70.9333333333vw;
      bottom: auto;
      z-index: 1; } }
  .slick-arrow:before {
    content: "";
    width: 100%;
    height: 0.0732064422vw;
    background: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .slick-arrow:before {
        height: 0.2666666667vw; } }
  .slick-arrow:after {
    content: "";
    width: 0.439238653vw;
    height: 0.439238653vw;
    border-bottom: 0.0732064422vw solid #111;
    border-left: 0.0732064422vw solid #111;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg); }
    @media screen and (max-width: 767px) {
      .slick-arrow:after {
        width: 1.6vw;
        height: 1.6vw; } }
  .slick-arrow.slick-prev {
    right: 17.7891654466vw; }
    @media screen and (max-width: 767px) {
      .slick-arrow.slick-prev {
        right: 16vw; } }
  .slick-arrow.slick-next {
    transform: scale(-1, 1);
    right: 13.3967789165vw; }
    @media screen and (max-width: 767px) {
      .slick-arrow.slick-next {
        right: 0; } }

.slick-dots {
  height: 3.6603221083vw;
  display: flex;
  align-items: center;
  position: absolute;
  right: calc(50vw - 12.4450951684vw);
  bottom: 0; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      height: 13.3333333333vw;
      top: 70.9333333333vw;
      right: auto;
      bottom: auto;
      left: 0; } }
  .slick-dots li {
    width: 0.439238653vw;
    height: 0.439238653vw;
    margin: 0 0.7320644217vw;
    background: #111;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 2.6666666667vw; } }
    .slick-dots li.slick-active {
      opacity: 1; }
    .slick-dots li button {
      font-size: 0; }

.slick-list {
  overflow: visible; }

/* !!------------------------------------ */
/* !! FOOD */
.food-section {
  margin-top: 10.980966325vw;
  padding-bottom: 10.980966325vw;
  background: rgba(159, 140, 91, 0.1); }
  @media screen and (max-width: 767px) {
    .food-section {
      margin-top: 21.3333333333vw;
      padding-bottom: 21.3333333333vw; } }
  .food-section:before, .food-section:after {
    content: "";
    width: 14.6412884334vw;
    height: 11.6398243045vw;
    background-image: url(../img/illust-food1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -3.6603221083vw; }
    @media screen and (max-width: 767px) {
      .food-section:before, .food-section:after {
        width: 26.6666666667vw;
        height: 21.0666666667vw;
        top: -8vw; } }
  .food-section:before {
    left: 13.3967789165vw; }
    @media screen and (max-width: 767px) {
      .food-section:before {
        left: 5.3333333333vw; } }
  .food-section:after {
    right: 13.3967789165vw;
    transform: scale(-1, 1); }
    @media screen and (max-width: 767px) {
      .food-section:after {
        right: 5.3333333333vw; } }
  .food-section .ttl-h3 {
    margin-bottom: 3.6603221083vw; }
    .food-section .ttl-h3 + .lead-txt {
      text-align: center;
      margin-bottom: 5.1244509517vw; }
      @media screen and (max-width: 767px) {
        .food-section .ttl-h3 + .lead-txt {
          text-align: justify;
          margin-bottom: 13.3333333333vw; } }
  .food-section .slide-wrap {
    width: 80.5270863836vw;
    margin-left: -3.6603221083vw;
    background: #fff;
    box-shadow: 0 0 2.196193265vw rgba(159, 140, 91, 0.1); }
    @media screen and (max-width: 767px) {
      .food-section .slide-wrap {
        width: 100%;
        margin-left: 0;
        box-shadow: 0 0 8vw rgba(159, 140, 91, 0.1); } }
  .food-section .wrap {
    flex-basis: auto;
    margin-bottom: 3.6603221083vw;
    padding: 0;
    box-shadow: 0 0 2.196193265vw rgba(159, 140, 91, 0.1); }
    @media screen and (max-width: 767px) {
      .food-section .wrap {
        flex-direction: column-reverse;
        margin-bottom: 8vw; } }
    .food-section .wrap .txt-wrap, .food-section .wrap .slide-list {
      flex-basis: 50%;
      max-width: 50%; }
      @media screen and (max-width: 767px) {
        .food-section .wrap .txt-wrap, .food-section .wrap .slide-list {
          flex-basis: 100%;
          max-width: 100%; } }
    .food-section .wrap .txt-wrap {
      padding: 0 3.6603221083vw; }
      @media screen and (max-width: 767px) {
        .food-section .wrap .txt-wrap {
          padding: 5.3333333333vw; } }
    .food-section .wrap .slide-list {
      padding-bottom: 0; }
    .food-section .wrap .note-list {
      margin-top: 0; }
    .food-section .wrap .note-list-item {
      font-size: 1.0248901903vw;
      line-height: 1.5;
      text-align: justify;
      margin-bottom: 1.0980966325vw; }
      @media screen and (max-width: 767px) {
        .food-section .wrap .note-list-item {
          font-size: 3.7333333333vw;
          margin-bottom: 4vw; } }
      .food-section .wrap .note-list-item:last-child {
        margin-bottom: 0; }
  .food-section .slick-arrow {
    bottom: 2.196193265vw; }
    @media screen and (max-width: 767px) {
      .food-section .slick-arrow {
        top: auto;
        bottom: 0; } }
    .food-section .slick-arrow:before {
      background: #fff; }
    .food-section .slick-arrow:after {
      border-color: #fff; }
    .food-section .slick-arrow.slick-prev {
      left: 3.6603221083vw;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .food-section .slick-arrow.slick-prev {
          right: 24vw;
          left: auto; } }
    .food-section .slick-arrow.slick-next {
      right: auto;
      left: 8.0527086384vw; }
      @media screen and (max-width: 767px) {
        .food-section .slick-arrow.slick-next {
          right: 8vw;
          left: auto; } }
  .food-section .slick-dots {
    right: 3.6603221083vw;
    bottom: 2.196193265vw; }
    @media screen and (max-width: 767px) {
      .food-section .slick-dots {
        top: auto;
        right: auto;
        bottom: 0;
        left: 5.3333333333vw; } }
    .food-section .slick-dots li {
      background: #fff; }
  .food-section .slide-img-wrap {
    height: 18.3016105417vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 7.3206442167vw; }
    @media screen and (max-width: 767px) {
      .food-section .slide-img-wrap {
        width: 100vw;
        height: 40vw;
        margin-left: -5.3333333333vw;
        margin-bottom: 13.3333333333vw; } }
    .food-section .slide-img-wrap + .inner .ttl-h3 {
      margin-bottom: 2.196193265vw; }
      @media screen and (max-width: 767px) {
        .food-section .slide-img-wrap + .inner .ttl-h3 {
          margin-bottom: 8vw; } }
    .food-section .slide-img-wrap + .inner .lead-txt {
      font-size: 1.1713030747vw;
      line-height: 1.5;
      margin-bottom: 3.6603221083vw; }
      @media screen and (max-width: 767px) {
        .food-section .slide-img-wrap + .inner .lead-txt {
          font-size: 3.7333333333vw;
          margin-bottom: 13.3333333333vw; } }
  .food-section .slide-img-list {
    display: flex;
    animation: loop-slide 50s infinite linear 0s both; }
    .food-section .slide-img-list .slide-img-list-item {
      width: 18.3016105417vw;
      height: 18.3016105417vw; }
      @media screen and (max-width: 767px) {
        .food-section .slide-img-list .slide-img-list-item {
          width: 40vw;
          height: 40vw; } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .food-section .organic-img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .food-section .organic-img-list-item:first-child {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0.7320644217vw; }
    @media screen and (max-width: 767px) {
      .food-section .organic-img-list-item:first-child {
        margin-bottom: 2.6666666667vw; } }
  .food-section .organic-img-list-item:nth-child(n + 2) {
    flex-basis: 36.2371888726vw;
    max-width: 36.2371888726vw; }
    @media screen and (max-width: 767px) {
      .food-section .organic-img-list-item:nth-child(n + 2) {
        flex-basis: calc((100% - 2.6666666667vw)/2);
        max-width: calc((100% - 2.6666666667vw)/2); } }
  .food-section .organic-img-list-item .txt {
    font-size: 1.1713030747vw;
    margin-top: 0.7320644217vw;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .food-section .organic-img-list-item .txt {
        font-size: 3.2vw;
        line-height: 1.5;
        margin-top: 2.6666666667vw; } }

/* !!------------------------------------ */
/* !! ACCESS */
.access-section {
  padding-bottom: 10.980966325vw; }
  @media screen and (max-width: 767px) {
    .access-section {
      padding-bottom: 21.3333333333vw; } }
  .access-section .wrap {
    width: 80.5270863836vw;
    align-items: flex-start;
    margin-left: -3.6603221083vw;
    margin-bottom: 3.6603221083vw;
    background: #fff;
    box-shadow: 0 0 2.196193265vw rgba(159, 140, 91, 0.1); }
    @media screen and (max-width: 767px) {
      .access-section .wrap {
        width: 100%;
        margin-left: 0;
        margin-bottom: 8vw;
        box-shadow: 0 0 8vw rgba(159, 140, 91, 0.1); } }
  .access-section .info-wrap {
    padding: 2.9282576867vw; }
    @media screen and (max-width: 767px) {
      .access-section .info-wrap {
        padding: 5.3333333333vw; } }
    .access-section .info-wrap img {
      border-radius: 0.7320644217vw;
      margin-bottom: 2.9282576867vw; }
      @media screen and (max-width: 767px) {
        .access-section .info-wrap img {
          border-radius: 1.3333333333vw;
          margin-bottom: 5.3333333333vw; } }
    .access-section .info-wrap .info-list-item {
      display: flex;
      align-items: baseline;
      margin-bottom: 2.196193265vw; }
      @media screen and (max-width: 767px) {
        .access-section .info-wrap .info-list-item {
          flex-direction: column;
          margin-bottom: 5.3333333333vw; } }
      .access-section .info-wrap .info-list-item:last-child {
        margin-bottom: 0; }
      .access-section .info-wrap .info-list-item .ttl {
        flex-basis: 7em;
        max-width: 7em; }
        @media screen and (max-width: 767px) {
          .access-section .info-wrap .info-list-item .ttl {
            flex-basis: 100%;
            max-width: 100%;
            margin-bottom: 1.3333333333vw; } }
        .access-section .info-wrap .info-list-item .ttl:after {
          content: none; }
        .access-section .info-wrap .info-list-item .ttl span {
          font-size: 1.317715959vw;
          position: relative; }
          @media screen and (max-width: 767px) {
            .access-section .info-wrap .info-list-item .ttl span {
              font-size: 4.2666666667vw; } }
          .access-section .info-wrap .info-list-item .ttl span:after {
            content: "";
            width: 100%;
            height: 0.7320644217vw;
            background: rgba(159, 140, 91, 0.2);
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1; }
            @media screen and (max-width: 767px) {
              .access-section .info-wrap .info-list-item .ttl span:after {
                height: 2.6666666667vw; } }
      .access-section .info-wrap .info-list-item .txt {
        font-size: 1.317715959vw;
        line-height: 1.5;
        margin-left: 2.196193265vw; }
        @media screen and (max-width: 767px) {
          .access-section .info-wrap .info-list-item .txt {
            font-size: 4.2666666667vw;
            margin-left: 0; } }
      .access-section .info-wrap .info-list-item .note-list {
        margin-top: 0; }
  .access-section .btn-map {
    width: 29.2825768668vw;
    height: 5.1244509517vw;
    font-size: 1.4641288433vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #9f8c5b;
    border-radius: 2.5622254758vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .access-section .btn-map {
        width: 100%;
        height: 18.6666666667vw;
        font-size: 4.2666666667vw;
        border-radius: 9.3333333333vw; } }
    .access-section .btn-map:after {
      content: "";
      width: 1.4641288433vw;
      height: 1.4641288433vw;
      background-image: url(../img/icon-link.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 50%;
      right: 2.196193265vw;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .access-section .btn-map:after {
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          right: 5.3333333333vw; } }

/* !!------------------------------------ */
/* !! ACCESS */
.faq-section {
  background: #fff;
  padding-bottom: 10.980966325vw; }
  @media screen and (max-width: 767px) {
    .faq-section {
      padding-bottom: 21.3333333333vw; } }
  .faq-section .anchor-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.8565153734vw; }
    @media screen and (max-width: 767px) {
      .faq-section .anchor-list {
        flex-wrap: wrap;
        margin-bottom: 13.3333333333vw; } }
  .faq-section .anchor-list-item {
    height: 5.8565153734vw;
    flex-basis: calc((100% - 4.39238653vw)/4);
    max-width: calc((100% - 4.39238653vw)/4);
    background: #f5f3ee; }
    @media screen and (max-width: 767px) {
      .faq-section .anchor-list-item {
        height: 21.3333333333vw;
        flex-basis: calc((100% - 4vw)/2);
        max-width: calc((100% - 4vw)/2); }
        .faq-section .anchor-list-item:nth-child(n + 3) {
          margin-top: 4vw; } }
    .faq-section .anchor-list-item a {
      width: 100%;
      height: 100%;
      font-size: 1.4641288433vw;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .faq-section .anchor-list-item a {
          font-size: 4.2666666667vw; } }
      .faq-section .anchor-list-item a:after {
        content: "";
        width: 0.7320644217vw;
        height: 0.7320644217vw;
        border-right: 0.1464128843vw solid #9F8C5B;
        border-bottom: 0.1464128843vw solid #9F8C5B;
        margin-top: 0.7320644217vw;
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .faq-section .anchor-list-item a:after {
            width: 2.6666666667vw;
            height: 2.6666666667vw;
            border-width: 0.5333333333vw;
            margin-top: 1.3333333333vw; } }
  .faq-section .ttl-h3 {
    font-size: 1.4641288433vw;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 2.196193265vw; }
    @media screen and (max-width: 767px) {
      .faq-section .ttl-h3 {
        font-size: 4.8vw;
        margin-bottom: 5.3333333333vw; } }
    .faq-section .ttl-h3:before {
      content: "";
      width: 3.6603221083vw;
      height: 0.0732064422vw;
      background: #9f8c5b;
      margin-right: 0.7320644217vw; }
      @media screen and (max-width: 767px) {
        .faq-section .ttl-h3:before {
          width: 13.3333333333vw;
          height: 0.2666666667vw;
          margin-right: 2.6666666667vw; } }
    .faq-section .ttl-h3:nth-of-type(n + 2) {
      margin-top: 3.6603221083vw; }
      @media screen and (max-width: 767px) {
        .faq-section .ttl-h3:nth-of-type(n + 2) {
          margin-top: 8vw; } }
  .faq-section .faq-list {
    padding: 2.196193265vw;
    border: 0.0732064422vw solid #F5F3EE;
    margin-bottom: 1.4641288433vw;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .faq-section .faq-list {
        padding: 5.3333333333vw;
        border-width: 0.2666666667vw;
        margin-bottom: 4vw; } }
    .faq-section .faq-list:last-of-type {
      margin-bottom: 0; }
    .faq-section .faq-list .faq-ttl {
      font-size: 1.317715959vw;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 767px) {
        .faq-section .faq-list .faq-ttl {
          font-size: 4.2666666667vw;
          line-height: 1.5;
          text-align: justify;
          padding-right: 10.6666666667vw; } }
      .faq-section .faq-list .faq-ttl .btn {
        width: 1.317715959vw;
        height: 1.317715959vw;
        background: #9f8c5b;
        border: 0.0732064422vw solid #9F8C5B;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media screen and (max-width: 767px) {
          .faq-section .faq-list .faq-ttl .btn {
            width: 4.8vw;
            height: 4.8vw;
            border-width: 0.2666666667vw;
            top: 1.3333333333vw; } }
        .faq-section .faq-list .faq-ttl .btn:before, .faq-section .faq-list .faq-ttl .btn:after {
          content: "";
          width: 0.5856515373vw;
          height: 0.0732064422vw;
          background: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          @media screen and (max-width: 767px) {
            .faq-section .faq-list .faq-ttl .btn:before, .faq-section .faq-list .faq-ttl .btn:after {
              width: 2.1333333333vw;
              height: 0.2666666667vw; } }
        .faq-section .faq-list .faq-ttl .btn:after {
          transform: translate(-50%, -50%) rotate(90deg); }
        .faq-section .faq-list .faq-ttl .btn._open {
          background: none; }
          .faq-section .faq-list .faq-ttl .btn._open:before {
            background: #9F8C5B; }
          .faq-section .faq-list .faq-ttl .btn._open:after {
            background: #9F8C5B;
            transform: translate(-50%, -50%) rotate(0deg); }
    .faq-section .faq-list .faq-txt {
      font-size: 1.1713030747vw;
      line-height: 1.5;
      text-align: justify;
      margin-top: 1.4641288433vw;
      padding-top: 1.4641288433vw;
      border-top: 0.0732064422vw solid #F5F3EE; }
      @media screen and (max-width: 767px) {
        .faq-section .faq-list .faq-txt {
          font-size: 4.2666666667vw;
          margin-top: 5.3333333333vw;
          padding-top: 5.3333333333vw;
          border-width: 0.2666666667vw; } }
      .faq-section .faq-list .faq-txt .txt + .txt {
        margin-top: 1.0980966325vw; }
        @media screen and (max-width: 767px) {
          .faq-section .faq-list .faq-txt .txt + .txt {
            margin-top: 4vw; } }
      .faq-section .faq-list .faq-txt ul {
        counter-reset: number 0; }
        .faq-section .faq-list .faq-txt ul .txt {
          line-height: 1.5;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .faq-section .faq-list .faq-txt ul .txt {
              align-items: baseline;
              padding-left: 2em;
              position: relative; } }
          .faq-section .faq-list .faq-txt ul .txt + .txt {
            margin-top: 0; }
          .faq-section .faq-list .faq-txt ul .txt:before {
            counter-increment: number 1;
            content: "（" counter(number) "）";
            margin-right: 0.5em; }
            @media screen and (max-width: 767px) {
              .faq-section .faq-list .faq-txt ul .txt:before {
                line-height: 1.5;
                position: absolute;
                top: 0;
                left: 0; } }
      .faq-section .faq-list .faq-txt ol {
        margin-top: 0.7320644217vw; }
        @media screen and (max-width: 767px) {
          .faq-section .faq-list .faq-txt ol {
            margin-top: 2.6666666667vw; } }
        .faq-section .faq-list .faq-txt ol .txt {
          line-height: 1.5;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .faq-section .faq-list .faq-txt ol .txt {
              align-items: baseline; } }
          .faq-section .faq-list .faq-txt ol .txt + .txt {
            margin-top: 0; }
          .faq-section .faq-list .faq-txt ol .txt:before {
            content: "\0d7";
            margin-right: 0.5em; }

/* !!------------------------------------ */
/* !! CONTACT */
.contact-section {
  padding: 7.3206442167vw 0; }
  @media screen and (max-width: 767px) {
    .contact-section {
      padding: 21.3333333333vw 5.3333333333vw; } }
  .contact-section .lead-txt {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-section .lead-txt {
        text-align: justify; } }
    .contact-section .lead-txt + .lead-txt {
      margin-top: 1.4641288433vw; }
      @media screen and (max-width: 767px) {
        .contact-section .lead-txt + .lead-txt {
          line-height: 1.5;
          display: flex;
          align-items: baseline;
          margin-top: 4vw; } }
      .contact-section .lead-txt + .lead-txt span {
        margin-right: 0.3660322108vw; }
        @media screen and (max-width: 767px) {
          .contact-section .lead-txt + .lead-txt span {
            margin-right: 1.3333333333vw; } }
  .contact-section .btn-contact {
    width: 29.2825768668vw;
    height: 5.1244509517vw;
    font-size: 1.4641288433vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.6603221083vw auto 0;
    border-radius: 2.5622254758vw;
    background: #008856; }
    @media screen and (max-width: 767px) {
      .contact-section .btn-contact {
        width: 100%;
        height: 18.6666666667vw;
        font-size: 4.2666666667vw;
        margin-top: 13.3333333333vw;
        border-radius: 9.3333333333vw; } }

/* !!------------------------------------ */
/* !! footer */
.footer {
  color: #fff;
  background: #333;
  padding: 5.8565153734vw 0; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 21.3333333333vw 5.3333333333vw; } }
  .footer .logo {
    width: 19.3265007321vw;
    height: 3.953147877vw;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer .logo {
        width: 67.7333333333vw;
        height: 14.4vw; } }
    .footer .logo:hover {
      opacity: 1; }
  .footer .address-txt {
    font-size: 1.0248901903vw;
    text-align: center;
    margin: 2.196193265vw 0;
    padding-bottom: 3.6603221083vw;
    border-bottom: 0.0732064422vw solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 767px) {
      .footer .address-txt {
        font-size: 3.7333333333vw;
        margin: 8vw 0;
        padding-bottom: 13.3333333333vw;
        border-bottom-width: 0.2666666667vw; } }
  .footer .fnav-list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer .fnav-list {
        flex-direction: column; } }
  .footer .fnav-list-item {
    font-weight: 400; }
    .footer .fnav-list-item a {
      font-size: 1.317715959vw;
      padding: 1.0980966325vw; }
      @media screen and (max-width: 767px) {
        .footer .fnav-list-item a {
          font-size: 4.2666666667vw;
          padding: 4vw;
          display: block; } }
  .footer .copylight-txt {
    font-size: 0.878477306vw;
    font-weight: 400;
    text-align: center;
    margin-top: 4.39238653vw; }
    @media screen and (max-width: 767px) {
      .footer .copylight-txt {
        font-size: 3.2vw;
        margin-top: 16vw; } }

/* !!------------------------------------ */
/* !! フローティング */
.btn-floating {
  width: 7.3206442167vw;
  height: 7.3206442167vw;
  color: #fff;
  background: #008856;
  border-radius: 50%;
  position: fixed;
  right: 3.6603221083vw;
  bottom: 3.6603221083vw;
  display: none;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .btn-floating {
      width: 26.6666666667vw;
      height: 26.6666666667vw;
      right: 5.3333333333vw;
      bottom: 5.3333333333vw; } }
  .btn-floating a {
    width: 100%;
    height: 100%;
    font-size: 0.878477306vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .btn-floating a {
        font-size: 3.2vw; } }
    .btn-floating a img {
      width: 1.6837481698vw;
      height: auto;
      margin-top: 0.7320644217vw; }
      @media screen and (max-width: 767px) {
        .btn-floating a img {
          width: 6.1333333333vw;
          margin-top: 2.6666666667vw; } }

/* !!------------------------------------ */
/* !! アニメーション */
.fadeUpTrigger {
  opacity: 0; }

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/*# sourceMappingURL=main.css.map */
