@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝test＝＝＝＝＝＝*/
/** {
	outline: 1px solid magenta;
}*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

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

/*-----------------------------*/
body {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
span,
tr {
  font-size: 14px;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}
a.link:hover {
  opacity: 0.7;
}

.tel-link {
  pointer-events: none;
}

*:focus {
  outline: none;
}

/*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;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
main {
  display: block;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: white;
  width: 100%;
  height: 60px;
}
header .header_inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1100px) {
  header .header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header_inner .shadow {
  box-shadow: 0px 0px 5px #878f97;
}
header .header_inner #nav_wrap {
  width: 100%;
}
header .header_inner #blog #nav_wrap {
  padding-bottom: 20px;
}
header .header_inner #js-hamburger {
  display: none;
}
header .header_inner nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6rem;
}
@media (max-width: 1100px) {
  header .header_inner nav ul {
    padding-left: 2rem;
  }
}
header .header_inner nav ul li img {
  height: min(4.5vw, 51px);
}
header .header_inner nav ul li a {
  color: #595757;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
header .header_inner nav ul li a:hover {
  opacity: 0.7;
}

#blog .header_inner {
  display: block;
}

#blog header {
  height: auto !important;
}

#blog #nav_wrap {
  padding-bottom: 30px;
}

main {
  overflow: hidden;
}

.container {
  /* max-width: 1200px;*/
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  /*box-sizing: border-box;*/
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.triangle_r {
  padding-right: 10px;
}

.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: 0;
  width: 80px;
  height: 30px;
}

.link_btn:visited {
  color: black;
}

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

.link_more:visited {
  color: white;
}

.anc {
  display: block;
  margin-top: -102px;
  padding-top: 102px;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*背景色*/
/*anchor 
.anchor {
  margin-top: -8rem;
  padding-top: 8rem;
}*/
/*font color*/
.font_red {
  color: #cd0e3b;
}

/*共通*/
.title {
  position: relative;
  font-size: 40px;
  padding: 35px 0;
  color: #000000;
  text-align: center;
  position: relative;
  display: inline-block;
}
.title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
}

.title .title_jp {
  font-size: 14px;
  padding-left: 20px;
}

/*＝＝＝＝＝＝Top logo , second page＝＝＝＝＝＝*/
.logo {
  width: 300px;
  display: block;
  text-align: center;
}
.logo > a > img {
  width: 230px;
}

main .lead_sec {
  padding-top: 70px;
  padding-bottom: 100px;
}
main .lead_sec .second_tit {
  font-size: 30px;
  position: relative;
  padding-bottom: 36px;
  text-align: center;
}
main .lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  background-color: #40246b;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
main .lead_sec p {
  padding-top: 43px;
  text-align: center;
  line-height: 1.7;
}

.sub-header {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
  background-color: #d3edcc;
}
.sub-header::after {
  content: "";
  width: 100%;
  height: 270px;
  /*background-color: rgba(0, 0, 0, 0.17);*/
  position: absolute;
  left: 0;
  top: 0;
}
.sub-header .container {
  width: 100%;
}
.sub-header h1 {
  font-size: 50px;
  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;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  text-align: center;
  padding-top: 7px;
}

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

/*404*/
.page404_title {
  font-size: 20px;
  padding-bottom: 15px;
}

a.link_top {
  color: #40246b;
  font-weight: bold;
}
a.link_top:active, a.link_top:visited, a.link_top:hover {
  color: #40246b;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*ふわっと表示*/
.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);
}

