@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
  content: "\f099";
  font-family: "icomoon";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  /* font-size: 62.5%; */
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}

#header {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  width: 100%;
  height: auto;
}

ol {
  padding-inline-start: 0 !important;
}

ol,
ul {
  padding: 0;
}

dl {
  margin: 0;
}

.container {
  width: 100%;
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

li {
  list-style: none;
}

@media screen and (min-width: 900px) {
  div#breadcrumb_container {
    width: 100%;
  }
}

.pc {
  display: none;
}

.tab_pc {
  display: none;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ */
/* font */
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1rem;
  margin: 0 auto;
  clear: both;
  box-sizing: border-box;

  @media screen and (min-width: 769px) {
    padding: 0 1em;
  }

  @media screen and (min-width: 1024px) {
    max-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;

  @media screen and (min-width: 1024px) {
    max-width: 1000px;
  }
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6em 0 5em;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.flx_box {
  display: block;

  @media screen and (min-width: 900px) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    .flx_item {
      width: calc(100% / 2 - 1em);

      &:first-child {
        margin: 0 0 2em 0;
      }
    }
  }
}

.pc_block {
  display: none;

  @media screen and (min-width: 1024px) {
    display: block;
  }
}

.sp_block {
  display: block;

  @media screen and (min-width: 1024px) {
    display: none;
  }
}

/* ---------------------- */
/* font */

.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------- */
/* img */
.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  position: relative;
  text-align: center;
  margin: 1em 0;
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.txt_l {
  font-size: 2rem;
  font-weight: 700;
}

.txt_r {
  font-size: 1.9rem;
}

.txt_m {
  font-size: 1.6rem;
}

.txt span {
  text-align: left;
}

.notice {
  color: var(--contrast-color);
  font-weight: 700;
}

.asterisk {
  font-size: 1rem;
  color: var(--contrast-color);
}

/* ---------------------- */
/* swiper */

.food-slider {
  visibility: hidden;
  position: relative;
  padding: 0 0 3em;
}

.food-slider.swiper-initialized {
  visibility: visible;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b4b3b3;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
/* ---------------------- */
/* btn */

section div.btn a {
  padding: 0.8em 0;
}

/* ==============================================================
 以下、独自スタイル
================================================================= */

:root {
  --color-primary: #0eb5df;
  --color-primary-dark: #0088cc;
  --color-text: #595959;
  --color-text-sub: #666666;
  --color-bg-blue: #d4edf8;
  --color-border: #cccccc;
  --color-white: #ffffff;
}

/* ------------------------------------------------------------ */
.catchTxt span {
  display: inline-block;
  font-weight: bold;
  background: url(../img/wave.svg) repeat-x bottom left / auto 5px;
  padding: 0 0 5px 0;
}

/* リセット */
section div.btn {
  width: inherit;
  text-align: center;
}

section div.btn a {
  display: inline-block;
  padding: 0.8em 2em;
}

@media screen and (max-width: 568px) {
  .nav_toggle::after {
    font-size: 3.8vw;
    letter-spacing: 1.4px;
  }
}

/* area_trial */
.area_trial {
  position: relative;
  z-index: 1;
  padding: 4em 0 6em;
  background-color: var(--color-bg-blue);

  &::after {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3.2em;
    background: url("../img/figure_wave.png") no-repeat center bottom;
    background-size: 100% 100%;
    pointer-events: none;
  }

  .main_ttl {
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.4;
    margin: 0 0 0.5em;
  }

  .area_lead {
    font-size: clamp(14px, 2.8vw, 18px);
    color: var(--color-text);
    text-align: center;
    line-height: 1.8;
    margin: 0 0 2em;
  }

  .step_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }

  .step_row {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }

  .step_card {
    position: relative;
    background: var(--color-white);
    border-radius: 1.2em;
    box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.08);
    padding: 3.5em 1.5em 1.5em;
    margin: 0.6em;
  }

  .step_num {
    position: absolute;
    z-index: 1;
    top: -2em;
    left: 1em;
    width: 4em;
    margin: 0;
  }

  .card_ttl {
    font-size: clamp(18px, 4vw, 28px);
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.5;
    margin: 0 0 0.8em;
  }

  .card_txt {
    font-size: clamp(14px, 2.8vw, 16px);
    color: var(--color-text-sub);
    line-height: 1.8;
    margin: 0 0 1em;
  }

  .card_note {
    font-size: clamp(12px, 3vw, 12px);
    color: var(--color-text-sub);
    line-height: 1.7;
    margin: 1em 0 0;
  }

  .bn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
    margin: 1em 0 0;
  }

  .bn_item {
    display: block;
    width: 100%;

    a {
      display: block;
      width: 200px;
      padding: 0.2em;
      margin: 0 auto;
      transition: opacity 0.3s ease;

      &:hover {
        opacity: 0.8;
      }
    }
  }

  .step_card_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }

  .step_card_txt {
    width: 100%;
  }

  .step_card_img {
    width: 60%;
    max-width: 20em;
    margin: 0;
  }

  .step_card_wide {
    text-align: center;

    .card_ttl,
    .card_txt {
      text-align: center;
    }
  }

  .btn_wrap {
    text-align: center;
    padding: 1.5em 0 0.5em !important;

    a {
      display: inline-block;
      font-size: clamp(14px, 3.5vw, 16px);
      font-weight: 700;
      color: var(--color-white);
      background: var(--color-primary);
      border-radius: 3em;
      box-shadow: none;
      padding: 0.8em 2em;
      transition: background 0.3s ease;

      &:hover {
        background: var(--color-primary-dark);
        transform: none;
      }
    }
  }

  .note_txt {
    font-size: clamp(12px, 2.8vw, 12px);
    color: var(--color-text-sub);
    line-height: 1.8;
    padding: 0 1em;
    margin: 2.5em 0 0;
  }

  @media screen and (min-width: 600px) {
    .bn_wrap {
      /* flex-direction: row; */
      justify-content: center;
      flex-wrap: wrap;
    }

    .bn_item {
      width: auto;
      max-width: none;
    }
  }

  @media screen and (min-width: 768px) {
    padding: 5em 0 7em;

    .step_row {
      flex-direction: row;
      gap: 2.2em;
    }

    .step_card {
      flex: 1;
    }

    .step_num {
      width: 5em;
    }

    .step_card_wide .step_card_body {
      max-width: 80%;
      flex-direction: row;
      align-items: center;
      text-align: left;
      margin: 0 auto;
    }

    .step_card_wide .step_card_body .step_card_txt {
      flex: 1;
      text-align: left;

      .card_ttl,
      .card_txt {
        text-align: left;
      }
    }

    .step_card_img {
      width: 35%;
      flex-shrink: 0;
    }
  }

  @media screen and (min-width: 1024px) {
    .main_ttl {
      margin: 0 0 0.8em;
    }

    .step_card {
      padding: 4em 2em 2em;
      margin: 1em 0;
    }
  }
}

