@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 #c4e894;
  border-bottom: 2px solid #c4e894;
  margin-bottom: 30px;
  font-size: 26px;
  color: #3e3632;
}

h3.h3_deco10 {
  padding: 0.5em; /*文字周りの余白*/
  color: #3e3632; /*文字色*/
  border-left: solid 5px #c4e894; /*左線（実線 太さ 色）*/
}

h3.h3_deco01 {
  margin-bottom: 30px;
  border-left: 5px solid #595f5d;
  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;

}

.s_menu-table tbody th span {
  display: block;
  font-weight: normal;
}
.s_menu-table tbody th b{
	color:#e19a8d;
}
@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: #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: 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: #37df53;
  margin: 0 auto;
  border: solid 2px #37df53;
}

.dl_button02 a:hover,
.dl_button a:hover,
.hotp_button a:hover {
  background-color: transparent;
  border: solid 2px #37df53;
  color: #37df53 !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 #595f5d;
  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 #595f5d;
  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 #595f5d;
  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%;
}


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

.h3_deco03 {
  border-top: solid 2px #595f5d;
  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%;
}

.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; */
  font-family: "Cinzel", serif;
  font-weight: 600;
}

@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: #595f5d;
  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: #595f5d;
}

.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: #fff !important;
  background: #e59696 !important;
  border: 1px solid #e59696 !important;
  margin-top: 25px;
  text-decoration: none !important;
  transition-duration: 0.4s;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.u_button a:hover {
  background: #fff !important;
  color: #e59696 !important;
  border: solid 1px #e59696 !important;
}

html {
  scroll-behavior: smooth;
}

.h2_deco05 {
  position: relative;
  padding-bottom: 3rem !important;
  font-size: 32px !important;
  text-align: left;
  letter-spacing: 0.1rem;
}

.h2_deco05::before {
  content: attr(data-en);
  display: block;
  color: #595f5d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08rem;
  padding: 0 0 0.2rem 0;
}

.h3_deco08 {
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  letter-spacing: 0.04rem;
  padding-bottom: 0.2rem !important;
}

.h3_deco08::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #595f5d;
  bottom: -1px;
  width: 20%;
}

.mini_b a {
  max-width: 260px !important;
}

@media (min-width: 768px) {
  .flex-box {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 48px;
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  #js-page-header .p-page-header__title {
    font-size: 16px;
  }
} /*# sourceMappingURL=under_style.css.map */


.p-entry__body p {
  font-size: 18px !important;
}.u_s_text {
  font-size: 0.8rem;
}
.nl_button {
	margin-bottom:30px !important;
}
.nl_button a {
margin: 0 auto;
  display: block;
  max-width: 480px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1em 18px;
  text-align: center;
  background-color: transparent;
  color: #fff !important;
  background: #e19a8d !important;
  border: 1px solid #e19a8d !important;
  text-decoration: none !important;
  transition-duration: 0.4s;
  border-radius: 4px;
}

.nl_button a:hover {
   background: #fff !important;
  color: #e19a8d !important;
}
@media (max-width: 767px) {
.nl_button a {
    max-width: 100%;
  }
}

.banner_wrap {
    position: relative;
    }
    .banner_wrap_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    /*文字の装飾は省略*/
    }
    .banner_wrap img {
    width: 100%;
    transition-duration: 0.5s;
    }
    @media ( max-width : 767px ) {
    .banner_wrap img {
    min-height: 200px;
    }
    }
    p.title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: black;
    font-family: "Playfair Display",serif;
    }
    p.title span {
    font-size: 16px;
    display: block;
    text-align: center;
    }
    @media screen and (min-width:768px) {
    .banner_wrap_txt {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: black;
    padding: 5%;
    background-color: rgba(255,255,255,0.6);
    width: 68%;
    font-family: "Playfair Display",serif !important;
    }
    .banner_wrap_txt span {
    font-size: 16px;
    display: block;
    text-align: center;
    }
    .iruka_pc{
    display:block;
    }
    .iruka_sp{
    display:none;
    }
    }
    @media screen and (min-width:590px) and (max-width: 767px) {
    .banner_wrap_txt {
    padding:3%;
    width: 86%;
    font-weight: 600;
    text-align: center;
    color: black;
    background-color: rgba(255,255,255,0.6);
    font-family: "Playfair Display",serif !important;
    }

    .banner_wrap_txt span{
    font-size: 14px;
    display: block;
    text-align: center;
    }
    .iruka_pc{
    display:block;
    }
    .iruka_sp{
    display:none;
    }
    }
    @media screen and (max-width: 589px) {
    .banner_wrap_txt {
    padding: 5%;
    font-size: 32px;
    width: 86%;
    font-weight: 600;
    text-align: center;
    color: black;
    background-color: rgba(255,255,255,0.6);
    font-family: "Playfair Display",serif !important;
    }
    .banner_wrap_txt span {
    font-size: 12px;
    display: block;
    text-align: center;
    }
    .iruka_pc{
    display:none;
    }
    .iruka_sp{
    display:block;
    }
    }
    .banner_wrap{
    border: 1px solid #ddd;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    }
    .banner_wrap img{
    width: 100%;
    transition-duration: 0.5s;
    }
    .banner_wrap:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
    }
    .banner_wrap {
    position: relative;
    }
    .banner_wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    }

    .title1 {
        font-size: 22px !important;
    }

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

    .banner_wrap_txt p{
        font-size: 20px;
        line-height: 2;
        margin-bottom: 0;
        }

    @media screen and (max-width: 767px){
        .banner_wrap_txt p{
            font-size: 16px;
            line-height: 2;
            }
    }
