@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

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

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

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

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

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

  1.コンテンツレイアウト

========================================================*/
@import url("https://fonts.googleapis.com/css?family=Oranienbaum");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bad+Script&display=swap");
/* line 13, ../../sass/setting/_module.scss */
.row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
/* line 19, ../../sass/setting/_module.scss */
.row .col-l-12 {
  width: 100%;
}
/* line 23, ../../sass/setting/_module.scss */
.row .col-l-11 {
  width: 91.66667%;
}
/* line 27, ../../sass/setting/_module.scss */
.row .col-l-10 {
  width: 83.33333%;
}
/* line 31, ../../sass/setting/_module.scss */
.row .col-l-9 {
  width: 75%;
}
/* line 35, ../../sass/setting/_module.scss */
.row .col-l-8 {
  width: 66.66667%;
}
/* line 39, ../../sass/setting/_module.scss */
.row .col-l-7 {
  width: 58.33333%;
}
/* line 43, ../../sass/setting/_module.scss */
.row .col-l-6 {
  width: 50%;
}
/* line 47, ../../sass/setting/_module.scss */
.row .col-l-5 {
  width: 41.66667%;
}
/* line 51, ../../sass/setting/_module.scss */
.row .col-l-4 {
  width: 33.33333%;
}
/* line 55, ../../sass/setting/_module.scss */
.row .col-l-3 {
  width: 25%;
}
/* line 59, ../../sass/setting/_module.scss */
.row .col-l-2 {
  width: 16.66667%;
}
/* line 63, ../../sass/setting/_module.scss */
.row .col-l-1 {
  width: 8.33333%;
}
@media screen and (max-width: 1024px) {
  /* line 68, ../../sass/setting/_module.scss */
  .row .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 76, ../../sass/setting/_module.scss */
  .row .col-m-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 84, ../../sass/setting/_module.scss */
  .row .col-m-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 92, ../../sass/setting/_module.scss */
  .row .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 100, ../../sass/setting/_module.scss */
  .row .col-m-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 108, ../../sass/setting/_module.scss */
  .row .col-m-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 116, ../../sass/setting/_module.scss */
  .row .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 124, ../../sass/setting/_module.scss */
  .row .col-m-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 132, ../../sass/setting/_module.scss */
  .row .col-m-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 140, ../../sass/setting/_module.scss */
  .row .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 148, ../../sass/setting/_module.scss */
  .row .col-m-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 156, ../../sass/setting/_module.scss */
  .row .col-m-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 165, ../../sass/setting/_module.scss */
  .row .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 173, ../../sass/setting/_module.scss */
  .row .col-sm-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 181, ../../sass/setting/_module.scss */
  .row .col-sm-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 189, ../../sass/setting/_module.scss */
  .row .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  /* line 197, ../../sass/setting/_module.scss */
  .row .col-sm-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 205, ../../sass/setting/_module.scss */
  .row .col-sm-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 213, ../../sass/setting/_module.scss */
  .row .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* line 221, ../../sass/setting/_module.scss */
  .row .col-sm-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 229, ../../sass/setting/_module.scss */
  .row .col-sm-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 237, ../../sass/setting/_module.scss */
  .row .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  /* line 245, ../../sass/setting/_module.scss */
  .row .col-sm-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 253, ../../sass/setting/_module.scss */
  .row .col-sm-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 262, ../../sass/setting/_module.scss */
  .row .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 270, ../../sass/setting/_module.scss */
  .row .col-s-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 278, ../../sass/setting/_module.scss */
  .row .col-s-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 286, ../../sass/setting/_module.scss */
  .row .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  /* line 294, ../../sass/setting/_module.scss */
  .row .col-s-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 302, ../../sass/setting/_module.scss */
  .row .col-s-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 310, ../../sass/setting/_module.scss */
  .row .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  /* line 318, ../../sass/setting/_module.scss */
  .row .col-s-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 326, ../../sass/setting/_module.scss */
  .row .col-s-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 334, ../../sass/setting/_module.scss */
  .row .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  /* line 342, ../../sass/setting/_module.scss */
  .row .col-s-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 350, ../../sass/setting/_module.scss */
  .row .col-s-1 {
    width: 8.33333%;
  }
}

/* line 360, ../../sass/setting/_module.scss */
.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

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

  1.フォントサイズ

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

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
/* line 99, ../../sass/setting/_fontsize.scss */
html {
  width: 100%;
  font-size: 62.5%;
}
/* line 103, ../../sass/setting/_fontsize.scss */
html body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 103, ../../sass/setting/_fontsize.scss */
  html body {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 114, ../../sass/setting/_fontsize.scss */
html body a {
  text-decoration: none;
}
/* line 118, ../../sass/setting/_fontsize.scss */
html body img {
  max-width: 100%;
  height: auto;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

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

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

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

  1.コンテンツ幅

========================================================*/
/*——————— ▼ TOPページ ———————*/
/* line 17, ../../sass/setting/_layout.scss */
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
/* line 24, ../../sass/setting/_layout.scss */
article#page {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 24, ../../sass/setting/_layout.scss */
  article#page {
    width: 100%;
  }
}

/*——————— ▼ アーカイブページ ———————*/
/* line 36, ../../sass/setting/_layout.scss */
article#archive {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 36, ../../sass/setting/_layout.scss */
  article#archive {
    width: 100%;
  }
}

/*——————— ▼ シングルページ ———————*/
/* line 50, ../../sass/setting/_layout.scss */
article#single {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 50, ../../sass/setting/_layout.scss */
  article#single {
    width: 100%;
  }
}

