@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

/***********************************
 * KV
***********************************/
#lower_webcounseling .custom-background {
  background-image: url("../images/webcounseling/kv.webp");
  background-size: cover;
  /* 画像を要素に合わせてリサイズ */
  background-position: center;
  /* 画像を中央に配置 */
}
@media screen and (max-width: 744px) {
  #lower_webcounseling .custom-background {
    background-image: url("../images/webcounseling/kv_sp.webp");
    background-size: cover;
    background-position: center, top;
    height: auto;
  }
}

/* KV */
/* --------------------------------------------------
WEBCOUNSELING PAGE
-------------------------------------------------- */
main#webc {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.p_webc {
  font-size: 15px;
  padding-bottom: 30px;
}

.p_webc h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  background: url(../../assets/images/webcounseling/webc_h2.webp) no-repeat center top/cover;
  min-height: 30px;
  padding: 20px 20px;
  margin-bottom: 20px;
  width: auto;
  text-align: center;
  letter-spacing: 1px;
}

.p_webc p {
  margin-bottom: 15px;
  font-weight: 300;
  text-align: justify;
}

.p_webc p span {
  color: #db5968;
  font-weight: 600;
}

.p_webc .fr-img {
  float: right;
  margin: 0;
  margin-right: -30px;
  max-width: fit-content;
  height: auto;
}

.p_webc__inner {
  padding: 20px 30px;
  padding-top: 0;
}

.p_webc__inner.no {
  padding-bottom: 0;
}

.p_webc__info {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.info-inner {
  display: flex;
  justify-content: space-between;
}

.info-inner > div {
  width: calc(50% - 25px);
  background: #f8f7f7;
  border-radius: 10px;
  padding: 10px;
  padding-right: 5px;
  display: flex;
  box-sizing: content-box;
}

.info-inner > div img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.info-inner > div .info {
  flex: 1;
  padding-left: 10px;
  border-left: 1px solid #aaaaaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-inner > div .info span {
  font-size: 17px;
  font-weight: 600;
  color: #a99f6e;
}

.p_webc__notes {
  clear: both;
  margin: 20px auto;
}

.p_webc__notes h3 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 5px;
}

.p_webc__notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p_webc__notes > ul li {
  display: block;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}

.p_webc__notes > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #a99f6e;
}

.steps-row {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a99f6e;
  position: relative;
}

.steps-row::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 38px;
  height: 30px;
  background: #fff;
}

.steps-row::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: calc(50% - 8px);
  width: 24px;
  height: 24px;
  border-top: 1px solid #a99f6e;
  border-left: 1px solid #a99f6e;
  transform: rotate(-135deg);
}

.steps-row:last-child {
  border: 0;
  padding-bottom: 0;
}

.steps-row:last-child::before,
.steps-row:last-child::after {
  display: none;
}

.steps-row > div {
  display: block;
  clear: both;
  overflow: hidden;
}

.steps-row > div > h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 80px;
  line-height: 2;
}

.steps-row > div > h3 span {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 69px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: url(../../assets/images/webcounseling/webc_step-bg.webp) no-repeat center top;
  background-size: 100%;
  text-align: center;
  padding-right: 5px;
}

.steps-row > div > img {
  float: right;
  margin: 0 0 0 40px;
  width: auto;
}

.p_webc__gbox {
  display: block;
  clear: both;
  overflow: hidden;
  background: #f8f7f7;
  padding: 15px 19px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.p_webc__gbox h4 {
  border-left: 3px solid #a99f6e;
  color: #a99f6e;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 5px;
}

.exlinks a {
  margin-right: 15px;
  display: inline-block;
}

.p_webc__contact {
  width: 100%;
  border-top: 3px solid #a99f6e;
  background: url(../../assets/images/webcounseling/webc_contact-img.webp) no-repeat left top #f6f5f2;
  background-size: auto 100%;
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}

.p_webc__contact-inner {
  max-width: 470px;
  width: 100%;
  padding: 20px;
  float: right;
  display: block;
}

.p_webc__contact h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #a99f6e;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.p_contact-infos {
  display: block;
  text-align: center;
}

