@charset "UTF-8";
/* Scss Document */ /* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-weight: 300;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 768px) {
  #headerArea {
    padding-top: 120px;
  }
  #headerArea #topbody #headerArea {
    height: inherit;
  }
  #headerArea #secondbody #headerArea {
    background: none;
    height: 190px;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topImg {
    margin: 0 auto 60px;
    width: 100%;
  }
  #topImg img {
    margin-bottom: 10px;
  }
}

.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 450px;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(104.2105263158vw, 990px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-s {
  width: min(77.8947368421vw, 740px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-s {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-ss {
  width: min(104.2105263158vw, 990px);
  padding: 0 275px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-ss {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-ss {
    width: 100%;
    padding: 0 20%;
  }
}

/*ボタン*/
.btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background-color: #5db5c3;
  width: 250px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 15px;
    width: 100%;
    height: 75px;
  }
}

.btn a:hover {
  background-color: #23727e;
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #5db5c3;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #5db5c3;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
sp-footer-btn
----------------------------------------------------------- */
.sp-footer-btn {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sp-footer-btn {
    display: block;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background-color: #5db5c3;
    width: 95%;
    z-index: 999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.sp-footer-btn a {
  margin-right: auto;
  margin-left: auto;
  font-size: min(1.8947368421vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sp-footer-btn a {
    font-size: 15px;
    width: 100%;
    height: 35px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer-link {
  margin: 55px auto 0 auto;
  width: 85%;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer-link {
    margin: 50px auto 0 auto;
    width: 85%;
  }
}

.footer-link__inner {
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-link__inner {
    padding: 23px 0;
    gap: 30px;
  }
}

.footer-link a {
  font-size: 14px;
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .footer-link a {
    font-size: 12px;
  }
}

.footer-link a:hover {
  border-bottom: none;
}

.footer__wrap {
  background-color: #000;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 40px 0 25px;
  }
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 105px;
  }
}

.footer__shop {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__shop {
    margin-top: 10px;
    font-size: 10px;
  }
}

.footer__copyright {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 10px 0 15px;
  }
}

.footer__copyright p {
  font-size: 12px;
  font-weight: 200;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright p {
    font-size: 10px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
header
----------------------------------------------------------- */
.header__first-visit {
  background-color: #000;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__first-visit {
    height: 69px;
  }
}

.header__first-visit p {
  text-align: center;
  font-size: min(2.2105263158vw, 21px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Rufina", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .header__first-visit p {
    font-size: 16px;
  }
}

.header__main {
  display: grid;
  grid-template-columns: min(13.4736842105vw, 128px) 1fr min(21.0526315789vw, 200px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header__main {
    grid-template-columns: 1fr 130px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-left: 62px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 115px;
  }
}

.header__nav {
  text-align: right;
  margin-right: min(5vw, 100px);
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav li {
  display: inline-block;
  margin-right: 20px;
}

.header__nav li a {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 2px;
}

.header__nav li a:hover {
  border-bottom: 1px solid #333333;
}

.header__book-btn {
  height: 100%;
}

.header__book-btn a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #5db5c3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__book-btn a:hover {
  background-color: #23727e;
}

/* -----------------------------------------------------------
mv
----------------------------------------------------------- */
.mv {
  margin-top: 130px;
  background: url(../../images/mv.jpg) no-repeat center center/cover;
  height: min(70.5263157895vw, 670px);
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 0;
    background: url(../../images/mv-sp.jpg) no-repeat center center/cover;
    height: 530px;
  }
}

.mv__text {
  opacity: 0;
  padding-top: min(40.6315789474vw, 386px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__text {
    padding-top: 340px;
    text-align: center;
  }
}

.mv__text img {
  width: min(35.2631578947vw, 335px);
}
@media screen and (max-width: 768px) {
  .mv__text img {
    width: 260px;
  }
}

.mv__btn {
  opacity: 0;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    margin-top: 15px;
  }
}

.mv__btn a {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 250px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .mv__btn a {
    font-size: 15px;
  }
}

.mv__btn a:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #5db5c3;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 170px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 950px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    width: 60%;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .nav-pc-wrap ul li a {
    color: #333333;
    font-size: 16px;
  }
  .nav-pc-wrap ul li + li {
    border-left: 1px solid #333333;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  position: absolute;
  left: 15px;
  top: 100px;
  z-index: 15000;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 23px;
  height: 27px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.section-title {
  font-size: min(3.1578947368vw, 30px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 19px;
  }
}

.section-title::before {
  background-color: #333333;
  bottom: -18px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    bottom: -12px;
    width: 25px;
  }
}

.section-title--white {
  color: #fff;
}

.section-title--white::before {
  background-color: #fff;
}

/* -----------------------------------------------------------
fast
----------------------------------------------------------- */
.fast {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .fast {
    margin-top: 66px;
  }
}

.fast__title {
  text-align: center;
}

.fast__title img {
  width: min(35.4736842105vw, 337px);
}
@media screen and (max-width: 768px) {
  .fast__title img {
    width: 210px;
  }
}

.fast__text {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .fast__text {
    margin-top: 50px;
  }
}

.fast__text p {
  margin-bottom: 1.7em;
  line-height: 1.77;
}

.fast__btn {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .fast__btn {
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------
fast-img
----------------------------------------------------------- */
.fast-img {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .fast-img {
    margin-top: 100px;
  }
}

.fast-img__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fast-img__inner {
    width: 100%;
    padding: 0;
  }
}

.fast-img__wrap {
  display: grid;
  grid-template-columns: min(45vw, 490px) min(40vw, 460px);
  grid-template-areas: "img2 img1";
}
@media screen and (max-width: 768px) {
  .fast-img__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "img1" "img2";
  }
}

.fast-img__img1 {
  grid-area: img1;
}
@media screen and (max-width: 768px) {
  .fast-img__img1 {
    width: 60%;
    margin-left: auto;
  }
}

.fast-img__img2 {
  grid-area: img2;
  margin-top: 344px;
}
@media screen and (max-width: 768px) {
  .fast-img__img2 {
    margin-top: 0;
    width: 80%;
  }
}

.fast-img__text {
  position: absolute;
  top: 115px;
  left: 29%;
}
@media screen and (max-width: 768px) {
  .fast-img__text {
    top: 100px;
    left: 8%;
  }
}

.fast-img__text img {
  width: min(25.2631578947vw, 240px);
}
@media screen and (max-width: 768px) {
  .fast-img__text img {
    width: 138px;
  }
}

/* -----------------------------------------------------------
 services
----------------------------------------------------------- */
.services {
  background-color: #5db5c3;
  padding: 73px 0 67px;
}
@media screen and (max-width: 768px) {
  .services {
    padding: 44px 0 41px;
  }
}

.services__cut {
  margin-top: 80px;
  font-size: min(4.2105263158vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .services__cut {
    margin-top: 55px;
    font-size: 32px;
  }
}

.services__other {
  margin-top: 35px;
  font-size: min(1.6842105263vw, 16px);
  font-weight: 200;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .services__other {
    margin-top: 27px;
    font-size: 14px;
    row-gap: 12px;
  }
}

.services__other dd {
  text-align: right;
}

.services__btn {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .services__btn {
    margin-top: 26px;
  }
}

.services__btn a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  width: 250px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .services__btn a {
    font-size: 15px;
    width: 231px;
    height: 55px;
    letter-spacing: 0;
  }
}

.services__btn a:hover {
  background-color: #23727e;
}

/* -----------------------------------------------------------
 about
----------------------------------------------------------- */
.about__title {
  margin-top: 178px;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-top: 59px;
  }
}

.about__img1-wrap {
  position: relative;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .about__img1-wrap {
    margin-top: 66px;
  }
}

.about__img1-wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 31%;
  height: 60%;
  background-color: #5db5c3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__img1-wrap::before {
    width: 50%;
    height: 60%;
  }
}

