@charset "UTF-8";
/* ===============================================
# 下層テンプレスタイル
=============================================== */
@media ( min-width : 768px ) {
  /*横並び*/
  .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	column-gap: 30px;
	justify-content: space-between;
  }
 /* .flex-box {
    display: flex;
  }*/
  .flex-box .col {
    width: 50%;
  }
 /* .flex-box figure {
    margin-right: 30px;
    width: ;
  }*/
  /*1コンテンツ下余白*/
  section:not([id]) {
  margin-bottom: 130px
}
/*PCのみセンター*/
h2.h2_deco01{
  text-align: center;
}
}

@media ( max-width : 767px ) {
  /*1コンテンツ下余白*/
  section:not([id]) {
    margin-bottom: 80px
  }
}

/*テーブルTYPE01*/
.table01 th {
  width: 32%;
}

/*タイトル指定*/

h2.h2_deco01{
  padding: 15px 0;
  border-top: 2px solid #3F5651;
  border-bottom: 2px solid #3F5651;
  margin-bottom: 30px;
  font-size: 26px;
}
h3.h3_deco01 {
  margin-bottom: 30px;
  border-left: 5px solid #3F5651;
  padding: 0px 0px 0px 20px;
  font-size: 24px;
}

h3.h3_deco02 {
  border-top: 2px solid #222222;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0px 30px 20px;
  margin-bottom: 30px;
  font-size: 24px;
}

h3.h3_deco03 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

/*サロンメニューtable*/

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

.bottom{
padding-bottom:5px !important;
}

@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;
font-weight: bold;
}
.s_menu-table tbody th span {
display: block;
font-weight: normal;
}

@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 {
    background: #e2ebe9;
    
  }
  .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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

/* 答え */
.qa_area .qa_box .qa_box-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  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 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

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

@media (min-width: 768px) {
  .flow_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15%;
  }
  .flow_box .about_01 {
    width: 38%;
    margin-right: 3%;
  }
  .flow_box .about_02 {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .flow_box .about_01 {
    width: 100%;
    margin-bottom: 4%;
  }
  .flow_box .about_02 {
    width: 100%;
  }
}
.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: 1200px;
  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: #299F87;
  border: 2px solid #299F87;
  margin-top: 25px;
}

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

.u_button a {
  font-family: メイリオ;
}

/*サロン用メニュー*/
.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: 65%;
  text-align: left;
  background: transparent;
}

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

/*ホットペッパーボタン*/
.hotp_button a {
  display: block;
  max-width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff !important;
  padding: 1.4em 18px;
  text-align: center;
  color: #ffffff !important;
  background: #9F1547;
  margin: 0 auto;
  border: solid 2px #9F1547;
}

.dl_button02 a:hover, .dl_button a:hover, .hotp_button a:hover {
  background-color: transparent;
  border: solid 2px #9F1547;
  color:#9F1547 !important;
}

/*外部リンク*/
.dl_button02 a::after, .dl_button a::after, .hotp_button a:after, .link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 7%;
}