/* 必須 */
/*========================================================

  header

========================================================*/
/* line 7, ../../sass/_header.scss */
.fullcreen {
  width: 100%;
  height: 100vh;
  position: relative;
}
/* line 11, ../../sass/_header.scss */
.fullcreen h1 {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_header.scss */
  .fullcreen h1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 19, ../../sass/_header.scss */
.fullcreen .top-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 150px;
  height: 100px;
}
@media screen and (max-width: 414px) {
  /* line 19, ../../sass/_header.scss */
  .fullcreen .top-logo {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: 74px;
    background-color: #fff;
    overflow: hidden;
  }
  /* line 42, ../../sass/_header.scss */
  .fullcreen .top-logo a {
    display: block;
    width: 148px;
    margin: -28px 0px 0px 0px;
  }
  /* line 46, ../../sass/_header.scss */
  .fullcreen .top-logo a img {
    width: 100%;
  }
}
/* line 53, ../../sass/_header.scss */
.fullcreen .mv-text {
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 20%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
/* line 68, ../../sass/_header.scss */
.fullcreen .mv-text p {
  font-family: 'Oranienbaum', serif;
  letter-spacing: 0.8rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 68, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 73, ../../sass/_header.scss */
.fullcreen .mv-text p:first-child {
  font-size: 6.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  /* line 53, ../../sass/_header.scss */
  .fullcreen .mv-text {
    left: 4%;
  }
}
@media screen and (max-width: 414px) {
  /* line 82, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 82, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 84, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 84, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 90, ../../sass/_header.scss */
.fullcreen .mv-text.delay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 99, ../../sass/_header.scss */
.top-mv {
  background: url("../../images/header/top-mv-pc20210514-1.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 99, ../../sass/_header.scss */
  .top-mv {
    background: url("../../images/header/top-mv-sp20210514-1.jpg") center/cover;
  }
}

/* line 106, ../../sass/_header.scss */
.header-logo {
  width: 10%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 106, ../../sass/_header.scss */
  .header-logo {
    width: 18%;
    margin-left: 0;
  }
  /* line 112, ../../sass/_header.scss */
  .header-logo a {
    display: block;
    margin-top: -20px;
  }
}
@media screen and (max-width: 414px) {
  /* line 106, ../../sass/_header.scss */
  .header-logo {
    width: 100%;
    height: 102px;
    margin: 0;
  }
  /* line 121, ../../sass/_header.scss */
  .header-logo a {
    display: block;
    width: 148px;
    margin: -28px 0px 0px 0px;
  }
  /* line 125, ../../sass/_header.scss */
  .header-logo a img {
    width: 100%;
  }
}

/*——————— ▼ pc-header ———————*/
/* line 136, ../../sass/_header.scss */
nav.navbar {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 141, ../../sass/_header.scss */
ul.gnav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 144, ../../sass/_header.scss */
ul.gnav li.item {
  width: 20%;
  width: calc(100% / 5);
  text-align: center;
}
/* line 148, ../../sass/_header.scss */
ul.gnav li.item:hover {
  background-color: #8ac6d0;
  letter-spacing: 0.5rem;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
/* line 154, ../../sass/_header.scss */
ul.gnav li.item a {
  display: block;
  text-align: center;
  color: #8ac6d0;
  padding: 1rem 0;
  line-height: 2rem;
  font-family: 'Oranienbaum', serif;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 154, ../../sass/_header.scss */
  ul.gnav li.item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 162, ../../sass/_header.scss */
ul.gnav li.item a:hover {
  color: #fff;
}
/* line 166, ../../sass/_header.scss */
ul.gnav li.item ul.submenuBox {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #d3e9ed;
}
/* line 172, ../../sass/_header.scss */
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
}
/* line 179, ../../sass/_header.scss */
ul.gnav li.submenu {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  /* line 186, ../../sass/_header.scss */
  nav.navbar {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 50px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
  }
  /* line 198, ../../sass/_header.scss */
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  /* line 201, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #909090;
  }
  /* line 205, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #fff;
  }
  /* line 211, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  /* line 215, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #fff;
  }
  /* line 220, ../../sass/_header.scss */
  nav.navbar ul.gnav li.submenu {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 226, ../../sass/_header.scss */
  nav.navbar.active {
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 1;
  }
}

/* line 235, ../../sass/_header.scss */
.menu-btn {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 235, ../../sass/_header.scss */
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 5px;
    border: 1px solid #8ac6d0;
    background-color: #fff;
  }
  /* line 246, ../../sass/_header.scss */
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  /* line 253, ../../sass/_header.scss */
  .menu-btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8ac6d0;
    border-radius: 4px;
  }
  /* line 263, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 266, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  /* line 269, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 272, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #8ac6d0;
    border-radius: 4px;
    transition: all .4s;
  }
  /* line 285, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  /* line 288, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #8ac6d0;
  }
  /* line 293, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #8ac6d0;
  }
  /* line 298, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

/* line 307, ../../sass/_header.scss */
.header-amebro {
  width: 20%;
  margin: 1rem auto;
}
@media screen and (max-width: 414px) {
  /* line 307, ../../sass/_header.scss */
  .header-amebro {
    width: 98%;
  }
}
/* line 314, ../../sass/_header.scss */
.header-amebro a {
  display: block;
  width: 100%;
}

/* line 322, ../../sass/_header.scss */
.page-title {
  width: 100%;
  height: 400px;
  position: relative;
}
/* line 326, ../../sass/_header.scss */
.page-title .page-headText {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* line 333, ../../sass/_header.scss */
.page-title .page-headText h1.title, .page-title .page-headText p.title {
  text-align: center;
  font-family: 'Oranienbaum', serif;
  font-size: 3.2px;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 333, ../../sass/_header.scss */
  .page-title .page-headText h1.title, .page-title .page-headText p.title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 341, ../../sass/_header.scss */
.page-title .page-headText p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 322, ../../sass/_header.scss */
  .page-title {
    height: 200px;
  }
  /* line 349, ../../sass/_header.scss */
  .page-title .page-headText {
    width: 90%;
  }
}

/* line 355, ../../sass/_header.scss */
.page-title-menu {
  background: url("../../images/header/title-back-common.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 355, ../../sass/_header.scss */
  .page-title-menu {
    background: url("../../images/header/title-back-common-sp.jpg") center/cover;
  }
}

/* line 362, ../../sass/_header.scss */
.page-title-page-herbalpeel {
  background: url("../../images/header/title-back-page-herbalpeel.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 362, ../../sass/_header.scss */
  .page-title-page-herbalpeel {
    background: url("../../images/header/title-back-page-herbalpeel-sp.jpg") center/cover;
  }
}

/* line 369, ../../sass/_header.scss */
.page-title-page-herbalmethod {
  background: url("../../images/header/title-back-page-herbalpeel.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 369, ../../sass/_header.scss */
  .page-title-page-herbalmethod {
    background: url("../../images/header/title-back-page-herbalpeel-sp.jpg") center/cover;
  }
}

/* line 376, ../../sass/_header.scss */
.page-title-page-herbalbody {
  background: url("../../images/header/title-back-page-herbalbody.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 376, ../../sass/_header.scss */
  .page-title-page-herbalbody {
    background: url("../../images/header/title-back-page-herbalbody-sp.jpg") center/cover;
  }
}

/* line 383, ../../sass/_header.scss */
.page-title-page-yomogi {
  background: url("../../images/header/title-back-page-yomogi-20220608.jpg") center/cover;
}
/* line 386, ../../sass/_header.scss */
.page-title-page-yomogi .page-headText h1.title, .page-title-page-yomogi .page-headText p {
  color: #8ac6d0 !important;
  text-shadow: 2px 2px 10px #fff , -2px 2px 10px #fff , 2px -2px 10px #fff , -2px -2px 10px #fff;
}
@media screen and (max-width: 414px) {
  /* line 383, ../../sass/_header.scss */
  .page-title-page-yomogi {
    background: url("../../images/header/title-back-page-yomogi-sp-20220606.jpg") center/cover;
  }
}

/* line 399, ../../sass/_header.scss */
.page-title-page-itodatsumou {
  background: url("../../images/header/title-back-page-itodatsumou.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 399, ../../sass/_header.scss */
  .page-title-page-itodatsumou {
    background: url("../../images/header/title-back-page-itodatsumou-sp.jpg") center/cover;
  }
}

/* 必須 */
/*========================================================

  footer

========================================================*/
/* line 7, ../../sass/_footer.scss */
footer {
  background-color: #8ac6d0;
}
/* line 9, ../../sass/_footer.scss */
footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 414px) {
  /* line 9, ../../sass/_footer.scss */
  footer .footer-inner {
    width: 100%;
  }
}
/* line 16, ../../sass/_footer.scss */
footer .footer-inner .footer-sns {
  width: 20%;
  margin: 0 auto 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 21, ../../sass/_footer.scss */
footer .footer-inner .footer-sns a {
  color: #fff;
}
/* line 23, ../../sass/_footer.scss */
footer .footer-inner .footer-sns a i {
  font-size: 3.2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 414px) {
  /* line 23, ../../sass/_footer.scss */
  footer .footer-inner .footer-sns a i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 16, ../../sass/_footer.scss */
  footer .footer-inner .footer-sns {
    width: 60%;
  }
}
/* line 33, ../../sass/_footer.scss */
footer .footer-inner ul li a {
  display: block;
  border-left: 4px solid #fff;
  color: #fff;
  margin-bottom: 4px;
  padding-left: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 31, ../../sass/_footer.scss */
  footer .footer-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 2rem;
  }
  /* line 46, ../../sass/_footer.scss */
  footer .footer-inner ul li {
    padding-right: 2rem;
    width: 33%;
  }
  /* line 49, ../../sass/_footer.scss */
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
/* line 57, ../../sass/_footer.scss */
footer .footer-inner table tr td {
  text-align: left;
  padding-left: 2rem;
  color: #fff;
}
/* line 65, ../../sass/_footer.scss */
footer p.copyright {
  text-align: center;
  color: #fff;
}

/* line 71, ../../sass/_footer.scss */
section.footer-contact {
  width: 100%;
}
@media screen and (max-width: 1367px) {
  /* line 71, ../../sass/_footer.scss */
  section.footer-contact {
    position: fixed;
    bottom: 0;
  }
}
/* line 81, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner {
  width: 100%;
}
@media screen and (max-width: 1367px) {
  /* line 81, ../../sass/_footer.scss */
  section.footer-contact .footer-contact-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 89, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .tel {
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1367px) {
  /* line 89, ../../sass/_footer.scss */
  section.footer-contact .footer-contact-inner .tel {
    position: static;
  }
}
/* line 97, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .tel a {
  display: block;
  background-color: #8ac6d0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
/* line 100, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .tel a:hover {
  background-color: #469fae;
}
@media screen and (max-width: 414px) {
  /* line 97, ../../sass/_footer.scss */
  section.footer-contact .footer-contact-inner .tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 110, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .yoyaku {
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1367px) {
  /* line 110, ../../sass/_footer.scss */
  section.footer-contact .footer-contact-inner .yoyaku {
    position: static;
  }
}
/* line 119, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .yoyaku a {
  display: block;
  background-color: #8ac6d0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
/* line 122, ../../sass/_footer.scss */
section.footer-contact .footer-contact-inner .yoyaku a:hover {
  background-color: #469fae;
}
@media screen and (max-width: 414px) {
  /* line 119, ../../sass/_footer.scss */
  section.footer-contact .footer-contact-inner .yoyaku a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 2, ../../sass/_page-common.scss */
#page {
  /* 吹き出し▶︎ */
  /* 質問吹き出し▶︎ */
  /* 答え吹き出し▶︎ */
  /* ?!アイコン */
  /* ?アイコン */
  /* !アイコン */
}
/* line 4, ../../sass/_page-common.scss */
#page .more-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 2, ../../sass/_page-common.scss */
  #page {
    padding: 2rem 0;
  }
}
/* line 13, ../../sass/_page-common.scss */
#page .page-content {
  padding: 2rem;
}
/* line 20, ../../sass/_page-common.scss */
#page .page-content h2 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  background: #d3e9ed;
  z-index: -4;
  border-radius: 0 10px 10px;
  font-size: 3.2px;
  font-size: 3.2rem;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  /* line 20, ../../sass/_page-common.scss */
  #page .page-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 20, ../../sass/_page-common.scss */
  #page .page-content h2 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 20, ../../sass/_page-common.scss */
  #page .page-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 33, ../../sass/_page-common.scss */
#page .page-content h2:before {
  content: "";
  position: absolute;
  background: #8ac6d0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
/* line 50, ../../sass/_page-common.scss */
#page .page-content h3 {
  position: relative;
  padding: 0.6em;
  background: #d3e9ed;
  margin-bottom: 4rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 50, ../../sass/_page-common.scss */
  #page .page-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 56, ../../sass/_page-common.scss */
#page .page-content h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d3e9ed;
  width: 0;
  height: 0;
}
/* line 70, ../../sass/_page-common.scss */
#page .page-content h4 {
  position: relative;
  /*相対位置*/
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 70, ../../sass/_page-common.scss */
  #page .page-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 77, ../../sass/_page-common.scss */
#page .page-content h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #8ac6d0;
  /*アイコン色*/
}
/* line 88, ../../sass/_page-common.scss */
#page .page-content h5 {
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  /* line 88, ../../sass/_page-common.scss */
  #page .page-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 92, ../../sass/_page-common.scss */
#page .page-content h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
/* line 105, ../../sass/_page-common.scss */
#page .page-content img {
  width: 100%;
}
/* line 115, ../../sass/_page-common.scss */
#page section.flow {
  margin-bottom: 6rem;
}
/* line 119, ../../sass/_page-common.scss */
#page section.flow p.intro {
  background-color: #efefef;
  padding: 2rem;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
/* line 131, ../../sass/_page-common.scss */
#page section.flow div.inner div.flow-container div.flow-box {
  padding: 1rem 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 131, ../../sass/_page-common.scss */
  #page section.flow div.inner div.flow-container div.flow-box {
    padding: 1rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 131, ../../sass/_page-common.scss */
  #page section.flow div.inner div.flow-container div.flow-box {
    padding: 1rem 0;
  }
}
/* line 142, ../../sass/_page-common.scss */
#page section.flow div.inner div.flow-container div.flow-box p.head {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  height: 105px;
}
@media screen and (max-width: 1024px) {
  /* line 142, ../../sass/_page-common.scss */
  #page section.flow div.inner div.flow-container div.flow-box p.head {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    height: 95px;
  }
}
/* line 158, ../../sass/_page-common.scss */
#page section.flow div.inner div.flow-container div.flow-box p.head span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #8ac6d0;
}
@media screen and (max-width: 1024px) {
  /* line 158, ../../sass/_page-common.scss */
  #page section.flow div.inner div.flow-container div.flow-box p.head span {
    margin-bottom: 1rem;
  }
}
/* line 172, ../../sass/_page-common.scss */
#page section.flow div.inner div.flow-container div.flow-box div.txt {
  padding: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  /* line 172, ../../sass/_page-common.scss */
  #page section.flow div.inner div.flow-container div.flow-box div.txt {
    padding: 0 1rem;
  }
}
/* line 182, ../../sass/_page-common.scss */
#page section.flow div.inner div.flow-container div.flow-box div.txt p span {
  display: block;
  padding: 1rem;
  background: #f49fc3;
  color: #fff;
  margin: .5rem 0;
}
/* line 206, ../../sass/_page-common.scss */
#page section.price {
  margin-bottom: 6rem;
}
/* line 212, ../../sass/_page-common.scss */
#page section.price div.inner p.intro {
  font-size: 1.8px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 414px) {
  /* line 212, ../../sass/_page-common.scss */
  #page section.price div.inner p.intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 220, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box {
  background: #fff;
  padding: 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 414px) {
  /* line 220, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box {
    padding: 0;
    margin-bottom: 3rem;
  }
}
/* line 230, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box + div.price_box {
  margin-top: 5rem;
}
/* line 234, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box h3.price_title {
  font-size: 2.8px;
  font-size: 2.8rem;
  padding: 1rem;
  background: #8ac6d0;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 234, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box h3.price_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 239, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box h3.price_title span {
  background-color: #fff;
  color: #8ac6d0;
  font-size: 1.4px;
  font-size: 1.4rem;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 239, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box h3.price_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 247, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box div.price_recommend {
  padding: 2rem;
}
/* line 250, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child {
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: bold;
}
/* line 255, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 274, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box div.price_recommend p:first-child:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 290, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box div.price_recommend p:nth-of-type(2) {
  text-decoration: underline;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #ecbabe;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 290, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box div.price_recommend p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 302, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box p.price_detail {
  font-size: 1.8px;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  /* line 302, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box p.price_detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 308, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table {
  width: 100%;
  border-collapse: collapse;
}
/* line 312, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
  font-size: 1.8px;
  font-size: 1.8rem;
  width: 50%;
  border: 1px solid #8ac6d0;
  padding: 1.5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 414px) {
  /* line 312, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 312, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box table th, #page section.price div.inner div.price_container div.price_box table td {
    padding: 1.5rem .5rem;
  }
}
/* line 325, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table th {
  background: #d3e9ed;
  font-weight: normal;
}
/* line 330, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table td {
  line-height: 1.5;
}
/* line 333, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table td span {
  color: #a91b1b;
  font-weight: bold;
  display: block;
}
/* line 341, ../../sass/_page-common.scss */
#page section.price div.inner div.price_container div.price_box table td ul li {
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  /* line 341, ../../sass/_page-common.scss */
  #page section.price div.inner div.price_container div.price_box table td ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 362, ../../sass/_page-common.scss */
#page section.option {
  margin-bottom: 6rem;
}
/* line 368, ../../sass/_page-common.scss */
#page section.option div.inner table {
  width: 100%;
  border-collapse: collapse;
}
/* line 372, ../../sass/_page-common.scss */
#page section.option div.inner table + table {
  margin-top: 2rem;
}
/* line 376, ../../sass/_page-common.scss */
#page section.option div.inner table th, #page section.option div.inner table td {
  width: 25%;
  border: 1px solid #8ac6d0;
  padding: 1rem;
  background: #fff;
  letter-spacing: 3px;
  box-sizing: border-box;
}
/* line 385, ../../sass/_page-common.scss */
#page section.option div.inner table th {
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  /* line 385, ../../sass/_page-common.scss */
  #page section.option div.inner table th {
    display: block;
    width: 100%;
    background: #727475;
    color: #fff;
  }
}
@media screen and (max-width: 414px) {
  /* line 397, ../../sass/_page-common.scss */
  #page section.option div.inner table td {
    display: block;
    width: 100%;
  }
}
/* line 404, ../../sass/_page-common.scss */
#page section.option div.inner table td:nth-child(3) {
  width: 10%;
}
@media screen and (max-width: 414px) {
  /* line 404, ../../sass/_page-common.scss */
  #page section.option div.inner table td:nth-child(3) {
    display: block;
    width: 100%;
  }
}
/* line 414, ../../sass/_page-common.scss */
#page section.option div.inner table td ul {
  text-align: left;
  padding: 0 2rem;
}
/* line 418, ../../sass/_page-common.scss */
#page section.option div.inner table td ul li {
  list-style-type: disc;
  list-style-position: outside;
}
/* line 435, ../../sass/_page-common.scss */
#page .beforeafter {
  margin-bottom: 6rem;
}
/* line 439, ../../sass/_page-common.scss */
#page .beforeafter .box {
  padding: 1rem;
}
/* line 443, ../../sass/_page-common.scss */
#page .beforeafter .box p {
  padding: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  /* line 443, ../../sass/_page-common.scss */
  #page .beforeafter .box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 448, ../../sass/_page-common.scss */
