@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen\0  {
  body {
    display: block;
  }
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #725e5d;
  text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
@media only screen and (min-width: 992px) {
  p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
    font-size: 2.2rem;
  }
}
/*フォント関連----------------------*/
body {
  font-family: "Noto Serif JP", "MS Mincho", "ＭＳ 明朝", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "ヒラギノ明朝 ProN", "	Hiragino Mincho ProN", serif;
  font-weight: 300;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.2rem;
}

/*汎用クラス*/
.font_ss {
  font-size: 1rem !important;
}

.font_s {
  font-size: 1.2rem !important;
}

.font_sm {
  font-size: 1.6rem !important;
}

.font_mm {
  font-size: 1.6rem !important;
}

.font_m {
  font-size: 1.8rem !important;
}

@media only screen and (min-width: 768px) {
  /*汎用クラス*/
  .font_sm {
    font-size: 1.8rem !important;
  }
  .font_mm {
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.8rem;
  }
  h4 {
    font-size: 3.2rem;
  }
  h5 {
    font-size: 3rem;
  }
  /*汎用クラス*/
  .font_s {
    font-size: 1.4rem !important;
  }
  .font_m {
    font-size: 2.6rem !important;
  }
  .font_mm {
    font-size: 2.4rem !important;
  }
}
/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.content_pt {
  padding-top: 40px !important;
}

.content_pb {
  padding-bottom: 40px !important;
}

.hover_op:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .content_pt {
    padding-top: 90px !important;
  }
  .content_pb {
    padding-bottom: 90px !important;
  }
}
/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout a {
  display: block;
  width: 100%;
}
.btn_layout a {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  background: linear-gradient(0deg, rgb(15, 53, 100) 10%, rgb(24, 120, 170));
  border-radius: 5px;
  line-height: 1.5;
  min-width: 45vw;
}
.btn_layout a:hover {
  opacity: 0.8;
}
.btn_layout span {
  font-size: 1.2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout a {
    min-width: 30vw;
  }
}
@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout a {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  /*基本ボタン*/
  .btn_layout a {
    min-width: 20vw;
  }
}
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_orange {
  color: #ec6619 !important;
}

.text_accent_color {
  color: #035e91 !important;
}

.text_gallery_gray {
  color: #c6c6c6 !important;
}

/*背景色*/
.bg_main_color_base_light {
  background: #e9e4d5 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
  text-align: center;
  color: #231815;
  text-shadow: 5px 5px 5px #9c9c9c;
}

/*タイトル　メニュー*/
.title_menu {
  font-size: 2rem;
  text-align: center;
}

