@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  color: #333;
  background: #fff url(../img/bg.jpg) fixed repeat-x left bottom;
  background-size: 25% auto;
  font-size: 1.6em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  width: 100%;
}
/*===============================

共通

================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.color_01 {
  color: #e03f8c;
}
.color_02 {
  color: #b49c47;
}
.color_03 {
  color: #6fe2db;
}
.color_04 {
  color: #222;
}
.color_05 {
  color: #8063b4;
}
.ttl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  border-radius: 0 0 0 20px;
}
.ttl h2:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.ttl h2:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.ttl h2 img {
  width: 30px;
  margin-top: -3px;
  margin-right: 5px;
}
/*===============================

ヘッダー

================================*/
header {
  position: fixed;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
}
header:before {
  content: "";
  display: block;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e03f8c), color-stop(20%, #e03f8c), color-stop(20%, #b49c47), color-stop(40%, #b49c47), color-stop(40%, #6fe2db), color-stop(60%, #6fe2db), color-stop(60%, #8063b4), color-stop(80%, #8063b4), color-stop(80%, #555), to(#555));
  background-image: linear-gradient(90deg, #e03f8c, #e03f8c 20%, #b49c47 20%, #b49c47 40%, #6fe2db 40%, #6fe2db 60%, #8063b4 60%, #8063b4 80%, #555 80%, #555);
  background-image: -webkit-linear-gradient(0deg, #e03f8c, #e03f8c 20%, #b49c47 20%, #b49c47 40%, #6fe2db 40%, #6fe2db 60%, #8063b4 60%, #8063b4 80%, #555 80%, #555);
  width: 100%;
}
header ul {
  position: relative;
  width: 98%;
  max-width: 1360px;
  margin: auto;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  header ul {
    width: 100%;
    padding-top: 5px;
  }
}
header .logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 200px;
    margin: auto;
  }
}
header #header_nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 33px;
  right: 0;
}
header #header_nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}
header #header_nav .header_btn {
  margin: 5px;
  padding: 10px 20px;
  background: #e44794;
  border-radius: 25px;
  font-size: 1.5rem;
}
header #header_nav .nav_sp {
  position: absolute;
  top: 10px;
  right: 11px;
  color: #e44794;
  text-align: center;
}
header #header_nav .nav_sp .text {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
}
header #header_nav .line_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #e44794;
  border-radius: 10px;
  margin-top: -13px;
  margin-left: 10px;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header #header_nav .line_btn {
    display: none;
  }
}
header #header_nav .line_btn a {
  color: #000;
  font-weight: bold;
}
header #header_nav .line_btn .icon {
  display: block;
  margin-right: 10px;
  color: #e44794;
  font-size: 5rem;
}
header #header_nav .line_btn span {
  display: block;
  padding: 5px 0;
  color: #e44794;
  font-size: 2.2rem;
  font-weight: bold;
}
header #header_nav .line_btn small {
  color: #333;
}
header #header_nav .mail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #e44794;
  border-radius: 10px;
  margin-top: -13px;
  margin-left: 10px;
  padding: 10px;
  background: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header #header_nav .mail_btn {
    display: none;
  }
}
header #header_nav .mail_btn a {
  color: #000;
  font-weight: bold;
}
header #header_nav .mail_btn .icon {
  display: block;
  margin-right: 10px;
  color: #e44794;
  font-size: 5rem;
}
header #header_nav .mail_btn span {
  display: block;
  padding: 5px 0;
  color: #e44794;
  font-size: 2.2rem;
  font-weight: bold;
}
header #header_nav .mail_btn small {
  color: #333;
}
.el_humburger {
  position: fixed;
  display: block;
  right: 10px;
  top: 0;
  padding-top: 20px;
  width: 35px;
  height: 65px;
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 2px;
  background: #e44794;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
.nav_sp_menu {
  position: fixed;
  right: 0;
  top: 70px;
  height: 100%;
  background-color: rgba(228, 71, 148, 0.95);
  width: 100%;
  padding-top: 25px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
}
.nav_sp_menu .inner {
  height: 450px;
  overflow-y: auto;
}
.nav_sp_menu a {
  position: relative;
  display: block;
  border-bottom: 1px dotted #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5;
}
.nav_sp_menu a i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.nav_sp_menu a:last-child {
  border-bottom: 0px dotted #fff;
}
.js_humburgerOpen .nav_sp_menu {
  -webkit-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
}
a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
}
/*===============================

フッター

================================*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  footer {
    position: relative;
    padding-bottom: 90px;
    background: #fff;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer ul {
    display: none;
  }
}
footer .image {
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .image {
    display: block;
    margin: auto;
  }
}
footer address {
  padding: 20px 0;
  background: #2c2422;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  footer address {
    padding: 10px 0;
    background: #2c2422;
    color: #fff;
    font-size: 1.2rem;
  }
}
footer .text {
  line-height: 2;
}
/*===============================

パンくずリスト

================================*/
#breadcrumb {
  background: #fae9f2;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    margin-top: 70px;
  }
}
#breadcrumb ol {
  width: 75%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #breadcrumb ol {
    width: 95%;
    font-size: 1.2rem;
  }
}
#breadcrumb li {
  display: inline;
  list-style-type: none;
}
#breadcrumb li:after {
  content: " > ";
}
#breadcrumb li:last-child:after {
  content: "";
}
#breadcrumb a {
  color: #e8558a;
  text-decoration: none;
}
#breadcrumb span {
  color: #e8558a;
}
/*===============================

コンテナ

================================*/
#container {
  position: relative;
  width: 98%;
  height: auto;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #container {
    position: static;
  }
}
.adjustment:before {
  content: "";
  display: block;
  padding-top: 390%;
}
@media screen and (max-width: 768px) {
  .adjustment:before {
    display: none;
  }
}
/*===============================

ナビ

================================*/
nav h1 {
  background: #e44794;
  padding: 10px;
  border-bottom: 1px solid #d9337e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
}
nav h2 {
  background: #fae9f2;
  padding: 10px;
  border-bottom: 1px solid #f5bedb;
  color: #e44794;
  font-size: 1.6rem;
  line-height: 1.2;
}
nav h3 {
  background: #fae9f2;
  padding: 10px;
  border-bottom: 1px solid #f5bedb;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact_btn {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
}
.contact_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact_btn ul {
    margin: 5px;
  }
}
.contact_btn li {
  width: calc(100% / 3);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_btn li {
    width: calc(100% / 4);
  }
}
.contact_btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.contact_btn i {
  font-size: 2.8rem;
  line-height: 1.2;
}
.contact_btn .line_btn {
  margin: 2px;
  background: #11b52a;
  border-radius: 4px;
  border-bottom: 4px solid #06871a;
}
.contact_btn .tel_btn {
  margin: 2px;
  background: #6b8df2;
  border-radius: 4px;
  border-bottom: 4px solid #3a67e8;
}
.contact_btn .form_btn {
  margin: 2px;
  background: #f162a0;
  border-radius: 4px;
  border-bottom: 4px solid #c23572;
}
.contact_btn .review_btn {
  position: relative;
  margin: 2px;
  background: #ffca21;
  border-radius: 4px;
  border-bottom: 4px solid #bf8509;
}
.contact_btn .review_btn span {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  background: #f00;
  font-size: 1.3rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.menu {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .menu {
    display: none;
  }
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
}
.menu li {
  width: calc(100% / 10);
  border: 1px solid #ff88c0;
}
.menu a {
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  background: #ff88c0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/*===============================

メイン

================================*/
main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 740px;
  margin: auto;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  main {
    position: static;
    top: auto;
    width: 100%;
    padding: 15px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*===============================

サイド

================================*/
aside {
  position: absolute;
  top: 20px;
  right: 0;
  width: 290px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  aside {
    position: static;
    width: 95%;
    margin: auto;
  }
}
/*===============================

インタビュー動画

================================*/
@media screen and (max-width: 599px) {
  #movie h2 {
    width: 280px;
    margin: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #movie h2 {
    width: 50%;
    margin: auto;
  }
}
#movie h3 {
  margin: auto;
  padding: 50px 15px 10px 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #movie h3 {
    padding: 60px 15px 10px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #movie h3 {
    padding: 110px 15px 10px 15px;
    font-size: 1.8rem;
  }
}
#movie .data {
  width: 100%;
  margin-top: -10px;
  background-size: 100% auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #movie .data {
    margin-top: -40px;
  }
}
#movie .text {
  padding: 0 20px 10px 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #movie .text {
    padding: 0 40px;
    font-size: 1.5rem;
  }
}
.movie_01 {
  margin-bottom: 20px;
}
.movie_01 h3 {
  color: #00b7f0;
}
.movie_01 .data {
  background: url("../img/movie_01_bg.png");
}
.movie_02 {
  margin-bottom: 20px;
}
.movie_02 h3 {
  color: #ff3179;
}
.movie_02 .data {
  background: url("../img/movie_02_bg.png");
}
.movie_03 {
  margin-bottom: 20px;
}
.movie_03 h3 {
  color: #ff9531;
}
.movie_03 .data {
  background: url("../img/movie_03_bg.png");
}
/*===============================

ブログ

================================*/
@media screen and (max-width: 599px) {
  #diary h2 {
    width: 280px;
    margin: auto;
  }
}
#diary ul {
  padding: 5px 0;
}
#diary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ddd;
}
#diary li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
#diary li .image {
  width: 70px;
}
#diary li .image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
#diary li .data {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #diary li .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#diary li .data h3 {
  padding: 5px 0 2px;
  color: #11b52a;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#diary li .data .day {
  color: #999;
  font-size: 1.2rem;
}
#diary li .data .text {
  color: #333;
  font-size: 1.3rem;
}
#diary button {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 5px;
  padding: 15px 0;
  background: #2bdb4e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  #diary button {
    width: 240px;
    margin: auto;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
