@charset "UTF-8";
/* ===============================================
# 下層テンプレスタイル
=============================================== */
/* 基本設定*/
p {
  line-height: 1.8 !important;
}

iframe {
  width: 100%;
}

a {
  font-size: 16px;
  color: #1e1e1e;
  cursor: pointer;
}

.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
}

p {
  color: #111111;
  font-size: 16px;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}

a[href*="tel:"]:hover {
  color: #0a58ca;
  opacity: 1;
}

figure img {
  width: 100%;
}

.u_mb10 {
  margin-bottom: 10px !important;
}

.u_mb20 {
  margin-bottom: 20px !important;
}

.u_mb30 {
  margin-bottom: 30px !important;
}

.u_mb40 {
  margin-bottom: 40px !important;
}

.u_mb50 {
  margin-bottom: 50px !important;
}

.u_mb60 {
  margin-bottom: 60px !important;
}

.u_mb80 {
  margin-bottom: 80px !important;
}

.u_mb100 {
  margin-bottom: 100px !important;
}

.u_mb120 {
  margin-bottom: 120px !important;
}

.u_mb140 {
  margin-bottom: 140px !important;
}

@media (max-width: 767px) {
  .u_mb10 {
    margin-bottom: 10px !important;
  }
  .u_mb20 {
    margin-bottom: 20px !important;
  }
  .u_mb30 {
    margin-bottom: 30px !important;
  }
  .u_mb40 {
    margin-bottom: 30px !important;
  }
  .u_mb50 {
    margin-bottom: 36px !important;
  }
  .u_mb60 {
    margin-bottom: 40px !important;
  }
  .u_mb80 {
    margin-bottom: 60px !important;
  }
  .u_mb100 {
    margin-bottom: 80px !important;
  }
  .u_mb120 {
    margin-bottom: 90px !important;
  }
  .u_mb140 {
    margin-bottom: 120px !important;
  }
}
.reverse {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  /*横並び*/
  .flex-box {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: space-between;
  }
  .flex-box .col {
    width: 50%;
  }
}
/*テーブルTYPE01*/
.table01 tr {
  border: 1px solid #ccc;
}

.table01 th {
  width: 32%;
  background: #dddddd;
  color: #333333;
  font-size: 16px;
  padding: 16px;
}

.table01 td {
  background: #fff;
  color: #1e1e1e;
  font-size: 16px;
  padding: 16px;
}

/*サロンメニューtable*/
.s_menu-table tbody th {
  text-align: left;
}

@media (max-width: 767px) {
  .s_menu-table tbody td {
    vertical-align: middle;
  }
}
table.s_menu-table tbody tr {
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.s_menu-table tbody th {
  width: 55%;
  text-align: left;
  background: transparent;
}

.s_menu-table tbody th span {
  display: block;
  font-weight: normal;
}

.s_menu-table tbody th b {
  color: #de7562;
}

@media (max-width: 767px) {
  .s_menu-table tbody tr th,
  .s_menu-table tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .s_menu-table tbody tr th {
    text-align: left;
  }
  .s_menu-table tbody tr td {
    text-align: right;
  }
  .s_menu-table tbody tr th,
  .s_menu-table tbody tr td {
    border-bottom: none;
  }
  .s_menu-table tbody tr th {
    font-size: 14px;
    color: #000000;
  }
  .s_menu-table tbody tr th strong {
    font-size: 16px;
    color: #299f87;
  }
}
@media (min-width: 768px) {
  .post_content .s_menu-table th,
  .post_content .s_menu-table td {
    border: none;
  }
}
/*/* --QA*/
.qa_area *,
.qa_area *:after,
.qa_area *:before {
  box-sizing: border-box;
}

.qa_area .qa_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.qa_area .qa_box input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.qa_area .qa_box label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #f9e5dd;
}

.qa_area .qa_box label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}

.qa_area .qa_box label:hover {
  transition: all 0.3s;
  color: #000;
}

/* --質問の＋アイコン */
.qa_area .qa_box label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.4s;
}

/* 答え */
.qa_area .qa_box .qa_box-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.qa_area .qa_box .qa_box-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: "A";
}

.qa_area .qa_box .qa_box-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.qa_area .qa_box input:checked ~ .qa_box-content {
  max-height: 40em;
  border: 10px solid #f9e5dd;
}

/* 質問をクリックした時のアイコンの動き */
.qa_area .qa_box input:checked ~ label {
  color: #000;
  border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.qa_area .qa_box input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

/*流れ*/
.flow_box {
  margin-bottom: 20%;
}

.flow_box {
  position: relative;
}

.flow_box:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 65px;
  background: url("/wp-content/uploads/arrow_down.png") center center no-repeat;
  background-size: 65px auto;
}