.p_contact-infos img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.p_contact-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 744px) {
  .c_ban-inner.bg2 .c_ban-inner__main {
    padding-top: 20px;
  }
}
.c_ban-inner__wrapper .line,
.c_ban-inner__wrapper .zoom {
  position: absolute;
  bottom: -42px;
}

.c_ban-inner__wrapper .line {
  left: 100px;
  width: 132px;
}

@media screen and (max-width: 1080px) {
  .c_ban-inner__wrapper .line {
    left: 20px;
  }
}
@media screen and (max-width: 744px) {
  .c_ban-inner__wrapper .line {
    width: 76px;
  }
}
.c_ban-inner__wrapper .zoom {
  left: 283px;
  width: 142px;
}

@media screen and (max-width: 1080px) {
  .c_ban-inner__wrapper .zoom {
    left: 203px;
  }
}
@media screen and (max-width: 744px) {
  .c_ban-inner__wrapper .zoom {
    left: 117px;
    width: 81px;
  }
}
.tab input[name=tab_item] {
  /*ラジオボタンを全て消す*/
  display: none;
}

.tab_item {
  width: 326px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  color: #fff;
  display: block;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 744px) {
  .tab_item {
    width: calc(44.8% - 4px);
    font-size: 17px;
  }
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_item._line {
  background: linear-gradient(to bottom, #7fd97f 0%, #00b400 100%);
  border: 2px solid #00b400;
  float: left;
  margin-left: 30px;
}

@media screen and (max-width: 744px) {
  .tab_item._line {
    margin-left: 4.3%;
  }
}
.tab_item._zoom {
  background: linear-gradient(to bottom, #aed2ec 0%, #5ea7da 100%);
  border: 2px solid #5ea7da;
  float: right;
  margin-right: 30px;
}

@media screen and (max-width: 744px) {
  .tab_item._zoom {
    margin-right: 4.3%;
  }
}
.tab_content {
  /*タブ切り替えの中身のスタイル*/
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}

@media screen and (max-width: 744px) {
  .tab_content {
    padding-top: 20px;
  }
}
.tab_content .p_webc__gbox {
  background: #fff;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box {
    margin: 0 16px;
  }
}
.tab_content .steps-row .box::after {
  content: "";
  display: block;
  clear: both;
}

.tab_content .steps-row .box .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 456px;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box .ttl {
    font-size: 15px;
    width: auto;
    margin-bottom: 4px;
  }
}
.tab_content .steps-row .box .ttl span {
  color: #a99f6e;
}

.tab_content .steps-row .box p {
  width: 456px;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box p {
    width: auto;
  }
}
.tab_content .steps-row .box img {
  float: right;
  width: auto;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box img {
    float: none;
    max-width: 200px;
    width: auto;
    margin: 0 auto 26px;
  }
}
.tab_content .steps-row .box img.ma {
  margin-right: 33px;
}

.tab_content .steps-row .box._1,
.tab_content .steps-row .box._2 {
  padding-bottom: 35px;
  border-bottom: 1px dashed #aaa;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._1,
  .tab_content .steps-row .box._2 {
    padding-bottom: 20px;
  }
}
.tab_content .steps-row .box._2,
.tab_content .steps-row .box._3 {
  padding-top: 25px;
}

@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._2,
  .tab_content .steps-row .box._3 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._1 {
    padding-top: 13px;
  }
}
@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._2 {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #a99f6e;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 38px;
    height: 30px;
    background: #edfaed;
  }
}
@media screen and (max-width: 744px) {
  .tab_content .steps-row .box._3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - 8px);
    width: 24px;
    height: 24px;
    border-top: 1px solid #a99f6e;
    border-left: 1px solid #a99f6e;
    transform: rotate(-135deg);
  }
}
.tab_content._line {
  background: #edfaed;
}

