@charset "UTF-8";
/*
Theme Name: ミラクルマジック ver2.0
Theme URI: https://miraclemagic.info/
Description: ホームページ
Version: 2.0
*/
/*--------------------------------
メディアクエリ定義
--------------------------------*/
/* 電話番号リンク */
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* color変数 */
/*--------------------------------
基本class
--------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
  /*font-family: YuMincho, "Yu Mincho", serif;*/
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #5c3d0c;
}

.ovx_hidden {
  overflow-x: hidden;
}

/*--------------------------------
コンポーネント
--------------------------------*/
.el_logo {
  z-index: 99;
  transition: 0.5s;
}
.el_logo p {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  color: #ea6182;
  font-size: 1rem;
}
.el_logo img {
  width: 60px;
  vertical-align: middle;
}

.el_icon {
  width: 50px;
}
.el_icon:hover {
  opacity: 0.5;
}

.el_tel {
  font-size: 2rem;
  color: #707070;
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c16065;
  font-weight: 400;
  font-style: normal;
}

.el_notice {
  font-size: 1rem;
}

.el_btn {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 290px;
  display: block;
  width: 180px;
  max-width: 100%;
  padding: 15px 15px;
  background-color: #ea6182;
  border: 1px solid transparent;
  color: #fff;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 50px;
  overflow: hidden;
}
.el_btn:hover {
  background-color: white;
  border: 1px solid #ea6182;
  color: #ea6182;
  opacity: 1;
}

.el_btn.el_btn__square {
  border-radius: 0;
  background-color: #ffffff;
  color: #707070;
  padding: 8px 15px;
  border: 0.5px solid #ea6182;
}
.el_btn.el_btn__square:hover {
  background-color: #ea6182;
  color: #ffffff;
}

.el_btn.el_btn__submit {
  background-color: #ffffff;
  color: #ea6182;
  border: 1px solid #ea6182;
}
.el_btn.el_btn__submit:hover {
  background-color: #ea6182;
  color: #ffffff;
}

.el_btn.el_btn__wide {
  width: 100%;
  box-sizing: border-box;
}

.el_backBtn {
  margin-top: 30px;
}
.el_backBtn a {
  color: #ea6182;
}

.ly_section {
  padding-left: 4vw;
  padding-right: 4vw;
}

.ly_inner {
  max-width: 900px;
  margin: 0 auto;
}

.tl_section {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .tl_section {
    font-size: 2.4rem;
  }
}
.tl_section .txt_tl {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tl_section .txt_tl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #ea6182;
}

.subtl_section {
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .subtl_section {
    font-size: 2rem;
  }
}

.btn_link {
  display: inline-block;
  padding: 9px 32px;
  border: 1px solid #5c3d0c;
  border-radius: 1000px;
  color: #5c3d0c;
  font-size: 1.2rem;
  background-color: #fff;
  font-weight: 600;
}
.btn_link.btn_contact {
  padding-left: 20px;
  padding-right: 44px;
  position: relative;
}
.btn_link.btn_contact::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background-image: url(./img/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.el_section_ttl {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c16065;
  font-weight: 700;
  color: #c16065;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.3;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.el_section_ttl::after {
  content: "";
  height: 3px;
  width: 20px;
  background-color: #c16065;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.el_section_ttl_sub {
  display: block;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
  color: #c16065;
}

.el_single_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #c16065;
  margin: 30px 0;
}

.bl_section_header {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c16065;
  font-size: 1.8rem;
  font-weight: normal;
}

/*--------------------------------
ドロワーメニュー
--------------------------------*/
body.noscroll {
  overflow: hidden;
}

.bl_drawer {
  position: fixed;
  top: 0;
  right: -25px;
  width: 500px;
  height: 100vh;
  box-sizing: border-box;
  background: #5c3d0c;
  padding: 80px 10px;
  transform: translateX(500px);
  transition: ease 0.5s;
  z-index: 9999;
}
.bl_drawer.action {
  /* sp */
}
@media screen and (max-width: 519px) {
  .bl_drawer.action {
    width: 300px;
  }
}
.bl_drawer_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}
.bl_drawer_item a {
  color: #fff;
}
.bl_drawer_item a:hover {
  opacity: 0.8;
}
.bl_drawer_item > ul {
  padding: 0px 0px 0px 20px;
}
.bl_drawer_item > ul li {
  margin-top: 5px;
}
.bl_drawer_item > ul li::before {
  content: "- ";
  display: inline;
  color: #ea6182;
}
.bl_drawer_item > ul li:hover {
  opacity: 0.8;
}
.bl_drawer_list {
  margin-left: -20px;
}
.bl_drawer .el_icon_wrapper {
  padding-left: 50px;
}

.bl_drawerBtn {
  position: fixed;
  top: 10px;
  left: -90px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  z-index: 10000;
  /* tab */
}
@media screen and (max-width: 768px) {
  .bl_drawerBtn {
    top: 0;
  }
}

.hambarg {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 40px;
  background: #ae7d45;
  transition: ease 0.5s;
}

.hambarg:nth-child(1) {
  top: 30%;
  left: 50%;
}

.hambarg:nth-child(2) {
  top: 45%;
  left: 50%;
}

.hambarg:nth-child(3) {
  top: 60%;
  left: 50%;
}

.bl_drawer.action {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bl_drawerBtn.action {
  left: 0;
}

.bl_drawerBtn.action .hambarg {
  width: 20px;
}
.bl_drawerBtn.action .hambarg:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_drawerBtn.action .hambarg:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bl_drawerBtn.action .hambarg:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*--------------------------------
ヘッダー
--------------------------------*/
.ly_header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding: 0 45px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 999;
  /* tab */
}
@media screen and (max-width: 768px) {
  .ly_header {
    padding: 0 20px;
    height: 60px;
  }
}
.ly_header .logo_header {
  width: 296px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .ly_header .logo_header {
    width: 200px;
  }
}
.ly_header .logo_header .link_logo {
  display: block;
}
.ly_header .logo_header .link_logo .img_logo {
  width: 100%;
  height: auto;
}

.bl_headerNav {
  display: flex;
  justify-content: space-around;
  min-width: 700px;
  margin-right: 50px;
}

.bl_headerNav_item {
  flex-grow: 1;
  text-align: center;
}

.bl_headerNav_item:last-child .bl_headerNav_link::after {
  content: none;
}

.bl_headerNav_link {
  position: relative;
  display: block;
  padding: 15px 5px;
  border-bottom: 4px solid transparent;
  color: #222;
  text-decoration: none;
  transition: 0.25s;
}

.bl_headerNav_link:focus,
.bl_headerNav_link:hover {
  border-bottom-color: #ea6182;
}

