@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
/*.anchor {
  //display: block;
  padding-top: 70px;
  margin-top: -70px;
}*/
#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}
#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}
#Top .undercon .logo nav {
  display: none;
}
#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 17px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*背景色*/
.bg01 {
  background: linear-gradient(180deg, white 0%, white 50%, #731322 50%, #731322 100%);
  padding: 0 0 6vh;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg_gray {
  background-color: #eaeaea;
}

/*共通*/
.title {
  position: relative;
  font-size: 28px;
  padding: 25px 0 10px;
  color: #000000;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.title .title_jp {
  font-size: 13px;
  padding-left: 12px;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  width: 100%;
  height: 70px;
  z-index: 10;
}
header .header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}
header .logo {
  margin: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
}
header .logo a {
  width: 227px;
  padding: 20px 0px;
  display: block;
}
header .logo img {
  vertical-align: middle;
}
header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  transform: translateX(100%);
  transition: ease 0.4s;
}
header .header_nav > ul {
  margin-top: 0;
}
header .header_nav > ul > li {
  border-bottom: 2px solid #000000;
}
header .header_nav > ul > li > a {
  background-color: #f9fcff;
  background-image: linear-gradient(147deg, #f9fcff 0%, #eff0f5 74%);
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 1rem;
}
header .header_nav > ul > a {
  padding: 14px 20PX;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  transition: 0.3s;
}
header .header_nav > ul > a span {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
header .header_nav > ul > a:hover {
  opacity: 0.6;
}
header .header_nav > ul:first-child {
  border-top: 2px solid #000000;
}
header .header_nav > ul:nth-of-type(1) a span {
  color: #FFB700;
}
header .header_nav > ul:nth-of-type(2) a span {
  color: #FF8031;
}
header .header_nav > ul:nth-of-type(3) a span {
  color: #4EB735;
}
header .header_nav > ul:nth-of-type(4) a span {
  color: #FFAC3F;
}
header .header_nav > ul:nth-of-type(5) a span {
  color: #809BC3;
}
header .sns_link > img {
  font-size: 30px;
}

/* ハンバーガーメニュー */
.header_hamburger {
  width: 24px;
  height: 24px;
}

.button_wrap {
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  width: 62px;
  height: 62px;
  background: black;
}

.menu_text {
  position: absolute;
  top: 22px;
  color: #fff3bb;
  font-size: 10px;
  left: 15px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  right: 19px;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff3bb;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 4px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header_nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -5px;
  transform: rotate(-45deg);
}

/*end*/
/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#all-wrap {
  z-index: 0;
}

main {
  display: block;
  /* margin-top: 70px !important;*/
  /*タイトル共通*/
}
main .title {
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.link_btn {
  text-align: right;
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 90px;
  font-weight: bold;
  padding-top: 4px;
  transition: 0.3s;
  position: relative;
  color: black;
}
.link_btn:hover {
  opacity: 0.9;
}
.link_btn:hover::after {
  transform: translateX(15px);
  transition: 0.3s;
}
.link_btn::after {
  content: "";
  display: inline-block;
  background: url(/images/top/arrow.svg) no-repeat center right;
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 60px;
  height: 20px;
}

.link_btn:visited {
  color: black;
}

.link_more {
  background-color: #4eb735;
  color: white;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  font-size: 15px;
}
.link_more:hover {
  opacity: 0.7;
}
.link_more > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.link_more:visited {
  color: white;
}

/*アンカーリンク調整*/
/*@include sp {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
    border: none;
  }
}*/
small {
  font-size: 14px;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer {
  background-color: #F6F6F6;
}
footer .logo {
  width: 300px;
  margin-inline: auto;
}
footer .logo img {
  width: 100%;
}
footer .copy {
  height: 40px;
  background-color: #340002;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy p {
  color: #fff;
  font-size: 12px;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
  background: #d3edcc;
}
.sub-header h1 {
  font-size: 30px;
  position: relative;
  color: #7f7f7f;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.3;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: center;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

.lead_sec {
  padding-bottom: 20px;
}
.lead_sec .second_tit {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
}
.lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #a18c6c;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
.lead_sec p {
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/*ふわっと表示*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main {
  overflow: hidden;
}

#Top main .ttl_wrap {
  position: relative;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.logo_box {
  display: flex;
}
.logo_box > img {
  height: 128px;
  padding-right: 15px;
}
@media (max-width: 960px) {
  .logo_box > img {
    height: 95px;
    padding-right: 20px;
  }
}
.logo_box h2 {
  vertical-align: bottom;
  display: inline;
}
.logo_box h2 > img {
  height: 100px;
  padding: 0 20px;
}
.logo_box h2 > img:nth-child(3) {
  height: 70px;
}

#Top main {
  position: relative;
}
#Top main .price_deco_bg {
  position: absolute;
  right: -64px;
  top: 34%;
  z-index: 1;
  width: 300px;
}
#Top main .ttl_wrap {
  /*height: 188px;*/
  background: url(/images/top/ttl_bg.jpg) no-repeat center right/cover;
  z-index: 0;
}
#Top main .ttl_wrap .sec_ttl {
  display: flex;
  align-items: center;
  height: 188px;
  position: relative;
}
#Top main .ttl_wrap .sec_ttl img {
  height: 76px;
  z-index: 999;
}
#Top main .mv_sec {
  /*height: 460px;*/
  height: 100vh;
  position: relative;
  background: url(/images/top/sp/mv_image02.jpg) no-repeat center bottom/cover;
}
#Top main .mv_sec .catchcopy {
  position: absolute;
  top: 5rem;
  max-width: 388px;
  padding: 0 20px;
}
@media (max-width: 480px) {
  #Top main .mv_sec .catchcopy {
    top: 7rem;
    max-width: 100%;
  }
}
#Top main .mv_sec .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#Top main .mv_sec .logo, #Top main .mv_sec p {
  transform: translateY(10px);
}
#Top main .mv_sec .logo {
  width: 70%;
}
#Top main .mv_sec h2.logo {
  padding-top: 0;
}
#Top main .mv_sec .catch {
  width: 433px;
  margin-top: 20px;
}
#Top main .mv_sec .text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.7;
  width: 440px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#Top main .mv_sec.is-show .logo, #Top main .mv_sec.is-show p {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