@media screen and (max-width: 744px) {
  .tab_content._line .steps-row {
    margin-bottom: 13px;
  }
}
.tab_content._line .steps-row::before {
  background: #edfaed;
}

.tab_content._zoom {
  background: #e7f2f9;
}

.tab_content._zoom .steps-row::before {
  background: #e7f2f9;
}

@media screen and (max-width: 744px) {
  .tab_content._zoom .steps-row .webc_pad::before {
    background: #e7f2f9;
  }
}
.tab_ttl {
  background: #fff;
  padding: 18px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 744px) {
  .tab_ttl {
    padding: 10px;
    margin: 0 16px 20px;
  }
}
.tab_ttl_txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #a99f6e;
  font-size: 17px;
  line-height: 20px;
  border-left: 3px solid #a99f6e;
  padding-left: 8px;
}

@media screen and (max-width: 744px) {
  .tab_ttl_txt {
    font-size: 16px;
  }
}
/*選択されているタブのコンテンツのみを表示*/
#tab_line:checked ~ #tab_line_content,
#tab_zoom:checked ~ #tab_zoom_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/

/* RESPONSIVE STYLE ---------- */
@media screen and (max-width: 744px) {
  .c_ban-inner.bg2 {
    min-height: 150px;
    height: auto;
    border-top: 0;
  }
  .c_ban-inner.bg2 .c_ban-inner__main {
    padding: 40px 0 0;
  }
  .c_ban-inner.bg2 .c_ban-inner__ttl {
    font-size: 20px;
  }
  .c_ban-inner.bg2 .c_ban-inner__ttl span {
    font-size: 13px;
  }
  .pan.spDisp .inner {
    line-height: 40px;
  }
  .p_webc {
    padding-bottom: 15px;
  }
  .p_webc h2 {
    font-size: 18px;
    background: url(../../assets/images/webcounseling/webc_h2_sp.png) no-repeat center top/cover;
    padding: 15px 10px 5px;
    margin-bottom: 20px;
  }
  .p_webc p {
    text-align: left;
    line-height: 1.8;
  }
  .p_webc .fr-img {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 0 auto 20px;
  }
  .p_webc__inner {
    padding: 0;
  }
  .webc_pad {
    padding: 0 16px;
  }
  .steps-row {
    border: 0;
  }
  .steps-row:before,
  .steps-row:after {
    display: none;
  }
  .steps-row > div {
    overflow: visible;
  }
  .steps-row .webc_pad {
    border-bottom: 1px solid #a99f6e;
    position: relative;
    padding: 0 0 5px;
    margin: 0 16px 15px;
  }
  .steps-row .webc_pad::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 38px;
    height: 30px;
    background: #fff;
  }
  .steps-row .webc_pad::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - 8px);
    width: 24px;
    height: 24px;
    border-top: 1px solid #a99f6e;
    border-left: 1px solid #a99f6e;
    transform: rotate(-135deg);
  }
  .steps-row:last-child .webc_pad {
    border: 0;
    padding-bottom: 0;
  }
  .steps-row:last-child .webc_pad::before,
  .steps-row:last-child .webc_pad::after {
    display: none;
  }
  .info-inner {
    flex-direction: column;
  }
  .p_webc__info {
    padding: 0 16px;
    width: 100%;
  }
  .info-inner > div {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
  .p_webc__notes {
    margin-top: 10px;
    padding: 0 16px;
  }
  .pan.spDisp {
    background: none;
    height: auto;
  }
  .steps-row {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .steps-row:last-child {
    margin-bottom: 0;
  }
  .steps-row > div > h3 {
    margin-bottom: 10px;
    padding-left: 96px;
    padding-right: 16px;
  }
  .steps-row > div > h3 span {
    left: 16px;
  }
  .steps-row > div > img {
    float: none;
    margin: 0 auto 15px;
    max-width: 500px;
    width: 100%;
  }
  .p_webc__gbox {
    padding: 15px 13px;
  }
  .exlinks {
    display: flex;
  }
  .exlinks a {
    margin-right: 10px;
  }
  .exlinks a:last-child {
    margin-right: 0;
  }
  .p_webc__contact {
    background: url(../../assets/images/webcounseling/webc_contact-img_sp.webp) no-repeat left top #f6f5f2;
    background-size: 40% auto;
  }
  .p_webc__contact-inner {
    max-width: calc(100% - 32px);
    padding: 20px 16px 30px;
  }
  .p_webc__contact h3 {
    border: none;
  }
  .p_webc__contact-inner a {
    margin-top: 20px;
  }
  .p_contact-infos {
    margin: 0 20px;
  }
  .p_contact-btns {
    flex-direction: column;
    margin: 0 20px;
  }
  .p_contact-infos img.spDisp,
  .p_contact-btns img.spDisp {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
/* --------------------------------------------------
SIDE MENU
-------------------------------------------------- */
#side {
  max-width: 270px;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #side {
    display: none;
  }
}
#side .c_side__ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: url(../../assets/images/sidebar/side_ttl-bg.png) no-repeat center top/contain;
  max-width: 375px;
  height: 80px;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#side .c_side__ttl span {
  font-size: 14px;
  font-weight: 400;
  color: #ddbe6b;
  display: block;
}
#side [class^=c_side__cat-ttl] {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  line-height: 1;
  background: url(../../assets/images/sidebar/side_cat-ttl-bg.png) no-repeat center top/contain;
  max-width: 250px;
  height: 50px;
  width: 100%;
  padding: 15px 20px;
}
#side [class^=c_side__cat-ttl] span {
  font-size: 11px;
  font-weight: 400;
  color: #ddbe6b;
  display: inline-block;
  margin-left: 10px;
}
#side .c_side_sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
#side .c_side_menu {
  display: flex;
  flex-direction: column;
  width: 270px;
  padding: 24px;
  gap: 16px;
  background: #fdf7f7;
  border-top: 2px solid #dd5564;
}
#side .c_side_menu.footer-menu-vein-other {
  background: #f5f4fa;
  border-top: 2px solid #6e6783;
}
#side .c_side_menu.footer-menu-vein-other .cate li::before {
  border-top: 2px solid #6e6783;
  border-right: 2px solid #6e6783;
}
#side .c_side_menu.footer-menu-slim-hair {
  background: #fff8f5;
  border-top: 2px solid #935941;
}
#side .c_side_menu.footer-menu-slim-hair .cate li::before {
  border-top: 2px solid #935941;
  border-right: 2px solid #935941;
}
#side .c_side_menu.footer-menu-skin {
  background: #f9fcff;
  border-top: 2px solid #55a5d1;
}
#side .c_side_menu.footer-menu-skin .cate li::before {
  border-top: 2px solid #55a5d1;
  border-right: 2px solid #55a5d1;
}
#side .c_side_menu .ttl {
  color: #dd5564;
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.05px;
  padding-bottom: 8px;
}
#side .c_side_menu .ttl.footer-menu-vein-other {
  color: #6e6783;
}
#side .c_side_menu .ttl.footer-menu-slim-hair {
  color: #935941;
}
#side .c_side_menu .ttl.footer-menu-skin {
  color: #55a5d1;
}
#side .c_side_menu .cate {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#side .c_side_menu .cate_ttl {
  color: #fff;
  font-family: var(--font-yugo);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  padding: 4px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #fff;
  background: #dd5564;
}
#side .c_side_menu .cate ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-yugo);
}
#side .c_side_menu .cate li {
  display: flex;
  align-items: flex-start;
  font-family: var(--font-yugo);
  font-size: 14px;
  color: #333;
  position: relative;
}
#side .c_side_menu .cate li::before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dd5564;
  border-right: 2px solid #dd5564;
  transform: rotate(45deg);
  flex-shrink: 0;
}
#side .c_side_menu .cate a {
  color: #333;
  font-family: var(--font-yugo);
  position: relative;
  text-decoration: none;
  transition: color 0.2s;
}
#side .c_side_menu .cate a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#side .c_side_menu .cate a:hover {
  opacity: 1;
}
#side .c_side_menu .cate a:hover::after {
  transform: scaleX(1);
}
#side .c_side_banner {
  text-align: center;
}
#side .c_side_banner li {
  margin-bottom: 10px;
}
#side .c_side_banner li a {
  display: block;
}
#side .c_side_banner li a:hover {
  opacity: 0.6;
}