/*--------------------------------
front-page.php
--------------------------------*/
/* first view */
.ly_fv {
  max-width: 2000px;
  padding-top: 50px;
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 773px;
  position: relative;
  background-image: url(./img/fv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  /* sp */
}
@media screen and (max-width: 519px) {
  .ly_fv {
    background-image: url(./img/fv_sp.jpg);
    background-position: center center;
    background-size: 100% auto;
  }
}

/* About */
.sec_about {
  padding-top: 200px;
  padding-bottom: 100px;
  background: linear-gradient(to right, #fff 30%, #f4f3f1 30% 100%);
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_about {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.sec_about .inner_about {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  /* tab */
}
@media screen and (max-width: 768px) {
  .sec_about .inner_about {
    display: block;
  }
}
.sec_about .inner_about .bl_img {
  position: relative;
  padding-top: 50px;
  width: 415px;
  /* tab */
  /* sp */
}
@media screen and (max-width: 768px) {
  .sec_about .inner_about .bl_img {
    margin-left: auto;
    margin-right: -4vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .sec_about .inner_about .bl_img {
    width: 100%;
  }
}
.sec_about .inner_about .bl_img .img_about_01 {
  width: 100%;
  height: auto;
  position: relative;
}
.sec_about .inner_about .bl_img .img_about_02 {
  position: absolute;
  top: -100px;
  left: -130px;
  width: 265px;
  height: auto;
  /* tab */
  /* sp */
}
@media screen and (max-width: 768px) {
  .sec_about .inner_about .bl_img .img_about_02 {
    top: -150px;
  }
}
@media screen and (max-width: 519px) {
  .sec_about .inner_about .bl_img .img_about_02 {
    left: -60px;
  }
}
.sec_about .inner_about .bl_txt {
  width: 380px;
  background-color: #fff;
  position: relative;
  /* tab */
}
@media screen and (max-width: 768px) {
  .sec_about .inner_about .bl_txt {
    margin-top: 30px;
    width: 100%;
  }
}
.sec_about .inner_about .bl_txt .tl_about span {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  color: #baa789;
}
.sec_about .inner_about .bl_txt .subtl_about {
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_about .inner_about .bl_txt .subtl_about {
    font-size: 2rem;
  }
}
.sec_about .inner_about .bl_txt .txt_about {
  margin-top: 24px;
  font-size: 1.6rem;
}
.sec_about .inner_about .bl_txt .box_btn {
  margin-top: 24px;
}

/* deco_01 */
.sec_deco {
  margin-top: 186px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_deco {
    margin-top: 50px;
  }
}
.sec_deco .img_deco_01 {
  width: 80%;
  max-width: 623px;
}

/* Service */
.sec_service {
  padding-top: 100px;
  margin-bottom: 120px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_service {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.sec_service .tl_section {
  text-align: center;
}
.sec_service .tl_section.tl_service span {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  color: #baa789;
}
.sec_service .tl_section .txt_tl {
  display: inline-block;
  position: relative;
}
.sec_service .tl_section .txt_tl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #ea6182;
}
.sec_service .subtl_service {
  margin-top: 5px;
  text-align: center;
  font-size: 2.4rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_service .subtl_service {
    font-size: 2rem;
  }
}
.sec_service .inner_service {
  margin-top: 50px;
}
.sec_service .inner_service .list_service {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_service .inner_service .list_service {
    display: block;
  }
}
.sec_service .inner_service .list_service .item_service {
  /*margin-right: 50px;*/
    margin-right: 0!important;
  width: calc((100% - 50px) / 2);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
  /* tab */
  /* sp */
}
.sec_service .inner_service .list_service .item_service:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_service .inner_service .list_service .item_service {
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 519px) {
  .sec_service .inner_service .list_service .item_service {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .sec_service .inner_service .list_service .item_service:first-child {
    margin-top: 0;
  }
}
.sec_service .inner_service .list_service .item_service .link_item {
  display: block;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  padding: 24px;
}
.sec_service .inner_service .list_service .item_service .link_item .img_item {
  display: block;
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_service .inner_service .list_service .item_service .link_item .tl_item {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_service .inner_service .list_service .item_service .link_item .tl_item {
    margin-top: 15px;
    font-size: 2rem;
  }
}
.sec_service .inner_service .list_service .item_service .link_item .txt_item {
  margin-top: 8px;
  font-size: 1.6rem;
}
.sec_service .inner_service .list_service .item_service .link_item .txt_more {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: right;
  margin-left: auto;
  padding-right: 17px;
  position: relative;
}
.sec_service .inner_service .list_service .item_service .link_item .txt_more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 5px;
  background-image: url(./img/ico_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* Reserve Contact */
.sec_reserve {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(./img/bg_reserve.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_reserve {
    padding: 50px 4vw 60px;
  }
}
.sec_reserve .tl_section {
  text-align: center;
}
.sec_reserve .tl_section span {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
}
.sec_reserve .subtl_section {
  text-align: center;
  color: #fff;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_reserve .subtl_section {
    font-size: 2rem;
  }
}
.sec_reserve .inner_reserve {
  margin-top: 50px;
}
.sec_reserve .inner_reserve .bl_link {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_reserve .inner_reserve .bl_link {
    display: block;
  }
}
.sec_reserve .inner_reserve .bl_link .item_bl {
  text-align: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_reserve .inner_reserve .bl_link .item_bl {
    margin-top: 30px;
  }
  .sec_reserve .inner_reserve .bl_link .item_bl:first-child {
    margin-top: 0;
  }
}
.sec_reserve .inner_reserve .bl_link .item_bl .txt_item {
  color: #fff;
  margin-bottom: 24px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_reserve .inner_reserve .bl_link .item_bl .txt_item {
    margin-bottom: 10px;
  }
}

/* Voice */
.sec_voice {
  position: relative;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_voice {
    padding-top: 50px;
  }
}
.sec_voice::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 710px;
  background-color: #f4f3f1;
  z-index: -1;
}
.sec_voice .inner_voice .tl_section {
  text-align: center;
}
.sec_voice .inner_voice .tl_section.tl_voice span {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  color: #baa789;
}
.sec_voice .inner_voice .subtl_section {
  text-align: center;
}
.sec_voice .inner_voice .txt_lead {
  margin-top: 50px;
  font-size: 1.6rem;
  text-align: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_voice .inner_voice .txt_lead {
    margin-top: 25px;
  }
}
.sec_voice .inner_voice .list_voice .item_voice {
  margin-top: 100px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_voice .inner_voice .list_voice .item_voice {
    margin-top: 50px;
  }
}
.sec_voice .inner_voice .list_voice .item_voice .bl_description {
  width: 100%;
  max-width: 500px;
  padding-right: 116px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  /* tab */
}
@media screen and (max-width: 768px) {
  .sec_voice .inner_voice .list_voice .item_voice .bl_description {
    padding: 0 12px;
    margin: 0 auto;
  }
}
.sec_voice .inner_voice .list_voice .item_voice .bl_description .tag_item {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #5c3d0c;
}
.sec_voice .inner_voice .list_voice .item_voice .bl_description .tl_item {
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_voice .inner_voice .list_voice .item_voice .bl_description .tl_item {
    font-size: 2rem;
  }
}
.sec_voice .inner_voice .list_voice .item_voice .bl_description .img_item {
  position: absolute;
  top: -50px;
  right: -220px;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  /* tab */
}
@media screen and (max-width: 768px) {
  .sec_voice .inner_voice .list_voice .item_voice .bl_description .img_item {
    display: block;
    margin-top: 24px;
    position: static;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }
}
.sec_voice .inner_voice .list_voice .item_voice .bl_description .txt_item {
  margin-top: 24px;
  font-size: 1.6rem;
}
.sec_voice .inner_voice .list_voice .item_voice:nth-child(2n) .bl_description {
  margin-left: auto;
  padding-right: 0;
  padding-left: 116px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .sec_voice .inner_voice .list_voice .item_voice:nth-child(2n) .bl_description {
    padding: 0 12px;
  }
}
.sec_voice .inner_voice .list_voice .item_voice:nth-child(2n) .bl_description .img_item {
  right: unset;
  left: -220px;
}
.sec_voice .inner_voice .wrap_btn {
  margin-top: 50px;
  text-align: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_voice .inner_voice .wrap_btn {
    margin-top: 30px;
  }
}

/* deco_02 */
.sec_deco_02 {
  margin-top: 180px;
  position: relative;
  padding-bottom: 412px;
  overflow: hidden;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_deco_02 {
    margin-top: 50px;
  }
}
.sec_deco_02 .img_deco_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 436px;
  height: auto;
}
.sec_deco_02 .img_deco_03 {
  position: absolute;
  top: 190px;
  left: 270px;
  width: 304px;
  height: auto;
}

/* Instagram */
.sec_insta {
  margin-top: 210px;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_insta {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.sec_insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 530px;
  background-color: #f4f3f1;
  z-index: -1;
}
.sec_insta .tl_section {
  text-align: center;
}
.sec_insta .tl_section span {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  color: #baa789;
}
.sec_insta .subtl_section {
  text-align: center;
}
.sec_insta .bl_insta {
  margin-top: 50px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_insta .bl_insta {
    margin-top: 25px;
  }
}
.sec_insta #sbi_load {
  margin-top: 50px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_insta #sbi_load {
    margin-top: 30px;
  }
}
.sec_insta #sb_instagram #sbi_load .sbi_load_btn {
  display: inline-block;
  padding: 9px 32px;
  border: 1px solid #5c3d0c;
  border-radius: 1000px !important;
  color: #5c3d0c !important;
  font-size: 1.2rem;
  background: #fff !important;
}
.sec_insta #sb_instagram #sbi_load .sbi_load_btn a,
.sec_insta #sb_instagram .sbi_follow_btn a:focus {
  box-shadow: none;
}
.sec_insta #sb_instagram svg:not(:root).svg-inline--fa {
  display: none;
}

/*--------------------------------
Access
--------------------------------*/
.sec_access {
  padding-top: 32px;
  padding-bottom: 64px;
}
.sec_access .inner_access {
  max-width: 684px;
}
.sec_access .tl_section {
  text-align: center;
}
.sec_access .tl_section span {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  color: #baa789;
}
.sec_access .subtl_section {
  text-align: center;
}
.sec_access .bl_access {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_access .bl_access {
    display: block;
  }
}
.sec_access .bl_access .box_info .wrap_btn {
  margin-top: 12px;
}
.sec_access .bl_access .box_map {
  width: 420px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .sec_access .bl_access .box_map {
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
  }
}
.sec_access .bl_access .box_map .wrap_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 73.8095238095%;
}
.sec_access .bl_access .box_map .wrap_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------
スケジュールセクション
--------------------------------*/
#schedule.ly_section {
  padding-left: 0vw;
  padding-right: 0vw;
}
#schedule .ly_inner {
  padding-top: 5vh;
  padding-bottom: 8vh;
  max-width: none;
  background-image: url(./img/yoga-studio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#schedule .ly_inner::before {
  /* 透過させた黒を重ねる */
  background-color: rgba(255, 255, 255, 0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: -1;
}
#schedule p {
  width: clamp(290px, 50%, 600px);
}
#schedule .el_btn {
  z-index: 99;
}

