@charset "utf-8";
#content p {
    margin-bottom: 1.55em;
    line-height: 1.45;
}
#content p:last-child {
    margin-bottom: 0;
}
body.page-template-page-onecolumn #content .wrap{
  max-width:1200px;
  margin:0 auto;
}
body.page-template-page-onecolumn #content .onecolumn_h2{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  margin-top: 0;
  margin-bottom:60px;
}
body.page-template-page-onecolumn #content .onecolumn_h2 h2{
  background-color:unset;
  color:#27B0CB;
  font-size:80px;
  line-height:1em;
  margin-bottom:0;
  padding:10px 10px 0 10px;
  border:none;
}
body.page-template-page-onecolumn #content .onecolumn_h2 p{
  background-color:unset;
  color:#404040;
  line-height:1em;
  font-size:28px;
  margin:12px auto 0;
  font-weight:500;
}
body.page-template-page-onecolumn #content h3{
  padding:0;
  border:unset;
  font-weight:600;
  background-color:unset;
  font-size: 30px;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #content p {
      margin-bottom: 1.75em;
      line-height: 1.75;
  }
  body.page-template-page-onecolumn #content h2,
  body.page-template-page-onecolumn #content h3{
    padding:0;
    border:unset;
    font-weight:600;
    background-color:unset;
  }
  body.page-template-page-onecolumn #content .onecolumn_h2 h2{
    width:100%;
    padding-left:0;
    text-align:center;
    font-size:13vw;
  }
  body.page-template-page-onecolumn #content .onecolumn_h2 p{
    font-size:6vw;
  }
}
/*下層主要ページのh1*/
div#page_tile{
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 70px 100px;
  align-content: center;
  background-image: linear-gradient(35deg, #f89b1b 0%, #fd7801 15%, #fd7801 40%, #f2ae0e 70%, #f7a301 100%);
  position: relative;
  width: 93%;
  margin: 30px 0 70px;
  border-radius:  0 35px 35px 0;
  overflow: hidden;
}
div#page_tile:before{
  content:'';
  width: 100%;
  background-image: url(images/h1_title_back.png);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 5;
}
div#page_tile>div {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  color: #fff;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  z-index: 20;
}
div#page_tile>div h1.under_title {
    width: auto;
    background: none;
    color: #fff;
    text-shadow: unset;
    padding: 0;
    display: inline-block;
    border: none;
    text-align: left;
    line-height: 1em;
    margin: 0;
    font-size: 65px;
    letter-spacing: 2px;
    padding: 12px 0 0 0;
    position: relative;
    font-weight: 700;
}
div#page_tile>div p.english {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.25em;
    margin: 0px 0 0px 5px;
  color: #fff;
}
div#page_tile>div p {
    letter-spacing: 3px;
    font-size: 21px;
}
div#page_tile div#breadcrumb {
    width: 100%;
    background: none;
    min-width: 660px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-flow: row;
}
div#page_tile div#breadcrumb a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px){
  div#page_tile{
    z-index: 0;
  }
  div#page_tile>div h1.under_title {
    font-size: 6.5vw;
    margin-bottom: 0;
    line-height: 1.45em;
    padding: 0;
  }

  div#page_tile>div p.english {
      font-size: 3.5vw;
      letter-spacing: 1.5px;
  }

  div#page_tile {
      padding: 7% 7%;
      margin: 3% 0 7% 0;
      width: 96%;
      border-radius: 0 35px 35px 0;
  }

  div#page_tile div#breadcrumb {
      margin: 0;
      padding: 0;
      min-width: 0;
  }
}
/**********************************************************/
/********初めての方へ*****************************************/
/**********************************************************/
#guide_page div#guide_image {
    display: flex;
    max-width: 1040px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
}
#guide_page div#guide_image:before {
    width: 60%;
    height: 380px;
    position: absolute;
    bottom: 0;
    right: -50px;
    display: block;
    background: #EBFCFF;
    opacity: 1;
    z-index: -1;
    content: '';
}
#guide_page div#guide_image figure.guide_image_img {
    width: 48%;
    padding-bottom: 50px;
}
#guide_page div#guide_image .guide_image_text {
    width: 50%;
    padding: 0 35px;
}
#guide_page div#guide_image .guide_image_text p {
    margin-top: 16px;
}
#guide_page div#reason {
    padding: 10px 0 60px;
    background: #f9feff;
}
#guide_page ul.reason_wrap li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#guide_page ul.reason_wrap li figure {
  width: 33%;
}
#guide_page ul.reason_wrap li div {
  width: 65%;
}
#guide_page ul.reason_wrap li div h3 {
  position: relative;
  font-size: 21px;
  z-index: 0;
}
#guide_page ul.reason_wrap li div h3 span {
  position: absolute;
  font-size: 5em;
  line-height: 1em;
  bottom: 0;
  opacity: 0.155;
  color: #27b0cb;
  z-index:-2;
  font-family: serif;
}