.arrow_down .flow_box:last-child::after {
  content: none;
}

/*ボタン*/
.u_button a {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.2em 18px;
  text-align: center;
  background-color: transparent;
  color: #fff !important;
  background: #595f5d;
  border: 2px solid #595f5d;
  margin-top: 25px;
  text-decoration: none !important;
}

.u_button a:hover {
  background: #fff;
  color: #595f5d !important;
  border: solid 2px #595f5d;
}

.u_button a {
  font-family: "Noto Sans JP", sans-serif !important;
}

/*サロン用メニュー*/
.s_menu-table tbody td {
  text-align: right;
  background: none !important;
}

.s_menu-table tbody th {
  text-align: left;
}

@media (max-width: 767px) {
  .s_menu-table tbody td {
    vertical-align: middle;
  }
}
table.s_menu-table tbody tr {
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.s_menu-table tbody th {
  width: 70%;
  text-align: left;
  background: transparent;
}

.post_content .s_menu-table th,
.post_content .s_menu-table td {
  border: none;
}

.flow-wrap {
  margin-bottom: 20%;
}

@media (max-width: 558px) {
  .flow-wrap {
    margin-bottom: 40%;
  }
}
@media (min-width: 768px) {
  .flow_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 3%;
  }
  .flow-wrap {
    margin-bottom: 20%;
  }
  .flow_inner .about_01 {
    width: 38%;
    margin-right: 3%;
  }
  .flow_inner .about_02 {
    width: 68%;
  }
  .button_box .u_button a {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flow_inner .about_01 {
    width: 100%;
    margin-bottom: 4%;
  }
  .flow_inner .about_02 {
    width: 100%;
  }
}
.flow_inner {
  position: relative;
}

.flow-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("/wp-content/uploads/arrow_down.png") center center no-repeat;
  background-size: 65px auto;
}

.table01 th {
  width: 32%;
}

@media (max-width: 375px) {
  .table01 th {
    width: 34%;
  }
}
.line_button a {
  display: block;
  max-width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff !important;
  padding: 1.2em 18px;
  text-align: center;
  color: #ffffff;
  background: #06c655;
  margin-top: 1rem;
  border: solid 2px #06c655;
}

.line_button a:hover {
  background-color: transparent;
  border: solid 2px #06c655;
  color: #06c655 !important;
}

.table_title {
  background: #0a4ea1;
  padding: 1rem;
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.table01 {
  width: 100%;
}

.breadcrumb_block ul li::before {
  top: 3px;
}

.u_mt120 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .u_mt120 {
    margin-top: 60px;
  }
}

.u_mt80 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .u_mt80 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  main {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body article {
    padding: 0;
  }
}
h2 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px !important;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }
}

h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 3px dotted #0544b3;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px !important;
  }
}
/*MV調整*/
.main_visual_subpage .mv_sample {
  background-image: url(/wp-content/uploads/image_pc001-1.jpg) !important;
}

.main_visual_subpage {
  background-image: url(/wp-content/uploads/image_pc001-1.jpg) !important;
}

.main_visual_subpage .page_name h1 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .main_visual_subpage .page_name h1 .main_visual_subpage .page_name h1 {
    font-size: 24px !important;
    line-height: 1.6;
  }
}

.main_visual_subpage {
  position: relative;
}

.main_visual_subpage::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*お問い合わせページ*/
main .content_block {
  padding: 80px 0 100px 0;
}
@media (max-width: 768px) {
  main .content_block {
    padding: 60px 0 100px 0;
  }
}

.content_block .form_block {
  padding: 0;
}

.form_item.texterea {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .form_item.input .mwform-tel-field input[type=text] {
    width: 29% !important;
  }
}
.content_block .content_inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
}

/*プライバシーポリシー*/
#policy_cont {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #policy_cont {
    padding: 60px 0 100px 0;
  }
}

#policy_cont .row {
  margin-bottom: 40px;
}

#policy_cont h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #policy_cont h2 #policy_cont h2 {
    font-size: 24px;
  }
}
#policy_cont h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 3px dotted #0544b3;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#policy_cont .row a {
  font-size: clamp(18px, 2.53vw, 20px);
}

/*お知らせページ*/
.archive.category .content_block .content_inner h2::before {
  display: none !important;
}

main article h2.pg_title.pg_single_title::before {
  display: none !important;
}

@media (max-width: 767px) {
  .blog_content_block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #posts_wrapper .row {
    display: block;
  }
  .posts_item_list .posts_item {
    margin-right: 0 !important;
  }
  #posts_wrapper .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*パンくず設定*/
body .breadcrumb_block {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
body .breadcrumb_block ul li a span {
  font-size: 16px;
}

.breadcrumb_block ul li::before {
  top: 3px;
}/*# sourceMappingURL=under_style.css.map */