/*--------------------------------
ブログセクション
--------------------------------*/
#blog .bl_blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#blog .bl_blog_card {
  width: 50%;
  gap: 20px;
  margin-bottom: 30px;
  display: flex;
}
#blog .bl_blog_card:hover {
  opacity: 0.8;
}
#blog .bl_blog_thumbnail {
  width: 45%;
  height: 150px;
}
#blog .bl_blog_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#blog .bl_blog_body {
  width: 45%;
  color: #707070;
  flex-direction: column;
}
#blog .bl_blog_date {
  font-size: 12px;
  bottom: 0;
}
#blog .bl_blog_ttl {
  font-size: 1.8rem;
  color: #272534;
}
#blog .bl_blog_excerpt {
  line-height: 1.2;
}

/*--------------------------------
リザーブセクション
--------------------------------*/
#reserve .ly_container {
  justify-content: center;
}
#reserve .bl_section {
  margin: 0 auto;
}
#reserve .bl_section_txt {
  color: #707070;
  margin-bottom: 20px;
}
#reserve .bl_section_body > *:last-child {
  margin-bottom: 0;
}
#reserve p {
  width: clamp(300px, 50%, 600px);
}
#reserve .bl_banner_wrapper img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#reserve .bl_banner_wrapper:hover {
  opacity: 0.5;
}

/*--------------------------------
フォトセクション
--------------------------------*/
#photo.ly_section {
  padding-right: 0vw;
  padding-left: 0vw;
}
#photo .ly_inner {
  max-width: none;
}

/*--------------------------------
アクセスセクション
--------------------------------*/
#access {
  overflow: hidden;
}
#access.ly_section {
  padding-right: 0px;
  padding-left: 0px;
}
#access .ly_inner {
  max-width: none;
}
#access .bl_section {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#access .bl_section_imgWrapper img {
  width: 150px;
}
#access .bl_section_body > *:last-child {
  margin-bottom: 0;
}
#access .el_notice {
  color: #707070;
}
#access .el_tel {
  vertical-align: sub;
}
#access .el_tel span {
  font-size: 2rem;
  color: #c16065;
}
#access iframe {
  width: 100%;
  max-width: 1920px;
  height: 300px;
}
#access .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#access .ggmap iframe,
#access .ggmap object,
#access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------
バナーセクション
--------------------------------*/
#banner .bl_section {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 2vw;
}
#banner .bl_section_imgWrapper img {
  width: 180px;
}
#banner .bl_section_imgWrapper:hover {
  opacity: 0.8;
}

/* フォトギャラリー */
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
  box-sizing: border-box;
  margin-top: 30px !important;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  width: 180px;
  max-width: 100%;
  padding: 20px 15px !important;
  border: none !important;
  color: #fff !important;
  font-size: inherit;
  font-weight: normal !important;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  background-color: #ea6182 !important;
  font-size: 0 !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a::after {
  font-size: 1.4rem;
  content: "VIEW MORE";
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a:hover {
  background-color: white !important;
  border: 1px solid #ea6182 !important;
  color: #ea6182 !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
  justify-content: flex-end !important;
}

/*--------------------------------
フッター
--------------------------------*/
.ly_footer {
  padding-right: 4vw;
  padding-left: 4vw;
  background-color: #f4f3f1;
  border-bottom: 1px solid #ffffff;
}
.ly_footer .el_section_ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}
.ly_footer .el_section_ttl span {
  font-size: 1.5rem;
}
.ly_footer .el_section_ttl::after {
  display: none;
}
.ly_footer .ly_inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.ly_footer .ly_footer_main {
  align-items: flex-start;
  padding-right: 50px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .ly_footer .ly_footer_main {
    padding-left: 0;
  }
}

.el_icon {
  width: 35px;
}
.el_icon_wrapper {
  gap: 10px;
  margin-top: 30px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .el_icon_wrapper {
    margin-top: 20px;
  }
}

.bl_footer_side {
  padding-top: 36px;
  margin-right: 30px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .bl_footer_side {
    padding-top: 0;
    margin-right: 0;
  }
}
.bl_footer_side .tl_footer_logo {
  width: 295px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .bl_footer_side .tl_footer_logo {
    width: 250px;
  }
}
.bl_footer_side .tl_footer_logo .img_footer_logo {
  width: 100%;
  height: auto;
}

.bl_footer_nav {
  padding-left: 2%;
  margin-right: 2%;
  border-left: 1px solid #d3d2d8;
  /* tab */
}
@media screen and (max-width: 768px) {
  .bl_footer_nav {
    border-left: none;
    padding-left: 0;
  }
}
.bl_footer_nav a {
  margin-right: 30px;
  color: #333333;
  position: relative;
}
.bl_footer_nav li {
  white-space: nowrap;
  margin: 10px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .bl_footer_nav li {
    margin-top: 0;
    margin-left: 0;
  }
}
.bl_footer_nav li:hover {
  opacity: 0.7;
}
.bl_footer_nav > ul {
  padding: 0px 0px 0px 20px;
}
.bl_footer_nav > ul li::before {
  content: "- ";
  display: inline;
  color: #333333;
}

.ly_copyright {
  margin: 0 -4vw;
  background-color: #5c3d0c;
  text-align: center;
  border-top: 1px solid #ffffff;
}
.ly_copyright span {
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.2rem;
}

.bl_production {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}
.bl_production img {
  width: 80px;
}
.bl_production p {
  font-size: 10px;
  color: white;
}

/* ----- ページタイトル ----- */
.ly_heading {
  padding-top: 80px;
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #fff 30%, #f4f3f1 30% 100%);
  /* tab */
}
@media screen and (max-width: 768px) {
  .ly_heading {
    padding-top: 60px;
    height: 200px;
  }
}
.ly_heading img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ly_heading .tl_page {
  letter-spacing: 10px;
  text-align: center;
  color: #5c3d0c;
}
.ly_heading .tl_page .txt_subtl {
  display: block;
  font-size: 1.2rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .ly_heading .tl_page .txt_subtl {
    font-size: 1rem;
  }
}
.ly_heading .tl_page .txt_tl {
  display: block;
  font-size: 3.6rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .ly_heading .tl_page .txt_tl {
    font-size: 2.6rem;
  }
}

.ly_breadcrumbs {
  height: 100px;
  background-color: #f5f5f5;
}

