@charset "UTF-8";
/*フォント
----------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap"); */
/*下層ページ
----------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap"); */
/*main-image
----------------------------------------------------*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("./css/NotoSansJP-VariableFont_wght.woff") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./css/Cinzel-VariableFont_wght.woff") format("woff2-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

#second_mainimage {
  background: #faf6f2;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.second_mainiamge-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.second_mainimage-text {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_mainimage-text-wrap {
  display: flex;
  flex-direction: column;
}

.mainimage_ttl {
  font-family: "Hannari", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP",
    serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #5e5e5e;
  text-shadow: 0 0 10px #fff, 2px 2px 10px #fff, -2px -2px 10px #fff,
    2px -2px 10px #fff, -2px 2px 10px #fff, 4px 4px 10px #fff,
    -4px -4px 10px #fff, 4px -4px 10px #fff, -4px 4px 10px #fff;
}

.second_mainimage-bg {
  width: 100%;
  height: 100%;
}

.second_mainimage-bg01 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.second_mainimage-bg01 figure {
  width: 100%;
  max-width: 1622px;
  position: relative;
  margin: 0 auto;
}

.second_mainimage-bg01 figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf6f2+0,faf6f2+100&1+0,0+15,0+85,1+99 */
  background: -moz-linear-gradient(
    left,
    #faf6f2 0%,
    rgba(250, 246, 242, 0) 30%,
    rgba(250, 246, 242, 0) 70%,
    #faf6f2 99%,
    #faf6f2 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #faf6f2 0%,
    rgba(250, 246, 242, 0) 30%,
    rgba(250, 246, 242, 0) 70%,
    #faf6f2 99%,
    #faf6f2 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #faf6f2 0%,
    rgba(250, 246, 242, 0) 30%,
    rgba(250, 246, 242, 0) 70%,
    #faf6f2 99%,
    #faf6f2 100%
  );
}

.second_mainimage-bg01 img {
  width: 100%;
  max-width: 1622px;
  height: auto;
  position: relative;
  z-index: 1;
}

.second_mainimage-bg02 {
  width: 100%;
  height: 4vw;
  max-height: 80px;
  background: url("../images/top/bg_mainimage.webp") repeat-x center
    bottom/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

/*共通パーツ
----------------------------------------------------*/
.second_main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.second_maincontent {
  width: calc(100% - 290px);
  max-width: 910px;
}

.second_sidecontent {
  width: 250px;
  margin-right: 40px;
}

#breadcrumb {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 32px;
}

#breadcrumb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#breadcrumb ul li {
  font-size: 14px;
}

#breadcrumb ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 14px;
  margin-right: 4px;
}

#breadcrumb ul li a {
  color: #da8699;
  text-decoration: none;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

.s_sec01 {
  width: 100%;
  margin: 56px auto 0;
}

.s_sec01:first-of-type {
  margin-top: 0;
}

.s_sec02 {
  margin-top: 40px;
}

.s_sec03 {
  margin-top: 24px;
}

.checklist01 {
  background: #fcf5f5 url("../images/second/bg_checklist01.webp") repeat left
    top;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 1em;
}

.checklist01 ul li {
  background: url("../images/second/icon_check01.webp") no-repeat left 8px;
  padding-left: 24px;
  margin-bottom: 8px;
}

.checklist01 ul li:last-of-type {
  margin-bottom: 0;
}

.checklist01.checklist01-flex ul {
  display: flex;
  flex-wrap: wrap;
}

.checklist01.checklist01-flex ul li {
  margin-right: 24px;
}

.second_text01 p {
  margin-bottom: 1em;
}

.link_contact01 {
  margin-top: 32px;
}

.link_contact01-wrap {
  display: flex;
  justify-content: center;
}

.link_contact01-conts {
  width: calc(50% - 16px);
  margin-right: 32px;
}

.link_contact01-conts:last-of-type {
  margin-right: 0;
}

.link_contact01-conts p a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.link_contact01-conts p a img {
  margin-right: 8px;
}