/*タイトル　リボン*/
.title_ribbon {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  padding: 10px;
  background: #725e5d;
  position: relative;
  margin: 15px;
}
.title_ribbon::before, .title_ribbon::after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 15px;
  height: 100%;
  top: 0;
}
.title_ribbon::before {
  left: -15px;
  background: linear-gradient(to bottom left, #725e5d 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #725e5d 50%, transparent 50%) bottom left/100% 50% no-repeat;
}
.title_ribbon::after {
  right: -15px;
  background: linear-gradient(to bottom right, #725e5d 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #725e5d 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

/*サブタイトル*/
.sub_titile_layout {
  color: #725e5d;
  font-weight: 500;
}

/*タイトル　アクセス*/
.title_access {
  background: #e9e4d5;
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    font-size: 4.2rem;
  }
  /*タイトル　メニュー*/
  .title_menu {
    font-size: 4rem;
  }
  /*タイトル　リボン*/
  .title_ribbon {
    font-size: 2.8rem;
    padding: 10px 60px;
  }
}
/* ヘッダー関連 ------------------------*/
.page_header {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

/*ロゴ*/
h1.logo {
  margin-bottom: 0;
  line-height: 0;
}

.logo img {
  width: 140px;
}

/*address*/
.header_address {
  font-size: 1.2rem;
}

/*TEL*/
.header_tel_box {
  display: flex;
  justify-content: space-between;
}
.header_tel_box .header_tel_box_left {
  width: 15%;
}
.header_tel_box .header_tel_box_right {
  width: 80%;
}
.header_tel_box .header_tel_text {
  font-size: 1.4rem;
  background: #dbdbdb;
  padding: 0 0 0 5px;
  position: relative;
}
.header_tel_box .header_tel_text::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #dbdbdb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  right: -5px;
}
.header_tel_box .header_tel {
  line-height: 0;
}
.header_tel_box .header_tel a {
  font-size: 2.4rem;
  line-height: 0.7;
}
.header_tel_box .header_tel .header_tel_time {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  /*address*/
  .header_address {
    font-size: 1.6rem;
  }
  /*TEL*/
  .header_tel_box {
    width: 52%;
  }
  .header_tel_box .header_tel_box_left {
    width: 13%;
  }
  .header_tel_box .header_tel_text {
    font-size: 2rem;
  }
  .header_tel_box .header_tel_text::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #dbdbdb;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -10px;
  }
  .header_tel_box .header_tel a {
    font-size: 2.8rem;
  }
  .header_tel_box .header_tel .header_tel_time {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) {
  /*address*/
  .header_address {
    font-size: 2rem;
  }
  /*TEL*/
  .header_tel_box {
    width: 38%;
  }
  .header_tel_box .header_tel a {
    font-size: 3.6rem;
  }
  .header_tel_box .header_tel .header_tel_time {
    font-size: 1.6rem;
  }
  /*ロゴ*/
  .logo img {
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  /*TEL*/
  .header_tel_box {
    width: 28%;
  }
}
/*  フッター関連 ----------------------------*/
/*固定バー*/
.fixed_box {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #e9e4d5;
  z-index: 1000;
}
.fixed_box .fixed_box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed_box .fixed_box_btn {
  width: 100%;
}
.fixed_box .icon_line img {
  width: 50px;
  height: 50px;
}
.fixed_box .icon_line:hover {
  opacity: 0.8;
}
.fixed_box .fixed_tel_box {
  display: flex;
}
.fixed_box .fixed_tel_box .fixed_tel {
  background: #725e5d;
  font-size: 2rem;
  padding: 0 0 0 10px;
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.fixed_box .fixed_tel_box .fixed_tel::after {
  content: "";
  width: 0;
  height: 100%;
  border-left: 20px solid #725e5d;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
.fixed_box .fixed_tel_box .fixed_tel_number {
  font-size: 3rem;
  line-height: 1;
}

.page_footer {
  margin-top: auto;
  position: relative;
  background: #725e5d;
  z-index: 0;
  color: #fff;
  /*telアイコン*/
}
.page_footer .dl_footer dt {
  font-weight: normal;
}
.page_footer .dl_footer dt, .page_footer .dl_footer dd, .page_footer .dl_footer a {
  color: #fff;
}
.page_footer::before {
  content: "information";
  position: absolute;
  width: 10em;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  padding: 8px 15px 35px 15px;
  font-size: 2rem;
  background: #725e5d;
  text-align: center;
  z-index: -1;
}
.page_footer .border_bottom_box {
  position: relative;
  padding-bottom: 70px;
}
.page_footer .border_bottom_box::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 35px;
  z-index: -1;
}
.page_footer .border_bottom_box::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 25px;
  z-index: -1;
}
.page_footer .tel_icon img {
  width: 50px;
  height: 50px;
}

/*住所*/
address {
  font-size: 1.4rem;
}

/*コピーライト*/
.copyright {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

/*ロゴ*/
.footer_logo img {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  /*固定バー*/
  .fixed_box {
    flex-wrap: nowrap;
    align-items: center;
  }
  .fixed_box .fixed_box_btn {
    width: auto;
  }
  .fixed_box .fixed_tel_box {
    margin-top: 0;
  }
  .page_footer .border_bottom_box {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .page_footer {
    /*固定バー*/
  }
  .page_footer::before {
    width: 16em;
    top: -35px;
    color: #fff;
    padding: 10px 15px 35px 15px;
    font-size: 2.2rem;
  }
  .page_footer .fixed_box {
    padding: 30px;
  }
  .page_footer .fixed_box .fixed_box_inner {
    justify-content: center;
  }
  .page_footer .fixed_box .icon_line img {
    width: 80px;
    height: 80px;
  }
  .page_footer .fixed_box .fixed_tel_box .fixed_tel::after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    right: -19px;
  }
  .page_footer .fixed_box .fixed_tel_box .fixed_tel_number {
    font-size: 3.4rem;
  }
  .page_footer .dl_footer dt, .page_footer .dl_footer dd {
    font-size: 2rem;
  }
  /*住所、コピーライト*/
  address, .copyright {
    font-size: 1.6rem;
  }
  /*ロゴ*/
  .footer_logo img {
    width: 240px;
  }
  .mail_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 100px;
    padding: 5px 75px 5px 5px;
    background: #e9e4d5;
    border-radius: 5px 0 0 5px;
    box-shadow: 5px 5px 0 rgba(156, 156, 156, 0.6);
  }
  .mail_box:hover {
    opacity: 0.8;
  }
  .mail_box .icon_contact {
    margin-right: 10px;
    text-align: center;
  }
  .mail_box .icon_contact img {
    width: 50px;
  }
  .mail_box .mail_box_title {
    font-size: 1.6rem;
    text-align: center;
    color: #f3f8e3;
    font-weight: bold;
  }
  .mail_box .mail_box_text {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
  }
  .mail_box .icon_contact_btn {
    position: absolute;
    top: -20px;
    right: 10px;
  }
  .mail_box .icon_contact_btn img {
    width: 45px;
  }
  .tel_box {
    border-radius: 5px 0 0 5px;
    box-shadow: 5px 5px 0 rgba(156, 156, 156, 0.6);
  }
  .tel_box:hover {
    opacity: 0.8;
  }
  .tel_box .free_tel_title {
    font-size: 2rem;
  }
  .tel_box .icon_free img {
    width: 50px;
  }
  .tel_box .free_tel_text {
    font-size: 3.2rem;
  }
}
/* メイン設定 ---------------------------*/
/*メインビジュアル*/
.bg_mainimg {
  background: #e9e4d5;
}

/*ヘッドスパ＆よもぎ蒸し　画像*/
.entrance_img img {
  width: 80vw;
}

/*ヘッドスパ＆よもぎ蒸し 背景*/
.bg_menu {
  background: url(images/bg/bg-hamon.svg) no-repeat, url(images/bg/bg-leaf.svg) no-repeat;
  background-position: top -150px left, bottom right;
  background-size: 240px, 80px;
}

/*ヘッドスパ 背景*/
.bg_head_spa {
  background: url(images/bg/bg-head-spa-right.svg) no-repeat, url(images/bg/bg-hamon.svg) no-repeat, url(images/bg/bg-hamon.svg) no-repeat;
  background-position: top -35px right, left -50px center, bottom right -10px;
  background-size: 140px, 250px, 80px;
}

/*ヘッドスパ 青背景*/
.head_spa_box {
  background: #035e91;
  padding: 15px;
  margin-top: 30px;
  color: #fff;
}
.head_spa_box .head_spa_detail {
  color: #fff;
}

/*ヘッドスパ 左線*/
.border_left_box {
  border-left: 10px solid #725e5d;
  padding-left: 15px;
}
.border_left_box:not(:first-of-type) {
  margin-top: 40px;
}

/*よもぎ蒸し　緑背景*/
.yomogi_box {
  background-color: #677f36;
  background-image: url(images/bg/bg-yomogi-double.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top 10px right 10px;
  padding: 15px;
  color: #fff;
}
.yomogi_box .yomogi_box_detail {
  color: #fff;
}

/*よもぎ蒸し　葉*/
.bg_yomogi {
  background-image: url(images/bg/bg-yomogi-green.svg), url(images/bg/bg-yomogi-white.svg), url(images/bg/bg-yomogi-green.svg);
  background-repeat: no-repeat;
  background-color: #f3f8e3;
  background-size: 60px, 60px, 40px;
  background-position: top 65px right 15px, top 860px left 120px, bottom 50px center;
}

/*gallery*/
.gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_list .gallery_list_inner {
  width: 48%;
}

.colorbox-img img {
  transition-duration: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 280px;
}
.colorbox-img:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.8;
}

.icon_instagram img {
  width: 50px;
  height: 50px;
}

/*map*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  /*ヘッドスパ＆よもぎ蒸し　画像*/
  .entrance_img img {
    width: auto;
  }
  /*ヘッドスパ 背景*/
  .bg_head_spa {
    background-position: top 30px right 20px, left -50px center, bottom right -50px;
    background-size: 150px, 300px, 150px;
  }
  /*ヘッドスパ 青背景*/
  .head_spa_box {
    padding: 30px;
    margin-top: -10px;
    margin-left: 30px;
  }
  /*よもぎ蒸し　緑背景*/
  .yomogi_box {
    padding: 30px;
    background-size: 70px;
    background-position: top 10px right 20px;
  }
  /*よもぎ蒸し　葉*/
  .bg_yomogi {
    background-size: 90px, 110px, 90px;
    background-position: top 520px right 30px, top 700px left 120px, bottom 50px center;
  }
  /*map*/
  .map {
    position: relative;
    width: 80%;
    padding-top: 50%;
    margin: 0 auto;
  }
  /*gallery*/
  .gallery_list .gallery_list_inner {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) {
  /*ヘッドスパ＆よもぎ蒸し 背景*/
  .bg_menu {
    background: url(images/bg/bg-hamon.svg) no-repeat, url(images/bg/bg-leaf.svg) no-repeat;
    background-position: top -200px left, bottom 30px right 30px;
    background-size: contain, 150px;
  }
  /*ヘッドスパ 背景*/
  .bg_head_spa {
    background-size: 200px, 350px, 150px;
  }
  /*ヘッドスパ 青背景*/
  .head_spa_box {
    padding: 40px;
    margin-top: -20px;
    margin-left: 100px;
  }
  .head_spa_box .head_spa_detail {
    font-size: 2rem;
  }
  /*ヘッドスパ 左線*/
  .border_left_box p {
    font-size: 2rem;
  }
  /*よもぎ蒸し　緑背景*/
  .yomogi_box {
    padding: 40px;
    background-size: 120px;
    background-position: top 10px right 30px;
  }
  .yomogi_box .yomogi_box_detail {
    font-size: 2rem;
  }
  /*よもぎ蒸し　葉*/
  .bg_yomogi {
    background-size: 120px, 150px, 120px;
    background-position: top 720px right 30px, top 1000px left 200px, bottom 145px center;
  }
}
@media only screen and (min-width: 1200px) {
  /*ヘッドスパ＆よもぎ蒸し 背景*/
  .bg_menu {
    background-size: contain, 200px;
  }
  /*ヘッドスパ 背景*/
  .bg_head_spa {
    background-position: top 60px right 200px, left -50px center, bottom right -50px;
    background-size: 300px, 500px, 300px;
  }
  /*よもぎ蒸し　緑背景*/
  .yomogi_box {
    background-position: top 30px right 30px;
  }
  /*よもぎ蒸し　葉*/
  .bg_yomogi {
    background-size: 120px, 200px, 120px;
    background-position: top 720px right 20%, top 1035px left 30%, bottom 160px center;
  }
}