.bl_breadcrumbs {
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.bl_breadcrumbs span {
  vertical-align: middle;
}

/*--------------------------------
プロフィールページ
--------------------------------*/
.page_profile {
  padding-top: 80px;
  /*background-image: linear-gradient(to right, #f4f3f1 70%, #fff 70% 100%);
  background-repeat: no-repeat;
  background-position: center 1000px;
  background-size: 100% 400px;*/
}
.page_profile .bl_profile {
  display: flex;
  align-items: flex-start;
  color: #5c3d0c;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_profile {
    display: block;
    width: 100%;
  }
}
.page_profile .bl_profile .box_img {
  width: 230px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_profile .box_img {
    width: 100%;
    max-width: 230px;
  }
}
.page_profile .bl_profile .box_img .img_profile {
  width: 100%;
  height: auto;
}
.page_profile .bl_profile .box_info {
  margin-left: 33px;
  width: 540px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_profile .box_info {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.page_profile .bl_profile .box_info .tl_profile .txt_company {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.page_profile .bl_profile .box_info .tl_profile .txt_advisor {
  display: block;
  margin-top: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}
.page_profile .bl_profile .box_info .tl_profile .txt_name {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}
.page_profile .bl_profile .box_info .txt_profile {
  margin-top: 24px;
  font-size: 1.8rem;
}
.page_profile .bl_achieve {
  margin-top: 40px;
}
.page_profile .bl_achieve .box_achieve {
  margin-top: 24px;
}
.page_profile .bl_achieve .box_achieve:first-child {
  margin-top: 0;
}
.page_profile .bl_achieve .box_achieve .tl_achieve {
  display: inline-block;
  padding: 0 4px;
  background-color: #5c3d0c;
  color: #fff;
}
.page_profile .bl_achieve .box_achieve .list_achieve {
  margin-top: 12px;
}
.page_profile .bl_achieve .box_achieve .list_achieve .item_achieve {
  margin-left: 1em;
  list-style-type: disc;
  color: #5c3d0c;
}
.page_profile .bl_intro {
  margin-top: 200px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #5c3d0c;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_intro {
    margin-top: 100px;
    display: block;
  }
}
.page_profile .bl_intro .box_intro {
  width: 540px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_intro .box_intro {
    width: 100%;
  }
}
.page_profile .bl_intro .box_intro .tl_intro {
  font-size: 2.3rem;
  font-weight: 500;
}
.page_profile .bl_intro .box_intro .img_intro_sp {
  display: none;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_intro .box_intro .img_intro_sp {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    margin-top: 24px;
  }
}
.page_profile .bl_intro .box_intro .txt_intro {
  margin-top: 24px;
  font-size: 1.6rem;
}
.page_profile .bl_intro .box_img {
  width: 230px;
}
.page_profile .bl_intro .box_img .img_intro_pc {
  width: 100%;
  height: auto;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_profile .bl_intro .box_img .img_intro_pc {
    display: none;
  }
}

/*--------------------------------
page-things.php
--------------------------------*/
.page_things {
  padding-top: 80px;
  background: linear-gradient(to right, #f4f3f1 70%, #fff 70% 100%);
  background-repeat: no-repeat;
  background-position: center 250px;
  background-size: 100% 430px;
  /* sp */
  /* component */
  /* 料金体系 */
  /* 整理収納アドバイザー２級認定講座 */
  /* 整理収納スペシャリスト養成コース */
}
@media screen and (max-width: 519px) {
  .page_things {
    padding-top: 40px;
  }
}
.page_things .bl_box .box_first {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #5c3d0c;
  margin-top: 70px;
  position: relative;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first {
    margin-top: 35px;
  }
}
.page_things .bl_box .box_first:first-child {
  margin-top: 0;
}
.page_things .bl_box .box_first .box_txt {
  width: calc(100% - 350px);
  z-index: 1;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_things .bl_box .box_first .box_txt {
    width: 100%;
  }
}
.page_things .bl_box .box_first .box_txt .tl_box {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 24px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first .box_txt .tl_box {
    font-size: 2rem;
  }
}
.page_things .bl_box .box_first .box_txt .txt_box {
  font-size: 1.8rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first .box_txt .txt_box {
    font-size: 1.6rem;
  }
}
.page_things .bl_box .box_first .box_txt .list_box {
  font-size: 1.8rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first .box_txt .list_box {
    font-size: 1.6rem;
  }
}
.page_things .bl_box .box_first .box_txt .list_box .item_box {
  margin-left: 1em;
  list-style-type: disc;
}
.page_things .bl_box .box_first .box_img {
  width: 320px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first .box_img {
    width: 230px;
  }
  .page_things .bl_box .box_first .box_img.img_01 {
    position: absolute;
    right: -20px;
    top: -40px;
    opacity: 0.2;
  }
  .page_things .bl_box .box_first .box_img.img_02 {
    position: absolute;
    left: -40px;
    top: -65px;
    opacity: 0.2;
  }
  .page_things .bl_box .box_first .box_img.img_03_pc {
    display: none;
  }
}
.page_things .bl_box .box_first .box_img .img_box {
  width: 100%;
  height: auto;
}
.page_things .bl_box .box_first .img_03_sp {
  display: none;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_box .box_first .img_03_sp {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
.page_things .bl_box .box_first:nth-child(2) {
  flex-direction: row-reverse;
}
.page_things .box_price {
  padding: 50px;
  background-color: #fff;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .box_price {
    padding: 25px;
  }
}
.page_things .box_price .tl_box {
  font-size: 2.8rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .box_price .tl_box {
    font-size: 2rem;
  }
}
.page_things .box_price .box_list {
  margin-top: 30px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-weight: 600;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .box_price .box_list {
    margin-top: 15px;
  }
}
.page_things .box_price .box_list .dl_list {
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #d3d2d8;
  font-size: 1.6rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .box_price .box_list .dl_list {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.page_things .box_price .box_list .dl_list .dt_list {
  margin-right: 30px;
}
.page_things .box_price .txt_note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.2rem;
  color: #bbbbc5;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .box_price .txt_note {
    text-align: left;
  }
}
.page_things .box_price.bg_gray {
  background-color: #f4f3f1;
  color: #5c3d0c;
}
.page_things .bl_first .bl_box {
  margin-top: 70px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_first .bl_box {
    margin-top: 35px;
  }
}
.page_things .bl_first .tl {
  font-size: 2.4rem;
  text-align: center;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .bl_first .tl {
    font-size: 2rem;
  }
}
.page_things .bl_first .tl_section {
  text-align: center;
}
.page_things .bnr {
  display: inline-block;
  padding: 49px 4vw;
  border: 1px solid orange;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #f8e4c1;
}
.page_things .bnr p {
  color: #5c3d0c;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}
.page_things .bnr p img {
  vertical-align: text-bottom;
  width: 2rem;
}
.page_things .bnr span {
  display: block;
  color: #ea6182;
  font-family: YuMincho;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
.page_things .section_price {
  margin: 70px -4vw 0;
  padding: 70px 4vw;
  background-color: #f4f3f1;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .section_price {
    margin-top: 35px;
    padding: 35px 4vw;
  }
}
.page_things .section_price .tl_section {
  text-align: center;
  margin-bottom: 75px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .section_price .tl_section {
    margin-bottom: 40px;
  }
}
.page_things .section_price .box_price {
  margin-bottom: 70px;
  /* sp */
}
.page_things .section_price .box_price:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 519px) {
  .page_things .section_price .box_price {
    margin-bottom: 35px;
  }
}
.page_things .sec_advisor {
  padding: 70px 0;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_advisor {
    padding: 40px 0;
  }
}
.page_things .sec_advisor .tl_section {
  text-align: center;
}
.page_things .sec_advisor .bl_box {
  margin-top: 75px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_advisor .bl_box {
    margin-top: 40px;
  }
}
.page_things .sec_advisor .box_price {
  margin-top: 70px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_advisor .box_price {
    margin-top: 35px;
  }
}
.page_things .sec_advisor .box_price .box_list .dl_list {
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_advisor .box_price .box_list .dl_list {
    display: block;
  }
}
.page_things .sec_specialist {
  padding: 70px 0;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist {
    padding: 40px 0;
  }
}
.page_things .sec_specialist .tl_section {
  text-align: center;
}
.page_things .sec_specialist .bl_overview {
  margin-top: 75px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_overview {
    margin-top: 40px;
  }
}
.page_things .sec_specialist .bl_overview .bl_box .box_first .box_txt .txt_box {
  margin-top: 1em;
}
.page_things .sec_specialist .bl_overview .bl_box .box_first .box_txt .list_box {
  margin-top: 1em;
}
.page_things .sec_specialist .bl_effect {
  margin-top: 70px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_effect {
    margin-top: 35px;
  }
}
.page_things .sec_specialist .bl_effect .tl_effect {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_effect .tl_effect {
    font-size: 2rem;
  }
}
.page_things .sec_specialist .bl_effect .txt_lead {
  margin-top: 25px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_effect .txt_lead {
    text-align: left;
    margin-top: 15px;
  }
}
.page_things .sec_specialist .bl_effect .list_effect {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  border: 1px solid #ea6182;
  border-radius: 4px;
  padding: 25px 12px 12px 12px;
  font-size: 1.6rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_effect .list_effect {
    margin-top: 25px;
    display: block;
    padding-left: 0.5em;
  }
}
.page_things .sec_specialist .bl_effect .list_effect .item_effect {
  width: calc(50% - 1em);
  margin-bottom: 1em;
  margin-left: 1em;
  list-style-type: disc;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .bl_effect .list_effect .item_effect {
    width: calc(100% - 1em);
  }
}
.page_things .sec_specialist .box_price {
  margin-top: 90px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .box_price {
    margin-top: 45px;
  }
}
.page_things .sec_specialist .box_price .box_list .dl_list {
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_things .sec_specialist .box_price .box_list .dl_list {
    display: block;
  }
}
.page_things .sec_reserve {
  margin: 0 -4vw;
}

/*--------------------------------
page-heart.php
--------------------------------*/
.page_heart {
  background-position: center 1000px;
}
.page_heart .bl_first.bl_step {
  margin-top: 145px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .bl_first.bl_step {
    margin-top: 70px;
  }
}
.page_heart .bl_first.bl_step .num {
  color: #ea6182;
}
.page_heart .sec_counselor .bl_feature {
  margin-top: 75px;
}
.page_heart .sec_counselor .bl_feature .tl_feature {
  font-size: 2.4rem;
  text-align: center;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .bl_feature .tl_feature {
    font-size: 2rem;
  }
}
.page_heart .sec_counselor .bl_feature .lead_feature {
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .bl_feature .lead_feature {
    margin-top: 20px;
  }
}
.page_heart .sec_counselor .bl_feature .list_feature {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_heart .sec_counselor .bl_feature .list_feature {
    display: block;
  }
}
.page_heart .sec_counselor .bl_feature .list_feature .item_feature {
  width: calc((100% - 50px) / 2);
  /* tab */
  /* sp */
}
@media screen and (max-width: 768px) {
  .page_heart .sec_counselor .bl_feature .list_feature .item_feature {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .bl_feature .list_feature .item_feature {
    margin-top: 30px;
  }
}
.page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(2n+1) {
  margin-right: 50px;
  /* tab */
}
@media screen and (max-width: 768px) {
  .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(2n+1) {
    margin-right: 0;
  }
}
.page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(3), .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(4) {
  margin-top: 70px;
  /* tab */
  /* sp */
}
@media screen and (max-width: 768px) {
  .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(3), .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(3), .page_heart .sec_counselor .bl_feature .list_feature .item_feature:nth-child(4) {
    margin-top: 30px;
  }
}
.page_heart .sec_counselor .bl_feature .list_feature .item_feature .tl_item {
  display: inline-block;
  padding: 0 5px;
  background-color: #5c3d0c;
  color: #fff;
  font-size: 1.6rem;
}
.page_heart .sec_counselor .bl_feature .list_feature .item_feature .txt_item {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #5c3d0c;
}
.page_heart .sec_counselor .sec_flow {
  margin-top: 100px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow {
    margin-top: 40px;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow {
  background-color: #f4f3f1;
  padding: 50px 4vw;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow .inner_flow {
    padding: 25px 4vw;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow .tl_flow {
  font-size: 2.4rem;
  text-align: center;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow .inner_flow .tl_flow {
    font-size: 2rem;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow .lead_flow {
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow {
  width: 100%;
  max-width: 600px;
  margin: 25px auto 0;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow {
  margin-top: 80px;
  width: 100%;
  background-color: #fff;
  position: relative;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow {
    margin-top: 60px;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  width: 2px;
  height: 60px;
  background-image: linear-gradient(180deg, #5c3d0c 0%, rgba(217, 217, 217, 0) 100%);
  border-radius: 4px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow::before {
    top: -50px;
    height: 40px;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow:first-child {
  margin-top: 0;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow:first-child::before {
  display: none;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow .tl_item {
  font-size: 1.6rem;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow .tl_item .txt_step {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  background-color: #5c3d0c;
  color: #fff;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow .tl_item .txt_step {
    font-size: 1.4rem;
    margin-right: 5px;
  }
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow .txt_item {
  padding: 10px;
  font-size: 1.6rem;
}
.page_heart .sec_counselor .sec_flow .inner_flow .list_flow .item_flow .txt_item .link_contact {
  color: #1eb6f8;
  text-decoration: underline;
}
.page_heart .sec_reserve {
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_heart .sec_reserve {
    margin: 0 -4vw;
  }
}

/*--------------------------------
page-lecture.php
--------------------------------*/
.page_lecture {
  background: none;
}
.page_lecture .sec_achieve {
  margin: 0 -4vw;
  padding: 70px 4vw;
  background: linear-gradient(to right, #f4f3f1 70%, #fff 70% 100%), linear-gradient(to right, #fff 70%, #f4f3f1 70% 100%);
  background-repeat: no-repeat;
  background-position: center 250px, center 1900px;
  background-size: 100% 430px, 100% 500px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_lecture .sec_achieve {
    padding: 35px 4vw;
  }
}
.page_lecture .sec_achieve .tl_section {
  text-align: center;
}
.page_lecture .sec_achieve .box_achieve {
  margin-top: 70px;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_lecture .sec_achieve .box_achieve {
    margin-top: 35px;
  }
}
.page_lecture .sec_achieve .box_achieve .tl_box {
  font-size: 2.4rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_lecture .sec_achieve .box_achieve .tl_box {
    font-size: 2rem;
  }
}
.page_lecture .sec_achieve .box_achieve .list_achieve {
  margin-top: 25px;
}
.page_lecture .sec_achieve .box_achieve .list_achieve .item_achieve {
  margin-left: 1em;
  list-style-type: disc;
  font-size: 1.8rem;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_lecture .sec_achieve .box_achieve .list_achieve .item_achieve {
    font-size: 1.6rem;
  }
}
.page_lecture .sec_reserve {
  margin-top: 0;
}

/*--------------------------------
page-reserve.php
--------------------------------*/
.page_reserve .sec_page_reserve {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #5c3d0c;
  /* sp */
}
@media screen and (max-width: 519px) {
  .page_reserve .sec_page_reserve {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.page_reserve .sec_reserve {
  margin: 0;
}
.page_reserve .calendar-daylink {
  color: #4169e1;
}

/*--------------------------------
page-contact.php
--------------------------------*/
/* コンタクトフォームのスタイリング */
#page-contact {
  /* ページャーのスタイリング */
}
#page-contact .ly_inner {
  max-width: 700px;
}
#page-contact a {
  color: #c16065;
  text-decoration: underline;
}
#page-contact .el_section_lead {
  text-align: center;
}
#page-contact .wpcf7-form.init > p {
  text-align: center;
}
#page-contact .wpcf7 {
  padding-top: 41px;
  padding-bottom: 82px;
}
#page-contact .bl_cf7_table {
  width: 100%;
  gap: 30px;
}
#page-contact th,
#page-contact td,
#page-contact tr {
  display: block;
}
#page-contact th {
  margin-bottom: 5px;
}
#page-contact th span {
  font-weight: bold;
}
#page-contact tr {
  margin-bottom: 30px;
}
#page-contact .wpcf7-form-control.wpcf7-text,
#page-contact .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  border: 0.5px solid #ea6182;
  resize: none;
}
#page-contact .wpcf7-form-control.wpcf7-text::-moz-placeholder, #page-contact .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-moz-placeholder {
  color: #dddddd;
}
#page-contact .wpcf7-form-control.wpcf7-text::placeholder,
#page-contact .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
  color: #dddddd;
}
#page-contact .wpcf7-form-control.wpcf7-text {
  height: 50px;
  box-sizing: border-box;
}
#page-contact .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
#page-contact .wpcf7-list-item {
  display: block;
}
#page-contact .wpcf7-form-control-wrap.acceptance {
  display: block;
  margin-top: 33px;
  margin-bottom: 48px;
}
#page-contact .wpcf7 .ajax-loader {
  display: none !important;
}
#page-contact .navigation.pagination {
  margin-top: 30px;
}
#page-contact .page-numbers {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
#page-contact .pagination .nav-links {
  text-align: center;
}
#page-contact .pagination .nav-links .current {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ea6182;
  background: #ea6182;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
}
#page-contact .pagination .nav-links .dots {
  display: inline-block;
  margin: 30px 8px 8px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}
#page-contact .pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ea6182;
  text-decoration: none;
  color: #ea6182;
  line-height: 50px;
  box-sizing: border-box;
}
#page-contact .pagination .nav-links a.page-numbers:hover {
  background: #ea6182;
  color: #fff;
  transition: all 0.3s;
}