/***********************************
 * KV
***********************************/
#lower_reservation .custom-background {
  background-image: url("../images/reservation/kv.webp");
  background-size: cover;
  /* 画像を要素に合わせてリサイズ */
  background-position: center;
  /* 画像を中央に配置 */
}
@media screen and (max-width: 744px) {
  #lower_reservation .custom-background {
    background-image: url("../images/reservation/kv_sp.webp");
    background-size: cover;
    background-position: center, top;
    height: auto;
  }
}

/* KV */
.mw_wp_form_input .open-area {
  display: none;
}

/* CF7アップデート後の非表示フィールドコンテナ */
fieldset.hidden-fields-container {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.btn-red {
  box-shadow: none;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  box-shadow: none;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 21px;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  aspect-ratio: 1/1;
  /* 色をじんわり変化させる */
  width: 21px;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

.checkbox-cl01 input {
  display: none !important;
}

.checkbox-cl01 input + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.checkbox-cl01 input + span::after,
.checkbox-cl01 input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-cl01 input + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-cl01 input + span::after {
  border: none;
  background-color: #ff3399;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.checkbox-cl01 input:checked + span::after {
  display: block;
}

span.wpcf7-form-control-wrap.radio-739 {
  margin-top: 10px;
  display: block;
}

span.wpcf7-form-control-wrap.radio-424 {
  margin-top: 10px;
  display: block;
}

span.wpcf7-form-control-wrap.checkbox-747 {
  margin-top: 10px;
  display: block;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

p.check-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 744px) {
  p.check-ttl {
    font-size: 15px;
    margin-left: 10px;
    padding-left: 0;
  }
}

.check_mgn {
  margin-top: 30px !important;
}

.date_ttl {
  margin-right: 10px;
  width: 125px;
}
@media screen and (max-width: 744px) {
  .date_ttl {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

span.wpcf7-form-control-wrap.datechoice input {
  width: 200px;
}

input#datepicker01 {
  width: 200px;
}
@media screen and (max-width: 744px) {
  input#datepicker01 {
    width: -webkit-fill-available;
    max-width: 100% !important;
  }
}

input#datepicker02 {
  width: 200px;
}
@media screen and (max-width: 744px) {
  input#datepicker02 {
    width: -webkit-fill-available;
    max-width: 100% !important;
  }
}