.sec_works {
  padding-bottom: 82px;
  background-color: #f6f0ff;
  /*.sliderArea.w300 {
    max-width: 300px;
  }*/
  /*====================================================================
  .full-screen
  ====================================================================*/
}
.sec_works h2 {
  padding-top: 82px;
}
.sec_works .lead_txt {
  padding-bottom: 75px;
  text-align: center;
}
.sec_works .sliderArea {
  /*max-width: 100%;*/
  max-width: 1780px;
  overflow: hidden;
  margin: 0 auto 58px;
  padding: 0 25px 50px;
}
.sec_works .slick-slide {
  margin: 0 15px 0;
  position: relative;
}
.sec_works .slick-slide a {
  transition: 0.3s;
}
.sec_works .slick-slide a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.sec_works .slick-slide a img:hover {
  opacity: 0.7;
}
.sec_works .slick-slide a .text {
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 243px;
  padding: 17px;
  border: 1px solid #0e103d;
  background: white;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
.sec_works .slick-slide a .text:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  opacity: 0.7;
}
.sec_works .slick-prev:hover, .sec_works .slick-prev:focus, .sec_works .slick-next:hover, .sec_works .slick-next:focus {
  color: white;
  outline: none;
  background: #0e103d;
}
.sec_works .slick-prev, .sec_works .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #0e103d;
}
.sec_works .slick-prev:before, .sec_works .slick-next:before {
  opacity: 1;
}
.sec_works .slick-prev:hover::before, .sec_works .slick-next:hover::before {
  opacity: 0.75;
  transition: 0.3s;
}
.sec_works .slick-prev:before {
  content: "";
  display: block;
  background: url(../images/common/slider_prev.svg) no-repeat center;
  width: 19px;
  height: 32px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.sec_works .slick-next:before {
  content: "";
  display: block;
  background: url(../images/common/slider_next.svg) no-repeat center;
  width: 18px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_works .thumb {
  margin: 20px 0 0;
}
.sec_works .thumb .slick-slide {
  cursor: pointer;
}
.sec_works .thumb .slick-slide:hover {
  opacity: 0.7;
}
.sec_works .full-screen .slick-list {
  overflow: visible;
}
.sec_works .full-screen.slider {
  max-width: 630px;
  margin: 0 auto;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
.copy {
  height: 38px;
  background-color: #340002;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy p {
  color: #fff;
  font-size: 12px;
}

/* 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;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#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: 550px;
  position: relative;
  background: url(/images/top/mv_image.jpg) no-repeat center/cover;
}
@media (max-width: 1100px) {
  #Top main .mv_sec {
    background: url(/images/top/mv_image.jpg) no-repeat center right -11rem/cover;
  }
}
#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/bg_black.jpg) no-repeat center center/cover;
  padding: 12.5rem 3rem 9rem;
  position: relative;
}
#Top main .photofacial_sec::before {
  content: "";
  display: block;
  width: 23rem;
  height: 11rem;
  position: absolute;
  right: 31%;
  top: 5rem;
  background: url(/images/top/photofacial_deco.svg) no-repeat center;
}
#Top main .photofacial_sec .photofacial_con {
  padding-right: 2rem;
  width: 62%;
  box-sizing: border-box;
  color: white;
}
#Top main .photofacial_sec .photofacial_con > h2 {
  position: relative;
  z-index: 0;
  max-width: 424px;
}
#Top main .photofacial_sec .photofacial_con > h2::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -62px;
  top: -52px;
  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: 3rem;
  padding-bottom: 2rem;
  max-width: 362px;
}
#Top main .photofacial_sec .photofacial_con > p {
  color: white;
  line-height: 1.5;
}
#Top main .photofacial_sec .sec_img {
  width: 292px;
  color: white;
  position: absolute;
  left: 59%;
  padding-top: 2.5rem;
}
#Top main .photofacial_sec .sec_img > img {
  padding-bottom: 10px;
}
#Top main .photofacial_sec .sec_img > small {
  font-size: 11px;
}
#Top main .stellar_sec {
  background: url(/images/top/bg_white.jpg) no-repeat center center/cover;
  padding: 12rem 0 8rem;
  position: relative;
  z-index: 0;
  /*overflow: hidden;*/
}
#Top main .stellar_sec::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #260000;
  border-radius: 100px 0 0 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: -1;
}
#Top main .stellar_sec .ttl_wrap {
  width: 50%;
  padding-right: 7%;
  box-sizing: border-box;
}
#Top main .stellar_sec .ttl_wrap > .stellar_ttl {
  padding-top: 2.8rem;
  width: 17.25rem;
  position: relative;
}
#Top main .stellar_sec .ttl_wrap > .stellar_ttl::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -62px;
  top: -8px;
  background: url(/images/top/stellar_tit_bg.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .stellar_sec .ttl_wrap .image_wrapper {
  padding-top: 3rem;
  position: relative;
}
#Top main .stellar_sec .ttl_wrap .image_wrapper::after {
  content: "";
  background: url(/images/top/stellar_deco.svg) no-repeat center left/contain;
  width: 20rem;
  height: 10rem;
  position: absolute;
  left: -13rem;
  top: 7rem;
}
#Top main .stellar_sec .content_wrap {
  width: 50%;
}
#Top main .stellar_sec .content_wrap .unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Top main .stellar_sec .content_wrap .unit > ul {
  width: 48%;
}
#Top main .stellar_sec .content_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 .content_wrap .text_box {
  position: relative;
  padding-top: 5rem;
  padding-left: 3rem;
}
#Top main .stellar_sec .content_wrap .text_box > p {
  color: white;
  line-height: 1.7;
}
#Top main .treatment_sec {
  background: url(/images/top/treatment_bg.jpg) no-repeat center left/cover;
  padding: 14rem 0 8rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 1020px) {
  #Top main .treatment_sec {
    background: url(/images/top/treatment_bg.jpg) no-repeat center left -19rem/cover;
  }
}
#Top main .treatment_sec::before {
  content: "";
  display: block;
  width: 43rem;
  height: 10rem;
  position: absolute;
  left: 36%;
  top: 10rem;
  background: url(/images/top/treatment_deco.svg) no-repeat center;
}
@media (max-width: 1000px) {
  #Top main .treatment_sec::before {
    width: 34rem;
  }
}
#Top main .treatment_sec .treatment_ttl {
  width: 131px;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