ul.flow_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
ul.flow_wrap li {
  width: 48%;
  max-width: 550px;
  margin-bottom: 40px;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #guide_page div#guide_image {
    flex-direction: column;
  }
  #guide_page div#guide_image {
    flex-direction: column;
  }
  #guide_page div#guide_image figure.guide_image_img,
  #guide_page div#guide_image .guide_image_text {
    width: 100%;
  }
  #guide_page div#guide_image figure.guide_image_img {
    text-align: center;
    padding: 0 10%;
  }
  #guide_page div#guide_image figure.guide_image_img img {
    margin: 0 auto;
  }
  #guide_page div#guide_image .guide_image_text {
    padding: 0 2%;
    background-color: #ebfcff;
  }
  #guide_page div#guide_image:before {
    width: 100%;
    right: 0;
    top: 30vw;
  }
  #guide_page ul.reason_wrap li {
    flex-direction: column;
  }
  #guide_page ul.reason_wrap li div,#guide_page ul.reason_wrap li figure {
      width: 100%;
  }

  #guide_page ul.reason_wrap li {
      width: 96%;
      margin: 0 auto;
  }

  #guide_page ul.reason_wrap li div h3 {
      display: block;
      font-size: 4.8vw;
      padding-left: 4em;
      padding-top: 1em;
      margin-bottom: 5%;
  }

  #guide_page ul.reason_wrap li div h3 br {
      display: none;
  }

  #guide_page ul.reason_wrap li div h3 span {
      left: 0;
      letter-spacing: -3vw;
      bottom: -4.9vw;
      font-size: 22.8vw;
      line-height: 22.8vw;
      opacity: 0.75;
      height: 22.8vw;
  }
}
/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#top_contact_area{
  display:flex;
  padding:70px 0;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  background-image:url(images/contact_bg.jpg);
}
#content #top_contact_area h2{
  color:#fff;
  background:none;
  font-size:30px;
  letter-spacing:3px;
}
#content #top_contact_area h3{
  color:#fff;
  background:none;
  font-size:18px;
  text-align:center;
  margin-bottom:24px;
  line-height:1.55em;
  letter-spacing:1px;
}
#content #top_contact_area ul{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
  align-items:center;
  width:100%;
  max-width:834px;
}
#content #top_contact_area ul li{
  width:48%;
}
/*制作中*/
#content .production_wrap {
    margin: auto;
    text-align: center;
    display: block;
    max-width: 1200px;
}
#content .production_wrap .production_wrap_text{
  text-align: left; 
}
/*****768以下*****/
@media screen and (max-width:768px){
  #content #top_contact_area h2{
    font-size:5.5vw;
  }
  #content #top_contact_area ul{
    flex-direction:column;
  }
  #content #top_contact_area ul li{
    width:100%;
  }
  #content #top_contact_area ul li:nth-child(3){
    margin-top:5%;
  }
  #top_contact_area.main_sita{
    margin-bottom:-20vw;
  }
}

/******************************************************************************/
/********下層　お問い合わせ************************************************************/
/******************************************************************************/
.access_contact{
  padding: 80px 0;
}
.top_title{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  margin-bottom:60px;
}
#content .top_title h2{
  font-size: 35px;
  background:none;
  border:none;
  color: #2B2B2B;
  padding:0;
  margin: 0 0 10px;
  text-align:center;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 2.5px;
}
#content .top_title p{
  color: #FF8E15;
  font-size: 28px;
  display:inline-block;
  margin-bottom: 5px;
  font-weight: 900;
  letter-spacing: 2px;
}
#content .top_title::after{
    content:'';
    width:100px;
    height:3px;
    display:block;
    background:#ff8e15;
}
body.page-template-page-onecolumn #content .top_contact_area h3{
  font-size:20px;
  font-weight:500;
  text-align:center;
  margin-bottom: 40px;
  line-height: 1.7;
}
.top_contact_area.top_content ul.wrap li{
  width: 31%;
}

.top_contact_area.top_content{
  background-image:url(images/contact-back.webp);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:100px 30px 110px;
}
.top_contact_area.top_content ul.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.top_contact_area .top_title{
  margin-bottom: 30px;
}
.top_contact_area h3{
  font-size:20px;
  font-weight:500;
  text-align:center;
  margin-bottom: 40px;
  line-height: 1.7;
}