.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.8;
}

.subtitle {
  margin: 0 10px;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

.tel__telbox {
  width: auto;
}
@media screen and (max-width: 744px) {
  .tel__telbox {
    width: 100%;
  }
}

.tel__box {
  background-color: #f5faff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .tel__box {
    margin-top: 30px;
    flex-direction: column;
  }
}

.tel__title {
  font-size: 21px;
  font-weight: bold;
  margin-right: 50px;
  padding-left: 20px;
  border-left: solid 4px #0185ce;
  text-align: left;
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .tel__title {
    font-size: 18px;
    line-height: 150%;
    padding-left: 10px;
    margin-right: 0;
    text-align: left;
    height: auto;
  }
}

.tel__telnumber {
  width: 360px;
}
@media screen and (max-width: 744px) {
  .tel__telnumber {
    width: 100%;
    margin-top: 10px;
  }
}

.tel__time {
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .tel__time {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    letter-spacing: -1px;
    text-align: center;
  }
}

.contact__notice {
  text-align: center;
  margin: 0 0 32px;
  font-size: 15px;
}
@media screen and (max-width: 744px) {
  .contact__notice {
    margin-bottom: 8.5333333333vw;
    text-align: left;
    padding: 0 20px;
  }
}

.form__box--shadow {
  box-shadow: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .form__box--shadow {
    padding: 20px 10px;
  }
}