/*===============================

インタビュー

================================*/
#interview {
  position: absolute;
  top: 380px;
  left: 0;
  width: 280px;
  padding-bottom: 25px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #interview {
    position: static;
    width: 95%;
    margin: auto;
    padding-top: 50px;
  }
}
#interview h2 {
  position: relative;
  padding: 12px 15px 12px 15px;
  text-align: center;
  border: 2px solid #333;
}
#interview h2:before, #interview h2:after {
  position: absolute;
  content: "";
}
#interview h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
#interview h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#interview h2 img {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  text-align: center;
}
#interview h2 span {
  position: relative;
  z-index: 1;
}
#interview h3 {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #6b8df2;
  color: #6b8df2;
  font-size: 1.85rem;
}
#interview table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #41ccb4;
}
#interview th {
  padding: 10px 0;
  background: #41ccb4;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#interview td {
  padding: 10px;
  border-bottom: 1px solid #41ccb4;
}
#interview .image {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #interview .image {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#interview .text {
  padding-top: 10px;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.5;
}
/*===============================

インクルード

================================*/
#include {
  position: absolute;
  top: 1150px;
  left: 0;
  width: 280px;
}
@media screen and (max-width: 768px) {
  #include {
    position: static;
    width: 95%;
    margin: auto;
    padding-bottom: 20px;
  }
}
#include p {
  padding-bottom: 20px;
}
/*===============================

スライドバナー

================================*/
#slidebanner {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #slidebanner {
    padding: 20px 0 0;
  }
}
#slidebanner .text {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ddd;
}
#slidebanner .text p {
  overflow-y: auto;
  height: 95px;
  font-size: 1.4rem;
  line-height: 1.4;
}
/*===============================

お知らせ

================================*/
#info {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 0;
  }
}
#info ul {
  margin-top: 20px;
  padding: 30px;
  border: 2px solid #66ccff;
}
@media screen and (max-width: 599px) {
  #info ul {
    padding: 15px;
  }
}
#info h3 {
  padding: 15px 0;
  color: #66ccff;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  #info h3 {
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
#info .day {
  color: #999;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  #info .day {
    font-size: 1rem;
  }
}
#info .image {
  padding-bottom: 10px;
}
#info .text {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #info .text {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
#info .text img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