#page .beforeafter .box .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 453, ../../sass/_page-common.scss */
#page .beforeafter .box .inner .imgbox p {
  text-align: left;
  font-family: 'Bad Script', cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .4rem;
}
@media screen and (max-width: 414px) {
  /* line 453, ../../sass/_page-common.scss */
  #page .beforeafter .box .inner .imgbox p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 463, ../../sass/_page-common.scss */
#page .beforeafter .box .inner .imgbox img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 463, ../../sass/_page-common.scss */
  #page .beforeafter .box .inner .imgbox img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  /* line 463, ../../sass/_page-common.scss */
  #page .beforeafter .box .inner .imgbox img {
    height: 100px;
  }
}
/* line 484, ../../sass/_page-common.scss */
#page .attention-txt p {
  margin-bottom: 4rem;
}
/* line 487, ../../sass/_page-common.scss */
#page .attention-txt ul {
  margin-bottom: 2rem;
}
/* line 493, ../../sass/_page-common.scss */
#page .cp_qa *, #page .cp_qa *:after, #page .cp_qa *:before {
  font-family: 'FontAwesome', serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 498, ../../sass/_page-common.scss */
#page .cp_qa dt, #page .cp_qa dd {
  position: relative;
  padding: 0.5em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
}
/* line 504, ../../sass/_page-common.scss */
#page .cp_qa dt {
  margin: 0 3em 1em 3em;
  background: #ffe0b2;
}
/* line 508, ../../sass/_page-common.scss */
#page .cp_qa dd {
  margin: 0 3em 3em 3em;
  background: #b2ebf2;
}
/* line 513, ../../sass/_page-common.scss */
#page .cp_qa dt::before, #page .cp_qa dd::before {
  position: absolute;
  z-index: 99;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}
/* line 524, ../../sass/_page-common.scss */
#page .cp_qa dt::before {
  left: -0.5em;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #ffe0b2 transparent transparent;
}
/* line 530, ../../sass/_page-common.scss */
#page .cp_qa dd::before {
  right: -0.5em;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #b2ebf2;
}
/* line 536, ../../sass/_page-common.scss */
#page .cp_qa dt::after, #page .cp_qa dd::after {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
}
/* line 548, ../../sass/_page-common.scss */
#page .cp_qa dt::after {
  left: -2.5em;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.4em;
  content: '\f128';
  background: #f57c00;
}
/* line 556, ../../sass/_page-common.scss */
#page .cp_qa dd::after {
  right: -2.5em;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.4em;
  content: '\f007';
  background: #0097a7;
}

