@charset "UTF-8";
/*mainimage
----------------------------------------------------*/
#mainimage_pc {
  width: 100%;
  max-width: 1020px;
  position: relative;
  margin: 0 auto;
}

.mainimage_mainconts,
.mainimage_subconts {
  width: 100%;
  max-width: 1020px;
  height: 56vw;
  max-height: 554px;
  margin: 0 auto;
  position: relative;
}

.mainimage_mainconts-conts {
  position: absolute;
}

.mainimage_mainconts-conts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_mainconts-btn {
  z-index: 2;
  left: 0;
  bottom: 0;
}

.mainimage_mainconts-btn img {
  width: 37vw;
  max-width: 363px;
}

.mainimage_mainconts-img {
  z-index: 1;
  right: 0;
  top: 0;
}

.mainimage_subconts {
  position: absolute;
  left: 0;
  top: 0;
}

.mainimage_subconts01,
.mainimage_subconts02,
.mainimage_subconts03,
.mainimage_subconts04 {
  position: absolute;
}

.mainimage_subconts01 img,
.mainimage_subconts02 img,
.mainimage_subconts03 img,
.mainimage_subconts04 img {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.mainimage_subconts01 {
  width: 239px;
  height: 239px;
  left: -220px;
  top: 0;
  animation: subconts01 6s ease-in-out 0s infinite normal;
}

.mainimage_subconts01 img {
  width: 239px;
  height: 239px;
}

@keyframes subconts01 {
  25% {
    margin-top: -6px;
  }
  75% {
    margin-top: 6px;
  }
}

.mainimage_subconts02 {
  width: 290px;
  height: 290px;
  left: -290px;
  bottom: 0;
  animation: subconts02 8s ease-in-out 0.25s infinite alternate;
}

.mainimage_subconts02 img {
  width: 290px;
  height: 290px;
}

@keyframes subconts02 {
  25% {
    margin-bottom: -6px;
  }
  75% {
    margin-bottom: 6px;
  }
}

.mainimage_subconts03 {
  width: 324px;
  height: 324px;
  right: -320px;
  top: 16px;
  animation: subconts03 7.5s ease-in-out 0.3s infinite normal;
}

.mainimage_subconts03 img {
  width: 324px;
  height: 324px;
}

@keyframes subconts03 {
  25% {
    margin-top: -6px;
  }
  75% {
    margin-top: 6px;
  }
}

.mainimage_subconts04 {
  width: 179px;
  height: 179px;
  right: -190px;
  bottom: 8px;
  animation: subconts04 8.6s ease-in-out 0.5s infinite alternate;
}

.mainimage_subconts04 img {
  width: 179px;
  height: 179px;
}

@keyframes subconts04 {
  25% {
    margin-bottom: 7px;
  }
  75% {
    margin-bottom: -7px;
  }
}

#mainimage_sp {
  display: none;
}

/*clinic_list
----------------------------------------------------*/
.clinic_list-wrap{
  display: flex;
  justify-content: space-between;
}

.clinic_listconts{
  width: calc(50% - 8px);
  margin-right: 16px;
}

.clinic_listconts:last-of-type{
  margin-right: 0;
}

.clinic_listconts a{
  display: block;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.clinic_list-hirakata a{
  background: #e2949e;
}

.clinic_list-umeda a{
  background: #72b7d7;
}

.clinic_listconts-wrap{
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 12px;
}

.clinic_listconts-ttl{
  font-family: "hannari", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.085em;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 14px;
  line-height: 1.35;
}

.clinic_listconts-ttl span{
  font-size: 32px;
}

.clinic_listconts-info p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 4px;
}

.clinic_listconts-info p:last-of-type{
  margin-bottom: 0;
}

.clinic_list-img01{
  position: absolute;
  left: 16px;
  top: -16px;
}

.clinic_list-img02{
  position: absolute;
  right: 16px;
  top: -16px;
}

/*このようなお悩みはありませんか？
----------------------------------------------------*/
.onayami_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.onayami_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*不妊鍼灸たまご堂高槻院ってどんなとこ？
----------------------------------------------------*/
.top_about-ttl01 {
  position: relative;
}

.top_about-ttl01:before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  max-width: 78px;
  max-height: 75px;
  background: url("../images/top/about_ttl01.png") no-repeat left top;
  position: absolute;
  left: -82px;
  top: -50px;
}

.top_aboutconts-img {
  position: relative;
  z-index: 1;
}

.top_aboutconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_aboutconts-text {
  width: calc(100% - 60px);
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  padding: 32px;
}

.top_aboutconts-text p {
  font-size: 21px;
  font-family: "hannari", serif;
  line-height: 1.7;
}

