@charset "UTF-8";
/*mainimage
----------------------------------------------------*/
#mainimage_pc {
  width: 100%;
  max-width: 1160px;
  position: relative;
  margin: 0 auto;
}
.mainimage_mainconts, .mainimage_subconts {
  width: 100%;
  max-width: 1160px;
  height: 61vw;
  max-height: 664px;
  margin: 0 auto;
  position: relative;
}
.mainimage_mainconts-conts {
  position: absolute;
}
.mainimage_mainconts-conts img {
  width: auto;
  max-width: 1160px;
  height: auto;
}
.mainimage_mainconts-btn {
  z-index: 2;
  left: -4px;
  bottom: 26px;
}
.mainimage_mainconts-btn img {
  width: 29vw;
  max-width: 324px;
}
.mainimage_mainconts-img {
  z-index: 1;
  left: 70px;
  top: 0;
  text-align: center;
}
.mainimage_subconts {
  position: absolute;
  left: 0;
  top: 0;
}
.mainimage_subconts01, .mainimage_subconts02, .mainimage_subconts03 {
  position: absolute;
}
.mainimage_subconts01 img, .mainimage_subconts02 img, .mainimage_subconts03 img {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.mainimage_subconts01 {
  width: 231px;
  height: 169px;
  left: -152px;
  top: 118px;
  animation: subconts01 6s ease-in-out 0s infinite normal;
}
.mainimage_subconts01 img {
  width: 231px;
  height: 169px;
}
@keyframes subconts01 {
  25% {
    margin-top: -6px;
  }
  75% {
    margin-top: 6px;
  }
}
.mainimage_subconts02 {
  width: 249px;
  height: 183px;
  left: -186px;
  bottom: 20px;
  animation: subconts02 8s ease-in-out 0.25s infinite alternate;
}
.mainimage_subconts02 img {
  width: 249px;
  height: 183px;
}
@keyframes subconts02 {
  25% {
    margin-bottom: -6px;
  }
  75% {
    margin-bottom: 6px;
  }
}
.mainimage_subconts03 {
  width: 238px;
  height: 177px;
  right: -145px;
  bottom: 15px;
  animation: subconts03 7.5s ease-in-out 0.3s infinite normal;
}
.mainimage_subconts03 img {
  width: 238px;
  height: 177px;
}
@keyframes subconts03 {
  25% {
    margin-bottom: -6px;
  }
  75% {
    margin-bottom: 6px;
  }
}
#mainimage_sp {
  display: none;
}

/*top_contsselecter
----------------------------------------------------*/
#top_contsselecter{
  margin: 48px auto 32px;
}

.top_contsselecter-wrap{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_contsselecter-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_contsselecter-listconts{
  width: calc(100% / 3 - 12px);
  margin-right: 16px;
  margin-bottom: 16px;
}

.top_contsselecter-listconts:nth-of-type(3n){
  margin-right: 0px;
}

.top_contsselecter-listconts a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fcebed;
  padding: 24px;
  background: #fff;
  position: relative;

  color: inherit;
  text-align: center;
  text-decoration: none;
}

.top_contsselecter-listconts a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #e2949e;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
}

.top_contsselecter-list-text01{
  font-size: 20px;
  color: #583c1b;
  line-height: 1.5;
}

.top_contsselecter-list-text02{
  font-size: 15px;
  color: #e2949e;
  line-height: 1.5;
}

/*店舗選択
----------------------------------------------------*/
/* .top_clinicinfo-pc{
  display: block;
}
#top_clinicinfo{
  text-align: center;
  background: #fff5db;
  box-sizing: border-box;
  padding: 40px 0;
}
.top_clinicinfo-wrap{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_clinicinfo-img01,
.top_clinicinfo-img02,
.top_clinicinfo-img01 p,
.top_clinicinfo-img02 p{
  line-height: 0;
}

.top_clinicinfo-img01 img,
.top_clinicinfo-img02 img{
  width: auto;
  max-width: 100%;
  height: auto;
} */