/* ------------------------------------------------------------ */
/* area_amenity */
.area_amenity {
  position: relative;
  z-index: 0;
  padding: 5em 0 6em;
  background-color: var(--color-white);
  background-image:
    linear-gradient(to right, #f7f7f7 1px, transparent 1px), linear-gradient(to bottom, #f7f7f7 1px, transparent 1px);
  background-size: 2em 2em;

  &::before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.2em;
    background: url("../img/figure_wave.png") no-repeat center top;
    background-size: 100% 100%;
    pointer-events: none;
  }

  .main_ttl {
    position: relative;
    z-index: 2;
    font-size: clamp(30px, 5vw, 32px);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.5;
    margin: 0 0 0.5em;
  }

  .amenity_ttl span {
    position: relative;
    display: inline-block;

    &::before {
      position: absolute;
      content: "";
      left: -1.6em;
      top: 50%;
      width: 1px;
      height: 2.8em;
      background: var(--color-primary);
      transform: rotate(-10deg) translateY(-50%);
    }

    &::after {
      position: absolute;
      content: "";
      right: -1.6em;
      top: 50%;
      width: 1px;
      height: 2.8em;
      background: var(--color-primary);
      transform: rotate(10deg) translateY(-50%);
    }
  }

  .area_lead {
    position: relative;
    z-index: 2;
    font-size: clamp(14px, 2.8vw, 18px);
    color: var(--color-text);
    text-align: center;
    line-height: 1.8;
    margin: 0 0 2.5em;
  }

  .rental_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    margin: 0 0 3em;
  }

  .rental_box {
    text-align: center;
    border: 1px solid var(--color-border);
    border-radius: 0.4em;
    padding: 1em 2em;
    background: var(--color-white);

    .box_ttl {
      font-size: clamp(14px, 3.5vw, 16px);
      font-weight: 700;
      color: var(--color-text);
      text-align: center;
      margin: 0 0 0.5em;
    }

    .box_txt {
      font-size: clamp(13px, 3.2vw, 14px);
      color: var(--color-text-sub);
      line-height: 1.7;
      margin: 0;
    }
  }

  .amenity_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 1em;
    max-width: 720px;
    margin: 0 auto;
  }

  .amenity_card,
  .card_wide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .rental_icons {
    width: 300px;
    margin: 0 0 0.8em;
  }

  .amenity_icon {
    width: 140px;
    margin: 0 0 0.8em;
  }

  .amenity_label {
    display: inline-block;
    font-size: clamp(12px, 3vw, 13px);
    font-weight: 700;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    border-radius: 0.3em;
    padding: 0.4em 0.8em;
    margin: 0 0 0.6em;
  }

  .amenity_txt {
    font-size: clamp(12px, 2.8vw, 12px);
    color: var(--color-text-sub);
    line-height: 1.6;
    margin: 0;
  }

  @media screen and (min-width: 1024px) {
    .amenity_wrap {
      gap: 40px 20px;
    }
  }
}

/* ------------------------------------------------------------ */
/* area_machine */
.area_machine {
  position: relative;
  padding: 4em 0 6em;
  background-color: var(--color-white);
  background-image:
    linear-gradient(to right, #e8e8e8 1px, transparent 1px), linear-gradient(to bottom, #e8e8e8 1px, transparent 1px);
  background-size: 2em 2em;

  &::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.2em;
    background: url("../img/figure_wave.png") no-repeat center bottom;
    background-size: 100% 100%;
    pointer-events: none;
  }

  .main_ttl {
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.5;
    margin: 0 0 1.5em;
  }

  .machine_txt {
    font-size: clamp(13px, 3.2vw, 14px);
    color: var(--color-text-sub);
    line-height: 1.8;
    word-break: break-all;
    margin: 0;
  }

  @media screen and (min-width: 768px) {
    padding: 5em 0 7em;

    .main_ttl br {
      display: none;
    }
  }

  @media screen and (min-width: 1024px) {
    .machine_txt {
      text-align: center;
    }
  }
}

section#faq {
  padding: 4em 0;
}

section#about {
  text-align: center;
  padding: 100px 0 100px !important;
}