/* 必須 */
/* line 3, ../../sass/_page-top.scss */
article#top {
  overflow: hidden;
}
/* line 8, ../../sass/_page-top.scss */
article#top .pad-10rem {
  padding: 10rem 0;
}
@media screen and (max-width: 414px) {
  /* line 8, ../../sass/_page-top.scss */
  article#top .pad-10rem {
    padding: 4rem 0;
  }
}
/* line 15, ../../sass/_page-top.scss */
article#top .inner {
  max-width: 1050px;
  margin: 0 auto;
}
/* line 20, ../../sass/_page-top.scss */
article#top .more-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 3, ../../sass/_page-top.scss */
  article#top {
    padding: 2rem 0;
  }
}
/* line 28, ../../sass/_page-top.scss */
article#top .more-btn300 {
  width: 300px;
  margin: 2rem auto;
}
/* line 33, ../../sass/_page-top.scss */
article#top .page-top-title {
  margin-bottom: 6rem;
  font-family: 'Playfair Display', serif;
}
/* line 36, ../../sass/_page-top.scss */
article#top .page-top-title p {
  text-align: center;
  color: #727475;
}
/* line 40, ../../sass/_page-top.scss */
article#top .page-top-title h3 {
  font-size: 2.8px;
  font-size: 2.8rem;
  text-align: center;
  color: #a3a3a3;
}
@media screen and (max-width: 414px) {
  /* line 40, ../../sass/_page-top.scss */
  article#top .page-top-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 49, ../../sass/_page-top.scss */
article#top .top-concept {
  background: url("../../images/page-top/page-top-concept-bg-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  /* line 49, ../../sass/_page-top.scss */
  article#top .top-concept {
    background: url("../../images/page-top/page-top-concept-bg-tb.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  /* line 49, ../../sass/_page-top.scss */
  article#top .top-concept {
    background: url("../../images/page-top/page-top-concept-bg-sp.jpg") no-repeat center center;
  }
}
/* line 61, ../../sass/_page-top.scss */
article#top .top-concept .top-concept-inner {
  margin-bottom: 6rem;
}
/* line 63, ../../sass/_page-top.scss */
article#top .top-concept .top-concept-inner h4 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 63, ../../sass/_page-top.scss */
  article#top .top-concept .top-concept-inner h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 68, ../../sass/_page-top.scss */
article#top .top-concept .top-concept-inner h4 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 68, ../../sass/_page-top.scss */
  article#top .top-concept .top-concept-inner h4 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 72, ../../sass/_page-top.scss */
article#top .top-concept .top-concept-inner p {
  text-align: center;
}
/* line 78, ../../sass/_page-top.scss */
article#top .top-concept2 {
  background: url("../../images/page-top/page-top-concept2-bg-pc-20220608.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  /* line 78, ../../sass/_page-top.scss */
  article#top .top-concept2 {
    background: url("../../images/page-top/page-top-concept2-bg-tb-20220608.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  /* line 78, ../../sass/_page-top.scss */
  article#top .top-concept2 {
    background: url("../../images/page-top/page-top-concept2-bg-sp-20220608.jpg") no-repeat center center;
  }
}
/* line 90, ../../sass/_page-top.scss */
article#top .top-concept2 .top-concept-inner {
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #fff;
  max-width: 1150px;
  padding: 2rem;
  box-shadow: 0 0 8px gray;
}
/* line 99, ../../sass/_page-top.scss */
article#top .top-concept2 .top-concept-inner h4 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 99, ../../sass/_page-top.scss */
  article#top .top-concept2 .top-concept-inner h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 104, ../../sass/_page-top.scss */
article#top .top-concept2 .top-concept-inner h4 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 104, ../../sass/_page-top.scss */
  article#top .top-concept2 .top-concept-inner h4 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 108, ../../sass/_page-top.scss */
article#top .top-concept2 .top-concept-inner p {
  text-align: center;
}
/* line 115, ../../sass/_page-top.scss */
article#top .top-pt1 {
  background-color: #fafafa;
  background-size: cover;
}
/* line 120, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left {
  margin: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
}
/* line 124, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner {
  border: 1px solid #a3a3a3;
  margin: 1rem;
  padding: 1rem;
}
/* line 129, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p {
  display: block;
  margin-bottom: 2rem;
}
/* line 132, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p:first-child {
  color: #a3a3a3;
  text-align: center;
}
/* line 136, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p span {
  display: block;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  line-height: 3.2rem;
  text-align: center;
  color: #ecbabe;
}
/* line 146, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p.top-pt1-left-inner-price {
  text-align: center;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  /* line 146, ../../sass/_page-top.scss */
  article#top .top-pt1 .top-pt1-left .top-pt1-left-inner p.top-pt1-left-inner-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 151, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-left .top-pt1-left-inner h3 {
  color: #8ac6d0;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 414px) {
  /* line 151, ../../sass/_page-top.scss */
  article#top .top-pt1 .top-pt1-left .top-pt1-left-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 161, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right {
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 161, ../../sass/_page-top.scss */
  article#top .top-pt1 .top-pt1-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  /* line 161, ../../sass/_page-top.scss */
  article#top .top-pt1 .top-pt1-right {
    display: block;
  }
}
/* line 171, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 350px;
}
/* line 176, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 184, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 100px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
/* line 198, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner .border1 {
  height: 10px;
  background-color: #8ac6d0;
}
/* line 202, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner .border2 {
  height: 10px;
  background-color: #ecbabe;
}
/* line 206, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner h3 {
  text-align: center;
}
/* line 209, ../../sass/_page-top.scss */
article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner p {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 209, ../../sass/_page-top.scss */
  article#top .top-pt1 .top-pt1-right .top-pt1-right-box .top-pt1-right-box-inner p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 223, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 414px) {
  /* line 223, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box {
    height: auto;
  }
}
/* line 233, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 414px) {
  /* line 233, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 245, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
/* line 251, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  /* line 251, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
/* line 271, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 271, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
/* line 279, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
/* line 284, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 284, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 284, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
/* line 296, ../../sass/_page-top.scss */
article#top .top-pt2 .top-pt2-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: .4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  /* line 296, ../../sass/_page-top.scss */
  article#top .top-pt2 .top-pt2-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 318, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1100px;
}
@media screen and (max-width: 414px) {
  /* line 318, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box {
    height: auto;
  }
}
/* line 328, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 414px) {
  /* line 328, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 340, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
/* line 346, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  /* line 346, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
/* line 366, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 366, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
/* line 374, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
/* line 379, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 379, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 379, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
/* line 391, ../../sass/_page-top.scss */
article#top .top-pt3 .top-pt2-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: .4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  /* line 391, ../../sass/_page-top.scss */
  article#top .top-pt3 .top-pt2-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 411, ../../sass/_page-top.scss */
article#top .top-pt4 {
  background-color: #f7fbfc;
}
/* line 414, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1100px;
}
@media screen and (max-width: 414px) {
  /* line 414, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box {
    height: auto;
  }
}
/* line 424, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box img.top-pt2-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 414px) {
  /* line 424, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box img.top-pt2-box-img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 436, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box img.top-pt2-box-img-sp {
    margin-bottom: 1rem;
  }
}
/* line 442, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner {
  position: absolute;
  right: 0%;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 300px;
  width: 80%;
  height: auto;
  padding: 3rem 3rem 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  /* line 442, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner {
    position: static;
    width: 92%;
  }
}
/* line 462, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img {
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 462, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img {
    width: 100%;
  }
}
/* line 470, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner .top-pt2-box-inner-img img {
  width: 100%;
}
/* line 475, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: #8ac6d0;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 475, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 475, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner h2 {
    font-size: 2.6rem;
  }
}
/* line 487, ../../sass/_page-top.scss */
article#top .top-pt4 .top-pt4-box .top-pt2-box-inner p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #727475;
  font-size: 1.8px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: .4rem 0;
  color: #ecbabe;
}
@media screen and (max-width: 414px) {
  /* line 487, ../../sass/_page-top.scss */
  article#top .top-pt4 .top-pt4-box .top-pt2-box-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 506, ../../sass/_page-top.scss */
article#top .top-customer {
  background: url("../../images/page-top/page-top-voice-bg-pc.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  /* line 506, ../../sass/_page-top.scss */
  article#top .top-customer {
    background: url("../../images/page-top/page-top-voice-bg-tb.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 414px) {
  /* line 506, ../../sass/_page-top.scss */
  article#top .top-customer {
    background: url("../../images/page-top/page-top-voice-bg-sp.jpg") no-repeat center center;
  }
}
/* line 533, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 537, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
/* line 540, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
}
/* line 543, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
/* line 551, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 555, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
/* line 558, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
/* line 561, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6:nth-child(even) .top-customer-box .top-customer-box-inner .row p {
  text-align: right;
}
/* line 568, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box-inner-content {
  padding: 2rem 0;
}
/* line 571, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
/* line 575, ../../sass/_page-top.scss */
article#top .top-customer .col-l-6 .top-customer-box-inner-menu i {
  color: #727475;
}
/* line 584, ../../sass/_page-top.scss */
article#top .top-owener-inner {
  padding: 1rem;
}
/* line 589, ../../sass/_page-top.scss */
article#top .top-news a.top-news-box {
  display: block;
  margin: 1rem;
  box-shadow: 0 0 10px #999;
}
@media screen and (max-width: 414px) {
  /* line 589, ../../sass/_page-top.scss */
  article#top .top-news a.top-news-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* line 598, ../../sass/_page-top.scss */
article#top .top-news a.top-news-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 598, ../../sass/_page-top.scss */
  article#top .top-news a.top-news-box img {
    height: 150px;
  }
}
@media screen and (max-width: 414px) {
  /* line 598, ../../sass/_page-top.scss */
  article#top .top-news a.top-news-box img {
    width: 40%;
    height: 100px;
  }
}
/* line 613, ../../sass/_page-top.scss */
article#top .top-news a.top-news-box .top-news-box-inner {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 613, ../../sass/_page-top.scss */
  article#top .top-news a.top-news-box .top-news-box-inner {
    width: 60%;
  }
}
/* line 621, ../../sass/_page-top.scss */
article#top .top-news a.top-news-box .top-news-box-inner time {
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  /* line 621, ../../sass/_page-top.scss */
  article#top .top-news a.top-news-box .top-news-box-inner time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 626, ../../sass/_page-top.scss */
