@charset "UTF-8";
/* ===============================================
# 下層テンプレスタイル
=============================================== */
@media (min-width: 768px) {
  /*横並び*/
  .flex-box {
    display: flex;
    -moz-column-gap: 30px;
    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 #2d2c2c;
  border-bottom: 2px solid #2d2c2c;
  margin-bottom: 30px;
  font-size: 26px;
}

h3.h3_deco01 {
  margin-bottom: 30px;
  border-left: 5px solid #2d2c2c;
  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 {
  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%;
}

@media (min-width: 768px) {
  .flow_box {
    display: flex;
    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: 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: #2d2c2c;
  border: 2px solid #2d2c2c;
  margin-top: 25px;
  text-decoration: none !important;
}

.u_button a:hover {
  background: #fff;
  color: #2d2c2c !important;
  border: solid 2px #2d2c2c;
}

.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: 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: #2d2c2c;
  margin: 0 auto;
  border: solid 2px #2d2c2c;
}

.dl_button02 a:hover,
.dl_button a:hover,
.hotp_button a:hover {
  background-color: transparent;
  border: solid 2px #2d2c2c;
  color: #2d2c2c !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%;
  transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 7%;
}

/*アプリコンテンツ*/
@media (min-width: 768px) {
  .line-flex {
    display: flex;
  }
  .line-flex .txt-box {
    margin-right: 10%;
  }
  .line-flex .qr-cord {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 280px;
    max-height: 280px;
  }
  .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: flex;
    flex-direction: column-reverse;
  }
  .line-flex .qr-cord {
    display: flex;
    justify-content: center;
    margin-bottom: 4%;
  }
}
.line-flex {
  background-color: #fff;
  border: 1px solid #2d2c2c;
  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　大浦 アンカーリンクサイズ調整*/
/*アンカー*/

/*鈴木追加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 #2d2c2c;
  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 #2d2c2c;
  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: 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;
}

/*サロン以外メニュー(テーブル)*/
.table02 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.table02 th {
  width: 32%;
  font-weight: bold;
}

.table02 td {
  text-align: right;
}

.table03 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.table03 th {
  width: 32%;
  font-weight: bold;
  text-align: left;
}

.table03 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%;
}

.bold {
  color: #2d2c2c;
  font-weight: bold !important;
}

.h4_deco01 {
  padding-bottom: 15px !important;
  border-bottom: 2px solid #2d2c2c;
}

.h3_deco03 {
  border-top: solid 2px #2d2c2c;
  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;
}

figure img {
  width: 100%;
}

.wsp-pages-list li {
  list-style-type: none;
}

.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: 5px !important;
  }
  .u_mb20 {
    margin-bottom: 10px !important;
  }
  .u_mb30 {
    margin-bottom: 15px !important;
  }
  .u_mb40 {
    margin-bottom: 20px !important;
  }
  .u_mb50 {
    margin-bottom: 25px !important;
  }
  .u_mb60 {
    margin-bottom: 45px !important;
  }
  .u_mb80 {
    margin-bottom: 60px !important;
  }
  .u_mb120 {
    margin-bottom: 80px !important;
  }
  .u_mb140 {
    margin-bottom: 70px !important;
  }
}
/*サイトマップ用調整*/
.post_content ul {
  list-style: none;
}

.wsp-post,
.wsp-campaigns-list li,
.wsp-newss-list li {
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 1%;
}
#a01 .p-entry__body ul li {
  list-style: none;
}

/*サイトマップ用調整ここまで*/
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/*タイトルdeco追加*/
/* h2_deco04*/
.h2_deco04 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
}

.h2_deco04 span {
  position: relative;
  z-index: 2;
}

.h2_deco04::before {
  content: attr(data-en);
  font-family: "Playfair Display", serif;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(189, 100, 127, 0.2);
  font-size: 80px;
  font-style: italic;
}

@media (max-width: 767px) {
  .h2_deco04::before {
    font-size: 300%;
  }
}
.h2_deco04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(90deg);
  width: 1px;
  height: 40px;
  background-color: #2d2c2c;
  top: 100%;
  /*追記*/
}

/* h2_deco04ここまで*/
/*h3_deco04*/
.h3_deco04 {
  position: relative;
  display: inline-block;
  padding: 0 55px !important;
}

.h3_deco04:before,
.h3_deco04:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #2d2c2c;
}

.h3_deco04:before {
  left: 0;
}

.h3_deco04:after {
  right: 0;
}

@media (max-width: 425px) {
  .h3_deco04 {
    text-align: center !important;
    display: inherit !important;
  }
}
/*h3_deco04ここまで*/
/*h2h3のフォント指定*/
h2,
h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.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: 1em 18px;
  text-align: center;
  background-color: transparent;
  color: #2d2c2c !important;
  background: #fff !important;
  border: 1px solid #2d2c2c !important;
  margin-top: 25px;
  text-decoration: none !important;
  transition-duration: 0.4s;
}

.u_button a:hover {
  background: #2d2c2c !important;
  color: #fff !important;
  border: solid 1px #2d2c2c !important;
}

/* html {
  scroll-behavior: smooth;
} */

.h2_deco05 {
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 3rem !important;
  font-size: 32px !important;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 1.5 !important;
  text-align: center;
}

.h2_deco05::before {
  content: attr(data-en);
  display: block;
  color: #2d2c2c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "lora", serif;
  letter-spacing: 0.08rem;
  padding: 0 0 0.2rem 0;
}

.h3_deco08 {
  border-bottom: 1px solid #2d2c2c;
  position: relative;
  letter-spacing: 0.04rem;
  padding-bottom: 0.8rem !important;
  font-family: "Noto Serif JP", serif;
}
.h3_deco08::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #2d2c2c;
  bottom: -1px;
  width: 20%;
}