ショップデータ

================================*/
#shopdata {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #shopdata {
    padding: 10px 0;
  }
}
#shopdata ul {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #shopdata ul {
    padding: 10px;
  }
}
#shopdata li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
#shopdata li:last-child {
  border-bottom: 0px;
}
#shopdata .image {
  width: 15%;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #shopdata .image {
    font-size: 3rem;
  }
}
#shopdata .image span {
  display: block;
  padding-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #shopdata .image span {
    font-size: 1.2rem;
  }
}
#shopdata .text {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #shopdata .text {
    font-size: 1.4rem;
  }
}
/*===============================

待遇

================================*/
#treatment {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #treatment {
    padding: 10px 0;
  }
}
#treatment h3 {
  position: relative;
  padding: 20px;
  color: #ff3179;
}
#treatment h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #ff3179, #ff3179 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ff3179, #ff3179 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#treatment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
#treatment li {
  width: 20%;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  #treatment li {
    width: 33%;
  }
}
#treatment p {
  width: 95%;
  margin: auto;
  padding: 10px 0;
  background: #def3ed;
  border-radius: 4px;
  border-bottom: 2px solid #abd3c9;
  color: #69a493;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #treatment p {
    font-size: 1.2rem;
  }
}
#treatment .no {
  background: #ddd;
  border-bottom: 2px solid #999;
  color: #aaa;
}
#treatment .text {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #333;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #treatment .text {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/*===============================