@media screen and (max-width:768px){
  .top_contact_area.top_content{
    padding: 17vw 0;
  }
  .top_contact_area.top_content .wrap{
      flex-direction:column;
      flex-wrap:nowrap;
      align-content:center;
      justify-content:center;
      align-items:center;
  }
  body.page-template-page-onecolumn #content .top_contact_area h2{
    font-size:7vw;
  }
  body.page-template-page-onecolumn #content .top_contact_area h3{
    font-size:4.3vw;
    line-height: 1.7;
  }
  .top_contact_area.top_content ul.wrap{
    flex-direction:column;
  }
  .top_contact_area.top_content ul.wrap li{
    margin-bottom: 4%;
    width: 86%;
  }
  .top_contact_area.top_content ul.wrap li:nth-child(3){
    margin-bottom:0;
  }
  .top_contact_area.top_content .wrap a{
      position:static;
      bottom:auto;
      width:70%;
      margin-top:5%;
  }
  .top_contact_area.top_content .wrap figure{
    max-width:630px;
  }
}
/**********************************************************/
/********下層　店舗一覧*******************************************/
/**********************************************************/
#shoplist_area.top_content{
  background-image:url(images/hospital_bg.webp);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:100px 30px 110px;
}
#shoplist_area.top_content .wrap{
  display:flex;
  position:relative;
  flex-direction:row;
  justify-content:flex-end;
}
#shoplist_area.top_content .wrap a{
    position:absolute;
    bottom:-9px;
    width:200px;
}
@media screen and (max-width:768px){
  #shoplist_area.top_content{
    padding:21vw 2vw 20vw;
    background-image:url(images/hospital_bg_sp.webp);
  }
  #shoplist_area.top_content .wrap{
      flex-direction:column;
      flex-wrap:nowrap;
      align-content:center;
      justify-content:center;
      align-items:center;
  }
  #shoplist_area.top_content .wrap a{
      position:static;
      bottom:auto;
      width:70%;
      margin-top:5%;
  }
  #shoplist_area.top_content .wrap figure{
    max-width:630px;
  }
  #shoplist_area.top_content .wrap h3 {
    font-size:7.2vw;
    color:#fff;
    font-weight:500;
    letter-spacing:0.75vw;
    font-family:'M PLUS Rounded 1c', sans-serif;
    text-align:center;
  }
  #shoplist_area.top_content .wrap h3 span {
    display:block;
    color:#fff;
    text-align:center;
    font-family:'M PLUS Rounded 1c', sans-serif;
  }
  #shoplist_area.top_content .wrap h3 small {
    letter-spacing:-0.75vw;
    color:#fff;
  }
  #shoplist_area.top_content .wrap h3 b {
    color:#fff;
    font-weight:600;
    font-size:1.75em;
    margin-right:0.75vw;
    font-family:'M PLUS Rounded 1c', sans-serif;
  }
}
/******************************************************************************/
/********アクセス***************************************************************/
/******************************************************************************/
#top_page .top_content#top_content_05{
  padding-top: 0px;
}
#top_page #top_content_05 .top_title{
  margin-bottom:50px;
}
#top_content_05 .wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
}
#top_content_05 .top_content_05_text{
  width:50%;
}
#top_content_05 .top_gmap{
  width:45%;
}
#top_content_05 .top_content_05_text .logo{
  width:100%;
  text-align:center;
}
#top_content_05 .top_content_05_text .logo a{
  display:inline-block;
  margin:0 auto 0.5em;
}
#top_content_05 .top_content_05_text{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
}
#top_content_05 .top_content_05_text p{
  text-align:center;
  font-size:14px;
  color:#545454;
  letter-spacing:0.6px;
  line-height:1.5em;
  margin:14px 0;
  font-weight:500;
  margin-top:22px;
}
.top_content_05_text ul li{
  width:49%;
}
div#top_content_05 div.top_gmap{
  width:45%;
}
div#top_content_05 div.top_gmap iframe{
  width:100%;
}
#top_content_05 .top_content_05_text .time_table{
  width:100%;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_content_05{
    padding:10% 2% 8%;
  }
  #top_page #top_content_05 .top_title{
    margin-bottom:4.5%;
  }
  #top_content_05 .wrap{
    flex-direction:column;
  }
  #top_content_05 .wrap .top_content_05_text,
  #top_content_05 .wrap .top_gmap{
    width:100%;
  }
  #top_content_05 .top_content_05_text{
    padding:0 2%;
  }
  #top_content_05 .top_content_05_text .time_table{
    margin-bottom:3%;
  }
  #top_content_05 .wrap .top_gmap{
    margin:8% auto 5%;
    min-height:0;
    height:90vw;
    max-height:450px;
    width:96%;
    position:relative;
  }
  #top_content_05 .wrap .top_gmap iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
  }
  #top_content_05 .wrap .top_gmap_bnr{
    max-width:96%;
    margin:0 auto;
  }
  #top_content_05 .wrap .top_gmap_bnr img{
    image-rendering:auto;
  }
}
/******************************************************************************/
/********施術料金***************************************************************/
/******************************************************************************/
#treatment_price{
  max-width: 1200px;
  margin: auto;
}