.link_contact01-mail p a,
.link_contact01-bgp p a {
  border: 3px solid #f48783;
  background: #f48783;
  color: #fff;
  box-sizing: border-box;
}

.link_contact01-mail p a img,
.link_contact01-bgp p a img {
  width: auto;
  height: auto;
  max-height: 18px;
}

.link_contact01-bgp p a img {
  max-height: 27px;
}

.link_contact01-bgp-reserve p a img {
  max-height: 24px;
  margin-right: 2px;
}

.link_contact01-tel p a,
.link_contact01-bgw p a {
  border: 3px solid #f48783;
  color: #f48783;
  background: #fff;
  box-sizing: border-box;
}

.link_contact01-tel p a img,
.link_contact01-bgw p a img {
  width: auto;
  height: auto;
  max-height: 28px;
}

.link_contact01-bgw-sitelink p a img {
  max-height: 22px;
  margin-right: 2px;
}

.btn01 {
  margin-top: 24px;
}

.btn01 p a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f48783;
  box-sizing: border-box;
  padding: 8px;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  color: #f48783;
  position: relative;
}

.btn01 p a:before,
.btn01 p a:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #f48783;
  position: absolute;
  right: 12px;
  border-radius: 100px;
}

.btn01 p a:before {
  transform: rotate(-135deg);
  top: calc(50% - 2px);
}

.btn01 p a:after {
  transform: rotate(135deg);
  top: calc(50% + 2px);
}

.btn01.pink01 p a {
  background: #f48783;
  color: #fff;
}

.btn01.pink01 p a:before,
.btn01.pink01 p a:after {
  background: #fff;
}

.btn02 a {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 32px 6px 12px;
  background: #f48783;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
}

.btn02 a:before,
.btn02 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 12px;
  border-radius: 100px;
}

.btn02 a:before {
  transform: rotate(-135deg);
  top: calc(50% - 2px);
}

.btn02 a:after {
  transform: rotate(135deg);
  top: calc(50% + 2px);
}

.pricetable01 {
  display: block;
  margin-bottom: 1em;
}

.pricetable01 tbody {
  display: block;
}

.pricetable01 tbody tr {
  display: flex;
}

.pricetable01 tbody tr th,
.pricetable01 tbody tr td {
  width: 50%;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #e0d4bb;
  border-collapse: collapse;
  text-align: center;
}

.pricetable01 tbody tr th {
  background: #fcf9f5;
  border-right: none;
}

.pricetable01 tbody tr td {
  background: #fff;
}

.pricetable01 tbody tr:last-of-type th,
.pricetable01 tbody tr:last-of-type td {
  border-top: none;
}

.imglist_column ul {
  display: flex;
  flex-wrap: wrap;
}

.imglist_column.imglist_column4 ul li {
  width: calc(100% / 4 - 8px);
  max-width: 214px;
  margin-right: 18px;
}

/* .imglist_column.imglist_column4 ul li:nth-of-type(4n) {
  margin-right: 0;
} */

.imglist_column.imglist_column4 ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.feature_conts {
  margin-bottom: 64px;
}

.feature_conts:last-of-type {
  margin-bottom: 0;
}

.feature_ttl {
  position: relative;
  margin-bottom: 32px;
}

.feature_ttlnum {
  width: 92px;
  height: 92px;
  border-radius: 100px;
  background: #f4a9a6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -16px;
}

.feature_ttlnum-text {
  font-size: 36px;
  font-family: "Cinzel", serif;
  line-height: 1;
  font-style: italic;
}

.feature_ttlnum-text span {
  padding: 0 2px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.feature_ttlnum-text span:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 9px;
  z-index: -1;
}

.feature_ttltext {
  margin-top: 32px;
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 12px 16px 12px 80px;
  margin-left: 32px;
}