質問事項

================================*/
#faq {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 10px 0;
  }
}
#faq h3 {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 30px;
  background: #e96697;
  color: #fff;
}
#faq h3:before, #faq h3:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #e96697;
}
#faq h3:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
#faq h3:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
#faq h4 {
  padding: 10px 0;
  color: #e96697;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  #faq h4 {
    padding: 10px 0 10px 20px;
  }
}
#faq figure {
  padding: 20px;
  border-radius: 20px;
  border: 5px solid #f8daea;
}
@media screen and (max-width: 768px) {
  #faq figure {
    padding: 10px;
    font-size: 1.4rem;
  }
}
#faq .text_q {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.5;
}
#faq .text_a {
  padding: 0 10px;
  line-height: 1.5;
}
#faq .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fae9f2;
  border-radius: 10px;
  border: 5px solid #e96697;
}
@media screen and (max-width: 768px) {
  #faq .answer {
    padding: 10px 5px;
    border: 3px solid #e96697;
  }
}
#faq .answer img {
  border: 3px solid #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
/*===============================

口コミ

================================*/
#review {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #review {
    padding: 10px 0;
  }
}
#review figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffcd;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
}
@media screen and (max-width: 599px) {
  #review figure {
    font-size: 1.4rem;
  }
}
#review figure .icon {
  width: 70px;
}
#review figure .data {
  padding: 10px;
}
#review figure .data h3 span {
  color: #e96697;
  font-size: 2.2rem;
}
#review figure .data .age {
  margin-top: 5px;
  padding: 5px 10px;
  background: #72c8c5;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