.datebox__year {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .datebox__year {
    margin-bottom: 10px;
  }
}

.datebox__month {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .datebox__month {
    margin-bottom: 10px;
  }
}

.datebox__day {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .datebox__day {
    justify-content: space-between;
  }
}

.dateadate.error__date {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .dateadate.error__date {
    flex-direction: column;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
}
@media screen and (max-width: 744px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

select {
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: 1px solid #cccccc;
  color: #333;
  font-weight: normal;
  width: auto;
}
@media screen and (max-width: 744px) {
  select {
    font-size: 15px;
    width: 74vw;
  }
}

.error01 .wpcf7-not-valid-tip {
  display: none;
}
.error01 .error-message {
  color: red;
  display: none;
}
.error01:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

/* Form Section
*****************************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 744px) {
  .contact_form {
    margin: 0 auto;
  }
}

.form__box {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .form__box {
    padding: 10px;
  }
}

.form__box:last-child {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 744px) {
  .form__box:last-child {
    padding: 10px;
  }
}

.form__box--title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form__box--notice {
  color: #1a1a1a;
  font-size: 15px;
  margin-top: 5px;
}

.contact_form label:first-child {
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .contact_form label:first-child {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}

.contact_form label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .contact_form label {
    font-size: 15px;
  }
}

span.wpcf7-form-control.wpcf7-radio {
  display: block;
}
@media screen and (max-width: 744px) {
  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
}

.contact_form .required {
  color: #fff !important;
  background-color: #ed1c24;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 30px;
}
@media screen and (max-width: 744px) {
  .contact_form .required {
    font-size: 13px;
  }
}

.datepicker-box {
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .datepicker-box {
    flex-direction: column;
  }
}

.datepicker__date {
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .datepicker__date {
    flex-direction: column;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

label.date_ttl {
  font-weight: normal;
  width: 150px;
}
@media screen and (max-width: 744px) {
  label.date_ttl {
    margin-bottom: 10px;
  }
}

.datepicker__date p {
  width: auto;
}
@media screen and (max-width: 744px) {
  .datepicker__date p {
    width: 100%;
  }
}

.submit_sec {
  display: flex;
  justify-content: center;
  margin: 48px 0;
  flex-direction: column;
}
@media screen and (max-width: 744px) {
  .submit_sec {
    margin: 6.4vw 0;
  }
}

.contact_form input,
.contact_form textarea {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  background-color: #fff;
  width: -webkit-fill-available;
  display: block;
  padding: 7px 10px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 744px) {
  .contact_form input,
  .contact_form textarea {
    font-size: 15px;
  }
}

/* サンクスページ
*****************************************************/
.page_ttl_sub {
  color: #0085ce;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 1px #0085ce;
  padding-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .page_ttl_sub {
    padding-bottom: 5px;
    font-weight: bold;
  }
}

.reser-thanks__box {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .reser-thanks__box {
    width: 90%;
    padding-bottom: 50px;
  }
}

.reser-thanks__headtext {
  color: #e52121;
  font-size: 24px;
  font-weight: bold;
}

.reser-thanks__text01 {
  font-size: 21px;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .reser-thanks__text01 {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    font-weight: bold;
  }
}

.reser-thanks__text02 {
  font-size: 21px;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #0085ce;
}
@media screen and (max-width: 744px) {
  .reser-thanks__text02 {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    font-weight: bold;
  }
}

.reser-thanks__text02 span {
  font-size: 15px;
}

.reser-thanks__notice h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .reser-thanks__notice h3 {
    font-size: 13px;
  }
}

.reser-thanks__notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reser-thanks__backtotop {
  margin-top: 40px;
}

.reser-thanks__notice {
  text-align: left;
}

.reser-thanks__icon {
  width: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.reser-thanks__notice p {
  font-size: 15px;
}
@media screen and (max-width: 744px) {
  .reser-thanks__notice p {
    font-size: 13px;
  }
}

.contact_form textarea {
  line-height: 1.8;
  resize: none;
  height: 120px;
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .contact_form textarea {
    line-height: 1.8;
    resize: none;
    height: 100px !important;
    overflow: auto;
    font-family: inherit;
    font-size: inherit;
  }
}

.show-all {
  position: relative;
  padding: 40px 40px;
  background: #ffffff;
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 40px;
}

.show-all button {
  min-width: 160px;
  pointer-events: none;
  border: none;
  padding: 3px 40px;
  border-radius: 20px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 5%;
  font-size: 16px;
  opacity: 0.9;
  z-index: 3;
}

.show-all button::after {
  content: "";
  background: url("../images/reservation/arrow.svg") no-repeat center top/contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.show-all input[type=checkbox] {
  display: none;
}

.show-all label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.show-all label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 67%);
  z-index: 2;
}

.show-all.bg-white {
  background: #fff;
}

.show-all.bg-white label::before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f6f9fc 70%);
}