#Top main .treatment_sec .treatment_ttl::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -55px;
  top: -52px;
  background: url(/images/top/treatment_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .treatment_sec .ttl_wrap {
  width: 60%;
  color: white;
  padding-right: 5%;
  box-sizing: border-box;
}
#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;
}
#Top main .treatment_sec .ttl_wrap .text_box02 h3 {
  text-align: center;
  background: black;
  display: flex;
  justify-content: center;
  margin-top: -10px;
  width: 137px;
  margin: -29px auto 10px;
  color: #f7eaa5;
}
#Top main .treatment_sec .content_wrap {
  width: 40%;
}
#Top main .info_sec {
  background: url(/images/top/price_bg.jpg) no-repeat center/cover;
  padding: 14rem 0 8rem;
  position: relative;
  z-index: 0;
}
#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;
}
@media (max-width: 1020px) {
  #Top main .info_sec .price_deco_bg02 {
    left: -19rem;
  }
}
#Top main .info_sec::before {
  content: "";
  display: block;
  width: 14rem;
  height: 7rem;
  position: absolute;
  right: 19rem;
  top: 11rem;
  background: url(/images/top/price_deco.svg) no-repeat center;
}
#Top main .info_sec .price_ttl {
  width: 62px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .info_sec .price_ttl::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -54px;
  top: -52px;
  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;
}
#Top main .info_sec .cont_wrap .box01::after {
  content: "";
  display: block;
  width: 232px;
  height: 252px;
  position: absolute;
  right: -288px;
  top: 3.5rem;
  background: url(/images/top/price_photo01.png) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 1100px) {
  #Top main .info_sec .cont_wrap .box01::after {
    width: 12rem;
    height: 11rem;
    position: absolute;
    right: -12rem;
    top: 3.5rem;
  }
}
#Top main .info_sec .cont_wrap .box02 {
  position: relative;
  padding-top: 13rem;
}
#Top main .info_sec .cont_wrap .box02::before {
  content: "";
  display: block;
  width: 232px;
  height: 252px;
  position: absolute;
  left: -288px;
  top: 15.5rem;
  background: url(/images/top/price_photo02.png) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 1100px) {
  #Top main .info_sec .cont_wrap .box02::before {
    width: 12rem;
    height: 11rem;
    position: absolute;
    left: -12rem;
    top: 15.5rem;
  }
}
#Top main .info_sec .cont_wrap .box02::after {
  content: "";
  display: block;
  width: 232px;
  height: 252px;
  position: absolute;
  right: -288px;
  top: 15.5rem;
  background: url(/images/top/price_photo03.png) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 1100px) {
  #Top main .info_sec .cont_wrap .box02::after {
    width: 12rem;
    height: 11rem;
    position: absolute;
    right: -12rem;
    top: 15.5rem;
  }
}
#Top main .info_sec .cont_wrap .tel_box {
  padding-top: 20rem;
  position: relative;
  padding-bottom: 18rem;
}
#Top main .info_sec .cont_wrap .tel_box::before {
  content: "";
  display: block;
  width: 319px;
  height: 120px;
  position: absolute;
  right: 2rem;
  top: 8rem;
  background: url(/images/top/telephone_text.svg) no-repeat center;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box {
  max-width: 600px;
  margin: auto;
  color: #260000;
  text-align: center;
  padding: 5rem 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: 27px;
  font-weight: bold;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box > p:nth-child(2) {
  font-size: 60px;
}
#Top main .info_sec .cont_wrap .tel_box > .text_box > p:nth-child(3) {
  font-size: 1.2rem;
}
#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: 33.5rem;
  height: 10rem;
  position: absolute;
  right: -5rem;
  top: -4rem;
  background: url(/images/top/info_deco.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .clinic-info_box .clinic-info_ttl {
  width: 125px;
  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: 132px;
  height: 132px;
  position: absolute;
  left: -55px;
  top: -52px;
  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: 1.6rem;
  font-weight: bold;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box p:nth-of-type(2) {
  font-size: 1.4rem;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box .map {
  padding-top: 3rem;
}
#Top main .info_sec .cont_wrap .clinic-info_box .text_box .map iframe {
  max-width: 100%;
  height: 357px;
  margin: auto;
}
#Top main .info_sec .cont_wrap .consultation_box {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 10rem;
}
#Top main .info_sec .cont_wrap .consultation_box::after {
  content: "";
  display: block;
  width: 33rem;
  height: 12rem;
  position: absolute;
  right: -5rem;
  top: 10rem;
  background: url(/images/top/consultation_deco.svg) no-repeat center/contain;
  z-index: -1;
}
#Top main .info_sec .cont_wrap .consultation_box .consultation_ttl {
  width: 222px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .info_sec .cont_wrap .consultation_box .consultation_ttl::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -53px;
  top: -52px;
  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%;
}
#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: 13px 5px;
  font-size: 13px;
  font-weight: 600;
}
#Top main .info_sec .cont_wrap .consultation_box .text_box > table tr > th {
  font-size: 16px;
}
#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 .notice {
  padding-top: 15px;
  text-align: left;
  font-size: 12px;
}
#Top main .photograph_sec {
  position: relative;
  background-color: #000000;
  padding: 13rem 0 11rem;
}
#Top main .photograph_sec .deco_bg03 {
  position: absolute;
  left: 50%;
  top: -10rem;
  width: 1079px;
  z-index: 999;
  height: auto;
}
@media (max-width: 1020px) {
  #Top main .photograph_sec .deco_bg03 {
    width: 800px;
    top: -7rem;
  }
}
#Top main .photograph_sec .photograph_ttl {
  width: 170px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