#review button {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border-bottom: 4px solid #ddd;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#review button span {
  color: #e96697;
  font-size: 2.5rem;
}
#review .buttton_bg {
  margin-top: 10px;
  padding: 30px;
  background-color: #fae9f2;
  background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (max-width: 599px) {
  #review .buttton_bg {
    padding: 20px;
  }
}
#review .text {
  display: block;
  line-height: 1.8;
}
/*===============================
スタッフ紹介
================================*/
#staff {
  position: absolute;
  top: 20px;
  left: 0;
  width: 280px;
  background: #fff url(../img/staff_bg.png) no-repeat left top;
  background-size: 100% auto;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #staff {
    position: static;
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#staff h1 {
  display: block;
  padding: 8px 0;
  background: #e44794;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
#staff h2 {
  padding: 8px;
  color: #fff;
  color: #e44794;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
#staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
#staff img {
  border: 3px solid #ddd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#staff .data {
  padding: 0 0 0 5px;
}
#staff .name {
  font-size: 1.8rem;
  font-weight: bold;
}
#staff .name small {
  display: block;
  margin-top: 5px;
}
#staff .comment {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  font-size: 1.3rem;
  background: #fff4c1;
  line-height: 1.5;
}
#staff .comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff4c1;
}
.pop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 200px;
}
@media screen and (max-width: 599px) {
  .pop {
    bottom: 77px;
    right: -5px;
    width: 100px;
    z-index: 1000000;
  }
}
/*===============================

ショップリスト

================================*/
.modal_wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.modal_wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal_wrapper:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.modal_wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}
.modal_wrapper .modal_window {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .modal_wrapper .modal_window {
    width: 95%;
    max-width: 100%;
    padding: 15px;
  }
}
.modal_wrapper .modal_window .modal_content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .modal_wrapper .modal_window .modal_content {
    max-height: 64vh;
  }
}
.modal_title {
  margin-bottom: 10px;
  color: #e34693;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}
.modal_title::before, .modal_title::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.modal_title:before {
  border-bottom: 4px solid #e34693;
  width: 100%;
}
.modal_title:after {
  border-bottom: 4px solid #ffbed9;
  width: 100%;
}
.modal_overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal_wrapper .modal_close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  color: #e34693 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.shoplist {
  width: 47%;
  margin: auto;
  margin-left: 10px;
  float: left;
}
@media screen and (max-width: 599px) {
  .shoplist {
    width: 100%;
    margin-left: 0px;
  }
}
.shoplist a {
  display: block;
  margin-top: 5px;
  padding: 8px;
  background: #fff8fb;
  color: #000;
  border: 1px solid #e34693;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .shoplist a {
    color: #e34693;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.shoplist i {
  color: #e34693;
}
.shoplist a:hover {
  background: #e34693;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoplist a:hover i {
  color: #fff;
}
/*===============================

ブログ

================================*/
#blog {
  padding-bottom: 55px;
}
#blog .ttl {
  padding: 10px;
  background: #e44794;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #blog .ttl {
    padding: 5px;
    font-size: 1.5rem;
  }
}
#blog .box {
  margin-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #blog .box {
    overflow: hidden;
    height: 155px;
    margin-top: 0;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
  }
}
#blog .box h2 {
  padding: 10px;
  background: #fff4c1;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #blog .box h2 {
    background: none;
    color: #e44794;
    font-size: 1.6rem;
  }
}
#blog .day {
  padding: 10px 10px 30px 10px;
  font-size: 1.4rem;
  color: #aaa;
  text-align: right;
}
#blog .day span {
  padding: 5px 15px;
  background: #f00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #blog .day span {
    padding: 3px 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #blog .day {
    padding: 0 0 10px 0;
    text-align: left;
  }
}
#blog .image {
  float: left;
  width: 300px;
  margin-right: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #blog .image {
    float: right;
    width: 100px;
    margin-right: 0;
    padding-left: 20px;
    margin-top: -25px;
  }
}
#blog .text {
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #blog .text {
    display: none;
  }
}
#blog .text_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #blog .text_sp {
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=shop.css.map */