.show-treatment {
  height: 80px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  transition: all 100ms;
  padding-bottom: 30px;
}

.show-treatment-txt1 {
  color: #2e70a7;
  font-weight: bold;
}

.show-treatment-txt2 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.show-treatment-txt2:before,
.show-treatment-txt2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.show-treatment-txt2 strong {
  margin: 20px;
}

.show-treatment-txt3 {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.show-treatment > div:first-child {
  font-size: 18px;
}

.show-treatment > div:first-child .show-treatment-txt1 {
  font-size: 18px;
}

.show-treatment > div {
  margin-bottom: 6px;
  line-height: 1.5em;
}

.show-treatment > div > div + div {
  margin-left: 10px;
}

.show-all input[type=checkbox]:checked ~ label {
  background: none;
}

.show-all input[type=checkbox]:checked ~ label:after,
.show-all input[type=checkbox]:checked ~ label:before {
  background: none;
}

.show-all input[type=checkbox]:checked ~ label button {
  position: absolute;
  left: 0;
  bottom: 85px;
  margin: 0;
}

.show-all input[type=checkbox]:checked ~ label button::after {
  transform: rotate(180deg);
}

.show-all input[type=checkbox]:checked ~ .show-treatment {
  height: auto;
  transition: all 100ms;
}

.show-all.noBd {
  margin: 10px auto 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
}

.show-all.noBd label:after {
  border: none;
}

.show-all.noBd .show-treatment {
  font-size: 15px;
}

.show-treatment .bullet span {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

.show-treatment .bullet span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2e70a7;
  position: absolute;
  top: 3px;
  left: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit.btn-red {
  font-size: 32px;
  font-weight: bold;
  border-radius: 9999px;
  border: none;
  background: linear-gradient(180deg, #f38c97 0%, #dd5564 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.submit.btn-red {
    font-size: 22px;
    width: 80%;
    padding: 20px 20px;
  }
}

.form-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form__select-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .form__select-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}

.form__select-box span {
  width: 130px;
}

.radio_btn_vertical span.wpcf7-list-item {
  display: block;
  margin-bottom: 20px;
}

/* ==================================================
  モニター募集
================================================== */
/* モニター募集バナー */
#lower_reservation .moniBnr {
  pointer-events: none;
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  #lower_reservation .moniBnr {
    margin-bottom: 24px;
  }
}