/*アプリコンテンツ*/
@media (min-width: 768px) {
  .line-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .line-flex .txt-box {
    margin-right: 10%;
  }
  .line-flex .qr-cord {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 280px;
    max-height: 280px;
  }
  .post_content p {
    margin-bottom: 0;
  }
  .txt-box p {
    margin-bottom: 15px !important;
  }
  .txt-box .u_button {
    margin-top: 3%;
  }
  .u_button a {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .line-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .line-flex .qr-cord {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4%;
  }
}
.line-flex {
  background-color: #fff;
  border: 1px solid #3F5651;
  padding: 4%;
}

.dl_button {
  margin-bottom: 15px !important;
}

.dl_button a {
  display: block;
  max-width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding: 1.4em 18px;
  text-align: center;
  color: #ffffff;
  background: #e78282;
  margin: 0 auto;
  border: solid 2px #e78282;
}

.dl_button02 a {
  display: block;
  max-width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding: 1.4em 18px;
  text-align: center;
  color: #ffffff;
  background: #71c6e0;
  margin: 0 auto;
  border: solid 2px #71c6e0;
}

.tcd-pb-row.row1, .tcd-pb-row.row2, .tcd-pb-row.row3 {
  background-color: transparent !important;
}

/*サイトマップ*/
.post_content ul {
  list-style: none;
}


/*body {
  background-image: url(/wp-content/uploads/bg_001.png) !important;
}*/

/*12/14　大浦 アンカーリンクサイズ調整*/
/*アンカー*/
.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

/*鈴木追加CSS*/
.mb {
  margin-bottom: 5%!important;
}
.mb01 {
  margin-bottom: 3%!important;
}

.mb02 {
  margin-bottom: 8%!important;
}

.mb03 {
  margin-bottom: 10%!important;
}

.h3_deco02 {
  font-size: 24px !important;
  text-align: left;
  color: #5D5D5D;;
  border-top: 2px solid #3F5651;
  border-bottom: 1px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
  padding: 30px 0px 30px 20px !important;
  margin: 0px 0px 30px !important;
}

@media ( max-width : 767px ) {
  .h3_deco02 {
    font-size: 22px !important;
  }
}

.button_box .u_button:first-child {
  margin-bottom: 15px;
}

@media ( max-width : 1071px ) {
  .button_box .u_button a {
    margin: 0 auto;
  }
}

.button_box .u_button:first-child {
  margin-bottom: 15px;
}

@media ( min-width : 1070px ) {
  .button_box {
    display: flex;
    justify-content: space-between;
  }
  .button_box .u_button {
    width: 100%;
  }
  .button_box .u_button:first-child {
    margin-right: 15px;
  }
}

h2.h2_deco02 {
  text-align: center;
  border-bottom: solid 2px #3F5651;
  font-size: 26px;
  padding-bottom: 15px;
}

h2.h2_deco03 {
  text-align: center;
  font-size: 26px;
}
@media ( max-width : 767px ) {
  h2.h2_deco02,h2.h2_deco03 {
    font-size: 24px;
  }
}

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

@media ( max-width : 558px ) {
  .flow-wrap {
    margin-bottom: 40%;
  }
  
}

@media (min-width: 768px) {
  .flow_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    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;
}

/*サロン以外メニュー(テーブル)*/
.table02 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.table02 th {
  width: 32%;
font-weight: bold;
}

.table02 td {
  text-align: right;
}

.price_ex dt {
  float: left;
  clear: left;
  padding: 10px;
  background: #f1f1f1;
}

.price_ex dd {
  padding: 10px;
  text-align: right;
  background: #f1f1f1;
  margin-bottom: 30px;
}


.total dt {
  float: left;
  clear: left;
  padding: 10px;
  font-size: 24px;
}

.total dd {
  padding: 10px;
  text-align: right;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
  font-size: 24px;
  color: rgb(233, 80, 80);
  font-weight: bold;
}

.table01 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.table01 th {
  width: 32%;
}

img.wide{
    width: 100%;
}
/*221221追加wamaka用*/
h2{
  color: #3F5651;
}
h3{
  color: #3F5651;
}
h4{
  color: #3F5651;
}
p{
  color: #3F5651;
}
th{
  color: #3F5651; 
}
td{
  color: #3F5651; 
}

.bold{
  color: #3F5651;
  font-weight: bold;

}

.h4_deco01 {
  padding-bottom: 15px !important;
  border-bottom: 2px solid #3F5651;
}


  .h3_deco03 {
      border-top: solid 2px #3F5651;
      border-bottom: solid 1px #ddd;
      padding: 15px 0 !important;
      text-align: left!important;
      margin-bottom: 25px !important;
    }


 .h2_toptxt {
    text-align: center;
    font-weight: bold;
}

#page_header .headline_area h2{
	color:#fff !important;
}

#page_404_header .catch, #page_404_header .desc {
	color:#fff !important;
}