.clinicinfo{
  display: flex;
  flex-direction: row;
}

.top_clinicinfo-img01{
  width: 45%;
}

.top_clinicinfo-img02{
  width: 55%;
}

.top_clinicinfo-img01 img,
.top_clinicinfo-img02 img{
  width: auto;
  max-width: 100%;
  height: auto;
}

/*メディア掲載
----------------------------------------------------*/
.media {
  border: 12px solid #fce6e9;
  padding: 0 20px 20px;
  margin-top: 80px;
}
/*おまかせください
----------------------------------------------------*/
.omakase_conts {
  background: #fff;
  padding: 40px;
}
.omakase_conts p {
  font-size: 21px;
  font-family: "hannari", serif;
  margin-bottom: 1em;
}
/*当院の特徴
----------------------------------------------------*/
.featureconts_wrap{
  display: flex;
  flex-direction: row;
}
.feature {
  counter-reset: num;
}
.top_featureconts {
  width: calc(100% / 3 - 8px);
  margin-right: 12px;
  box-sizing: border-box;

  /* margin-top: 32px; */
  display: flex;
  /* flex-direction: row-reverse;
  justify-content: start;
  align-items: center; */
  flex-direction: column;
  /* padding: 30px 24px; */
  padding: 16px;
}
.top_featureconts:first-of-type {
  margin-top: 0;
}
.top_featureconts:last-of-type {
  margin-right: 0;
}
.feature_ttl_wrap {
  /* margin-left: 40px; */

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature_ttl {
  /* font-size: 24px; */
  font-weight: bold;
  /* margin-bottom: 16px; */
  font-size: 20px;
  line-height: 1.5;
  text-align: center;

}
.feature_ttl span {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.feature_ttl_num {
  font-family: "hannari", serif;
  border-radius: 4px;
  /* font-size: 24px; */
  font-weight: bold;
  color: #fff;
  padding: 0 16px;
  display: inline-block;
  /* margin-bottom: 10px; */

  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  max-width: 64px;
  margin: 0 auto 8px;
}
.feature01 .feature_ttl_num {
  background: #dd8f98;
}
.feature02 .feature_ttl_num {
  background: #efc963;
}
.feature03 .feature_ttl_num {
  background: #97cdf6;
}
.feature_img{
  margin-top: 12px;
  text-align: center;
}
.feature_img img {
  width: auto;
  /* max-width: 100%; */
  max-width: 160px;
  height: auto;
}
.top_featureconts.feature01 {
  /* border: 10px solid #f9dadf; */
  border: 4px solid #f9dadf;
  background: url("../images/common/bg01.png");
}
.top_featureconts.feature02 {
  /* border: 10px solid #f4dea3; */
  border: 4px solid #f4dea3;
  background: url("../images/common/bg02.png");
}
.top_featureconts.feature03 {
  /* border: 10px solid #c9e2f6; */
  border: 4px solid #c9e2f6;
  background: url("../images/common/bg03.png");
}
/*選ばれる理由
----------------------------------------------------*/
.reason_wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.reason_conts {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  z-index: 3;
  /* margin-top: 24px; */
  margin-bottom: 32px;

  width: calc(100% / 3 - 12px);
  margin-right: 16px;
  flex-direction: column;
}

.reason_conts:nth-of-type(3n){
  margin-right: 0;
}

/* .reason_conts.rev {
  flex-direction: row-reverse;
} */
.reason_img {
  width: 85%;
  max-width: 300px;
  position: relative;
  z-index: -1;
  margin: 0 auto;
}
.reason_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.reason_textconts {
  /* right: 0; */
  /* top: 0; */
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  /* margin-left: -50px; */
  box-shadow: #e2949e 4px 4px;
  margin-top: -32px;
}
/* .rev .reason_textconts {
  margin-left: 0;
  margin-right: -50px;
} */
.reason_textconts .reason_textconts_wrap {
  background: #fff;
  z-index: 2;
  /* min-height: 192px;
  min-width: 411px; */
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  box-sizing: border-box;
  padding: 12px;
}
.rev .reason_textconts .reason_textconts_wrap {
  background: #fcebed;
}
.reason_ttl_wrap {
  text-align: center;
}
.reason_ttl_num {
  background: #e2949e;
  border-radius: 100px;
  color: #fff;
  font-family: "hannari", serif;
  /* font-size: 36px; */
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  /* width: 49px;
  height: 49px; */
  width: 28px;
  height: 29px;
  text-align: center;
  /* line-height: 41px; */
  line-height: 1.25;
  margin-bottom: 8px;
}
.rev .reason_ttl_num {
  background: #fff;
  color: #e2949e;
}
.reason_ttl {
  /* font-size: 24px; */
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.reason_memo{
  font-weight: bold;
}
/*コンセプト
----------------------------------------------------*/
.concept_conts {
  margin-top: 32px;
  background: #fff;
/*  display: flex;
  justify-content: start;
  align-items: center;*/
  padding: 30px;
}
.concept_ttl {
	border-bottom: 1px solid;
}

.concept_conts.concept01 {
  border: 10px solid #cde5ae;
}
.concept_conts.concept01 .concept_ttl{
  color: #87a362;
}
.concept_conts.concept02 {
  border: 10px solid #f8d8aa;
}
.concept_conts.concept02 .concept_ttl{
  color: #df8b12;
}
.concept_conts.concept03 {
    border: 10px solid #c9e2f6;
}
.concept_conts.concept03 .concept_ttl{
    color: #4699dc;
}
.concept_conts.concept04 {
    border: 10px solid #f9dadf;
}
.concept_conts.concept04 .concept_ttl{
    color: #e2949e;
}
.concept_conts.concept05 {
    border: 10px solid #f4dea3;
}
.concept_conts.concept05 .concept_ttl{
    color: #e6b93f;
}
/*.concept_ttl_num {
  font-family: "hannari", serif;
  border-radius: 4px;
  background: #dd8f98;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  margin-bottom: 10px;
}*/
.concept_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.concept_ttl span {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.concept_conts p:not(:last-child) {
	margin-bottom: 1em;
}
/*妊娠へのヒント
----------------------------------------------------*/
.method_conts {
    background: #fff;
    padding-bottom: 30px;
}
.method_conts:not(:last-child) {
    margin-bottom: 40px;
}
.method_conts_textarea {
    background: #fff;
    padding: 40px;
}
.method_conts_textarea p:not(:last-child) {
    margin-bottom: 1em;
}
.method_conts_textarea .ttl {
    background: #fce6e9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #dd8f98;
    position: relative;
    padding: 4px 30px;
}
.method_conts_textarea p .strong01{
    font-size: 18px;
}
.method_conts_textarea .onayami {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fcebed;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.method_conts_textarea .list {
  font-weight: bold;
}
.method_conts_textarea .list ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 3px;
  padding-left: 36px;
  font-size: 17px;
  margin-bottom: 12px;
}
.method_conts_textarea .list ul li:last-of-type {
  margin-bottom: 0;
}
/*不妊治療に対する想い
----------------------------------------------------*/
.omoi_conts p {
    font-size: 21px;
    font-family: "hannari", serif;
    margin-bottom: 1em;
}
.omoi_conts {
    background: #fff;
    padding: 40px;
}

.omoi_morebtn{
  background: #f2b7b5;
  border: 1px solid #f2b7b5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  position: relative;
}
.omoi_morebtn:before,
.omoi_morebtn:after{
  content: "";
  display: block;
  
  background: #fff;
  position: absolute;
  transition: all 0.15s linear 0s;
}
.omoi_morebtn:before{
  width: 20px;
  height: 3px;
  right: 12px;
  top: calc(50% - 2px);
}
.omoi_morebtn:after{
  width: 3px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.omoi_morebtn.on:before,
.omoi_morebtn.on:after{
  transform: rotate(-45deg);
}

.omoi_more-text{
  display: none;
}
/*対応症状メニュー
----------------------------------------------------*/
.menu .menu_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .menu_list ul li {
  margin-bottom: 16px;
  width: calc(100% / 3);
  max-width: 229px;
  line-height: 0;
}
.menu .menu_list ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.menu .menu_list ul img {
  vertical-align: bottom;
}
.menu .menu_list ul::after {
  content: "";
  display: block;
  width: calc(100% / 3);
  max-width: 229px;
}
/*よくある質問
----------------------------------------------------*/
.faq_conts {
  /* margin-top: 32px; */
  margin-top: 16px;
}
.faq_conts:first-of-type {
  margin-top: 0;
}
.faq_conts dl {
  display: flex;
  flex-direction: column;
}
.faq_conts dl dt {
  background: url("../images/top/faq_q.png") no-repeat left top;
  padding-left: 56px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  margin-bottom: 12px;
  padding-bottom: 4px;
  min-height: 44px;
  position: relative;
}

.faq_conts dl dt:before,
.faq_conts dl dt:after{
  content: "";
  display: block;
  
  background: #d57580;
  position: absolute;
  transition: all 0.15s linear 0s;
}
.faq_conts dl dt:before{
  width: 20px;
  height: 3px;
  right: 12px;
  top: calc(50% - 2px);
}
.faq_conts dl dt:after{
  width: 3px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.faq_conts dl dt.on:before,
.faq_conts dl dt.on:after{
  transform: rotate(-45deg);
}

.faq_conts dl dd {
  background: url("../images/top/faq_a.png") no-repeat left top;
  padding-left: 56px;
  /* min-height: 44px; */

  display: none;
}
.faq_conts dl dd p {
  margin-bottom: 1em;
}
.faq_conts dl dd .faq_img-list03 ul {
  display: flex;
  justify-content: space-between;
}
.faq_conts dl dd .faq_img-list03 ul li {
  width: calc(100% / 3);
  margin-right: 12px;
}
.faq_conts dl dd .faq_img-list03 ul li:last-of-type {
  margin-right: 0;
}
.faq_conts dl dd .faq_img-list03 ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.faq_sec-ttl{
  font-weight: bold;
}
/*メニューリスト
----------------------------------------------------*/
.top_menulist {
  display: flex;
  justify-content: space-between;
}
.top_menulist li {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.top_menulist li:last-of-type {
  margin-right: 0;
}
.top_menulist li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*お知らせ
----------------------------------------------------*/
.top_news-singleconts dl {
  margin-bottom: 16px;
}
.top_news-singleconts dl:last-of-type {
  margin-bottom: 0;
}
.top_news-singleconts dl dt {
  font-weight: bold;
  line-height: 1.5;
}
.top_news-singleconts dl dd {
  padding-bottom: 2px;
  border-bottom: 2px dotted #d57580;
}
.top_news-singleconts dl dd a {
  text-decoration: none;
  color: inherit;
}
.top_news-link {
  margin-top: 12px;
}
.top_news-link a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 13px;
  position: relative;
  padding-right: 16px;
}
.top_news-link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #d57580;
  position: absolute;
  right: 0;
  top: 8px;
}
/*インスタグラム
----------------------------------------------------*/
#sb_instagram #sbi_load{
  margin-top: 16px;
}
/*アコーディオン
----------------------------------------------------*/
.open {
	color: #424242;
    width: 50%;
    margin: 30px auto 0;
    border: 2px solid #424242;
    background-color: #FFF;
    text-align: center;
    font-size: 1.1em;
    display: block;
    padding: 7px;
    cursor: pointer;
}
.openrow {
    display: none;
}