.top_about-ttl02 {
  font-size: 44px;
  font-family: "hannari", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

/*不妊鍼灸たまご堂高槻院ってどんなとこ？
----------------------------------------------------*/

.top_profile {
  margin-bottom: 2em;
}

.top_profile-img {
  float: right;
  padding-left: 32px;
  background: #fff8f6;
}

.top_profile-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_profile-ttl01 {
  font-size: 18px;
  font-family: "hannari", serif;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.top_profile-ttl01 ruby {
  font-size: 25px;
  margin-left: 8px;
}

.top_profile p {
  margin-bottom: 1em;
}

.top_profile p:last-of-type {
  margin-bottom: 0;
}

/*不妊治療に対する思い
----------------------------------------------------*/
.top_omoi {
  display: flex;
  flex-direction: column;
}

.top_omoi-img {
  order: 1;
}

.top_omoi-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_omoi-text {
  order: 2;
  width: calc(100% - 60px);
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  padding: 32px;
}

.top_omoi-text p {
  font-size: 21px;
  font-family: "hannari", serif;
  line-height: 1.7;
  margin-bottom: 1em;
}

.top_omoi-text p:last-of-type {
  margin-bottom: 0;
}

.top_omoi-ttl01 {
  font-size: 44px;
  font-family: "hannari", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

/*不妊鍼灸たまご堂高槻院の特徴
----------------------------------------------------*/
.feature {
  counter-reset: num;
}

.top_feature-ttl01 {
  position: relative;
}

.top_feature-ttl01:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 152px;
  max-height: 152px;
  background: url("../images/top/feature_ttl.png") no-repeat left top;
  position: absolute;
  right: -30px;
  bottom: -12px;
}

.top_featureconts {
  margin-top: 32px;
}

.top_featureconts:first-of-type {
  margin-top: 0;
}

.feature_ttl {
  font-size: 24px;
  font-weight: bold;
  padding-left: 52px;
  position: relative;
  margin-bottom: 16px;
}

.feature_ttl:before {
  content: counter(num);
  counter-increment: num;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #d57580;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.feature_img {
  margin-bottom: 12px;
}

.feature_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*不妊鍼灸たまご堂高槻院の実績
----------------------------------------------------*/
.top_reason-ttl01 {
  position: relative;
}

.top_reason-ttl01:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 167px;
  max-height: 205px;
  background: url("../images/top/reason_ttl.png") no-repeat left top;
  position: absolute;
  right: -30px;
  bottom: -50px;
}

.top_reason-text01 {
  text-align: center;
}

.top_reason-text01 span {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff58c 60%);
}

.reason_ttl {
  background: no-repeat left top;
  position: relative;
  padding-left: 96px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 16px;
  min-height: 56px;
  margin-bottom: 16px;
}

.reason_ttl01 {
  background-image: url("../images/top/reason_ttl01.png");
}

.reason_ttl02 {
  background-image: url("../images/top/reason_ttl02.png");
}

.reason_ttl03 {
  background-image: url("../images/top/reason_ttl03.png");
}

.reason_ttl04 {
  background-image: url("../images/top/reason_ttl04.png");
}

.reason_ttl05 {
  background-image: url("../images/top/reason_ttl05.png");
}

.reason_ttl06 {
  background-image: url("../images/top/reason_ttl06.png");
}

.reason_ttl07 {
  background-image: url("../images/top/reason_ttl07.png");
}

.reason_conts {
  margin-top: 32px;
}

.reason_conts:first-of-type {
  margin-top: 0;
}

/*スタッフからみなさまへ
----------------------------------------------------*/
.top_message p {
  margin-bottom: 1em;
  line-height: 2;
}

.top_message p:last-of-type {
  margin-bottom: 0;
}

/*メニューリスト
----------------------------------------------------*/
.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_newsblog {
  display: flex;
  justify-content: space-between;
}

.top_newsblog-conts {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.top_newsblog-conts:last-of-type {
  margin-right: 0;
}

.top_newsblog-singleconts dl {
  margin-bottom: 16px;
}

.top_newsblog-singleconts dl:last-of-type {
  margin-bottom: 0;
}

.top_newsblog-singleconts dl dt {
  font-weight: bold;
  line-height: 1.5;
}

.top_newsblog-singleconts dl dd {
  padding-bottom: 2px;
  border-bottom: 2px dotted #d57580;
}

.top_newsblog-singleconts dl dd a {
  text-decoration: none;
  color: inherit;
}

.top_newsblog-link {
  margin-top: 12px;
}

.top_newsblog-link a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 13px;
  position: relative;
  padding-right: 16px;
}

.top_newsblog-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;
}
