@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=LINE+Seed+JP&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
#top {
  background: #F7F6EF;
}

.midashi {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1;
}
.midashi span {
  color: #92C35E;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.bg {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
}

.bg_2 {
  position: relative;
  z-index: 2;
}

.line {
  margin-top: 60px;
}
.line .inner {
  background-image: url("/assets/img/line.svg");
  background-image: 100%;
  background-repeat: repeat;
  height: 1px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  body .bg_1 {
    position: relative;
    z-index: 4;
    margin-top: -53px !important;
  }
  .line {
    margin-top: 50px;
  }
}
.mv {
  position: relative;
}
.mv .main {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  border-radius: 20px;
}
.mv .inner_wide {
  position: relative;
}
.mv h1 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  font-size: clamp(2.3rem, 5vw, 3.2rem);
  right: unset;
  left: 6%;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff;
}
.mv .info_wrap {
  margin-top: -255px;
  position: relative;
  z-index: 2;
}
.mv .info_wrap .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.mv .btn_wrap {
  margin-top: 20px;
}
.mv .btn_wrap a {
  margin-right: 20px;
}
.mv .info {
  background: #48A974;
  padding: 30px 35px 0;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
}
.mv .info h2 {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.mv .info h2:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/time.svg");
  width: 28px;
  height: 28px;
  right: inset;
  left: 0;
}
.mv .info .ttl {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mv .info .time_box .box {
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  justify-content: space-between;
}
.mv .info .time_box .box .week span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  background: #F7F6EF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  padding: 5px 8px 10px;
  color: #333333;
  font-weight: bold;
  margin-right: 4px;
}
.mv .info .time_box .time {
  font-weight: 600;
  position: relative;
  top: 2px;
}
.mv .info .time_box .time span {
  font-size: 1.5rem;
}
.mv .info .time_box .time .num {
  font-size: 4.6rem;
  font-weight: 500;
}
.mv .info .time_box .time .num span {
  font-size: 3rem;
  font-weight: 500;
  margin-left: -6px;
}
.mv .info .tensen {
  width: 100%;
  display: block;
  margin: 7px auto 4px;
  background-image: url("/img/tensen1.svg");
  width: 335px;
  height: 2px;
  background-size: 100%;
  background-repeat: repeat;
  content: "";
}
.mv .info .tel_box {
  border-radius: 10px 10px 0 0;
}
.mv .info .honbun {
  margin-top: 12px;
}

/*mv*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .mv {
    margin-top: -20px;
  }
  .mv h1 {
    left: 5%;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.95), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(0.8px);
  }
  .mv .info_wrap {
    margin-top: 0px;
  }
  .mv .info_wrap .inner {
    display: block;
  }
  .mv .info_wrap .flex {
    display: flex;
  }
  .mv .inner_wide {
    width: 100%;
    max-width: 100%;
  }
  .mv .info {
    padding: 8%;
    padding-bottom: 0px;
  }
  .mv .info .time_box .box {
    display: block;
  }
  .mv .info .time_box .box .week span {
    font-size: 1.6rem;
  }
  .mv .info .tensen {
    width: auto;
    margin-bottom: 18px;
  }
  .mv .main {
    border-radius: 0px;
  }
  .midashi {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .midashi span {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .mv .main.pc {
    display: none !important;
  }
}
/*===================================
PC版ここから
===================================*/
@media (min-width: 769px) {
  .mv .main.sp {
    display: none !important;
  }
} /*pc*/
.sec1 .deco1 {
  position: absolute;
  right: 0;
  top: -140px;
  z-index: -1;
}
.sec1 .deco2 {
  position: absolute;
  left: 0;
  bottom: -110px;
  z-index: -1;
}

.maru_menu .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 539px;
  margin: 0 auto;
  gap: 25px;
}
.maru_menu .inner a {
  flex: 0 0 calc((100% - 25px * 2) / 3);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.03);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  font-weight: 600;
  overflow: hidden;
  line-height: 1.1;
}
.maru_menu .inner a img {
  margin-bottom: 20px;
}
.maru_menu .inner a:hover {
  border: 2px solid #92C35E;
  opacity: 1;
}