/* calender */
.monthly-calendar {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}

.monthly-calendar caption {
  font-size: 1.8rem !important;
  margin-bottom: 2rem !important;
}

.monthly-calendar .monthly-prev-next {
  margin-top: 2rem;
}

.monthly-calendar .monthly-prev-next a {
  color: #ae7d45 !important;
}

.monthly-calendar .day-box.no-day {
  background-color: #ffffff !important;
}

.day-calendar {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}

.day-calendar p {
  margin-bottom: 2rem;
}

.day-calendar h3 {
  display: none;
}

.content-form button {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  background-color: #ae7d45;
  padding: 16px 32px !important;
  color: #ffffff;
}

.error-message.error-box,
.info-message.booking-completed {
  padding: 4vw;
}

#booking-form {
  padding-left: 4vw;
  padding-right: 4vw;
}

/* ページャーのスタイリング */
.navigation.pagination {
  margin-top: 30px;
}

.page-numbers {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .current {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ae7d45;
  background: #ae7d45;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
}

.pagination .nav-links .dots {
  display: inline-block;
  margin: 30px 8px 8px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

.pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ae7d45;
  text-decoration: none;
  color: #ae7d45;
  line-height: 50px;
  box-sizing: border-box;
}

.pagination .nav-links a.page-numbers:hover {
  background: #ae7d45;
  color: #fff;
  transition: all 0.3s;
}

/*--------------------------------
出張レッスンページ
--------------------------------*/
#private-lesson-page #lead .bl_section_txt {
  margin: 0px auto;
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
}
#private-lesson-page #lead .bl_section_imgWrapper {
  max-width: 500px;
  margin: 0 auto;
}
#private-lesson-page .el_section_header {
  font-size: 2rem;
  text-align: center;
  color: #272534;
}
#private-lesson-page .bl_section_imgWrapper {
  max-width: 500px;
  margin: 0 auto;
}
#private-lesson-page .el_section_header {
  font-size: 2rem;
  text-align: center;
  color: #272534;
}
#private-lesson-page .bl_section {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
#private-lesson-page .bl_section_imgWrapper {
  flex: 1;
}
#private-lesson-page .bl_section_imgWrapper > img {
  width: 100%;
}
#private-lesson-page .bl_section_body {
  flex: 1;
  padding-left: 4vw;
}
#private-lesson-page .bl_section_txt {
  color: #707070;
  margin-bottom: 20px;
}
#private-lesson-page .bl_section_body > *:last-child {
  margin-bottom: 0;
}
#private-lesson-page .bl_section_box {
  margin: 0 auto;
  background-color: #fff2f3;
  font-weight: 600;
  width: clamp(300px, 100%, 600px);
  padding: 20px 30px 40px 30px;
  box-sizing: border-box;
}
#private-lesson-page .bl_section_box i {
  margin-right: 1rem;
}
#private-lesson-page .bl_section_box p {
  color: #c16065;
  margin-bottom: 10px;
}
#private-lesson-page .bl_scroll {
  overflow-x: scroll;
}
#private-lesson-page .bl_priceUnit {
  list-style: none;
}
#private-lesson-page .bl_priceUnit .bl_price_card {
  flex: 1;
  margin-right: 1%;
}
#private-lesson-page .bl_priceUnit .bl_price_card:last-child {
  margin-right: 0;
}
#private-lesson-page .bl_price_header {
  padding: 2.4rem;
  text-align: center;
}
#private-lesson-page .bl_price_card:nth-of-type(1) .bl_price_header {
  background: linear-gradient(to right, rgb(237, 182, 238) 0%, rgb(219, 62, 225) 100%);
}
#private-lesson-page .bl_price_card:nth-of-type(2) .bl_price_header {
  padding: 3.6rem 2.4rem;
  background: linear-gradient(to right, rgb(219, 62, 225) 100% rgb(139, 51, 120) 100%);
}
#private-lesson-page .bl_price_card:nth-of-type(3) .bl_price_header {
  background: linear-gradient(to right, rgb(139, 51, 120) 100% rgb(105, 79, 102) 100%);
}
#private-lesson-page .bl_price_card:nth-of-type(4) .bl_price_header {
  background: linear-gradient(to right, rgb(139, 51, 120) 100% rgb(105, 79, 102) 100%);
}
#private-lesson-page .bl_price_card:nth-of-type(5) .bl_price_header {
  background: linear-gradient(to right, rgb(139, 51, 120) 100% rgb(105, 79, 102) 100%);
}
#private-lesson-page .bl_price_ttl {
  line-height: 3.6rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}