article#top .top-news a.top-news-box .top-news-box-inner h4 {
  color: #727475;
}
/* line 634, ../../sass/_page-top.scss */
article#top .top-contact {
  background-color: #a3a3a3;
  background: url("../../images/page-top/page-top-contact-pc-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 414px) {
  /* line 634, ../../sass/_page-top.scss */
  article#top .top-contact {
    background: url("../../images/page-top/page-top-contact-sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
/* line 644, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box {
  background-color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 414px) {
  /* line 644, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box {
    background-color: transparent;
  }
}
/* line 652, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box .top-contact-box-right {
  padding: 2rem;
}
/* line 656, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
  padding: 8rem;
  border: 1px solid #727475;
}
@media screen and (max-width: 1024px) {
  /* line 656, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 656, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner {
    padding: 4rem;
    border: 1px solid #fff;
  }
}
/* line 670, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8px;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  color: #8ac6d0;
  font-family: 'Oranienbaum', serif;
}
@media screen and (max-width: 414px) {
  /* line 670, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 670, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 670, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 414px) {
  /* line 670, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 670, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 683, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #8ac6d0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 683, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner h2:after {
    height: 20px;
  }
}
/* line 695, ../../sass/_page-top.scss */
article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
  display: block;
  color: #8ac6d0;
  font-size: 1.8px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  /* line 695, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 695, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 695, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 414px) {
  /* line 695, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 695, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner a.tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 414px) {
  /* line 708, ../../sass/_page-top.scss */
  article#top .top-contact .top-contact-box .top-contact-box-right .top-contact-box-right-inner p {
    color: #fff;
  }
}
/* line 725, ../../sass/_page-top.scss */
article#top .instagram-feed {
  width: 80%;
  margin: 4rem auto;
}
@media screen and (max-width: 414px) {
  /* line 725, ../../sass/_page-top.scss */
  article#top .instagram-feed {
    width: 98%;
    margin: 2rem auto;
  }
}
/* line 736, ../../sass/_page-top.scss */
article#top .top-salon {
  background-color: #fafafa;
}
/* line 740, ../../sass/_page-top.scss */
article#top .top-salon .top-salon-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 740, ../../sass/_page-top.scss */
  article#top .top-salon .top-salon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 747, ../../sass/_page-top.scss */
  article#top .top-salon .top-salon-box img {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  /* line 752, ../../sass/_page-top.scss */
  article#top .top-salon .top-salon-box .top-salon-box-info {
    width: 60%;
    padding-left: 1rem;
  }
}
/* line 759, ../../sass/_page-top.scss */
article#top .top-salon .top-salon-box .top-salon-box-info p span {
  font-family: 'Great Vibes', cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 759, ../../sass/_page-top.scss */
  article#top .top-salon .top-salon-box .top-salon-box-info p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 6, ../../sass/_page-menu.scss */
.page-menu .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
/* line 10, ../../sass/_page-menu.scss */
.page-menu .content .box .inner {
  padding: 2rem;
}
/* line 13, ../../sass/_page-menu.scss */
.page-menu .content .box .inner p:first-child {
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 13, ../../sass/_page-menu.scss */
  .page-menu .content .box .inner p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 20, ../../sass/_page-menu.scss */
.page-menu .content .box .inner p:nth-of-type(2) {
  font-size: 1.4px;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 20, ../../sass/_page-menu.scss */
  .page-menu .content .box .inner p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 7, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .point .txt {
  padding: 1rem;
}
/* line 9, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
/* line 18, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai p {
  margin-bottom: 4rem;
}
/* line 22, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: #d3e9ed;
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  /* line 22, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 30, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai .colmun {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 30, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .colmun {
    display: block;
  }
}
/* line 37, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 37, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .colmun .text_box {
    width: 96%;
  }
}
/* line 45, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai .colmun p.text {
  background-color: #d3e9ed;
  padding: 2rem;
}
/* line 48, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 48, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 68, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri {
  margin-bottom: 6rem;
}
/* line 71, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri .inner {
  padding: 1rem;
}
/* line 74, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri .inner p {
  margin-bottom: 1rem;
}
/* line 78, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri .inner .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 80, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri .inner .img .imgbox {
  position: relative;
}
/* line 82, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
/* line 99, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .kouka {
  margin-bottom: 6rem;
}
/* line 105, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .kouka .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 108, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: .4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 108, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .kouka .inner ul li {
    width: 33%;
  }
}
/* line 129, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-1 img {
  margin-bottom: 4rem;
}
/* line 132, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-1 p {
  margin-bottom: 4rem;
}
/* line 138, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 p.catch {
  margin-bottom: 4rem;
}
/* line 142, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  /* line 142, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
/* line 150, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 150, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-2 .detal-2-herb .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem;
  }
}
/* line 157, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  /* line 157, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
/* line 168, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  /* line 173, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
/* line 181, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: .1rem;
}
@media screen and (max-width: 414px) {
  /* line 181, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 194, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
/* line 199, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-3 p {
  padding: 2rem;
  color: #fff;
}
/* line 202, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 202, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 209, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
/* line 213, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-4 .box .inner {
  padding: 2rem;
}
/* line 216, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 216, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 223, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 223, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 230, ../../sass/_page-herbalpeel.scss */
.page-herbalpeel .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 230, ../../sass/_page-herbalpeel.scss */
  .page-herbalpeel .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 4, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point {
  margin-bottom: 6rem;
}
/* line 8, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point p {
  margin-bottom: 4rem;
}
/* line 12, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter {
  background: #fff;
  padding: 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 414px) {
  /* line 12, ../../sass/_page-herbalpeelbody.scss */
  .page-herbalpeelbody .point .beforeafter {
    padding: .4rem;
  }
}
/* line 21, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter p {
  text-align: center;
}
/* line 23, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter p span {
  background-color: #8ac6d0;
  width: 50%;
  margin: 1rem auto;
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 23, ../../sass/_page-herbalpeelbody.scss */
  .page-herbalpeelbody .point .beforeafter p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 33, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 37, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter ul li {
  width: 24%;
  margin-bottom: 0 auto;
}
/* line 40, ../../sass/_page-herbalpeelbody.scss */
.page-herbalpeelbody .point .beforeafter ul li img {
  display: block;
}

/* line 4, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .point {
  margin-bottom: 6rem;
}
/* line 8, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .point p {
  margin-bottom: 4rem;
}
/* line 11, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_page-herbalpeelmethod.scss */
  .page-herbalpeelmethod .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 22, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .tigai {
  margin-bottom: 6rem;
}
/* line 25, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .tigai ul li {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #ecbabe;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 25, ../../sass/_page-herbalpeelmethod.scss */
  .page-herbalpeelmethod .tigai ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 35, ../../sass/_page-herbalpeelmethod.scss */
.page-herbalpeelmethod .point2 .inner {
  margin-bottom: 4rem;
}

/* line 4, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point {
  margin-bottom: 6rem;
}
/* line 8, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point p {
  margin-bottom: 4rem;
}
/* line 11, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_page-itodatsumou.scss */
  .page-itodatsumou .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 25, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point2 .box {
  width: 80%;
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 25, ../../sass/_page-itodatsumou.scss */
  .page-itodatsumou .point2 .box {
    flex-direction: column;
    width: 96%;
  }
}
/* line 39, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point2 .box .inner {
  border: 1px solid #8ac6d0;
  padding: 2rem 1rem;
}
/* line 45, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point2 .box .inner p {
  display: block;
  background-color: #d3e9ed;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
/* line 57, ../../sass/_page-itodatsumou.scss */
.page-itodatsumou .point2 .box .left .inner p {
  background-color: #ecbabe;
}

/* line 7, ../../sass/_page-hand.scss */
.page-hand .point .txt {
  padding: 1rem;
}
/* line 9, ../../sass/_page-hand.scss */
.page-hand .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
/* line 18, ../../sass/_page-hand.scss */
.page-hand .tigai p {
  margin-bottom: 4rem;
}
/* line 22, ../../sass/_page-hand.scss */
.page-hand .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: #d3e9ed;
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  /* line 22, ../../sass/_page-hand.scss */
  .page-hand .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 30, ../../sass/_page-hand.scss */
.page-hand .tigai .colmun {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 30, ../../sass/_page-hand.scss */
  .page-hand .tigai .colmun {
    display: block;
  }
}
/* line 37, ../../sass/_page-hand.scss */
.page-hand .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 37, ../../sass/_page-hand.scss */
  .page-hand .tigai .colmun .text_box {
    width: 96%;
  }
}
/* line 45, ../../sass/_page-hand.scss */
.page-hand .tigai .colmun p.text {
  background-color: #d3e9ed;
  padding: 2rem;
}
/* line 48, ../../sass/_page-hand.scss */
.page-hand .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-hand.scss */
  .page-hand .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-hand.scss */
  .page-hand .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 48, ../../sass/_page-hand.scss */
  .page-hand .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 4, ../../sass/_page-yomogi.scss */