.u_start{
	text-align:start;
}
.u_center{
	text-align:center;
}
.u_end{
	text-align:end;
}
.m_0{
	margin:0 !important;
}
.out_link {
  position: relative;
}
.out_link::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%;
}
.u_pt120 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .u_pt120 {
    padding-top: 60px;
  }
}
.al_center{
	align-items:center;
}
@media (max-width: 767px) {
  .box_reverse {
    display: flex;
    flex-flow: column-reverse;
    align-items: start;
  }
  .w_100 {
    width: 100%;
  }
  .re_mb_30 {
    margin-bottom: 30px;
  }
}


/**under**/
.flex_center{
	align-items:center;
	justify-content:center;
}
.bold{
	font-weight:bold;
}

/*表*/
        .table04 {
        display:inline-block;
        margin:0;

        }
        .table04 th {
            background: #fff;
        text-align: left;
        }

        .table04 th {
            width: 16%;
        }

@media (max-width: 465px) {
	.table04 th {
            width: 25%;
        }
}

        .table04 td {
            width: 40%;
        }
        .table04 td, .table04 th {
            border:none;
            padding: 10px 0px;
            line-height: 1.8;
            border-bottom: 1px dotted #ccc;
            min-height: 2em;
            height: 70px;
            vertical-align: middle;
            padding: 10px;
            background-color: rgba(255, 255, 255, 0);
        }
        @media screen and (min-width:780px) and ( max-width:1250px){
        .table04 td, .table04 th {
            height: 106px;
        }
        }
        @media screen and (min-width:769px) and  ( max-width:779px){
        .table04 td, .table04 th {
            height: 140px;
        }
        }

.table04 td {
	text-align: right;
}
* {
box-sizing: border-box;
}
.flow-box {
min-height: 100vh;
margin: 0;
padding: 0;
justify-content: center;
align-items: center;
}
ul {
padding: 0;
}
li {
list-style-type: none;
}
dd {
margin-left: 0;
}
.flow-under{
	width:100%;
}
.flow-under li {
position: relative;
}
.flow-under li:not(:last-child) {
margin-bottom: 40px;
}
.flow-under li:not(:first-child)::before {
content: "";
height: 60px;
display: block;
border-left: 4px dotted #e5e5e5;
position: absolute;
top: -40px;
left: -webkit-calc(10% + 30px - 2px);
left: calc(10% + 30px - 2px);
z-index: 10;
}
.flow-box .flow-under li dl {
width: 100%;
padding: 20px 30px;
// display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #e19a8d;;
border-radius: 10px;
position: relative;
}
.flow-under li:not(:last-child) dl::before,
.flow-under li:not(:last-child) dl::after {
content: "";
border: solid transparent;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.flow-under li:not(:last-child) dl::before {
border-width: 22px;
border-top-color: #e19a8d ;
}
.flow-under li:not(:last-child) dl::after {
border-width: 20px;
border-top-color: #fff;
}
.flow-box .flow-under li dl dt {
font-size: 20px;
font-weight: 600;
rgba(60,0,0,1);
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
// margin-right: 2vw;
// text-align: center;
}
.flow-box .flow-under li dl dt .icon {
font-size: 20px;
color: #ffffff;
background: #e19a8d; ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
padding: 5px 10px;
margin-bottom: 10px;
display: block;
border-radius: 20px;
position: relative;
z-index: 100;
text-align: center;
}
@media ( max-width : 767px ) {
.flow-box .flow-under li dl dt .icon {
font-size: 18px;
}
}
.u_mb20{
	margin-bottom:20px !important;
}
.no-gap{
	gap:0;
}
dd{
	overflow-wrap:break-word;
}

.h3_deco04:before, .h3_deco04:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #e19a8d;
}



.pc #one_col {
	color:#302c28;
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
	max-width: 1080px !important;
	width: 100% !important;
}

.l-contents.l-inner {
    margin-bottom: 250px;
}

#article {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
}

h2.h2_deco11 {
    padding-bottom: 12px;
    border-bottom: 2px solid #efb6b2;
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    h2.h2_deco11 {
        padding-bottom: 12px;
        border-bottom: 2px solid #efb6b2;
        margin-bottom: 32px;
        font-size: 24px;
        text-align: center;
    }
}

.line-flex {
    border: 1px solid #efb6b2;
}

h3.h3_deco01 {
    border-left: 5px solid #efb6b2;
}

@media (max-width: 767px) {
    h3.h3_deco01 {
        font-size: 22px;
    }
}

.heading05 {
	position: relative;
	padding-bottom: 50px;
	font-size: 30px;
	text-align: center;
}

.heading05::before {
  content: attr(data-en);
  display: block;
  color: #e59696;
  font-size: 28px;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding-bottom: 10px;
}

body,li,a,p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.h3_deco04 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.h3_deco04:before, .h3_deco04:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #e59696;
}

.h3_deco04:before {
  left:0;
}
.h3_deco04:after {
  right: 0;
}

body.page_header_width_type3 #bread_crumb {
display:none !important;
}

#page_content {
	padding: 90px 0 110px;
}