#Top main .photograph_sec .photograph_ttl::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  left: -62px;
  top: -52px;
  background: url(/images/top/photo_tit_bg.png) no-repeat center/contain;
  z-index: -1;
}
#Top main .photograph_sec .photo_box {
  padding-top: 3rem;
  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: 20px;
}

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

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

/*前頁カテゴリー*/
#news1 {
  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;
}

.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.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 main {
  /*シングルページ*/
}
#blog main .sub-header h1 {
  font-size: 35px;
}
#blog main .wrapper {
  position: relative;
  background-color: #eee;
  padding-bottom: 50px;
  /*フォント　デザイン*/
  /*margin: 0 0 130px;*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-bottom: 45px;
  font-size: 12px;
  color: #949494;
}
@media (max-width: 1080px) {
  #blog main .wrapper .breadcrumbs {
    box-sizing: border-box;
  }
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 25px;
}
#blog main .wrapper .fontBig02 {
  font-size: 20px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  padding-top: 20px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .padtop20 {
  padding-top: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 20px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .test {
  font-size: large;
}
#blog main .wrapper .container02 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 -20px auto;
  padding-left: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#blog main .wrapper ul.blog_con > li {
  width: 33.333%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding: 0 22px 65px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  transition: 0.3s;
  padding-bottom: 25px;
  position: relative;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .blog_thumb:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 20px 20px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  margin-top: 15px;
  position: relative;
  border: 2px solid #484848;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 13px;
  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: 25px;
  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 .wrapper .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 .wrapper .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .wrapper .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .wrapper .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 .wrapper .cate_wrap > ul > li > a:hover {
  background-color: #ffb9ff;
  color: white;
  border: 1px solid #ffb9ff;
}
#blog main.single-page .wrapper {
  min-height: 300px;
  padding-bottom: 100px;
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
}
#blog main.single-page .wrapper .cont .entryinfo {
  padding-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#blog main.single-page .wrapper .cont .entryinfo .categories {
  width: 100px;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .cate {
  padding-bottom: 0px;
  line-height: 1.5;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  position: relative;
  border: 2px solid #7f7f7f;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
}
#blog main.single-page .wrapper p {
  line-height: 1.7;
  padding-bottom: 15px;
}
#blog main.single-page .wrapper .nav-links {
  clear: both;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
#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;
}