#private-lesson-page .bl_price_body {
  padding: 30px 15px 15px 15px;
  height: 350px;
  text-align: center;
  border-bottom: 1px solid #ea6182;
  border-right: 1px solid #ea6182;
  border-left: 1px solid #ea6182;
}
#private-lesson-page .bl_price_price {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #ea6182;
  white-space: nowrap;
}
#private-lesson-page .bl_price_price span {
  font-size: 1.6rem;
  color: #707070;
  font-weight: normal;
  margin-right: -8px;
}
#private-lesson-page .bl_price_price.bl_price_price__white {
  color: #ffffff;
  font-size: 3rem;
}
#private-lesson-page .bl_price_price.bl_price_price__white span {
  font-size: 1.2rem;
  color: #ffffff;
}
#private-lesson-page .bl_price_features {
  text-align: center;
}
#private-lesson-page .bl_price_features > *:last-child {
  margin-bottom: 0;
}
#private-lesson-page .bl_price_features dt {
  padding: 5px;
  margin-bottom: 10px;
}
#private-lesson-page .bl_price_features dd {
  margin-bottom: 20px;
}
#private-lesson-page .bl_price_features_detail {
  position: relative;
  padding: 30px 10px 30px 10px;
}
#private-lesson-page .bl_plan_service_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
#private-lesson-page .bl_plan_service_table thead .blank {
  background-color: #ffffff;
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(2) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(3) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(4) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(5) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(6) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th:nth-of-type(7) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#private-lesson-page .bl_plan_service_table thead th {
  padding: 1em 0.8em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  flex: 1;
}
#private-lesson-page .bl_plan_service_table thead th:last-child {
  margin-right: 0;
}
#private-lesson-page .bl_plan_service_table thead th:first-child {
  margin-right: 0;
  padding-right: 0em;
}
#private-lesson-page .bl_plan_service_name {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#private-lesson-page .bl_plan_service_name span {
  font-size: 1.2rem;
}
#private-lesson-page .bl_plan_service_table tbody tr {
  padding: 0.35em;
  align-items: center;
  background-color: #ffffff;
}
#private-lesson-page .bl_plan_service_table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
#private-lesson-page .bl_plan_service_table tbody th {
  padding: 5px 0 5px 30px;
  font-size: 14px;
  color: #707070;
  flex: 1;
  padding: 1.7em;
}
#private-lesson-page .bl_plan_service_table tbody td {
  flex: 1;
  padding: 1.7em;
  text-align: center;
  font-size: 14px;
  color: #707070;
}
#private-lesson-page .fixed01 {
  position: sticky;
  left: 0;
  background-color: inherit;
}
#private-lesson-page .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
#private-lesson-page .bl_notice {
  margin: 0 auto;
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
}
#private-lesson-page .bl_notice_title {
  font-weight: 600;
}