/*見出し*/
#content h1 {
  border: 1px solid #dd6902;
  background: url(images/re-covery-h1back.png), linear-gradient(white, whitesmoke);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px;
  padding-left: 65px;
  border-radius: 15px 0 15px 0;
  color: #dc4320;
}

/*症例簡易LPページ*/
.lp_main_pc img {
    width: 65%;
  margin: auto;
}
.lp_main_pc {
    background-image: url(https://re-covery.info/wp-content/uploads/2021/10/rikabari_main_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.content-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column-narrow .content-in {
    width: 860px;
}
.top_list {
    width: 100%;
    overflow: hidden;
}
.no-sidebar .content .main {
    margin: 0;
    width: 100%;
}
.top_list .img_right {
    display: block;
    float: right;
    width: 30%;
}
.top_list li {
    padding: 6px 0 6px 44px;
    font-size: 18px;
    border-bottom: dotted 2px #C9C9BA;
    background-position-y: center;
    list-style: none;
}
.point-block{
  overflow: hidden;
}
.point-img{
  width: 40%;
  float: left;
}
.point-img.left {
  float: right;
}
.point-text{
  width: 60%;
  float: right;
}
.onepost{
  padding-bottom: 20px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.onepost h2 {
  position: relative;
  background: none;
  width: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0px 8px 20px;
  color: #333;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.35em;
  border-top: none;
  border-radius: 5px;
  clear: both;
}
.onepost h2:before {
  content: '';
  background: #ffa767;
  width: 50%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.onepost h2:after {
  content: '';
  background: #ff6744;
  width: 235px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.onepost h3 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 10px 10px 8px 16px;
  clear: both;
  color: #fff;
  background-color: #ff8e15;
  border-radius: 5px;
}
.onepost .point-title span {
  color: #fff;
}
.onepost img{
  margin-bottom: 20px;
  text-align: center;
}
.onepost p{
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0.1em;
}
.conts .img_right {
  margin: 0 0 16px 16px;
  float: right;
  width: 32%;
}
.in_trouble ul {
  width: 100%;
  margin: auto;
}
.in_trouble ul li {
  padding: 1em 0;
  padding-left: 45px;
  color: dimgrey;
  font-size: 18px;
  border-bottom: 1px dotted darkgray;
  background-image: url(https://re-covery.info/wp-content/themes/amaterasu/images/check2.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.image_center {
  width: 15%;
  margin: auto;
  padding: 30px 0px 0px;
}
.omakase_mein {
  width: 96%;
  margin: auto;
  display: block;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: dimgrey;
  border-top: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  margin: 1em auto;
}
.omakase_mein h4 {
  text-align: center;
}

#shoplist_area .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.sion{
  display: none;
}
.single .sion{
  display: block !important;
}

@media screen and ( max-width:768px ) {
  .conts .img_right {
    margin: 15px auto 0;
    float: none;
    width: 60%;
  }
  .in_trouble ul {
    padding: 0 2%;
  }

  #content .onepost p {
    padding: 0 3%;
  }

  .point-img {
    display: none;
  }

  .point-text {
    width: 100%;
    float: none;
  }

  .onepost h2 {
    padding: 0px 14px 10px;
  }

  .onepost h3 {
    width: 95%;
    border-radius: 0 5px 5px 0;
  }
  .single #wrapper{
    padding: 5% 2%;
  }
  .single #content h2{
    border: none;
    background-color:#ff8e15 ;
    border-radius: 5px;
    padding: 6px 10px;
    color: #fff;
  }
  .single #content h3{
      width: auto;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 10px 10px 10px 10px;
      clear: both;
      color: #101010;
      background: none;
      border: none;
      border-bottom: 3px solid #ff8e15;
  }
}
/* 歳末バナー */
.post .campaign_banner_sp{
  display: none;		
	}
@media screen and (max-width:768px){
  .post .campaign_banner_pc{
  display: none;		
	}
	  .post .campaign_banner_sp{
  display: block;		
	}
}