/*sec1*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .sec1 .deco1 {
    top: -100px;
    width: 200px;
  }
  .sec1 .deco2 {
    bottom: -50px;
    width: 110px;
  }
  .maru_menu .inner {
    max-width: 100%;
    gap: 16px;
    justify-content: space-between;
  }
  .maru_menu .inner a {
    flex: 0 0 calc((100% - 18px) / 2);
  }
  .maru_menu .inner a img {
    margin-bottom: 20px;
    width: 36px;
  }
}
.sec3 {
  background: #f5f0e4;
  margin-top: 150px;
}
.sec3 .bg {
  width: 100%;
  display: block;
  height: auto;
  position: absolute;
  z-index: -1;
  bottom: -601px;
}
.sec3 .inner.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
}
.sec3 .slide {
  flex-grow: 1;
  min-width: 0;
  margin-right: calc((100vw - 100%) / -2);
  flex: 1;
}
.sec3 .slide .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}
.sec3 .left {
  width: 260px;
}

/*sec3*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .sec3 {
    padding: 0 0 100px 0;
  }
  .sec3 .left {
    width: 100%;
  }
  .sec3 .left .midashi {
    text-align: center;
  }
  .sec3 .inner.flex {
    display: block;
  }
  .sec3 .slide {
    margin-left: calc((100vw - 100%) / -2);
  }
  .sec3 .bg {
    bottom: unset;
    top: -130px;
  }
}
/*===================================
1253px以下かつ768px以上の場合
===================================*/
@media screen and (max-width: 1253px) and (min-width: 768px) {
  .mv h1 {
    font-size: 2.5rem;
    left: 5%;
  }
  .mv .btn_wrap {
    margin-top: 20px;
    width: 51%;
    margin-left: 0;
  }
  .mv .info {
    flex: 1;
  }
  .mv .info_wrap .inner {
    max-width: 90%;
  }
  .sec3 .bg {
    bottom: -290px;
  }
  .sec5 .flex_space a .icon {
    height: 20px;
  }
  .sec5 .flex_space a span {
    line-height: 1.6;
    font-size: 1.3rem;
    margin-left: -10px;
  }
} /*1253px以下かつ768px以上の場合ここまで*/
/*=====================================================
★夙川宮本クリニック★
=======================================================*/
.smcl_body {
  background: #fff !important;
}
.smcl_body .midashi span {
  color: #f79d9d;
}
.smcl_body .fukidashi_waku {
  position: relative;
  border: 4px solid #f49293;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 23px 30px 21px;
  margin-top: 0px;
}
.smcl_body .fukidashi_waku .box_title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 11px 43px 6px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: linear-gradient(#ffffff, #fcf8f8) padding-box, linear-gradient(to bottom, #f49293 calc(100% - 5px), transparent calc(100% - 5px)) border-box;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  box-sizing: border-box;
}
.smcl_body .fukidashi_waku .box_content {
  color: #333;
  line-height: 1.8;
  font-size: 14px;
}
.smcl_body .news_articlebox {
  background: #f79d9d;
}
.smcl_body .mv .info {
  background: #e36e6e;
  width: 38%;
}
.smcl_body .mv .info .time_box .box .week span:nth-child(2) {
  background: none;
  color: #fff;
  padding: 0;
  font-size: 1.4rem;
  position: relative;
  top: 9px;
}
.smcl_body .mv .btn_wrap {
  flex: 1;
}
.smcl_body .lgr_btn {
  background: #f79d9d;
}
.smcl_body .lgr_btn:hover {
  background: #ed8484;
}
.smcl_body .sec1 .honbun {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 23px;
}
.smcl_body .bg1 {
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 50%;
}
.smcl_body .sec2 .flex {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
  gap: 50px;
}
.smcl_body .sec2 .midashi {
  font-size: 2.9rem;
  margin-bottom: 25px;
}
.smcl_body .sec2 h3 {
  line-height: 1.8;
  margin-bottom: 16px;
}
.smcl_body .sec3 .deco2 {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 1;
}
.smcl_body .sec3 {
  background: none;
}
.smcl_body .sec3 .bg {
  bottom: unset;
  top: 20px;
}
.smcl_body .sec3 .midashi {
  margin-bottom: 34px;
}
.smcl_body .maru_menu .inner a img {
  height: 51px;
}
.smcl_body .maru_menu .inner a:hover {
  border: 2px solid #ed8484;
}
.smcl_body .sec4 {
  background-image: linear-gradient(90deg, #eeb6b6 36%, #ffdada);
  padding: 50px 0;
}
.smcl_body .sec4 .inner {
  z-index: 2;
  position: relative;
}
.smcl_body .sec4 .fukidashi h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 19px;
  letter-spacing: -0.04em;
}
.smcl_body .sec4 .tel_box {
  max-width: 511px;
  margin: 21px auto 0;
  width: 90%;
}
.smcl_body .sec4 .illust {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1;
}
.smcl_body .sec5 {
  background-image: url(/smcl/img/policy_img.jpg);
  background-position: left;
  background-size: cover;
  margin: 0;
  padding: 60px 0 250px;
}
.smcl_body .sec5 .midashi {
  width: 41%;
  text-align: center;
}
.smcl_body .sec5 .flex {
  align-items: center;
}
.smcl_body .sec5 .check_list li:before {
  background-image: url(/assets/img/check.svg);
}
.smcl_body .sec6 {
  margin: 0;
  margin-top: -170px;
}
.smcl_body .sec6 .bg {
  margin-top: 121px;
  position: absolute;
}
.smcl_body .sec7 .box {
  margin-top: 30px;
  border-bottom: 1.5px dotted #d1d1d1;
  padding-bottom: 30px;
}
.smcl_body .sec7 .box .flex {
  gap: 50px;
  align-items: center;
  padding: 0 50px;
}
.smcl_body .sec7 .box h3 {
  font-size: 2.3rem;
  margin-bottom: 30px;
  color: #f79d9d;
  line-height: 1;
}
.smcl_body .sec7 .box.none {
  border: none;
  padding-bottom: 0;
}
.smcl_body .sec7 .box img {
  border-radius: 15px;
}
.smcl_body .sec8 {
  background-image: url("/smcl/img/transportation_bg.jpg");
  background-size: cover;
  background-position: left;
  padding: 60px 0;
}
.smcl_body .sec8 .midashi {
  margin-bottom: 30px;
}
.smcl_body .sec9 .ttl {
  gap: 70px;
  margin-bottom: 30px;
}
.smcl_body .sec9 .flex {
  align-items: center;
}
.smcl_body .sec9 .flex a {
  align-items: center;
  line-height: 1;
  font-weight: 600;
  margin-right: 15px;
  margin-top: 5px;
}
.smcl_body .sec9 .flex a img {
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.smcl_body .sec9 .inner {
  width: 90%;
  max-width: 733px;
}
.smcl_body .sec9 .map {
  display: block;
  margin: 0 auto;
}
.smcl_body .sec9 .access .box {
  margin-top: 20px;
  border-bottom: 1.5px dotted #d1d1d1;
  padding-bottom: 20px;
}
.smcl_body .sec9 .kome {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 20px;
}

/*smcl_body*/
/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .smcl_body .mv .info {
    width: 100%;
  }
  .smcl_body .fukidashi_waku {
    position: relative;
    border: 4px solid #f49293;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7019607843);
    padding: 23px 30px 21px;
    margin-top: 0px;
  }
  .smcl_body .sec1 .honbun {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 23px;
  }
  .smcl_body .bg1 {
    width: 100%;
    position: absolute;
    z-index: -5;
    top: 50%;
  }
  .smcl_body .sec2 .midashi {
    text-align: center;
  }
  .smcl_body .sec2 .flex {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .smcl_body .sec2 .flex img {
    width: 60%;
    display: block;
    margin: 0 auto 30px;
    height: auto;
  }
  .smcl_body .sec2 .midashi {
    font-size: 2.9rem;
    margin-bottom: 25px;
  }
  .smcl_body .sec3 {
    padding-bottom: 0;
  }
  .smcl_body .sec3 .midashi {
    margin-bottom: 30px;
  }
  .smcl_body .sec3 .deco2 {
    width: 110px;
    top: -20px;
  }
  .smcl_body .maru_menu .inner a img {
    margin-bottom: 20px;
    width: 44px;
    height: auto;
  }
  .smcl_body .sec4 {
    padding: 50px 0;
  }
  .smcl_body .sec4 .fukidashi h2 {
    font-size: 1.8rem;
  }
  .smcl_body .sec4 .fukidashi img {
    width: 100%;
  }
  .smcl_body .sec4 .tel_box {
    max-width: 100%;
    margin: 5% auto 0;
    width: 100%;
  }
  .smcl_body .sec4 .illust {
    right: 6px;
    width: 80px;
    z-index: 3;
    height: 100px;
  }
  .smcl_body .sec5 {
    background-image: url(/smcl/img/policy_img_sp.jpg);
    background-position: center;
    padding: 50px 0 250px;
  }
  .smcl_body .sec5 .midashi {
    width: 100%;
  }
  .smcl_body .sec5 .flex {
    align-items: center;
  }
  .smcl_body .sec6 {
    margin: 0;
    margin-top: -170px;
  }
  .smcl_body .sec6 .bg {
    margin-top: 121px;
    position: absolute;
  }
  .smcl_body .sec7 .box {
    margin-top: 20px;
    padding-bottom: 5%;
  }
  .smcl_body .sec7 .box .flex {
    gap: 0;
    padding: 0;
  }
  .smcl_body .sec7 .box h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #f79d9d;
    line-height: 1;
    margin-top: 28px;
  }
  .smcl_body .sec7 .box img {
    width: 100%;
    display: block;
    height: auto;
  }
  .smcl_body .sec8 {
    background-image: url("/smcl/img/transportation_bg_sp.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }
  .smcl_body .sec8 .midashi {
    margin-bottom: 30px;
    text-align: center;
  }
  .smcl_body .sec9 .midashi {
    margin-bottom: 16px;
    text-align: center;
  }
  .smcl_body .sec9 .ttl {
    gap: 0;
    margin-bottom: 30px;
  }
  .smcl_body .sec9 .inner {
    width: 90%;
    max-width: 90%;
  }
  .smcl_body .sec9 .map {
    width: 100%;
    height: auto;
    display: block;
  }
  .smcl_body .sec9 .access .box {
    margin-top: 5%;
    padding-bottom: 5%;
  }
  .smcl_body .sec9 .kome {
    font-size: 1.5rem;
    margin-top: 5%;
  }
  .smcl_body .sec9 .flex a img {
    top: 6px;
  }
  /*smcl_body*/
}

/*# sourceMappingURL=top.css.map */