/*--------------------------------
プライスページ
--------------------------------*/
#price-page {
  overflow: hidden;
}
#price-page .el_section_header {
  font-size: 2rem;
  text-align: center;
  color: #272534;
}
#price-page #campaign .bl_section_txt {
  margin: 0px auto;
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
}
#price-page .bl_section_imgWrapper > img {
  width: 100%;
}
#price-page .bl_section_box {
  background-color: #fff2f3;
  font-weight: 600;
  width: clamp(300px, 100%, 600px);
  padding: 40px 30px;
  box-sizing: border-box;
}
#price-page .bl_section_box i {
  margin-right: 1rem;
}
#price-page .bl_required_item {
  margin: 30px auto;
  border: 1px solid #f5f5f5;
  font-weight: 600;
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
}
#price-page .bl_required_item i {
  margin-right: 1rem;
}
#price-page .bl_required_item p {
  color: #ffffff;
  padding: 10px 30px;
  background-color: #ea6182;
}
#price-page .bl_required_item ul {
  padding: 40px 30px;
}
#price-page .bl_required_item ul li {
  list-style-type: circle;
}
#price-page .bl_notice {
  margin: 0 auto;
  width: clamp(300px, 100%, 600px);
  box-sizing: border-box;
}
#price-page .bl_notice_title {
  font-weight: 600;
}
#price-page .bl_section_txt {
  color: #707070;
  margin-bottom: 30px;
}
#price-page .bl_section_body > *:last-child {
  margin-bottom: 0;
}
#price-page #campaign .bl_section_imgWrapper {
  max-width: 500px;
}
#price-page #monthly .bl_section_imgWrapper {
  max-width: 200px;
}
#price-page #ticket .bl_section_imgWrapper {
  max-width: 150px;
}
#price-page #monthly_online .bl_section_imgWrapper {
  max-width: 250px;
}
#price-page #ticket_online .bl_section_imgWrapper {
  max-width: 250px;
}
#price-page #monthly_senior .bl_section_imgWrapper {
  max-width: 200px;
}
#price-page #ticket_senior .bl_section_imgWrapper {
  max-width: 200px;
}
#price-page .bl_scroll {
  overflow-x: scroll;
}
#price-page .bl_price_price {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #ea6182;
  white-space: nowrap;
}
#price-page .bl_price_price span {
  font-size: 1.6rem;
  color: #707070;
  font-weight: normal;
  margin-right: -8px;
}
#price-page .bl_price_price.bl_price_price__white {
  color: #ffffff;
  font-size: 3rem;
}
#price-page .bl_price_price.bl_price_price__white span {
  font-size: 1.2rem;
  color: #ffffff;
}
#price-page .bl_plan_service_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
#price-page .bl_plan_service_table thead .blank {
  background-color: #ffffff;
}
#price-page .bl_plan_service_table thead th:nth-of-type(2) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#price-page .bl_plan_service_table thead th:nth-of-type(3) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#price-page .bl_plan_service_table thead th:nth-of-type(4) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#price-page .bl_plan_service_table thead th:nth-of-type(5) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#price-page .bl_plan_service_table thead th:nth-of-type(6) {
  background: linear-gradient(to right, rgb(245, 146, 156) 0%, rgba(214, 157, 160, 0.5) 100%);
}
#price-page .bl_plan_service_table thead th {
  padding: 1em 0.8em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  flex: 1;
}
#price-page .bl_plan_service_table thead th:last-child {
  margin-right: 0;
}
#price-page .bl_plan_service_table thead th:first-child {
  margin-right: 0;
  padding-right: 0em;
}
#price-page .bl_plan_service_name {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#price-page .bl_plan_service_name span {
  font-size: 1.2rem;
}
#price-page .bl_plan_service_table tbody tr {
  padding: 0.35em;
  align-items: center;
  background-color: #ffffff;
}
#price-page .bl_plan_service_table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
#price-page .bl_plan_service_table tbody th {
  padding: 5px 0 5px 30px;
  font-size: 14px;
  color: #707070;
  flex: 1;
  padding: 1.7em;
}
#price-page .bl_plan_service_table tbody td {
  flex: 1;
  padding: 1.7em;
  text-align: center;
  font-size: 14px;
  color: #707070;
}
#price-page .fixed01 {
  position: sticky;
  left: 0;
  background-color: inherit;
}
#price-page .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

/*--------------------------------
アーカイブページ（ブログ）
--------------------------------*/
#blog-archive .el_section_ttl {
  text-align: center;
  margin-bottom: 60px;
}
#blog-archive .bl_blog_list {
  width: 100%;
}
#blog-archive .bl_blog_card {
  display: flex;
  justify-content: center;
}
#blog-archive .bl_blog_item {
  width: 80%;
  flex-direction: row;
  margin-bottom: 30px;
  position: relative;
  justify-content: space-between;
}
#blog-archive .bl_blog_item .post-categories {
  position: absolute;
  border: #f5f5f5;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #ea6182;
  border: 0.5px solid #f5f5f5;
}
#blog-archive .bl_blog_item .post-categories a {
  color: #ffffff;
}
#blog-archive .bl_blog_thumbnail {
  width: 26.6666%;
  text-align: center;
}
#blog-archive .bl_blog_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 161px;
}
#blog-archive .bl_blog_body {
  width: 67.7777%;
  color: #707070;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#blog-archive .bl_blog_date {
  font-size: 12px;
}
#blog-archive .bl_blog_category {
  display: inline-block;
  border: #f5f5f5;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #ea6182;
  border: 0.5px solid #f5f5f5;
}

/*--------------------------------
アーカイブページ（インストラクター）
--------------------------------*/
#instructor-archive .bl_instructor_wrapper {
  background-color: #52b2ac;
}
#instructor-archive .bl_card_wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
#instructor-archive .bl_card_wrapper img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instructor-archive .bl_card {
  margin-bottom: 150px;
  display: block;
  width: 30%;
  text-align: center;
}
#instructor-archive .bl_card_imgWrapper {
  flex: 1;
  text-align: center;
}
#instructor-archive .bl_section_imgWrapper > img {
  width: 100%;
}
#instructor-archive .bl_card_body {
  flex: 1;
  color: #ea6182;
}
#instructor-archive .bl_card_name {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c16065;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 2rem;
}
#instructor-archive .bl_card_type {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #707070;
}
#instructor-archive .bl_card_type:last-of-type {
  margin-bottom: 20px;
}
#instructor-archive .bl_card_lesson {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #c16065;
  margin-bottom: 20px;
}
#instructor-archive .bl_card_lesson span.text::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #ea6182;
}
#instructor-archive .bl_card_lesson span {
  position: relative;
  color: #707070;
}
#instructor-archive .bl_card_lesson span .fa-solid.fa-circle-chevron-right {
  color: #ea6182;
}
#instructor-archive .bl_card_lesson span::before {
  background: #ea6182;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#instructor-archive .bl_card_lesson span:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#instructor-archive .bl_section_body > *:last-child {
  margin-bottom: 0;
}
#instructor-archive .el_btn {
  display: block;
  width: 150px;
  margin: 0 auto;
}
#instructor-archive img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 150px;
  width: 150px;
}

/*--------------------------------
インストラクター個別ページ
--------------------------------*/
#single-instructor .ly_section_left {
  width: 30%;
  margin-bottom: 30px;
}
#single-instructor .ly_section_left .bl_section_imgWrapper {
  text-align: center;
}
#single-instructor .ly_section_left .bl_section_imgWrapper img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-instructor .ly_section_left .bl_section_name {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c16065;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 3rem;
}
#single-instructor .ly_section_right {
  width: 60%;
  margin-bottom: 30px;
}
#single-instructor .ly_section_right .bl_section_header {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c16065;
  width: 100%;
  text-align: left;
  display: block;
  font-size: 3rem;
  width: 80%;
}
#single-instructor .ly_section_right .bl_section_txt {
  width: 80%;
}
#single-instructor .ly_section_right .bl_section_txt span.text::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #ea6182;
}
#single-instructor .ly_section_right .bl_section_txt span {
  position: relative;
  color: #707070;
}
#single-instructor .ly_section_right .bl_section_txt span::before {
  background: #ea6182;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#single-instructor .ly_section_right .bl_section_txt span:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#single-instructor .el_icon {
  display: block;
  max-width: 1180px;
}
#single-instructor img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 150px;
  height: 150px;
}

/*--------------------------------
ブログ詳細
--------------------------------*/
main {
  width: 65.555%;
}