.about__img1 {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .about__img1 {
    padding-top: 31px;
  }
}

.about_wrap1 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .about_wrap1 {
    margin-top: 31px;
  }
}

.about__title2 {
  font-size: min(2.7368421053vw, 26px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title2 {
    font-size: 18px;
  }
}

.about__title2::before {
  background-color: #333333;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .about__title2::before {
    width: 25px;
    bottom: -10px;
  }
}

.about__title3 {
  font-size: min(2.7368421053vw, 26px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Rufina", serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about__title3 {
    font-size: 16px;
    margin-top: 27px;
  }
}

.about__text {
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 24px;
  }
}

.about__img2 {
  margin-top: 152px;
}
@media screen and (max-width: 768px) {
  .about__img2 {
    margin-top: 74px;
  }
}

.about_wrap2 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .about_wrap2 {
    margin-top: 41px;
  }
}

.about__img3 {
  margin-top: 185px;
}
@media screen and (max-width: 768px) {
  .about__img3 {
    margin-top: 66px;
  }
}

.about_wrap3 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .about_wrap3 {
    margin-top: 20px;
  }
}

.about_wrap4 {
  margin-top: 180px;
  height: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_wrap4 {
    margin-top: 88px;
    height: 53px;
  }
}

.about_wrap4::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #5db5c3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about_wrap4::before {
    width: 50%;
  }
}

/* -----------------------------------------------------------
qualities
----------------------------------------------------------- */
.qualities__title-wrap {
  background: url(../../images/qualities-mv.jpg) no-repeat 100%/cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .qualities__title-wrap {
    background: url(../../images/qualities-mv-sp.jpg) no-repeat 100%/cover;
    height: 400px;
  }
}

.qualities__subtitle {
  margin-top: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qualities__subtitle {
    margin-top: 65px;
  }
}

.qualities__subtitle img {
  width: 205px;
}
@media screen and (max-width: 768px) {
  .qualities__subtitle img {
    width: 130px;
  }
}

.qualities__items {
  margin-top: 165px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(9.4736842105vw, 90px) min(10.5263157895vw, 100px);
}
@media screen and (max-width: 768px) {
  .qualities__items {
    grid-template-columns: 1fr;
    margin-top: 60px;
    gap: 55px;
  }
}