.feature_ttltext-ttl {
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.feature_textarea p {
  margin-bottom: 1em;
}

.feature_textarea p:last-of-type {
  margin-bottom: 0;
}

.telnum_text01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.telnum_text01 span {
  font-size: 28px;
  text-decoration: underline;
  margin-left: 8px;
  color: #ed6d6d;
  line-height: 1;
}

.movieconts01 iframe {
  width: 100%;
  height: 40vw;
  max-height: 260px;
}

.beginner_movie,
.movie_list {
  display: flex;
  justify-content: space-between;
}

.beginner_movie-conts,
.movielist_conts {
  width: calc(50% - 12px);
  margin-right: 24px;
}

.beginner_movie-conts:last-of-type,
.movielist_conts:last-of-type {
  margin-right: 0;
}

.movielist_memo {
  font-size: 13px;
}

.funin_message02 {
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 40px 24px;
  border-radius: 10px;
}

.funin_message02-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.funin_message02-conts {
  margin-right: 32px;
}

.funin_message02-conts p {
  line-height: 0;
}

.funin_message02-conts:last-of-type {
  margin-right: 0;
}

.funin_message02-conts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.funin_message03 {
  margin: 24px auto;
}

.funin_message03 p {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.funin_message04 p {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-style: dotted;
  text-underline-offset: 8px;
  line-height: 2.2;
}

.funin_voice {
  background: #fcf9f5;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
}

.funin_voice-img {
  text-align: center;
}

.funin_voice-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.funin_voice-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.funin_voice-memo {
  font-size: 13px;
  text-align: center;
  margin-top: 0;
}

.funin_message05 {
  margin: 24px auto 40px;
  text-align: center;
}

.funin_message05 p {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.6;
  position: relative;
  margin-bottom: 0 !important;
}

.funin_message05 p:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -4px;
  border-bottom: 4px dotted #d6caa6;
}

.funin_message05 p .br {
  display: block;
}

.mensfunin_message02 {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 24px auto;
}

.mensfunin_message02-text {
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.mensfunin_message02-text p {
  line-height: 0;
}

.mensfunin_message02-text p img {
  width: 48vw;
  max-width: 565px;
  height: auto;
}

.mensfunin_message02-bg {
  position: relative;
}

.mensfunin_message02-bg p {
  line-height: 0;
}

.mensfunin_message02-bg p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mensfunin_dataconts {
  margin-bottom: 32px;
}

.mensfunin_dataconts:last-of-type {
  margin-bottom: 0;
}

.mensfunin_data01 {
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}

.mensfunin_data01-textarea {
  display: flex;
  justify-content: center;
}

.mensfunin_data01-text img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mensfunin_data01-graph {
  margin-left: 56px;
}

.mensfunin_data01-graph img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mensfunin_data01-illust {
  position: absolute;
  left: 12%;
  bottom: 0;
}

.mensfunin_data01-illust p {
  line-height: 0;
}

.mensfunin_data01-illust img {
  width: 20vw;
  max-width: 254px;
}

.mensfunin_data02 {
  background: #fcf9f5;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}

.mensfunin_data02-overview-ttl {
  text-align: center;
}

.mensfunin_data02-overview-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mensfunin_data02-overview-textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
}

.mensfunin_data02-detail {
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
}

.mensfunin_data02-detail-img {
  line-height: 0;
  text-align: center;
}

.mensfunin_data02-detail-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mensfunin_data02-detail-link {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
  border-top: 1px dashed #fbf3e9;
  padding-top: 12px;
}

.staff_list-ttl {
  background: #f48783;
  box-sizing: border-box;
  padding: 8px 12px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.staff_list-conts {
  display: flex;
  flex-wrap: wrap;
  background: #fae9e8;
  box-sizing: border-box;
  padding: 20px 24px;
}

.staff_list-conts li {
  margin-right: 28px;
}

.staff_list-conts li a {
  color: #f48783;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  padding-left: 12px;
}

.staff_list-conts li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #f48783;
  border-radius: 100px;
}

.staff_conts {
  margin-top: 40px;
}

.voice_message01-top,
.voice_message01-btm {
  line-height: 0;
}

.voice_message01-top img,
.voice_message01-btm img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_message01-top {
  margin-bottom: 24px;
}

.voice_message01-btm {
  margin-top: 12px;
}

.voice_message01 {
  background: #fcf9f5;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
}

.voice_message01-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voice_message01-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_message01-text {
  margin-top: 32px;
}

.voice_conts {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px dashed #fff3f2;
}

.voice_conts:last-of-type {
  margin-bottom: 0;
}

.voice_conts-wrap {
  display: flex;
  justify-content: space-between;
}

.voice_conts-img {
  width: 100%;
  max-width: 212px;
}

.voice_conts-img a {
  color: inherit;
  text-decoration: none;
}

.voice_conts-img-clinic {
  margin-top: 12px;
}

.voice_conts-img-clinic p {
  width: auto;
  margin: 0 auto;
  background: #f4a9a6;
  box-sizing: border-box;
  padding: 0;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.voice_conts-img-name p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.voice_conts-text {
  width: calc(100% - 244px);
  margin-left: 32px;
}

.voice_conts-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #da8699;
  line-height: 1.6;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

.voice_conts-img-btn {
  background: #da8699;
  box-sizing: border-box;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 8px;
}

.voice_conts-img-btn p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.voice_conts-img-btn p img {
  width: auto;
  max-width: 16px;
  height: auto;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.voice_conts-textarea {
  margin-top: 16px;
}

.voice_conts-textarea dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.voice_conts-textarea dl:last-of-type {
  margin-bottom: 0;
}

.voice_conts-textarea dl dt {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.voice_conts-textarea dl dt:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #f4a9a6;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

.voice_movie-m {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 32px;
}

.voice_movie-m iframe {
  width: 100%;
  max-width: 100%;
  height: 40vw;
  max-height: 400px;
  min-height: 320px;
}

.voice_conts-memo {
  font-size: 14px;
  margin-top: 12px;
}

.voice_movie-m .voice_conts-memo {
  margin-top: 0;
}

.voice_cat {
  background: #f8f8f8;
  border-bottom: 3px solid #da8699;
}

.voice_cat ul {
  display: flex;
  flex-wrap: wrap;
}

.voice_cat ul li {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}

.voice_cat ul li:nth-of-type(3n) {
  border-right: none;
}

.voice_cat ul li a {
  display: block;
  background: #fcf5f5;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 12px;
  color: #da8699;
  text-align: center;
  text-decoration: none;
}

.voice_cat ul li a.active {
  background: #da8699;
  color: #fff;
}

.profile_name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.profile_name span {
  font-size: 21px;
  margin: 0 12px;
}

.profile_message {
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 64px 40px;
  margin-top: 32px;
}

.profile_message-img {
  text-align: center;
}

.profile_message-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_message-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.profile_message-text p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.clinic_list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.clinic_conts {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 32px;
}

.clinic_conts:nth-of-type(2n) {
  margin-right: 0;
}

.clinic_conts a {
  text-decoration: none;
  color: inherit;
}

.clinic_conts img {
  width: auto;
  max-width: 100%;
  aspect-ratio: 365 / 235;
}

.clinic_name {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4a9a6;
  box-sizing: border-box;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.price_numconts {
  margin-bottom: 16px;
}

.price_num-ttl {
  position: relative;
  padding-left: 32px;
  min-height: 24px;
  display: flex;
  align-items: center;

  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.price_num-ttl span {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 24px;
  height: 24px;
  background: #f4a9a6;
  border-radius: 100px;

  position: absolute;
  left: 0;
  top: 0;
}

.price_num-memo {
  margin-top: 12px;
  padding-left: 32px;
}

.price_num-memo li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
}

.price_num-memo li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.price_feature {
  display: flex;
  justify-content: center;
}

.price_feature ul {
  display: flex;
  flex-direction: row;
}

.price_feature ul li {
  margin-right: 16px;
}

.price_feature ul li:last-of-type {
  margin-right: 0;
}

.price_feature ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.faq_conts {
  margin-bottom: 32px;
}

.faq_conts:last-of-type {
  margin-bottom: 0;
}

.faq_q {
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 16px 72px 16px 16px;
  position: relative;
  margin-bottom: 12px;
}

.faq_ttl {
  position: relative;
  padding-left: 36px;
}

.faq_ttl:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  color: #f48783;
  line-height: 0;
}

.faq_ttl p {
  font-size: 18px;
  font-weight: bold;
}

.faq_q-btn {
  position: absolute;
  right: 16px;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  background: #f4a9a6;
}

.faq_q-btn:before,
.faq_q-btn:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}

.faq_q-btn:before {
  width: 24px;
  height: 3px;
  left: 8px;
  top: calc(50% - 2px);
}

.faq_q-btn:after {
  width: 3px;
  height: 24px;
  left: calc(50% - 2px);
  top: 8px;
}

.faq_q-btn.on:after {
  content: none;
}

.faq_a {
  display: none;
  position: relative;
  box-sizing: border-box;
  padding: 16px 16px 16px 54px;
}

.faq_a:before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  color: #c6b57d;
  line-height: 0;
}

.flow_sec {
  margin-top: 24px;
}

.flow_conts:last-of-type .flow_numarea:after {
  content: none;
}

.flow_conts:last-of-type .flow_textarea {
  margin-bottom: 0;
}

.flow_conts-wrap {
  display: flex;
  justify-content: space-between;
}

.flow_numarea {
  position: relative;
}

.flow_numarea:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fae9e8;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  z-index: -1;
}

.flow_num {
  width: 92px;
  height: 92px;
  border-radius: 100px;
  background: #f4a9a6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow_numconts {
  font-size: 36px;
  font-family: "Cinzel", serif;
  line-height: 1;
  font-style: italic;
}

.flow_numconts span {
  padding: 0 2px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.flow_numconts span:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 9px;
  z-index: -1;
}

.flow_ttl {
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 24px;
  margin-bottom: 24px;
}

.flow_textarea {
  width: calc(100% - 92px);
  margin-left: 24px;
  margin-bottom: 24px;
}

.clinic_mainmessage {
  background: #fcf9f5;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 32px;
}

.clinic_mainmessage-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clinic_mainmessage-illust01 p,
.clinic_mainmessage-text p,
.clinic_mainmessage-illust02 p {
  line-height: 0;
}

.clinic_mainmessage-illust01 img,
.clinic_mainmessage-text img,
.clinic_mainmessage-illust02 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.clinic_mainmessage-subtext p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 1em;
}

.clinic_mainmessage-subtext p:last-of-type {
  margin-bottom: 0;
}

.ninshin_goalline {
  background: #fcf5f5;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
  margin-top: 24px;
}

.ninshin_goalline img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.map {
  margin-bottom: 16px;
}

.map iframe {
  width: 100%;
  min-height: 300px;
  max-height: 480px;
  height: 40vw;
}

.access_navi-tab {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: 5px solid #f4a9a6;
}

.access_navi-tab-column02 .access_navi-tabconts,
.access_navi-tab-column04 .access_navi-tabconts {
  width: 50%;
}

.access_navi-tab-column02 .access_navi-tabconts:nth-of-type(2n),
.access_navi-tab-column04 .access_navi-tabconts:nth-of-type(2n) {
  border-right: none;
}

.access_navi-tab-column03 .access_navi-tabconts {
  width: calc(100% / 3);
}

.access_navi-tab-column03 .access_navi-tabconts:nth-of-type(3n) {
  border-right: none;
}

.access_navi-tabconts {
  background: #999;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  /*border-radius: 10px 10px 0 0;*/
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.access_navi-tabconts.on {
  background: #f4a9a6;
  cursor: auto;
}

.access_navi-tabconts p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.access_nav-detail {
  display: none;
}

.access_nav-detail.active {
  display: block;
}

.access_nav-conts {
  margin-top: 24px;
}

.access_nav-detailconts {
  margin-bottom: 44px;
  position: relative;
}

.access_nav-detailconts:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 20px solid #f4a9a6;
  position: absolute;
  left: 140px;
  bottom: -48px;
}

.access_nav-detailconts:last-of-type {
  margin-bottom: 0;
}

.access_nav-detailconts:last-of-type:after {
  content: none;
}

.access_nav-detailconts figure {
  display: flex;
  flex-direction: column;
}

.access_nav-detailconts-wrap {
  display: flex;
  flex-direction: row;
}

.access_nav-detailconts-wrap img {
  max-width: 320px;
}

.access_nav-text {
  margin-left: 32px;
}

.access_nav-text.nonimage {
  margin-left: 0;
}

/* フッタータブ　*/

.footer_navi-tab {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: 5px solid #f4a9a6;
  /* margin: 0 60px; */
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.footer_navi-tabconts {
  background: #999;
  color: #fff;
  box-sizing: border-box;
  /* padding: 10px; */
  padding: 10px 0;
  /*border-radius: 10px 10px 0 0;*/
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.footer_navi-tabconts.on {
  background: #f4a9a6;
  cursor: auto;
}

.footer_navi-tabconts p {
  /* font-size: 14px; */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.footer_nav-detail {
  display: none;
}

.footer_nav-detail.active {
  display: block;
}

.footer_navi-tab-column .footer_navi-tabconts {
  /* width: calc(100% / 7); */
  width: calc(100% / 8);
  /* width: 90px; 幅固定 */
}

.shinjuku_flow-message {
  width: 100%;
  margin: 24px auto 0;
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
}

.shinjuku_flow-message p {
  font-size: 16px;
}

.tbl01 {
  display: block;
  margin-bottom: 1em;
}

.tbl01 tbody {
  display: block;
}

.tbl01 tbody tr {
  display: flex;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #e0d4bb;
  border-collapse: collapse;
}

.tbl01 tbody tr th {
  width: 25%;
  background: #fcf9f5;
  border-right: none;
  text-align: center;
}

.tbl01 tbody tr td {
  width: 75%;
  background: #fff;
  text-align: left;
}

.tbl01 tbody tr:last-of-type th,
.tbl01 tbody tr:last-of-type td {
  border-top: none;
}

.reservation_telcontslist {
  display: flex;
  flex-wrap: wrap;
}

.reservation_telconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  background: #fcf5f5;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}

.reservation_telconts:nth-of-type(2n) {
  margin-right: 0;
}

.reservation_telconts-ttl01 {
  font-size: 20px;
  font-weight: bold;
  color: #f48783;
  border-bottom: 1px dashed;
  margin-bottom: 8px;
}

.reservation_telconts-telnum {
  font-size: 24px;
  font-weight: bold;
  color: #f48783;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.reservation_telconts-telnum span {
  font-size: 1.25em;
  margin-left: 4px;
}

.reservation_telconts-telnum a {
  color: inherit;
  text-decoration: none;
}

.reservation_telconts-open {
  margin: 16px auto 0;
}

.reservation_opentbl {
  border: 2px solid #f48783;
  border-collapse: collapse;
  width: 100%;
  max-width: 640px;
}

.reservation_opentbl thead tr th,
.reservation_opentbl thead tr td,
.reservation_opentbl tbody tr th,
.reservation_opentbl tbody tr td {
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #f48783;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
}

.reservation_opentbl thead tr th,
.reservation_opentbl tbody tr th {
  width: 6em;
}

.reservation_opentbl thead tr td,
.reservation_opentbl tbody tr td {
  width: 2em;
}

.reservation_opentbl thead tr th,
.reservation_opentbl thead tr td {
  font-weight: bold;
}

.reservation_telconts-ttl02 {
  font-size: 15px;
  font-weight: bold;
  color: #f48783;
  position: relative;
  padding-left: 14px;
  margin-top: 8px;
}

.reservation_telconts-ttl02:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #f48783;
  border-radius: 100px;
}

.reservation_reserve-wrap {
  display: flex;
  flex-wrap: wrap;
}

.reservation_reserveconts {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 20px;
}

.reservation_reserveconts:nth-of-type(2n) {
  margin-right: 0;
}

.reservation_reserveconts p {
  margin-bottom: 0;
}

.reservation_reserveconts a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 20px 8px 8px;
  border: 3px solid #f48783;
  font-weight: bold;
  color: #fff;
  background: #f48783;
  text-decoration: none;
  position: relative;
}

.reservation_reserveconts a:after {
  content: "";
  display: block;
  background: url("../images/common/icon_arrow01.webp") no-repeat right center;
  background-size: contain;
  width: 10vw;
  max-width: 8px;
  height: 10vw;
  max-height: 13px;
  position: absolute;
  right: 8px;
  top: calc(50% - 7px);
}

.reservation_reserveconts a img {
  width: auto;
  max-width: 20px;
  height: auto;
  margin-right: 4px;
}

.reservation_reserveconts:nth-of-type(2) a,
.reservation_reserveconts:nth-of-type(3) a,
.reservation_reserveconts:nth-of-type(6) a,
.reservation_reserveconts:nth-of-type(7) a {
  background: #f4a9a6;
  border-color: #f4a9a6;
}

.reservation_type-list {
  background: #fcf9f5;
  box-sizing: border-box;
  padding: 8px 32px 4px;
  border-radius: 10px;
}

.reservation_type-text01 {
  margin-top: 16px;
}

.reservation_ttl01 {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.reservation_ttl01 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0.5em;
  line-height: 1.5;
}

.reservation_ttl01 span:before,
.reservation_ttl01 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #111;
  top: 0;
}

.reservation_ttl01 span:before {
  left: -0.5em;
  transform: rotate(-35deg);
}

.reservation_ttl01 span:after {
  right: -0.5em;
  transform: rotate(35deg);
}

.reservation_btn01 {
  margin-top: 4px;
}

.reservation_hand_line {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 15px;
  background: #fcf5f5;
  padding: 3%;
  font-weight: bold;
}
.hand_marker {
  box-shadow: 0px -6px 5px -5px #ffc0cb inset, 0px 8px 4px -8px #ffc0cb;
}

.result_main {
  width: 73vw;
  max-width: 730px;
  margin: 0 auto;
  position: relative;
}

.result_mainconts {
  position: relative;
  z-index: 100;
}

.result_mainconts-movie {
  width: 100%;
  max-height: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.result_mainconts-movie iframe {
  width: 100%;
  max-width: 900px;
  height: 40vw;
  max-height: 500px;
  box-sizing: border-box;
  border: 12px solid #fff;
  line-height: 0;
}

.result_mainconts-img img {
  width: 100%;
  max-width: 730px;
  height: auto;
  max-height: 530px;
  box-sizing: border-box;
  border: 12px solid #fcf5f5;
  line-height: 0;
}

.result_main-arrow {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.result_main-arrow-l,
.result_main-arrow-r {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
}

.result_main-arrow-l {
  left: -64px;
}

.result_main-arrow-r {
  right: -64px;
}

.slick-list {
  z-index: 100;
}

.info_archive dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.info_archive dl dt {
  width: 6em;
}

.info_archive dl dd {
  width: calc(100% - 6em - 12px);
  margin-left: 12px;
}

.single_conts h4 {
  border-left: 10px solid #f4a9a6;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 2px 0 6px 12px;
  margin-bottom: 16px;
  position: relative;
  margin-top: 32px;
}

.single_conts h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #f8e7eb;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.single_conts h5 {
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 12px 6px 28px;
  background: #f4a9a6;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
  position: relative;
  margin-top: 28px;
}

.single_conts h5:before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 16px);
  background: #fff;
  position: absolute;
  left: 12px;
  top: 8px;
}

.single_conts p {
  margin-bottom: 1em;
}

.single_conts img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.single_conts img.alignleft {
  text-align: left;
  margin-right: auto;
}

.single_conts img.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.single_conts img.alignright {
  text-align: right;
  margin-left: auto;
}

.wp-pagenavi {
  margin-top: 24px;
  text-align: center;
}
.footer_nav-detail {
  display: none;
}
.footer_nav-detail.active {
  display: block;
}
.footer_navi-tabconts.on {
  font-weight: bold;
}