.page-yomogi .point {
  margin-bottom: 6rem;
}
/* line 8, ../../sass/_page-yomogi.scss */
.page-yomogi .point p {
  margin-bottom: 4rem;
}
/* line 11, ../../sass/_page-yomogi.scss */
.page-yomogi .point p span {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_page-yomogi.scss */
  .page-yomogi .point p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 25, ../../sass/_page-yomogi.scss */
.page-yomogi .point2 .box {
  width: 80%;
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 25, ../../sass/_page-yomogi.scss */
  .page-yomogi .point2 .box {
    flex-direction: column;
    width: 96%;
  }
}
/* line 39, ../../sass/_page-yomogi.scss */
.page-yomogi .point2 .box .inner {
  border: 1px solid #8ac6d0;
  padding: 2rem 1rem;
}
/* line 45, ../../sass/_page-yomogi.scss */
.page-yomogi .point2 .box .inner p {
  display: block;
  background-color: #d3e9ed;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
/* line 57, ../../sass/_page-yomogi.scss */
.page-yomogi .point2 .box .left .inner p {
  background-color: #ecbabe;
}

/* line 5, ../../sass/_page-simicare.scss */
.page-simicare h5 span {
  font-size: 2.8px;
  font-size: 2.8rem;
  color: red;
}
@media screen and (max-width: 414px) {
  /* line 5, ../../sass/_page-simicare.scss */
  .page-simicare h5 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 11, ../../sass/_page-simicare.scss */
.page-simicare .soudan {
  margin-bottom: 2rem;
}
/* line 13, ../../sass/_page-simicare.scss */
.page-simicare .soudan img {
  display: block;
  width: 100%;
}
/* line 21, ../../sass/_page-simicare.scss */
.page-simicare .point .txt {
  padding: 1rem;
}
/* line 23, ../../sass/_page-simicare.scss */
.page-simicare .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
/* line 26, ../../sass/_page-simicare.scss */
.page-simicare .point .txt p span {
  color: red;
  font-weight: bold;
}
/* line 36, ../../sass/_page-simicare.scss */
.page-simicare .tigai p {
  margin-bottom: 4rem;
}
/* line 40, ../../sass/_page-simicare.scss */
.page-simicare .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: #d3e9ed;
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  /* line 40, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 48, ../../sass/_page-simicare.scss */
.page-simicare .tigai .colmun {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .colmun {
    display: block;
  }
}
/* line 55, ../../sass/_page-simicare.scss */
.page-simicare .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 55, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .colmun .text_box {
    width: 96%;
  }
}
/* line 63, ../../sass/_page-simicare.scss */
.page-simicare .tigai .colmun p.text {
  background-color: #d3e9ed;
  padding: 2rem;
}
/* line 66, ../../sass/_page-simicare.scss */
.page-simicare .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 66, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 66, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 66, ../../sass/_page-simicare.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 86, ../../sass/_page-simicare.scss */
.page-simicare .hakuri {
  margin-bottom: 6rem;
}
/* line 89, ../../sass/_page-simicare.scss */
.page-simicare .hakuri .inner {
  padding: 1rem;
}
/* line 92, ../../sass/_page-simicare.scss */
.page-simicare .hakuri .inner p {
  margin-bottom: 1rem;
}
/* line 96, ../../sass/_page-simicare.scss */
.page-simicare .hakuri .inner .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 98, ../../sass/_page-simicare.scss */
.page-simicare .hakuri .inner .img .imgbox {
  position: relative;
}
/* line 100, ../../sass/_page-simicare.scss */
.page-simicare .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
/* line 117, ../../sass/_page-simicare.scss */
.page-simicare .kouka {
  margin-bottom: 6rem;
}
/* line 123, ../../sass/_page-simicare.scss */
.page-simicare .kouka .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 126, ../../sass/_page-simicare.scss */
.page-simicare .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: .4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 126, ../../sass/_page-simicare.scss */
  .page-simicare .kouka .inner ul li {
    width: 33%;
  }
}
/* line 147, ../../sass/_page-simicare.scss */
.page-simicare .detal-1 img {
  margin-bottom: 4rem;
}
/* line 150, ../../sass/_page-simicare.scss */
.page-simicare .detal-1 p {
  margin-bottom: 4rem;
}
/* line 156, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 p.catch {
  margin-bottom: 4rem;
}
/* line 160, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  /* line 160, ../../sass/_page-simicare.scss */
  .page-simicare .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
/* line 168, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 168, ../../sass/_page-simicare.scss */
  .page-simicare .detal-2 .detal-2-herb .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem;
  }
}
/* line 175, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  /* line 175, ../../sass/_page-simicare.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
/* line 186, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  /* line 191, ../../sass/_page-simicare.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
/* line 199, ../../sass/_page-simicare.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: .1rem;
}
@media screen and (max-width: 414px) {
  /* line 199, ../../sass/_page-simicare.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 212, ../../sass/_page-simicare.scss */
.page-simicare .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
/* line 217, ../../sass/_page-simicare.scss */
.page-simicare .detal-3 p {
  padding: 2rem;
  color: #fff;
}
/* line 220, ../../sass/_page-simicare.scss */
.page-simicare .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 220, ../../sass/_page-simicare.scss */
  .page-simicare .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 227, ../../sass/_page-simicare.scss */
.page-simicare .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
/* line 231, ../../sass/_page-simicare.scss */
.page-simicare .detal-4 .box .inner {
  padding: 2rem;
}
/* line 234, ../../sass/_page-simicare.scss */
.page-simicare .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 234, ../../sass/_page-simicare.scss */
  .page-simicare .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 241, ../../sass/_page-simicare.scss */
.page-simicare .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 241, ../../sass/_page-simicare.scss */
  .page-simicare .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 248, ../../sass/_page-simicare.scss */
.page-simicare .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 248, ../../sass/_page-simicare.scss */
  .page-simicare .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 258, ../../sass/_page-simicare.scss */