#Top main .mv_sec.is-show .logo {
  transition-delay: 1.5s;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#Top main .mv_sec.is-show .catch {
  transition-delay: 0.8s;
}
#Top main .mv_sec.is-show .text {
  transition-delay: 1.1s;
}
#Top main .photofacial_sec {
  background: url(/images/top/sp/photofacial_bg.jpg) no-repeat center center/cover;
  padding: 4.8rem 2rem 8rem;
  position: relative;
}
#Top main .photofacial_sec::before {
  content: "";
  display: block;
  width: 12rem;
  height: 11rem;
  position: absolute;
  right: 6%;
  top: -2rem;
  background: url(/images/top/photofacial_deco.svg) no-repeat center;
}
#Top main .photofacial_sec .photofacial_con {
  box-sizing: border-box;
  color: white;
}
#Top main .photofacial_sec .photofacial_con > h2 {
  position: relative;
  z-index: 0;
  max-width: 292px;
}
#Top main .photofacial_sec .photofacial_con > h2::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -44px;
  top: -38px;
  background: url(/images/top/photo_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .photofacial_sec .photofacial_con > h3 {
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 255px;
}
#Top main .photofacial_sec .photofacial_con > p {
  color: white;
  line-height: 1.8;
  font-size: 17px;
}
#Top main .photofacial_sec .sec_img {
  color: white;
  padding: 3rem 0 1rem;
}
#Top main .photofacial_sec .sec_img > img {
  width: 100%;
  padding-bottom: 10px;
  max-width: 250px;
  margin: auto;
  display: flex;
}
#Top main .photofacial_sec .sec_img > small {
  font-size: 11px;
  display: block;
}
#Top main .stellar_sec {
  background: url(/images/top/bg_white.jpg) no-repeat center center/cover;
  padding: 4.5rem 0 1rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#Top main .stellar_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(/images/top/sp/gold_line.png) repeat-y center/cover;
  z-index: -1;
}
#Top main .stellar_sec .ttl_wrap {
  box-sizing: border-box;
}
#Top main .stellar_sec .ttl_wrap > .stellar_ttl {
  width: 16.875rem;
  position: relative;
  margin: auto;
}
#Top main .stellar_sec .ttl_wrap > .stellar_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -46px;
  top: -38px;
  background: url(/images/top/stellar_tit_bg.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .stellar_sec .ttl_wrap .unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.18rem;
}
#Top main .stellar_sec .ttl_wrap .unit > ul {
  width: 48%;
}
#Top main .stellar_sec .ttl_wrap .unit > ul > li {
  background-color: #260000;
  color: white;
  font-size: 1.32rem;
  color: #f7eaa5;
  border: 1px solid white;
  border-radius: 7px;
  box-shadow: 0 0 8px black;
  text-align: center;
  margin-bottom: 10px;
}
#Top main .stellar_sec .ttl_wrap .image_wrapper {
  padding-top: 3rem;
  position: relative;
}
#Top main .stellar_sec .ttl_wrap .image_wrapper > img {
  max-width: 336px;
  margin: auto;
  display: flex;
}
#Top main .stellar_sec .ttl_wrap .image_wrapper::after {
  content: "";
  background: url(/images/top/sp/stellar-m22_text.svg) no-repeat center left/contain;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 0rem;
  top: 4rem;
}
#Top main .stellar_sec .content_wrap .text_box {
  position: relative;
  padding: 6rem 1rem 1rem 4rem;
  min-height: 27rem;
}
#Top main .stellar_sec .content_wrap .text_box > p {
  color: white;
  line-height: 1.8;
}
#Top main .stellar_sec .content_wrap .text_box::after {
  content: "";
  display: block;
  width: 105%;
  background-color: #260000;
  border-radius: 100px 0 0 0;
  height: 100%;
  padding-top: 2rem;
  position: absolute;
  left: 1rem;
  z-index: -1;
  bottom: -4rem;
}
#Top main .treatment_sec {
  background: url(/images/top/sp/treatment_bg_sp.jpg) no-repeat center/cover;
  padding: 5rem 2rem 3rem;
  position: relative;
  z-index: 0;
}
#Top main .treatment_sec::before {
  content: "";
  display: block;
  width: 18.8rem;
  height: 8rem;
  position: absolute;
  left: 36%;
  top: 1rem;
  background: url(/images/top/sp/treatment_deco_sp.svg) no-repeat center;
}
#Top main .treatment_sec .treatment_ttl {
  width: 118px;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0;
}
#Top main .treatment_sec .treatment_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -43px;
  top: -41px;
  background: url(/images/top/treatment_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .treatment_sec .ttl_wrap {
  color: white;
}
#Top main .treatment_sec .ttl_wrap .text_box {
  padding-top: 2.3rem;
}
#Top main .treatment_sec .ttl_wrap .text_box > p {
  line-height: 1.7;
}
#Top main .treatment_sec .ttl_wrap .text_box02 {
  margin-top: 3rem;
  padding: 1rem;
  border: 1px solid white;
  margin-right: -1rem;
  margin-left: -1rem;
}
#Top main .treatment_sec .ttl_wrap .text_box02 h3 {
  text-align: center;
  background: black;
  display: flex;
  justify-content: center;
  margin-top: -10px;
  width: 177px;
  margin: -29px auto 10px;
  color: #f7eaa5;
  font-size: 23px;
}
#Top main .treatment_sec .content_wrap .treatment_img {
  max-width: 290px;
  margin: auto;
  display: flex;
}
#Top main .info_sec {
  background: url(/images/top/sp/info_bg.jpg) repeat-y center top/contain;
  padding: 7rem 1.56rem 3rem;
  position: relative;
  z-index: 0;
  position: relative;
}
#Top main .info_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(/images/top/sp/gold_line.png) repeat-y center/cover;
}
#Top main .info_sec .price_deco_bg {
  position: absolute;
  right: -13rem;
  top: -41px;
  z-index: -1;
  width: 100%;
  max-width: 412px;
  height: 1080px;
}
#Top main .info_sec .price_deco_bg02 {
  position: absolute;
  left: -12rem;
  top: 21%;
  z-index: -1;
  width: 100%;
  max-width: 412px;
  height: 1080px;
}
#Top main .info_sec::before {
  content: "";
  display: block;
  width: 6rem;
  height: 5rem;
  position: absolute;
  left: 7rem;
  top: 2rem;
  background: url(/images/top/price_deco.svg) no-repeat center;
}
#Top main .info_sec .price_ttl {
  width: 53px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .info_sec .price_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -40px;
  top: -41px;
  background: url(/images/top/price_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap {
  width: 100%;
  color: white;
  z-index: 100;
}
#Top main .info_sec .cont_wrap .price_box {
  line-height: 1.7;
  width: 100%;
  max-width: 616px;
  margin: auto;
  padding-top: 1rem;
}
@media (max-width: 1100px) {
  #Top main .info_sec .cont_wrap .price_box {
    max-width: 480px;
  }
}
#Top main .info_sec .cont_wrap .box01 {
  position: relative;
  padding-top: 4rem;
}
#Top main .info_sec .cont_wrap .box01 > img {
  max-width: calc(100% + 60px);
  margin-right: -30px;
  margin-left: -30px;
}
#Top main .info_sec .cont_wrap .box01::before {
  content: "";
  display: block;
  width: 26rem;
  height: 5rem;
  position: absolute;
  right: calc(50% - 31rem);
  top: -8rem;
  z-index: -1;
  background: #edcc9e;
  border-radius: 26px;
}
#Top main .info_sec .cont_wrap .box01::after {
  content: "";
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  right: calc(50% - 10rem);
  top: -6rem;
  background: url(/images/top/price_photo01.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .box02 {
  position: relative;
  padding-top: 17rem;
  z-index: 0;
}
#Top main .info_sec .cont_wrap .box02 .price_deco {
  position: relative;
}
#Top main .info_sec .cont_wrap .box02 .price_deco::before {
  content: "";
  display: block;
  width: 26rem;
  height: 5rem;
  position: absolute;
  left: calc(50% - 31rem);
  top: -14.5rem;
  z-index: -1;
  background: #edcc9e;
  border-radius: 26px;
}
#Top main .info_sec .cont_wrap .box02 .price_deco::after {
  content: "";
  display: block;
  width: 26rem;
  height: 5rem;
  position: absolute;
  right: calc(50% - 31rem);
  top: -8rem;
  z-index: -1;
  background: #edcc9e;
  border-radius: 26px;
}
#Top main .info_sec .cont_wrap .box02 > img {
  max-width: calc(100% + 60px);
  margin-right: -30px;
  margin-left: -30px;
}
#Top main .info_sec .cont_wrap .box02::before {
  content: "";
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  left: calc(50% - 9rem);
  top: 4rem;
  background: url(/images/top/price_photo02.png) no-repeat center/contain;
  z-index: 1;
}
#Top main .info_sec .cont_wrap .box02::after {
  content: "";
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  right: calc(50% - 10rem);
  top: 4rem;
  background: url(/images/top/price_photo03.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .tel_box {
  padding-top: 10rem;
  position: relative;
  padding-bottom: 5rem;
  margin-right: -20px;
  margin-left: -20px;
}
#Top main .info_sec .cont_wrap .tel_box::before {
  content: "";
  display: block;
  width: 159px;
  height: 55px;
  position: absolute;
  right: 0rem;
  top: 6.3rem;
  background: url(/images/top/telephone_text.svg) no-repeat center;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box {
  margin: auto;
  color: #260000;
  text-align: center;
  padding: 3rem 0;
  position: relative;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0%;
  top: 0rem;
  background: url(/images/top/tel_deco.svg) no-repeat center/contain;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0%;
  bottom: 0rem;
  background: url(/images/top/tel_deco.svg) no-repeat center/contain;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box > p:first-child {
  font-size: 19px;
  font-weight: bold;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box > p:nth-child(2) {
  font-size: 44px;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box > p:nth-child(3) {
  font-size: 17px;
}
#Top main .info_sec .cont_wrap .clinic-info_box {
  position: relative;
}
#Top main .info_sec .cont_wrap .clinic-info_box::after {
  content: "";
  display: block;
  width: 17rem;
  height: 7rem;
  position: absolute;
  left: 5rem;
  top: -3rem;
  background: url(/images/top/sp/clinic_info_sp.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .clinic-info_box .clinic-info_ttl {
  width: 116px;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
#Top main .info_sec .cont_wrap .clinic-info_box .clinic-info_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -40px;
  top: -39px;
  background: url(/images/top/info_text_deco.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box {
  text-align: center;
  color: black;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box p {
  color: black;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box p:first-child {
  font-size: 21px;
  font-weight: bold;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box p:nth-of-type(2) {
  font-size: 17px;
  margin-right: -3rem;
  margin-left: -3rem;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box .map {
  padding-top: 1rem;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box .map iframe {
  height: 210px;
  margin: auto;
  width: calc(100% + 60px);
  margin-right: -30px;
  margin-left: -30px;
  display: block;
}
#Top main .info_sec .cont_wrap .consultation_box {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
#Top main .info_sec .cont_wrap .consultation_box::after {
  content: "";
  display: block;
  width: 14rem;
  height: 6rem;
  position: absolute;
  left: 5rem;
  top: 4rem;
  background: url(/images/top/sp/consultation_hour_text.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .consultation_box .consultation_ttl {
  width: 205px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .info_sec .cont_wrap .consultation_box .consultation_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -39px;
  top: -41px;
  background: url(/images/top/info_text_deco.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box {
  text-align: center;
  color: black;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table {
  text-align: center;
  margin: auto;
  border-left: 1px solid #231815;
  width: 100%;
  max-width: 350px;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table tr {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table tr > th, #Top main .info_sec .cont_wrap .consultation_box .text_box > table tr > td {
  width: 12.5%;
  padding: 10px 5px;
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table tr > th {
  font-size: 20px;
  vertical-align: middle;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .brd-r {
  border-right: 1px solid #231815;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .base_brown {
  background: #ece5df;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .base_brown02 {
  background: #f5f1ee;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .clr-gray {
  background: #9c9c9c;
  color: white;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .clr-brown01 {
  background: #522502;
  color: white;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .clr-brown02 {
  background: #835f3d;
  color: white;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .clr-brown03 {
  background: #ae9074;
  color: white;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .vtl {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  display: flex;
  align-items: center;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table .height01 {
  height: 90px;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box .notice {
  padding-top: 15px;
  text-align: left;
  font-size: 12px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
#Top main .photograph_sec {
  position: relative;
  padding: 6rem 2rem 2.5rem;
  background: url(/images/top/sp/photograph_bg.jpg) no-repeat center/cover;
}
#Top main .photograph_sec .deco_bg03 {
  content: "";
  display: block;
  width: 26rem;
  height: 5rem;
  position: absolute;
  right: calc(50% - 26rem);
  top: -42px;
  z-index: 100;
  background: #edcc9e;
  border-radius: 26px;
}
#Top main .photograph_sec .photograph_ttl {
  width: 160px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .photograph_sec .photograph_ttl::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  left: -41px;
  top: -41px;
  background: url(/images/top/photo_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .photograph_sec .photo_box {
  padding-top: 2.5rem;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: 535px;
}
#Top main .about_sec {
  margin-top: 120px;
}
#Top main .about_sec .unit {
  margin-top: 145px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  max-width: 920px;
  margin-inline: auto;
}
#Top main .about_sec .unit figure {
  order: 2;
}
#Top main .about_sec .unit .text_wrap {
  order: 1;
}
#Top main .about_sec .unit .text_wrap h4 {
  font-size: 22px;
  line-height: 2;
  color: #FF8031;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
#Top main .about_sec .unit .text_wrap p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ececec;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #4eb735;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #ffb9ff;
  color: white;
  border: 1px solid #ffb9ff;
}