#single-blog .ly_inner {
  justify-content: space-between;
}
#single-blog .el_section_ttl {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
  margin: 30px 0;
}
#single-blog .el_section_ttl::after {
  content: none;
}
#single-blog .bl_blog_category {
  display: inline-block;
  border: #f5f5f5;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #ea6182;
  border: 0.5px solid #f5f5f5;
}
#single-blog .bl_blog_category a {
  color: #ffffff;
}
#single-blog .wp_social_bookmarking_light {
  display: inline-block;
}
#single-blog .wp_social_bookmarking_light_clear {
  clear: both !important;
  display: none;
}
#single-blog .bl_blog_date {
  float: right;
  font-size: 1rem;
  line-height: 3;
}
#single-blog .bl_blog_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-blog .bl_blog_cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
#single-blog .bl_blog_cont h1,
#single-blog .bl_blog_cont h2,
#single-blog .bl_blog_cont h3,
#single-blog .bl_blog_cont h4,
#single-blog .bl_blog_cont h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
#single-blog .bl_blog_cont h1 {
  font-size: 2.6rem;
}
#single-blog .bl_blog_cont h2 {
  font-size: 2.2rem;
}
#single-blog .bl_blog_cont blockquote {
  margin: 20px;
  background-color: #f5f5f5;
  padding: 27px;
}
#single-blog .bl_blog_cont ul {
  list-style: inside;
}
#single-blog .bl_blog_cont li {
  list-style-type: disc;
}
#single-blog .bl_blog_cont li::marker {
  color: #fff2f3;
}
#single-blog .bl_blog_cont a {
  color: #fff2f3;
  text-decoration: underline;
}

/* サイドバー */
.ly_sidebar {
  width: 30%;
}

.bl_myrelated h4 {
  text-align: center;
  color: #ffffff;
  display: block;
  background-color: #ea6182;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 2rem;
}
.bl_myrelated article > a {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
.bl_myrelated article {
  margin-bottom: 20px;
}
.bl_myrelated article:last-child {
  margin-bottom: 0px;
}
.bl_myrelated figure {
  text-align: center;
  width: 50%;
}
.bl_myrelated figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 85.3px;
}
.bl_myrelated p {
  color: #707070;
  width: 50%;
  font-size: 12px;
}

/* サイドバー・カテゴリーウィジェット */
.widget_block {
  margin-bottom: 12px;
}
.widget_block h4 {
  text-align: center;
}
.widget_block .has-background {
  background-color: #ea6182 !important;
}

.wp-block-categories-list.wp-block-categories {
  list-style: inside;
}
.wp-block-categories-list.wp-block-categories li {
  list-style-type: none;
  margin-bottom: 5px;
}
.wp-block-categories-list.wp-block-categories li:last-child {
  margin-bottom: 0px;
}
.wp-block-categories-list.wp-block-categories li a {
  color: #707070 !important;
}

/* おすすめ記事のスタイリング */
.bl_myrecommended h4 {
  text-align: center;
  color: #ffffff;
  display: block;
  background-color: #ea6182;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 2rem;
}
.bl_myrecommended article > a {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
.bl_myrecommended article {
  margin-bottom: 20px;
}
.bl_myrecommended article:last-child {
  margin-bottom: 0px;
}
.bl_myrecommended figure {
  text-align: center;
  width: 50%;
}
.bl_myrecommended figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 85.3px;
}
.bl_myrecommended p {
  width: 50%;
  font-size: 12px;
}

/* メルマガ */
.mailmagazine {
  margin: 0 auto;
  max-width: 500px;
  padding-left: 4vw;
  padding-right: 4vw;
}

#heart-page .mailmagazine {
  padding-left: 0;
  padding-right: 0;
}

/* おすすめ記事だけのスタイリング */
.bl_myrecommended {
  width: 100%;
}
.bl_myrecommended h4 {
  padding-left: 0;
  text-align: left;
  background-color: #ffffff;
  color: #ea6182;
}
.bl_myrecommended figure {
  width: 30%;
}
.bl_myrecommended figure img {
  height: auto;
  max-height: 100px;
}
.bl_myrecommended_body {
  color: #707070;
  width: 70%;
}

/* スケジュール一覧ページ */
#schedule-archive .el_section_ttl {
  text-align: center;
  margin-bottom: 45px;
  font-family: none;
}
#schedule-archive .bl_schedule_item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #ea6182;
}
#schedule-archive .bl_schedule_date {
  font-size: 80%;
  margin-right: 30px;
  font-weight: 500;
}

/* お知らせ詳細ページ */
#single-schedule .ly_inner {
  max-width: 800px;
}
#single-schedule .bl_schedule_public {
  text-align: right;
  font-size: 1.2rem;
}
#single-schedule .bl_schedule_update {
  text-align: right;
  font-size: 1.2rem;
}
#single-schedule .bl_schedule_cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
#single-schedule .bl_schedule_cont h1,
#single-schedule .bl_schedule_cont h2,
#single-schedule .bl_schedule_cont h3,
#single-schedule .bl_schedule_cont h4,
#single-schedule .bl_schedule_cont h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#single-schedule .bl_schedule_cont h1 {
  font-size: 2.6rem !important;
}
#single-schedule .bl_schedule_cont h2 {
  font-size: 2.2rem !important;
}
#single-schedule .bl_schedule_cont blockquote {
  margin: 20px;
  background-color: #f5f5f5;
  padding: 27px;
}
#single-schedule .bl_schedule_cont ul {
  list-style: inside;
}
#single-schedule .bl_schedule_cont li {
  list-style-type: disc;
}
#single-schedule .bl_schedule_cont li::marker {
  color: #c16065;
}
#single-schedule .bl_schedule_cont a {
  color: #c16065;
  text-decoration: underline;
}

/* コンタクトフォームのスタイリング */
#page-contact .ly_inner {
  max-width: 700px;
}
#page-contact a {
  color: #c16065;
  text-decoration: underline;
}
#page-contact .el_section_lead {
  text-align: center;
}

.wpcf7-form.init > p {
  text-align: center;
}

.wpcf7 {
  padding-top: 41px;
  padding-bottom: 82px;
}

.bl_cf7_table {
  width: 100%;
  gap: 30px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  border: 0.5px solid #ea6182;
  resize: none;
}
.wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-moz-placeholder {
  color: #dddddd;
}
.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
  color: #dddddd;
}

.wpcf7-form-control.wpcf7-text {
  height: 50px;
  box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-form-control-wrap.acceptance {
  display: block;
  margin-top: 33px;
  margin-bottom: 48px;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

/* ページャーのスタイリング */
.navigation.pagination {
  margin-top: 30px;
}

.page-numbers {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .current {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ea6182;
  background: #ea6182;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
}

.pagination .nav-links .dots {
  display: inline-block;
  margin: 30px 8px 8px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

.pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 1px solid #ea6182;
  text-decoration: none;
  color: #ea6182;
  line-height: 50px;
  box-sizing: border-box;
}

.pagination .nav-links a.page-numbers:hover {
  background: #ea6182;
  color: #fff;
  transition: all 0.3s;
}

/* プライバシーポリシーページ */
.bl_privacy_article h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* 利用規約ページ */
.bl_row_article h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

/*--------------------------------
loading animation
--------------------------------*/
/* ローディングアニメーション */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */


/* ================== カスタム追加 ================== */
.header-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 20px;
    background: #fff3f3;
    color: #c05656;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    margin-left: auto;
    margin-right: 30px;
}
.header-banner .banner-text{
    line-height: 1.5;
}
.header-banner small {
  display: block;
  font-size: 11px;
  color: #a56a6a;
}
.banner-icon {
  font-size: 18px;
}
.banner-arrow {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.header-banner:hover {
  background: #ffe5e5;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.header-banner:hover .banner-arrow {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .header-banner {
    padding: 4px 14px;
      margin-right: 50px;
  }
  .header-banner small {
    display: none;
  }
}
@media (max-width: 540px) {
    .header-banner {
        font-size: 10px;
        padding: 4px 1em;
    }
}

@media (max-width: 480px) {
  .site-header .header-banner {
    display: none;
  }
  .header-banner {
      width: 250px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 20px);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff3f3;
    color: #c05656;
    font-size: 14px;
    box-shadow: 0 7px 15px rgba(0,0,0,0.3);

    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .header-banner.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
}

h3.prof_title{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
h3.prof_title span{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1em;
}
.txt_profile.new,
.txt_intro.new,
.tl_intro.new{
    width: 600px;
}
.spsp{display: none;}
.sp_no_item{display: block;}
@media (max-width: 768px) {
    .txt_profile.new,
    .txt_intro.new,
    .tl_intro.new{
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 640px) {
    h3.prof_title{
        font-size: 22px;
    }
    h3.prof_title span{
        margin-bottom: .5em;
    }
    .sp_no_item{display: none;}
}
@media (max-width: 480px) {
    .spsp{display: block;}
}