.page-simicare .beforeafter p.beforeafter-content {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 258, ../../sass/_page-simicare.scss */
  .page-simicare .beforeafter p.beforeafter-content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 261, ../../sass/_page-simicare.scss */
.page-simicare .beforeafter p.beforeafter-menu {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 261, ../../sass/_page-simicare.scss */
  .page-simicare .beforeafter p.beforeafter-menu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 264, ../../sass/_page-simicare.scss */
.page-simicare .beforeafter p.beforeafter-comment {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 264, ../../sass/_page-simicare.scss */
  .page-simicare .beforeafter p.beforeafter-comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 5, ../../sass/_page-kinmaku.scss */
.page-simicare h5 span {
  font-size: 2.8px;
  font-size: 2.8rem;
  color: red;
}
@media screen and (max-width: 414px) {
  /* line 5, ../../sass/_page-kinmaku.scss */
  .page-simicare h5 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 14, ../../sass/_page-kinmaku.scss */
.page-simicare .point .txt {
  padding: 1rem;
}
/* line 16, ../../sass/_page-kinmaku.scss */
.page-simicare .point .txt p {
  text-align: justify;
  margin-bottom: 4rem;
}
/* line 19, ../../sass/_page-kinmaku.scss */
.page-simicare .point .txt p span {
  color: red;
  font-weight: bold;
}
/* line 29, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai p {
  margin-bottom: 4rem;
}
/* line 33, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai .attention {
  padding: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  border: 4px solid #8ac6d0;
  background-color: #d3e9ed;
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  /* line 33, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 41, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai .colmun {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  /* line 41, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .colmun {
    display: block;
  }
}
/* line 48, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai .colmun .text_box {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .colmun .text_box {
    width: 96%;
  }
}
/* line 56, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai .colmun p.text {
  background-color: #d3e9ed;
  padding: 2rem;
}
/* line 59, ../../sass/_page-kinmaku.scss */
.page-simicare .tigai .colmun p.text span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8ac6d0;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 59, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 59, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 59, ../../sass/_page-kinmaku.scss */
  .page-simicare .tigai .colmun p.text span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 79, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri {
  margin-bottom: 6rem;
}
/* line 82, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri .inner {
  padding: 1rem;
}
/* line 85, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri .inner p {
  margin-bottom: 1rem;
}
/* line 89, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri .inner .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 91, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri .inner .img .imgbox {
  position: relative;
}
/* line 93, ../../sass/_page-kinmaku.scss */
.page-simicare .hakuri .inner .img .imgbox p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8ac6d0;
  color: #fff;
  text-align: center;
  width: 40%;
}
/* line 110, ../../sass/_page-kinmaku.scss */
.page-simicare .kouka {
  margin-bottom: 6rem;
}
/* line 116, ../../sass/_page-kinmaku.scss */
.page-simicare .kouka .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 119, ../../sass/_page-kinmaku.scss */
.page-simicare .kouka .inner ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #8ac6d0;
  padding: 2rem;
  margin: .4rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 119, ../../sass/_page-kinmaku.scss */
  .page-simicare .kouka .inner ul li {
    width: 33%;
  }
}
/* line 140, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-1 img {
  margin-bottom: 4rem;
}
/* line 143, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-1 p {
  margin-bottom: 4rem;
}
/* line 149, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 p.catch {
  margin-bottom: 4rem;
}
/* line 153, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 .detal-2-herb {
  border: 2px solid #8ac6d0;
  padding: 2rem 4rem;
}
@media screen and (max-width: 414px) {
  /* line 153, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-2 .detal-2-herb {
    padding: 1rem 2rem;
  }
}
/* line 161, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 .detal-2-herb .inner {
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 161, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-2 .detal-2-herb .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem;
  }
}
/* line 168, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbimg {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 414px) {
  /* line 168, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbimg {
    width: 30%;
    height: auto;
  }
}
/* line 179, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbimg img {
  width: 100%;
}
@media screen and (max-width: 414px) {
  /* line 184, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbname {
    width: 70%;
    padding-left: 1rem;
  }
}
/* line 192, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: .1rem;
}
@media screen and (max-width: 414px) {
  /* line 192, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-2 .detal-2-herb .inner .herbname p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 205, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #8ac6d0;
  padding: 2rem;
}
/* line 210, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-3 p {
  padding: 2rem;
  color: #fff;
}
/* line 213, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-3 p span {
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 213, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-3 p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 220, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-4 .box {
  border: 1px solid #8ac6d0;
  margin-bottom: 2rem;
  padding: 1rem;
}
/* line 224, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-4 .box .inner {
  padding: 2rem;
}
/* line 227, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-4 .box .inner p:first-child {
  text-align: center;
  font-size: 3.2px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 227, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-4 .box .inner p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 234, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-4 .box .inner p:nth-of-type(2) {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 234, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-4 .box .inner p:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 241, ../../sass/_page-kinmaku.scss */
.page-simicare .detal-4 .box .inner p:nth-of-type(3) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 241, ../../sass/_page-kinmaku.scss */
  .page-simicare .detal-4 .box .inner p:nth-of-type(3) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 251, ../../sass/_page-kinmaku.scss */
.page-simicare .beforeafter p.beforeafter-content {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 251, ../../sass/_page-kinmaku.scss */
  .page-simicare .beforeafter p.beforeafter-content {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 254, ../../sass/_page-kinmaku.scss */
.page-simicare .beforeafter p.beforeafter-menu {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 254, ../../sass/_page-kinmaku.scss */
  .page-simicare .beforeafter p.beforeafter-menu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 257, ../../sass/_page-kinmaku.scss */
.page-simicare .beforeafter p.beforeafter-comment {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 257, ../../sass/_page-kinmaku.scss */
  .page-simicare .beforeafter p.beforeafter-comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 必須 */
/* line 2, ../../sass/_page-link.scss */
div#page-link {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
}
/* line 7, ../../sass/_page-link.scss */
div#page-link .page-link-logo {
  width: 100px;
  padding-top: 2rem;
  margin: 0rem auto 1rem;
}
/* line 11, ../../sass/_page-link.scss */
div#page-link .page-link-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
/* line 18, ../../sass/_page-link.scss */
div#page-link p.page-link-instaacount {
  color: #fff;
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  /* line 18, ../../sass/_page-link.scss */
  div#page-link p.page-link-instaacount {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 26, ../../sass/_page-link.scss */
div#page-link a.linktreebox {
  display: block;
  width: 250px;
  margin: 2rem auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 26, ../../sass/_page-link.scss */
  div#page-link a.linktreebox {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 26, ../../sass/_page-link.scss */
  div#page-link a.linktreebox {
    width: 95%;
    line-height: 6rem;
  }
}

/* line 6, ../../sass/_page-menu.scss */
.page-menu .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
/* line 10, ../../sass/_page-menu.scss */
.page-menu .content .box .inner {
  padding: 2rem;
}
/* line 13, ../../sass/_page-menu.scss */
.page-menu .content .box .inner p:first-child {
  text-align: center;
  font-size: 2.8px;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 13, ../../sass/_page-menu.scss */
  .page-menu .content .box .inner p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 20, ../../sass/_page-menu.scss */
.page-menu .content .box .inner p:nth-of-type(2) {
  font-size: 1.4px;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #8ac6d0;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 20, ../../sass/_page-menu.scss */
  .page-menu .content .box .inner p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 6, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box {
  border: 1px solid #8ac6d0;
  margin: 2rem;
  padding: 1rem;
}
/* line 10, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box h2 {
  background-color: #8ac6d0;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
/* line 16, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box .inner {
  padding: 2rem;
}
/* line 19, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box .inner .page-menuonayami-menu-list {
  border-bottom: 1px solid #8ac6d0;
}
/* line 21, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box .inner .page-menuonayami-menu-list p {
  text-align: right;
}
/* line 26, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box .inner .page-menuonayami-menu-list p.hosoku {
  text-align: left;
  background-color: #d3e9ed;
  padding: 1rem;
  margin: 1rem;
}
/* line 35, ../../sass/_page-menuonayami.scss */
.page-menuonayami .content .box .inner p.tax {
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 35, ../../sass/_page-menuonayami.scss */
  .page-menuonayami .content .box .inner p.tax {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 3, ../../sass/_page-menuall.scss */
.page-menuall .outer {
  margin: 4rem auto;
  box-shadow: 0 0 8px gray;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../../sass/_page-menuall.scss */
  .page-menuall .outer {
    margin: 2rem 1rem;
    padding: 2rem;
  }
}
/* line 14, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner h2 {
  background-color: #8ac6d0;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 2.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  /* line 14, ../../sass/_page-menuall.scss */
  .page-menuall .outer .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 22, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem;
  color: #8ac6d0;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 22, ../../sass/_page-menuall.scss */
  .page-menuall .outer .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 27, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner h3 span {
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #727475;
}
@media screen and (max-width: 414px) {
  /* line 27, ../../sass/_page-menuall.scss */
  .page-menuall .outer .inner h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 35, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner p.txt-box {
  padding: 2rem;
}
/* line 39, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner ul {
  padding: 2rem;
}
/* line 44, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner .page-menuall-menubox p.price {
  padding: 2rem;
  font-weight: bold;
  background-color: #d3e9ed;
  color: #8ac6d0;
}
/* line 50, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner .page-menuall-menubox .page-menuall-menubox-menu {
  border-bottom: 1px solid #d3e9ed;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
/* line 55, ../../sass/_page-menuall.scss */
.page-menuall .outer .inner .page-menuall-menubox .page-menuall-menubox-menu p {
  text-align: right;
}

/* 必須 */
/* line 4, ../../sass/_page-contact.scss */
article.page-contact div.main-content {
  margin: 2rem 0;
}
/* line 12, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 12, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
/* line 25, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #727475;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 25, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
/* line 41, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 41, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  /* line 41, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  /* line 41, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
/* line 57, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th, article.page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
/* line 63, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 63, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 63, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
/* line 77, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  /* line 85, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 85, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
/* line 97, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table td input,
article.page-contact div.main-content section.form div.inner form table td textarea,
article.page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
/* line 107, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
/* line 129, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #8ac6d0;
  color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: .3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 129, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
/* line 145, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #8ac6d0;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 158, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #fff;
}
/* line 160, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

/* line 3, ../../sass/_archive.scss */
.archive .archive-category {
  margin: 2rem 0;
}
/* line 5, ../../sass/_archive.scss */
.archive .archive-category ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 7, ../../sass/_archive.scss */
.archive .archive-category ul li {
  margin: 2px;
}
/* line 9, ../../sass/_archive.scss */
.archive .archive-category ul li a {
  font-family: 'Oranienbaum', serif;
}
@media screen and (max-width: 1024px) {
  /* line 5, ../../sass/_archive.scss */
  .archive .archive-category ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 15, ../../sass/_archive.scss */
  .archive .archive-category ul li {
    width: 20%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  /* line 5, ../../sass/_archive.scss */
  .archive .archive-category ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 22, ../../sass/_archive.scss */
  .archive .archive-category ul li {
    width: 48%;
    margin: 0 auto;
  }
}
/* line 29, ../../sass/_archive.scss */
.archive .archive-box {
  margin-top: 2rem;
}
/* line 31, ../../sass/_archive.scss */
.archive .archive-box a {
  display: block;
  font-family: 'Oranienbaum', serif;
  margin: 2px;
  color: #333;
}
/* line 37, ../../sass/_archive.scss */
.archive .archive-box a .eyecatch img {
  z-index: -1;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 37, ../../sass/_archive.scss */
  .archive .archive-box a .eyecatch img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  /* line 37, ../../sass/_archive.scss */
  .archive .archive-box a .eyecatch img {
    height: 100px;
  }
}
/* line 51, ../../sass/_archive.scss */
.archive .archive-box a .eyecatch .eyecatch-category {
  width: 40%;
  margin-top: -20px;
  padding-left: 10px;
  z-index: 1;
}
/* line 56, ../../sass/_archive.scss */
.archive .archive-box a .eyecatch .eyecatch-category p, .archive .archive-box a .eyecatch .eyecatch-category time {
  font-size: 2.2px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 56, ../../sass/_archive.scss */
  .archive .archive-box a .eyecatch .eyecatch-category p, .archive .archive-box a .eyecatch .eyecatch-category time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 60, ../../sass/_archive.scss */
.archive .archive-box a .eyecatch .eyecatch-category .yellow_line {
  background: transparent -webkit-linear-gradient(transparent 60%, #8ac6d0 0%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(transparent 60%, #8ac6d0 0%) repeat scroll 0 0;
  background: transparent linear-gradient(transparent 60%, #8ac6d0 0%) repeat scroll 0 0;
}
@media screen and (max-width: 414px) {
  /* line 51, ../../sass/_archive.scss */
  .archive .archive-box a .eyecatch .eyecatch-category {
    width: 60%;
  }
}
/* line 69, ../../sass/_archive.scss */
.archive .archive-box a .eyecatch:hover {
  opacity: 0.7;
}
/* line 74, ../../sass/_archive.scss */
.archive .archive-box a h2 {
  color: #8ac6d0;
  font-weight: normal;
  padding: 1rem;
}
/* line 79, ../../sass/_archive.scss */
.archive .archive-box a p.staff-name {
  padding: .5rem 1rem;
  color: #8ac6d0;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 79, ../../sass/_archive.scss */
  .archive .archive-box a p.staff-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 86, ../../sass/_archive.scss */
.archive .archive-box a .archive-staff-info h2 {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 86, ../../sass/_archive.scss */
  .archive .archive-box a .archive-staff-info h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 90, ../../sass/_archive.scss */
.archive .archive-box a .archive-staff-info p {
  padding: .5rem 1rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 90, ../../sass/_archive.scss */
  .archive .archive-box a .archive-staff-info p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 93, ../../sass/_archive.scss */
.archive .archive-box a .archive-staff-info p span {
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #8ac6d0;
  letter-spacing: .5rem;
}
@media screen and (max-width: 414px) {
  /* line 93, ../../sass/_archive.scss */
  .archive .archive-box a .archive-staff-info p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 5, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 9, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
/* line 12, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
}
/* line 15, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box .archive-voice-box-inner .row p {
  text-align: right;
}
/* line 23, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6:nth-child(even) .archive-voice-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 27, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
/* line 30, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
/* line 33, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6:nth-child(even) .archive-voice-box .archive-voice-box-inner .row p {
  text-align: right;
}
/* line 40, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box-inner-content {
  padding: 2rem 0;
}
/* line 43, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
/* line 47, ../../sass/_archive-voice.scss */
.archive-voice .col-l-6 .archive-voice-box-inner-menu i {
  color: #727475;
}

/* line 5, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 9, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #8ac6d0;
  padding: 2rem;
}
/* line 12, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #8ac6d0;
  color: #8ac6d0;
  margin-bottom: 2rem;
}
/* line 19, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 24, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
  text-align: left;
  font-family: 'Bad Script', cursive;
  color: #ecbabe;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .4rem;
}
@media screen and (max-width: 414px) {
  /* line 24, ../../sass/_archive-beforeafter.scss */
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 34, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 34, ../../sass/_archive-beforeafter.scss */
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  /* line 34, ../../sass/_archive-beforeafter.scss */
  .archive-beforeafter .col-l-6 .archive-beforeafter-box .archive-beforeafter-box-inner .inner .imgbox img {
    height: 100px;
  }
}
/* line 53, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box {
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
}
/* line 57, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner {
  border: 2px solid #ecbabe;
  padding: 2rem;
}
/* line 60, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row {
  border-bottom: 4px solid #ecbabe;
  color: #ecbabe;
}
/* line 63, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6:nth-child(even) .archive-beforeafter-box .archive-beforeafter-box-inner .row p {
  text-align: right;
}
/* line 70, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-content {
  padding: 2rem 0;
}
/* line 73, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-menu {
  display: block;
  border-top: 1px solid #727475;
  padding-top: 1rem;
}
/* line 77, ../../sass/_archive-beforeafter.scss */
.archive-beforeafter .col-l-6 .archive-beforeafter-box-inner-menu i {
  color: #727475;
}

/* 必須 */
/* line 3, ../../sass/_single.scss */
.single .single-content {
  margin: 0 2px;
}
/* line 5, ../../sass/_single.scss */
.single .single-content h1.single-title {
  border-top: 1px solid #8ac6d0;
  border-bottom: 1px solid #8ac6d0;
  margin-top: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 5, ../../sass/_single.scss */
  .single .single-content h1.single-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 13, ../../sass/_single.scss */
.single .single-content time {
  display: block;
  margin-top: 2rem;
  padding: 0 1rem;
}
/* line 18, ../../sass/_single.scss */
.single .single-content .single-coment {
  margin: 2rem 0;
  padding: 0 1rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 18, ../../sass/_single.scss */
  .single .single-content .single-coment {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 必須 */
/* line 2, ../../sass/_sidebar.scss */
.sidebar {
  width: 65%;
  margin-left: 25%;
}
/* line 5, ../../sass/_sidebar.scss */
.sidebar .inner {
  margin: 0 2px;
}
/* line 7, ../../sass/_sidebar.scss */
.sidebar .inner h2 {
  border-top: 1px solid #8ac6d0;
  border-bottom: 1px solid #8ac6d0;
  margin-top: 2rem;
  font-size: 2.2px;
  font-size: 2.2rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 7, ../../sass/_sidebar.scss */
  .sidebar .inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 15, ../../sass/_sidebar.scss */
.sidebar .inner ul.ranking-list {
  color: #fff;
}
/* line 17, ../../sass/_sidebar.scss */
.sidebar .inner ul.ranking-list li.ranking-box {
  margin-bottom: 1rem;
  background-color: #8ac6d0;
  padding: 1rem;
  counter-increment: count;
  position: relative;
}
/* line 23, ../../sass/_sidebar.scss */
.sidebar .inner ul.ranking-list li.ranking-box:before {
  content: counter(count);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d3e9ed;
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  width: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 414px) {
  /* line 23, ../../sass/_sidebar.scss */
  .sidebar .inner ul.ranking-list li.ranking-box:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 34, ../../sass/_sidebar.scss */
.sidebar .inner ul.ranking-list li.ranking-box h3.title {
  font-weight: normal;
}
/* line 37, ../../sass/_sidebar.scss */
.sidebar .inner ul.ranking-list li.ranking-box span.view {
  display: block;
  text-align: right;
}
/* line 43, ../../sass/_sidebar.scss */
.sidebar .inner ul.blog-list {
  color: #fff;
}
/* line 45, ../../sass/_sidebar.scss */
.sidebar .inner ul.blog-list li.blog-box {
  margin-bottom: 1rem;
  background-color: #8ac6d0;
  padding: 1rem;
  counter-increment: count;
  position: relative;
}
/* line 51, ../../sass/_sidebar.scss */
.sidebar .inner ul.blog-list li.blog-box h3.title {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  /* line 2, ../../sass/_sidebar.scss */
  .sidebar {
    width: 100%;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 2, ../../sass/_sidebar.scss */
  .sidebar {
    width: 100%;
    margin: 0 0 2rem;
  }
  /* line 64, ../../sass/_sidebar.scss */
  .sidebar .inner {
    margin: 0;
  }
  /* line 66, ../../sass/_sidebar.scss */
  .sidebar .inner ul.ranking-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px;
  }
  /* line 70, ../../sass/_sidebar.scss */
  .sidebar .inner ul.ranking-list li.ranking-box {
    width: 50%;
    padding: .5rem;
    margin: 0;
  }
  /* line 76, ../../sass/_sidebar.scss */
  .sidebar .inner ul.blog-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px;
  }
  /* line 80, ../../sass/_sidebar.scss */
  .sidebar .inner ul.blog-list li.blog-box {
    width: 50%;
    padding: .5rem;
    margin: 0;
  }
}

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

  ２．基本設定

========================================================*/
/* line 60, ../../sass/style.scss */
.inview-left {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition-delay: .5s;
}
/* line 66, ../../sass/style.scss */
.inview-left.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 73, ../../sass/style.scss */
.inview-right {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition-delay: 1s;
}
/* line 79, ../../sass/style.scss */
.inview-right.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 86, ../../sass/style.scss */
.inview-bottom {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0, 20%);
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
  transition-delay: 1s;
}
/* line 92, ../../sass/style.scss */
.inview-bottom.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 99, ../../sass/style.scss */
.inview-top {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition-delay: 1s;
}
/* line 105, ../../sass/style.scss */
.inview-top.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*=====ボタン=======*/
/* line 115, ../../sass/style.scss */
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #8ac6d0;
  color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  /* line 115, ../../sass/style.scss */
  a.more {
    width: 100%;
  }
}
/* line 131, ../../sass/style.scss */
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #8ac6d0;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 144, ../../sass/style.scss */
a.more:hover {
  color: #fff;
}
/* line 146, ../../sass/style.scss */
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/* line 153, ../../sass/style.scss */
a.more300 {
  margin: 0 auto;
  width: 300px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  color: #fff;
  background-color: #8ac6d0;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  /* line 153, ../../sass/style.scss */
  a.more300 {
    width: 100%;
  }
}
/* line 170, ../../sass/style.scss */
a.more300:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 183, ../../sass/style.scss */
a.more300:hover {
  color: #8ac6d0;
}
/* line 185, ../../sass/style.scss */
a.more300:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/*=====ボタン=======*/
@media screen and (max-width: 414px) {
  /* line 193, ../../sass/style.scss */
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /* line 198, ../../sass/style.scss */
  .tb-none {
    display: none;
  }
}

/* line 204, ../../sass/style.scss */
.pc-tb-none {
  display: none;
}
@media screen and (max-width: 414px) {
  /* line 204, ../../sass/style.scss */
  .pc-tb-none {
    display: block;
  }
}

/* line 211, ../../sass/style.scss */
.pc-sm-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 211, ../../sass/style.scss */
  .pc-sm-none {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  /* line 211, ../../sass/style.scss */
  .pc-sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /* line 221, ../../sass/style.scss */
  .tb-sm-none {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 221, ../../sass/style.scss */
  .tb-sm-none {
    display: none;
  }
}

/*=====ページ送り blog.php=======*/
/* line 231, ../../sass/style.scss */
.pagination {
  width: 40%;
  margin: 10rem auto;
}
@media screen and (max-width: 414px) {
  /* line 231, ../../sass/style.scss */
  .pagination {
    width: 96%;
  }
}
/* line 237, ../../sass/style.scss */
.pagination .pagination-inner {
  width: 100%;
}
/* line 239, ../../sass/style.scss */
.pagination .pagination-inner span, .pagination .pagination-inner a {
  display: block;
  text-decoration: none;
  float: left;
  border: 1px solid #8ac6d0;
  box-sizing: border-box;
  color: #8ac6d0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1.6rem;
  font-size: 16px;
}
/* line 252, ../../sass/style.scss */
.pagination .pagination-inner .page-numbers {
  width: 10%;
  margin-right: 1%;
}
/* line 256, ../../sass/style.scss */
.pagination .pagination-inner .prev {
  width: 20%;
  margin-right: 1%;
  margin-left: 2%;
}
/* line 261, ../../sass/style.scss */
.pagination .pagination-inner .next {
  width: 20%;
}
/* line 265, ../../sass/style.scss */
.pagination .pagination-inner a:hover {
  background-color: #f7fbfc;
}
/* line 269, ../../sass/style.scss */
.pagination .pagination-inner .current {
  background-color: #8ac6d0;
  color: #fff;
}

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