@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  background-size: auto;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
body > div {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  transition: 0.6s;
  color: #444;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.l-content {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .l-content {
    width: 100%;
  }
  .l-content_sp {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .l-content_sp {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.is-show {
  top: 0;
  position: fixed;
  height: 60px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: rgb(255, 255, 255);
}

header {
  top: 0;
  z-index: 999;
  height: 88px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
}
header h1 {
  font-size: 1.5em;
  display: contents;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #ef89a6;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
}
header h1:before {
  content: "";
  background: url(../img/logo.svg) no-repeat top/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
}
header nav {
  margin: 0 0 0 50px;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin-right: 12px;
  color: #515151;
}
header nav ul li:after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  color: #DCDCDC;
  margin: 0 0 0 3px;
}

@media screen and (max-width: 850px) {
  header {
    position: fixed;
    justify-content: space-around;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.4s;
    height: 60px;
  }
  header h1 {
    font-size: 1.15em;
    display: flex;
    line-height: 1.3em;
    padding-right: 20px;
    align-items: center;
  }
  header h1 span {
    letter-spacing: -2.5px;
  }
  header h1:before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin: 0 0.8vw 0 0;
  }
  nav {
    display: none;
  }
  .l-h_reserve {
    flex-basis: 36%;
  }
  .is-show {
    justify-content: space-around;
  }
}
@media screen and (max-width: 340px) {
  header h1 {
    font-size: 90%;
    line-height: 1.4em;
  }
  header h1 span {
    letter-spacing: 0px;
  }
}
.l-mv {
  background: url(../img/mv_bg.png) repeat-x center top;
  position: relative;
  width: 100%;
}
.l-mv .l-mv_img {
  display: flex;
  padding: 130px 0 20px;
  margin: auto;
  justify-content: center;
}
.l-mv .l-mv_img .o-mv-photo {
  margin: 0 0 0 4vw;
}
.l-mv .l-mv_reserve {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.l-mv .l-mv_reserve p {
  flex-basis: 48%;
}
.l-mv .l-mv_reserve .sp-fixed-tel a:hover {
  opacity: 1;
}

.sp-fixed-reserve {
  flex-basis: 47.5%;
}
.sp-fixed-reserve a span {
  display: flex;
  background: #ff739a;
  padding: 0.75em 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1.5px solid #ff739a;
  border-radius: 8px;
  white-space: nowrap;
}
.sp-fixed-reserve a span i {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
}
.sp-fixed-reserve a span i:before {
  content: "";
  background: url(../img/web_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 32px;
  height: 28px;
  padding-right: 12px;
}
.sp-fixed-reserve a span strong {
  line-height: 1.2;
  font-size: 16px;
}

.sp-fixed-tel {
  flex-basis: 47.5%;
}
.sp-fixed-tel a span {
  display: flex;
  background: #fff;
  padding: 0.75em 0;
  justify-content: center;
  align-items: center;
  color: #ff739a;
  border: 1.5px solid;
  border-radius: 8px;
}
.sp-fixed-tel a span i {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sp-fixed-tel a span i:before {
  content: "";
  background: url(../img/tel_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
}
.sp-fixed-tel a span strong {
  line-height: 1.2;
  font-size: 16px;
}

@media screen and (max-width: 850px) {
  .l-mv {
    background: url(../img/mv_bg_sp.png) repeat-x center top;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 6.4vw;
  }
  .l-mv .l-mv_img {
    padding: 24vw 0 3vw;
    margin: auto;
    justify-content: center;
    width: 100%;
  }
  .l-mv .l-mv_reserve {
    display: inline-block;
    justify-content: center;
  }
  .l-mv .l-mv_reserve p {
    max-width: 100%;
  }
  .sp-fixed-tel {
    width: auto;
    margin-bottom: 1.3em;
  }
  .sp-fixed-tel a span {
    padding: 0.6em;
  }
  .sp-fixed-tel a span i {
    font-size: 20px;
    align-items: center;
    display: flex;
  }
  .sp-fixed-tel a span i:before {
    width: 30px;
    height: 28px;
  }
  .sp-fixed-tel a span strong {
    line-height: 1.3;
    font-size: 13px;
  }
  .sp-fixed-reserve {
    width: auto;
  }
  .sp-fixed-reserve a span {
    padding: 0.6em;
  }
  .sp-fixed-reserve a span i {
    font-size: 2rem;
    align-items: center;
    display: flex;
  }
  .sp-fixed-reserve a span i:before {
    width: 22px;
    height: 25px;
  }
  .sp-fixed-reserve a span strong {
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
.l-mv_catch {
  background: url(../img/catch_bg_pc.jpg) repeat center top;
  width: 100%;
  z-index: 90;
  margin-top: -120px;
  margin-bottom: -120px;
  padding-top: 100px;
}
.l-mv_catch .l-mv_catch_img {
  padding-top: 100px;
}

@media screen and (max-width: 850px) {
  .l-mv_catch {
    background: url(../img/catch_bg_sp.jpg) repeat-x center top;
    width: 100%;
    height: 153.3333333333vw;
  }
  .l-mv_catch .l-mv_catch_img {
    padding-top: 7.4vw;
  }
}
.l-reason {
  background: url(../img/reason_bg.jpg) repeat-y center top;
  position: relative;
  width: auto;
  margin-top: -6em;
}
.l-reason h2 .o-pink:before {
  content: "";
  background: url(../img/heart.png) no-repeat top/contain;
  display: inline-block;
  width: 30px;
  height: 28px;
}
.l-reason .o-ttl_lv2 {
  padding-top: 11em;
}

.l-reason_points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 48px 0px;
  margin-top: 60px;
}
.l-reason_points .l-reason_points1 {
  background: url(../img/point1.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}
.l-reason_points .l-reason_points2 {
  background: url(../img/point2.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}
.l-reason_points .l-reason_points3 {
  background: url(../img/point3.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}
.l-reason_points .l-reason_points4 {
  background: url(../img/point4.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}
.l-reason_points .l-reason_points5 {
  background: url(../img/point5.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}
.l-reason_points .l-reason_points6 {
  background: url(../img/point6.png) no-repeat top/contain;
  display: inline-block;
  width: 358px;
  height: 272px;
}

.l-reason_txt {
  font-size: 16px;
  margin-top: 48px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .l-reason {
    padding-top: 50px;
    width: auto;
    margin-top: 0;
  }
  .l-reason h2 span {
    letter-spacing: -1.5px;
  }
  .l-reason h2 .o-pink:before {
    width: 4.6666666667vw;
    height: 5.3333333333vw;
  }
  .l-reason .o-ttl_lv2 {
    padding-top: 0;
  }
  .l-reason_points {
    display: block;
    justify-content: center;
    gap: 2.6666666667vw 0px;
    margin-top: 8vw;
  }
  .l-reason_points li + li {
    margin-top: 2.1333333333vw;
  }
  .l-reason_points .l-reason_points1 {
    background: url(../img/point1_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_points .l-reason_points2 {
    background: url(../img/point2_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_points .l-reason_points3 {
    background: url(../img/point3_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_points .l-reason_points4 {
    background: url(../img/point4_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_points .l-reason_points5 {
    background: url(../img/point5_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_points .l-reason_points6 {
    background: url(../img/point6_sp.png) no-repeat top/contain;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 32.85%;
  }
  .l-reason_txt {
    font-size: 15px;
    margin-top: 8vw;
    text-align: center;
    padding-bottom: 10.6666666667vw;
  }
}
.l-price {
  background: url(../img/price_bg.jpg) no-repeat top center/cover;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-price .o-ttl_lv2 {
  padding-top: 80px;
}
.l-price .l-table1 {
  width: 100%;
  margin-top: 48px;
}
.l-price .l-table1 tr {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.l-price .l-table1 th {
  background-color: #fce3ea;
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  width: 50%;
}
.l-price .l-table1 th .o-small {
  font-size: 0.8em;
}
.l-price .l-table1 td {
  background-color: #fff;
  color: #fa5c89;
  font-size: 30px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.l-price .l-table1 td .o-big {
  font-size: 1.3em;
}
.l-price .l-table2 {
  margin-top: 40px;
  width: 100%;
}
.l-price .l-table2 tr {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.l-price .l-table2 th {
  background-color: #fce3ea;
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  width: 50%;
}
.l-price .l-table2 td {
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.l-price .l-price_txt {
  margin-top: 40px;
}
.l-price .l-price_txt ul {
  padding-left: 1em;
  padding-top: 1em;
  font-size: 15px;
}
.l-price .l-price_txt ul li {
  text-indent: -1.5rem;
}
.l-price .l-price_txt ul li:before {
  content: "※";
}

@media screen and (max-width: 850px) {
  .l-price {
    background: url(../img/price_bg_sp.jpg) repeat-y center top;
    width: auto;
    padding-bottom: 13.3333333333vw;
    padding-top: 32.3333333333vw;
  }
  .l-price .o-ttl_lv2 {
    padding-top: 13.3333333333vw;
  }
  .l-price .l-table1 {
    margin-top: 8vw;
  }
  .l-price .l-table1 th {
    padding: 4.2666666667vw 0;
    font-size: 16px;
    width: 100%;
    display: inline-block;
  }
  .l-price .l-table1 td {
    padding: 4.2666666667vw 0;
    font-size: 1.5em;
    width: 100%;
    display: inline-block;
  }
  .l-price .l-table2 {
    margin-top: 8vw;
  }
  .l-price .l-table2 th, .l-price .l-table2 td {
    padding: 4.2666666667vw 0;
    font-size: 16px;
    width: 100%;
    display: inline-block;
  }
  .l-price .l-price_txt {
    margin-top: 8vw;
  }
  .l-price .l-price_txt ul {
    line-height: 1.7;
  }
  .l-price .l-price_txt ul li {
    text-indent: -1.5rem;
  }
  .l-price .l-price_txt ul li:before {
    content: "※";
  }
}
@media screen and (max-width: 400px) {
  .l-price {
    padding-top: 56.3333333333vw;
  }
}
.l-solution {
  background: #fcf7f9 no-repeat top center/cover;
  width: 100%;
  padding-bottom: 100px;
  line-height: 1.65;
}
.l-solution .o-ttl_lv2 {
  padding-top: 80px;
}
.l-solution .l-solution_cont {
  margin: 48px auto;
  width: auto;
}
.l-solution .l-solution_cont .l-solution_cont_wrap + .l-solution_cont_wrap {
  margin-top: 80px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi {
  display: flex;
  color: #fff;
  align-items: flex-start;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi figure {
  margin-right: 24px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div {
  width: 100%;
  border-radius: 10px;
  background-color: #fa8ead;
  padding: 20px 0 20px 30px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div:before {
  content: "";
  position: absolute;
  left: -25px;
  margin-top: -5px;
  border: 13px solid transparent;
  border-right: 13px solid #fa8ead;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div p {
  margin: 0;
  padding: 0;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi div {
  background-color: #fff;
  padding: 30px 48px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi div:before {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi figure {
  margin-left: 24px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi .o-ttl_lv3 {
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi .o-ttl_lv3 + p {
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi p + p {
  margin-top: 32px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye {
  display: flex;
  color: #fff;
  align-items: flex-start;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye figure {
  margin-right: 24px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div {
  width: 100%;
  border-radius: 10px;
  background-color: #f2c961;
  padding: 20px 0 20px 30px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div:before {
  content: "";
  position: absolute;
  left: -25px;
  margin-top: -5px;
  border: 13px solid transparent;
  border-right: 13px solid #f2c961;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div p {
  margin: 0;
  padding: 0;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye div {
  background-color: #fff;
  padding: 30px 48px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye div:before {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye figure {
  margin-left: 24px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye .o-ttl_lv3 {
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye .o-ttl_lv3 + p {
  margin-top: 40px;
}
.l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye p + p {
  margin-top: 32px;
}
.l-solution .l-solution_flow {
  background: url(../img/l-solution_flow_pc.png) no-repeat top center/cover;
  width: 100%;
  padding-bottom: 52.5%;
}

@media screen and (max-width: 850px) {
  .l-solution {
    width: auto;
    padding-bottom: 0;
  }
  .l-solution section {
    width: auto;
  }
  .l-solution .o-ttl_lv2 {
    padding-top: 13.3333333333vw;
  }
  .l-solution .l-solution_cont {
    margin: 8vw 0 10.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap {
    width: auto;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap + .l-solution_cont_wrap {
    margin-top: 10.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi figure {
    flex-basis: 40%;
    margin-right: 2.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div {
    padding: 4.6666666667vw 2.6666666667vw 4.6666666667vw 3.7333333333vw;
    font-size: 18px;
    margin: 0 0 0 2.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div:before {
    content: "";
    position: absolute;
    left: -25px;
    margin-top: -5px;
    border: 13px solid transparent;
    border-right: 13px solid #fa8ead;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_pi div p {
    margin: 0;
    padding: 0;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi .o-ttl_lv3 {
    margin-top: 6.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi .o-ttl_lv3 + p {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi p + p {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi div {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi div:before {
    display: none;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_pi figure {
    display: none;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye figure {
    flex-basis: 40%;
    margin-right: 2.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div {
    padding: 4.6666666667vw 2.6666666667vw 4.6666666667vw 3.7333333333vw;
    font-size: 18px;
    margin: 0 0 0 2.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div:before {
    content: "";
    position: absolute;
    left: -25px;
    margin-top: -5px;
    border: 13px solid transparent;
    border-right: 13px solid #f2c961;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_q_ye div p {
    margin: 0;
    padding: 0;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye .o-ttl_lv3 {
    margin-top: 6.6666666667vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye .o-ttl_lv3 + p {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye p + p {
    margin-top: 6.4vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye div {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye div:before {
    display: none;
  }
  .l-solution .l-solution_cont .l-solution_cont_wrap .l-solution_cont_wrap_a_ye figure {
    display: none;
  }
  .l-solution .l-solution_flow {
    background: url(../img/l-solution_flow_sp.png) no-repeat top center/cover;
    width: 100%;
    padding-bottom: 136.52%;
  }
}
.l-solution_nurse_msg {
  margin-top: 64px;
}
.l-solution_nurse_msg p {
  background: url(../img/l-solution_nurse_msg.png) no-repeat top center/cover;
  width: 100%;
  padding-top: 17.14%;
}

@media screen and (max-width: 850px) {
  .l-solution_nurse_msg {
    margin-top: 10.6666666667vw;
    width: auto;
  }
  .l-solution_nurse_msg p {
    background: url(../img/l-solution_nurse_msg_sp.png) no-repeat top center/cover;
    width: 100%;
    padding-top: 85.89%;
  }
}
.l-rsv_flow {
  background: #fcedf2 no-repeat top center/cover;
  padding: 80px 0 100px;
}
.l-rsv_flow .l-rsv_flow_wrap {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
.l-rsv_flow .l-rsv_flow_wrap p {
  flex-basis: 47.5%;
}
.l-rsv_flow .l-rsv_flow_wrap .sp-fixed-tel a img:hover {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  .l-rsv_flow {
    padding: 10.6666666667vw 0 8vw;
  }
  .l-rsv_flow .l-rsv_flow_wrap {
    padding-top: 8vw;
    display: inline;
    justify-content: center;
  }
  .l-rsv_flow .l-rsv_flow_wrap p {
    max-width: 100%;
    flex-basis: 100%;
  }
  .l-rsv_flow .l-rsv_flow_wrap p + p {
    margin-top: 4vw;
  }
}
.l-clinic {
  background: url(../img/clinic_bg.jpg) no-repeat top center/cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-clinic .l-clinic_img {
  display: flex;
  justify-content: space-evenly;
  margin-top: 48px;
}
.l-clinic .l-clinic_img .l-clinic_img_wrap {
  max-width: 500px;
  position: relative;
  margin: auto;
}
.l-clinic .l-clinic_img .l-clinic_img_wrap p {
  font-size: 16px;
  position: absolute;
  bottom: 2%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 18px 24px;
  text-align: center;
  border-radius: 40px 0 10px 0;
}

@media screen and (max-width: 850px) {
  .l-clinic {
    background: url(../img/clinic_bg_sp.jpg) no-repeat top center/cover;
    width: 100%;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .l-clinic .l-clinic_img {
    display: block;
    margin-top: 6.4vw;
  }
  .l-clinic .l-clinic_img .l-clinic_img_wrap + .l-clinic_img_wrap {
    margin-top: 5.3333333333vw;
  }
  .l-clinic .l-clinic_img .l-clinic_img_wrap p {
    font-size: 14px;
    right: 5%;
    bottom: 2.5%;
    padding: 2.6666666667vw 4vw;
    text-align: left;
    border-radius: 30px 0 10px 0;
  }
}
.l-flow {
  background: url(../img/flow_bg.jpg) no-repeat top center/cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-flow ul {
  background-color: #fff;
  padding: 48px 0;
  margin: 48px auto 0;
}
.l-flow ul li {
  display: flex;
  justify-content: left;
  border-bottom: dashed 2px #d1d1d1;
  position: relative;
  padding: 20px 0;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin: 0 88px;
}
.l-flow ul li:last-child {
  border-bottom: none;
}
.l-flow ul li:last-child:before, .l-flow ul li:last-child:after {
  display: none;
}
.l-flow ul li:before, .l-flow ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.l-flow ul li:before {
  border: dashed 12px transparent;
  border-top: dashed 12px #d1d1d1;
}
.l-flow ul li:after {
  border: dashed 14px transparent;
  border-top: dashed 14px #fff;
  margin-top: -5px;
}
.l-flow ul li img {
  max-width: 64px;
  width: 100%;
  padding-right: 16px;
}
.l-flow ul li .l-flow_wrap {
  display: flex;
  width: 100%;
}
.l-flow ul li .l-flow_wrap .l-flow_wrap_ttl {
  width: 20%;
  margin: auto;
  border-radius: 10px;
  background-color: #fa8ead;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}
.l-flow ul li .l-flow_wrap .l-flow_wrap_txt {
  margin: auto;
  padding-left: 14px;
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 850px) {
  .l-flow {
    background: url(../img/flow_bg_sp.jpg) no-repeat top center/cover;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .l-flow ul {
    padding: 2.6666666667vw 0;
    margin: 6.4vw auto 0;
  }
  .l-flow ul li {
    padding: 6.4vw 0;
    text-align: center;
    margin: 0 4vw;
    align-items: flex-start;
  }
  .l-flow ul li:before {
    border: dashed 12px transparent;
    border-top: dashed 12px #d1d1d1;
  }
  .l-flow ul li:after {
    border: dashed 14px transparent;
    border-top: dashed 14px #fff;
    margin-top: -5px;
  }
  .l-flow ul li img {
    max-width: 84px;
    width: 100%;
    padding-right: 2.6666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-flow ul li .l-flow_wrap {
    display: block;
    width: 100%;
  }
  .l-flow ul li .l-flow_wrap .l-flow_wrap_ttl {
    width: 100%;
    margin: auto;
    background-color: #fa8ead;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .l-flow ul li .l-flow_wrap .l-flow_wrap_txt {
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-top: 1.6vw;
  }
}
.l-method {
  background: url(../img/method_bg.jpg) no-repeat top center/cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-method .l-method_tbl {
  display: flex;
  margin: 48px auto;
}
.l-method .l-method_tbl .l-method_tbl_wrap {
  flex-basis: 33%;
  border: solid 1px #d1d1d1;
  background-color: #fff;
}
.l-method .l-method_tbl .l-method_tbl_wrap + .l-method_tbl_wrap {
  border-left: 0;
}
.l-method .l-method_tbl .l-method_tbl_wrap dt {
  background-color: #fa8ead;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.l-method .l-method_tbl .l-method_tbl_wrap dd {
  background-color: #fff;
}
.l-method .l-method_tbl .l-method_tbl_wrap dd img {
  width: 100%;
  vertical-align: bottom;
}
.l-method .l-method_tbl .l-method_tbl_wrap dd p {
  border-top: dashed 1px #d1d1d1;
  padding: 22px 12px;
  background-color: #fff;
}
.l-method .l-method_txt {
  margin: 32px auto 48px;
  width: auto;
}
.l-method .l-method_txt p + p {
  margin-top: 24px;
}
.l-method .l-method_note {
  width: auto;
}
.l-method .l-method_note_wrap {
  background-color: #fff;
  border-left: 10px solid #fae5af;
  padding: 32px 40px;
  text-align: left;
  cursor: pointer;
}
.l-method .l-method_note_wrap h3 {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.l-method .l-method_note_wrap h3:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #fae5af;
  background: #fae5af;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}
.l-method .l-method_note_wrap h3:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #fae5af;
  background: #fae5af;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.l-method .l-method_note_wrap .accordion__content {
  padding-left: 1em;
  padding-top: 1em;
  font-size: 15px;
  display: none;
  cursor: pointer;
}
.l-method .l-method_note_wrap .accordion__content + .is-open {
  display: block;
}
.l-method .l-method_note_wrap .accordion__content li {
  text-indent: -1.5rem;
}
.l-method .l-method_note_wrap .accordion__content li:before {
  content: "";
}
.l-method .is-active h3:after {
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (max-width: 850px) {
  .l-method {
    background: #fffaf5;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .l-method .l-method_tbl {
    display: block;
    margin: 8vw auto;
  }
  .l-method .l-method_tbl .l-method_tbl_wrap {
    flex-basis: 100%;
    margin-top: 4.2666666667vw;
    border-top: none;
  }
  .l-method .l-method_tbl .l-method_tbl_wrap + .l-method_tbl_wrap {
    border-left: solid 1px #d1d1d1;
  }
  .l-method .l-method_tbl .l-method_tbl_wrap dt {
    background-color: #fa8ead;
    padding: 2.1333333333vw 0;
  }
  .l-method .l-method_tbl .l-method_tbl_wrap dd img {
    width: 100%;
    vertical-align: bottom;
  }
  .l-method .l-method_tbl .l-method_tbl_wrap dd p {
    border-top: dashed 1px #d1d1d1;
    padding: 4.2666666667vw 3.2vw;
  }
  .l-method .l-method_txt {
    margin: 8vw auto;
    width: auto;
  }
  .l-method .l-method_txt p + p {
    margin-top: 4vw;
  }
  .l-method .l-method_note_wrap {
    background-color: #fff;
    border-left: 10px solid #fae5af;
    padding: 6.4vw 5.3333333333vw;
  }
  .l-method .l-method_note_wrap .accordion__content {
    padding-left: 1em;
    padding-top: 1em;
    font-size: 15px;
    line-height: 1.75;
  }
  .l-method .l-method_note_wrap .accordion__content li {
    text-indent: -1.5rem;
  }
  .l-method .l-method_note_wrap .accordion__content li:before {
    content: "";
  }
}
.l-access {
  background: url(../img/access_bg.jpg) no-repeat top center/cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-access .l-access_wrap {
  background: #fff;
  padding: 50px 0 60px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 48px;
}
.l-access .l-access_wrap .l-access_gmap {
  width: 45%;
}
.l-access .l-access_wrap .l-access_gmap iframe {
  box-shadow: 10px 10px 1px #f2c9d9;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.l-access .l-access_wrap .l-access_wrap_tbl {
  width: 100%;
}
.l-access .l-access_wrap .l-access_wrap_tbl table {
  width: 100%;
  max-width: 550px;
}
.l-access .l-access_wrap .l-access_wrap_tbl tr {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.l-access .l-access_wrap .l-access_wrap_tbl th {
  background-color: #fa8ead;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
}
.l-access .l-access_wrap .l-access_wrap_tbl td {
  padding: 16px 20px;
}
.l-access .l-access_wrap .l-access_wrap_tbl .o-btn_area {
  margin-top: 32px;
}

@media screen and (max-width: 850px) {
  .l-access {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .l-access .l-access_wrap {
    padding: 0;
    display: block;
    justify-content: center;
    background: none;
    margin-top: 8vw;
  }
  .l-access .l-access_wrap .l-access_gmap {
    width: auto;
    height: 15em;
  }
  .l-access .l-access_wrap .l-access_gmap iframe {
    box-shadow: 8px 8px 1px #f2c9d9;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl table {
    width: 100%;
    max-width: 100%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl tr {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-collapse: collapse;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl th {
    background-color: #fa8ead;
    padding: 2.6666666667vw;
    color: #fff;
    vertical-align: middle;
    width: 26%;
    font-weight: 500;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl td {
    padding: 2.6666666667vw;
    width: 75%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl .o-btn_area {
    margin-top: 6.4vw;
    max-width: 100%;
  }
}
.l-footer {
  padding: 48px 0;
  text-align: center;
  background: #fa8ead;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .l-footer {
    padding: 7.4666666667vw 0;
    margin-top: -20vw;
    margin-bottom: 0;
  }
}
.l-reservation {
  background: #fffcfd;
  padding-bottom: 5px;
}
.l-reservation .contact_form .sp-fixed-tel {
  margin: 0 auto;
  max-width: 550px;
}
.l-reservation .l-reservation_wrap {
  width: auto;
}
.l-reservation .o-ttl_lv2 {
  padding-top: 80px;
}
.l-reservation .p-officialLink a {
  border-bottom: 1px solid #c0c0c0;
}

@media screen and (max-width: 850px) {
  .l-reservation .contact_form {
    padding-top: 0;
  }
  .l-reservation .contact_form .sp-fixed-tel {
    margin: 2em auto 0;
    white-space: nowrap;
    width: auto;
  }
  .l-reservation .o-ttl_lv2 {
    padding-top: 10.6666666667vw;
  }
  .l-reservation .p-officialLink {
    margin-top: 1.5em;
  }
}
/*------------- .l-spNav-------------*/
.l-spNav {
  display: none;
}

@media screen and (max-width: 850px) {
  .l-spNav {
    display: block;
  }
  .l-h_hamburger_btn {
    position: relative;
    width: 56px;
    height: 60px;
    padding: 10px 16px;
    background: transparent;
    outline: none;
    transition: all 0.4s ease;
    border: none;
  }
  .l-h_hamburger_btn span {
    display: block;
    height: 4px;
    background: #151515;
    transition: all 0.4s ease;
    border-radius: 2px;
  }
  .l-h_hamburger_btn::before {
    position: absolute;
    top: 20px;
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: #151515;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .l-h_hamburger_btn::after {
    position: absolute;
    bottom: 20px;
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: #151515;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .l-h.is_open .l-h_hamburger_btn {
    background: #ffb7c2;
    transition: all 0.4s ease;
  }
  .l-h.is_open .l-h_hamburger_btn span {
    opacity: 0;
    background: #fff;
    transition: all 0.4s ease;
    margin-left: 40px;
  }
  .l-h.is_open .l-h_hamburger_btn::before {
    top: 28px;
    background: #fff;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
  }
  .l-h.is_open .l-h_hamburger_btn::after {
    bottom: 28px;
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease;
  }
}
.l-h_sp_nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  z-index: 99;
}

@media screen and (max-width: 850px) {
  .l-f_nav {
    display: block;
    flex-basis: 100%;
    margin-top: 100px;
  }
  .l-f_nav .l-f_nav_list:last-child .l-f_nav_list_item:last-child {
    border-bottom: 1px solid #e5dad7;
  }
  .l-f_nav .l-f_nav_list_item {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e5dad7;
    padding: 15px 0;
  }
  .l-f_nav .l-f_nav_list_item:first-child {
    border-top: 1px solid #e5dad7;
  }
  .l-f_nav .l-f_nav_list_item a {
    width: 100%;
    margin: 0;
    color: #242322;
    font-weight: normal;
    font-size: 1em;
    padding: 0 0.5em;
    display: block;
  }
  .l-f_nav .l-f_nav_list_item_openBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
  }
  .l-f_nav .l-f_nav_list_item_openBtn::after {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 9px solid #c2a89f;
    z-index: 2;
  }
  .l-f_nav .l-f_nav_list_item_openBtn.is_open::after {
    border: 6px solid transparent;
    border-bottom: 9px solid #c2a89f;
    top: 40px;
  }
}/*# sourceMappingURL=layout.css.map */