/* ==================================================
  LINE予約限定
================================================== */
.line-box {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
  align-items: center;
  background-color: #ffffff;
  border: 10px solid;
  border-color: #00b900;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .line-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.line-box .ttl {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
}
.line-box .LINE {
  color: #00b900;
  font-family: "Source Han Serif-SemiBold", Helvetica;
  font-size: 24px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  text-decoration: underline;
}
.line-box .note {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.line-box .line {
  flex-grow: 1;
  height: 1px;
  background-color: black;
  max-width: 100%;
}
.line-box .text-wrapper {
  color: var(--black);
  font-family: "Source Han Sans JP-Bold", Helvetica;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.line-box .LINE-LINE-LINE {
  align-self: stretch;
  color: var(--black);
  font-family: "Source Han Sans JP-Bold", Helvetica;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
}
.line-box .span {
  color: #333333;
  font-weight: 700;
}
.line-box .text-wrapper-3 {
  color: #871114;
  font-weight: 700;
  text-decoration: underline;
}
.line-box .code {
  align-items: center;
  background-color: #a78b40;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 50px 16px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 744px) {
  .line-box .code {
    padding: 6px 20px 16px;
  }
}
.line-box .code .code-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.line-box .code .div {
  color: #ffffff;
  font-family: "Source Han Sans JP-Bold", Helvetica;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
  width: fit-content;
  text-align: center;
}
.line-box .code .text-wrapper-4 {
  color: #ffffff;
  font-family: "Helvetica-Bold", Helvetica;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: -1px;
  white-space: nowrap;
  width: fit-content;
  text-align: center;
}
.line-box .code .sub {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  gap: 8px;
  padding: 4px 80px;
  position: relative;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .line-box .code .sub {
    padding: 4px 20px;
  }
}
.line-box .code .text-wrapper-5 {
  color: #a78b40;
  font-family: "Source Han Sans JP-Bold", Helvetica;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 13px;
  white-space: nowrap;
  width: fit-content;
}
.line-box .text-wrapper-6 {
  align-self: stretch;
  color: var(--black);
  font-family: "Source Han Sans JP-Regular", Helvetica;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .line-box .text-wrapper-6 {
    font-size: 13px;
    text-align: left;
  }
}
.line-box .ads-prp-line-btn {
  align-items: center;
  background: linear-gradient(180deg, rgb(0, 185, 0) 0%, rgb(0, 132.6, 0) 100%);
  border-radius: 5px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  width: 100%;
  justify-content: center;
  padding: 23px 0;
  position: relative;
  transition: opacity 0.3s ease;
}
.line-box .ads-prp-line-btn:hover {
  opacity: 0.5;
}
.line-box .ads-prp-line-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
}
.line-box .frame {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0px 0px 0px 26px;
  position: relative;
  width: 560px;
}
.line-box .TEXT {
  color: white;
  flex: 1;
  font-family: "YuGothic-Bold", Helvetica;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .line-box .TEXT {
    font-size: 22px;
  }
}

.acceptance-box .wpcf7-list-item-label::before {
  display: none;
}

.acceptance-box label {
  display: flex;
  align-items: center;
  margin-left: 0;
}

input[type=checkbox] {
  width: 30px;
}

.acceptance-box .wpcf7-list-item-label {
  margin-bottom: 0px;
}

.acceptance-box {
  margin-top: 20px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.standard_reservation {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.standard_reservation h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .standard_reservation h3 {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.standard_reservation h3 span {
  display: block;
  color: #a88b40;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  line-height: 1;
}

/* ==================================================
  アナウンス
================================================== */
.reservation-announce {
  margin-bottom: 40px;
  padding: 24px;
  background-color: rgb(252.5, 245, 245.5);
  border-top: 2px solid #da4454;
  border-bottom: 2px solid #da4454;
}
@media screen and (max-width: 744px) {
  .reservation-announce {
    margin-bottom: 32px;
    padding: 20px 16px;
  }
}
.reservation-announce__inner {
  max-width: 800px;
  margin: 0 auto;
}
.reservation-announce__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #da4454;
  text-align: center;
}
.reservation-announce__text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.reservation-announce__text strong {
  color: #da4454;
  font-weight: bold;
}

/*# sourceMappingURL=webcounseling.css.map */