#a00,
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07 {
  margin-top: -120px; 
  padding-top: 120px;
}

/*お問い合わせフォーム*/
.font_red {
  color: red;
}
.u_pd60 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .u_pd60 {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .Form .Form-Item {
    padding-left: 0;
    padding-right: 0;
  }
}
.Form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(1) {
  border-top: none;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #2d2c2c;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 680px;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #2d2c2c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.post_content p {
  line-height: 2.2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .Form-Item-Input {
    width: 100%;
  }
  p.Form-Item-Label {
    margin-bottom: 2% !important;
  }
}

.wpcf7 p {
  width: 100%;
  height: 100%;
}

.Form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(1) {
  border-top: none;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #2d2c2c;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 680px;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #2d2c2c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.post_content p {
  line-height: 2.2;
  margin: 0;
}

.Form-Item-Input {
  /* border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 680px;
max-width: 1000px;
background: #eaedf2;
font-size: 18px; */
  width: 70%;
}

@media screen and (max-width: 767px) {
  .Form-Item-Input {
    width: 100%;
  }
  p.Form-Item-Label {
    margin-bottom: 2% !important;
  }
}

.wpcf7 p {
  width: 100%;
}

@media (max-width: 500px) {
  .free_contents {
    padding: 1.5em;
  }
  .free02 dd .tel a {
    font-size: 28px;
  }
  .free_title {
    line-height: 1.8;
    padding-bottom: 5px;
  }
  .s_menu_box {
    padding: 1em !important;
  }
  .department {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .flex-box .col {
    margin-bottom: 30px;
  }
  .voice {
    padding: 1em 1em 2em 1em;
  }
  .txt-box .department {
    padding-left: 0 !important;
  }
}
.txt-box .department {
  padding-left: 0.5em;
  margin-top: 25px;
  color: #7163e1;
}
.txt-box .department span {
  color: #5210ff;
}

@media (min-width: 768px) {
  .voice .flex-box figure,
  .voice .flex-box figure img {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 373px) {
  dl.free01 div dd,
  dl.free02 div dd {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .free02 .mail a {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  dl.free01 div dd,
  dl.free02 div dd {
    margin: 0;
    text-align: center;
    font-weight: bold;
  }
}

@media (max-width: 341px) {
  .free02 .mail a {
    font-size: 17px !important;
  }
}

.pull {
  position: relative;
}

.pull p.deco {
  font-size: 100px;
  position: absolute;
  top: auto;
  bottom: calc(100% - 13px);
  left: auto;
  right: 0;
  line-height: 1;
  opacity: 0.035;
  font-weight: 500;
  letter-spacing: -3px;
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
}

@media (max-width: 767px) {
  .pull p.deco {
    top: -98%;
    bottom: auto;
    font-size: 10vw;
  }
}
@media (max-width: 650px) {
  .pull p.deco {
    top: -90%;
  }
}

@media (max-width: 594px) {
  .pull p.deco {
    top: -60%;
  }
}

@media (max-width: 466px) {
  .pull p.deco {
    top: -44%;
  }
}

@media (min-width: 768px) {
  .pull::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo_schho_bg.png) no-repeat center /
      100%;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    width: 190px;
    height: 190px;
    opacity: 0.25;
  }
}

@media (max-width: 767px) {
  .voice .txt-box {
    position: relative;
    min-height: 130px;
  }
  .voice .txt-box::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo_schho_bg.png) no-repeat center /
      100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 140px;
    padding-top: 140px;
    height: 0;
    opacity: 1;
    opacity: 0.2;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
}

.h3_menu_ttl {
  background: #f6f6f6;
  line-height: 3 !important;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .flex-box,
  .flex-box-btn {
    display: flex;
    /* -moz-column-gap: 30px; */
    /* column-gap: 30px; */
    justify-content: space-between;
  }
}

/* VOEGE 調整 */
.p-widget-area {
  margin-bottom: 0 !important;
}

.p-page-header__title {
  margin: 0 auto;
}

.l-footer__logo {
  margin-top: 2rem;
}

@media only screen and (max-width: 1449px) {
  .p-page-header {
    padding-bottom: 33.37931%;
  }
}

.p-breadcrumb {
  max-width: 900px;
  margin: 0 auto;
}

.p-blog-list {
  padding: 30px 30px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .p-blog-list {
    padding: 30px 30px 50px;
    max-width: 900px;
    margin: 0 auto;
  }
}

.l-contents__inner {
  background: #fff;
}
.l-primary {
  width: 100% !important;
  padding: 30px 30px 50px;
  max-width: 900px;
  margin: 0 auto;
}
.l-secondary {
  display: none;
}

.l-header {
  background-color: #2d2c2c !important;
}

.p-news-list {
  padding: 30px 30px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 425px) {
  .p-news-list {
    padding: 0;
  }
}

.p-entry__thumbnail {
  display: none;
}

.p-copyright {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* VOGUEコンテンツ幅調整 */
#welfare,
#price,
#about,
#mens_suit,
#u_denim,
#u_recruit,
#web_repair,
#contact,
#privacy_policy,
#sitemap {
  padding: 30px 30px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #welfare,
  #price,
  #about,
  #mens_suit,
  #u_denim,
  #u_recruit,
  #web_repair,
  #contact,
  #privacy_policy,
  #sitemap {
    padding: 0;
  }
}
.m_top {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .m_top {
    margin-top: 30px;
  }
}

/* html {
  scroll-behavior: smooth;
} */