.qualities__item h3 {
  font-size: min(2.7368421053vw, 26px);
  font-weight: 700;
  color: #5db5c3;
  text-align: left;
  font-family: "Rufina", serif;
  line-height: 1.2;
  letter-spacing: 0;
  border-left: 10px solid #5db5c3;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .qualities__item h3 {
    border-left: 6px solid #5db5c3;
    font-size: 16px;
  }
}

.qualities__item p {
  margin-top: 15px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .qualities__item p {
    margin-top: 10px;
  }
}

.qualities__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .qualities__btn {
    display: block;
    margin-top: 50px;
  }
}

/* -----------------------------------------------------------
 services2
----------------------------------------------------------- */
.services2 {
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .services2 {
    margin-top: 100px;
  }
}

.services2__title-wrap {
  background: url(../../images/services.jpg) no-repeat 100%/cover;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .services2__title-wrap {
    background: url(../../images/services-sp.jpg) no-repeat 100%/cover;
    height: 310px;
  }
}

.services2__nav {
  height: 120px;
  background-color: #5db5c3;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .services2__nav {
    height: 90px;
    gap: 15px;
  }
}

.services2__nav a {
  font-size: min(2.2105263158vw, 21px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .services2__nav a {
    font-size: 13px;
  }
}

.services2__nav a:hover {
  border-bottom: none;
}

.services2__wrap {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .services2__wrap {
    margin-top: 70px;
  }
}

.services2__wrap--styling {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--styling {
    margin-top: 90px;
  }
}

.services2__wrap--color {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--color {
    margin-top: 90px;
  }
}

.services2__wrap--addons {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--addons {
    margin-top: 90px;
  }
}

.services2__wrap--perm {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--perm {
    margin-top: 90px;
  }
}

.services2__wrap--headspa {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--headspa {
    margin-top: 90px;
  }
}

.services2__title2 {
  font-size: 26px;
  font-weight: 700;
  color: #5db5c3;
  text-align: center;
  font-family: "Rufina", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .services2__title2 {
    font-size: 20px;
  }
}

.services2__menu-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .services2__menu-wrap {
    margin-top: 42px;
  }
}

.services2__menu:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .services2__menu:not(:first-child) {
    margin-top: 20px;
  }
}

.services2__menu div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
}

.services2__menu div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #000;
}

.services2__menu dt {
  font-size: min(2.3157894737vw, 22px);
  font-weight: 400;
  margin: 0;
  padding: 0 10px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .services2__menu dt {
    font-size: 16px;
  }
}

.services2__menu dt span {
  font-size: min(1.8947368421vw, 18px);
}
@media screen and (max-width: 768px) {
  .services2__menu dt span {
    font-size: 14px;
  }
}

.services2__menu dd {
  font-size: min(2.3157894737vw, 22px);
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 10px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .services2__menu dd {
    font-size: 16px;
  }
}

.services2__text {
  margin-top: 10px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .services2__text {
    margin-top: -10px;
  }
}

.services2__text2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services2__text2 {
    margin-top: 20px;
  }
}

.services2__menu-wrap--headspa {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .services2__menu-wrap--headspa {
    margin-top: 100px;
  }
}

.services2__btn {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .services2__btn {
    margin-top: 50px;
  }
}

/* -----------------------------------------------------------
map
----------------------------------------------------------- */
.map iframe {
  margin-top: 220px;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    margin-top: 105px;
    height: 433px;
  }
}

/* -----------------------------------------------------------
location
----------------------------------------------------------- */
.location {
  margin-top: 125px;
  padding-bottom: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(55%, #fff), color-stop(55%, #5db5c3), to(#5db5c3));
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #5db5c3 55%, #5db5c3 100%);
}
@media screen and (max-width: 768px) {
  .location {
    margin-top: -15px;
    padding-bottom: 0;
    background: none;
  }
}

.location__inner {
  display: grid;
  grid-template-columns: min(50vw, 550px) 1fr;
  -webkit-column-gap: min(8.4210526316vw, 80px);
     -moz-column-gap: min(8.4210526316vw, 80px);
          column-gap: min(8.4210526316vw, 80px);
}
@media screen and (max-width: 768px) {
  .location__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .location__img {
    margin-top: 40px;
  }
}

.location__title {
  font-size: min(2.7368421053vw, 26px);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .location__title {
    margin-top: 30px;
    font-size: 19px;
  }
}

.location__title--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .location__title--sp {
    display: block;
  }
}

.location__title--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .location__title--pc {
    display: none;
  }
}

.location__title::before {
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .location__title::before {
    bottom: -5px;
  }
}

.location__shop {
  font-size: min(2.2105263158vw, 21px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .location__shop {
    font-size: 15px;
    margin-top: 35px;
  }
}

.location__address {
  font-size: min(1.6842105263vw, 16px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .location__address {
    font-size: 13px;
    margin-top: 20px;
  }
}

.location__day {
  font-size: min(1.6842105263vw, 16px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .location__day {
    margin-top: 10px;
    font-size: 13px;
  }
}

.location__btn {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .location__btn {
    margin-top: 50px;
  }
}

.location__btn a {
  border: 1px solid #fff;
}/*# sourceMappingURL=styles.css.map */