@charset "UTF-8";
/*---------------------------------------------------------
ビジュアル
---------------------------------------------------------*/
@media all and (max-width: 728px) {
  main {
    margin-top: 0;
  }
}

.visual {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 7.75%;
  background: #fdfbe1;
}
.visual:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -7.6666666667vw;
  width: 100vw;
  padding-top: 7.6666666667vw;
  background: no-repeat 50%/cover url(../img/parts/nami_bottom.svg);
}
.visual .visual_inner {
  position: relative;
}
.visual .visual_inner .reservation_btn {
  position: absolute;
  bottom: 0;
  right: 15%;
  padding: 12px 25px;
  font-size: 20px;
  font-size: 1.25rem;
  background: #43bd7d;
  color: #fff;
  border-radius: 35px;
  box-shadow: 5px 5px 0 #746d59;
}
.visual .visual_inner .reservation_btn:hover {
  box-shadow: 1px 1px 0 #746d59;
}
@media all and (max-width: 728px) {
  .visual .visual_inner .reservation_btn {
    display: none;
  }
}
.visual .visual_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.3333333333vw;
  width: 29.1666666667vw;
  padding-top: 25%;
  background: no-repeat 0 0/contain url(../img/parts/leaf_left.svg);
}
.visual .visual_inner:after {
  content: "";
  position: absolute;
  width: 23.8333333333vw;
  max-width: 213px;
  padding-top: 15%;
  /*
  bottom: 130px;
  left: 0;
  background: no-repeat  0 / contain url(../img/parts/kawasemi01.png);
  */
  bottom: 0;
  right: 0;
  background: no-repeat right 0/contain url(../img/parts/kawasemi01.png);
}
.visual .swiper-container {
  width: 51.9166666667vw;
  margin: 0 auto 0;
}
.visual .main_slide {
  -webkit-mask: url(../img/parts/visual_pass.svg) center/100% auto no-repeat;
  mask: url(../img/parts/visual_pass.svg) center/100% auto no-repeat;
}
.visual .main_slide:before {
  padding-top: 58.6816720257vw;
}
.visual .photo_img {
  position: relative;
}
.visual .photo_img:before {
  padding-top: 58.6816720257%;
}
@media all and (max-width: 728px) {
  .visual .photo_img:before {
    padding-top: 58.6816720257%;
  }
}
.visual .copy {
  position: absolute;
  top: 45px;
  z-index: 3;
  right: 11.9166666667vw;
  width: 7.3333333333vw;
}
.visual .topic {
  position: absolute;
  bottom: 365px;
  z-index: 2;
  left: 7.1666666667%;
  width: 25.9166666667vw;
}
.visual .qr {
  position: absolute;
  bottom: 0;
  right: 11.9166666667vw;
  width: 10vw;
}
.visual .table_dl {
  max-width: 830px;
  margin: 30px auto 0;
}
@media all and (max-width: 728px) {
  .visual {
    padding-top: 20px;
  }
  .visual .visual_inner:before {
    left: 2%;
    width: 35vw;
    padding-top: 30%;
  }
  .visual .visual_inner:after {
    content: "";
    position: absolute;
    bottom: -8vw;
    right: 0;
    z-index: 2;
    width: 25vw;
    padding-top: 22%;
  }
  .visual .swiper-container {
    width: 75%;
    margin: 0 auto 0;
  }
  .visual .copy {
    position: absolute;
    top: 0;
    right: 5%;
    width: 20vw;
  }
  .visual .topic {
    position: absolute;
    bottom: -13vw;
    z-index: 2;
    left: 0;
    width: 50vw;
  }
  .visual .qr {
    display: none;
  }
  .visual .table_dl {
    max-width: 90%;
  }
  .visual .table_dl p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*---------------------------------------------------------
ニュース
---------------------------------------------------------*/
#news {
  max-width: 830px;
  margin: 30px auto 130px;
  /*
  &:before {
  	position: relative;
  	z-index: 2;
  	display: block;
  	content: "";
  	width: 100%;
  	max-height: 125px;
  	height: 14.4vw;
  	background: no-repeat 0 0 / contain url(../img/parts/news_box_top.png);
  }
  */
}
#news:after {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 3;
  content: "";
  display: block;
  width: 11.5vw;
  padding-top: 23%;
  background: no-repeat 50%/contain url(../img/parts/news_leaf.svg);
}
#news .news_box {
  /*
  &:after {
  	position: relative;
  	display: block;
  	content: "";
  	width: 100%;
  	max-height: 23px;
  	height: 2.8vw;
  	background: no-repeat 0 0 / contain url(../img/parts/news_box_bottom.png);
  }
  */
}
#news .news_inner {
  padding: 30px 0 15px;
}
#news .wrap {
  padding-top: 10px;
}
#news h2 {
  margin-bottom: 24px;
}
#news .news_article {
  margin: auto;
  overflow: scroll;
}
#news .btn_area {
  margin: auto;
}
@media all and (max-width: 728px) {
  #news {
    margin: 30px 2% 60px;
    padding-bottom: 30px;
    min-height: auto;
  }
  #news:after {
    top: 0;
    right: 5px;
    width: 20.5vw;
    padding-top: 25%;
  }
  #news .wrap {
    padding-top: 30px;
  }
}

/*---------------------------------------------------------
ドクター、お問い合わせ
---------------------------------------------------------*/
#doctor {
  margin-bottom: 110px;
}

#doctor:after,
#contact:after {
  position: absolute;
  top: 0;
  right: 5.75vw;
  content: "";
  display: block;
  width: 29.1666666667vw;
  padding-top: 31%;
  background: no-repeat 50%/cover url(../img/parts/leaf_right.svg);
}
#doctor h2,
#contact h2 {
  margin-bottom: 0;
}
#doctor .wrap,
#contact .wrap {
  padding: 100px 0 120px;
  min-height: 508px;
  background: no-repeat 50%/contain url(../img/parts/box_bg.svg);
}
#doctor p,
#contact p {
  max-width: 650px;
  margin: auto;
}
@media all and (max-width: 728px) {
  #doctor,
  #contact {
    margin-bottom: 60px;
    background: #fdfbe1;
  }
  #doctor:after,
  #contact:after {
    display: none;
  }
  #doctor .wrap,
  #contact .wrap {
    padding: 40px 0 60px;
    min-height: 100%;
  }
}

/*---------------------------------------------------------
診療のご案内
---------------------------------------------------------*/
#medical {
  margin-bottom: 80px;
  padding-top: 130px;
}
#medical:before {
  position: absolute;
  top: 0;
  left: 5.75vw;
  content: "";
  display: block;
  width: 29.1666666667vw;
  padding-top: 25%;
  background: no-repeat 50%/contain url(../img/parts/leaf_left.svg);
}
#medical:after {
  position: absolute;
  top: 0;
  right: 5.75vw;
  content: "";
  display: block;
  width: 157px;
  padding-top: 28%;
  background: no-repeat right 0/contain url(../img/parts/kawasemi02.png);
}
#medical h2 {
  margin-bottom: 57px;
}
@media all and (max-width: 728px) {
  #medical {
    padding-top: 40px;
  }
  #medical:before {
    left: 0;
    width: 29.1666666667vw;
    padding-top: 25%;
  }
  #medical:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 157px;
    padding-top: 28%;
  }
}

.table_dl {
  margin: auto;
}
.table_dl dt {
  margin-bottom: 10px;
  width: 110px;
  color: #fff;
  text-align: center;
  background: #43bd7d;
  border-radius: 30px;
}
.table_dl dd b {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.table_dl .col {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-size: 1.125rem;
}
.table_dl .col dd {
  padding-left: 20px;
  width: calc(100% - 110px);
}
.table_dl .sp_colnone {
  flex-direction: column;
}
.table_dl .sp_colnone dd {
  padding-left: 0;
  width: 100%;
}
.table_dl table {
  border-top: 1px solid #746d59;
}
.table_dl table b {
  margin-top: 0;
}

.underline .article_box:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#contact .wrap {
  display: flex;
  flex-direction: column;
}
#contact .col {
  justify-content: center;
  margin-bottom: 40px;
}
#contact .col p {
  margin: 0 16px;
}
#contact dl {
  display: flex;
  justify-content: center;
  font-weight: 600;
}
#contact dl dt {
  width: 110px;
  color: #fff;
  text-align: center;
  background: #43bd7d;
  border-radius: 30px;
}
#contact dl dd {
  margin-left: 10px;
}
#contact dl dd b {
  display: block;
  margin-top: 20px;
  text-align: center;
}
#contact p {
  max-width: 100%;
}
@media all and (max-width: 728px) {
  #contact h2 {
    margin-bottom: 20px;
  }
  #contact .col p {
    margin: 0 0 15px;
  }
}

/*---------------------------------------------------------
ご利用案内
---------------------------------------------------------*/
#guide {
  padding-top: 130px;
  margin-bottom: 105px;
}
#guide:before {
  position: absolute;
  top: -60px;
  left: 20vw;
  content: "";
  display: block;
  width: 8.6666666667vw;
  padding-top: 8%;
  background: no-repeat 50%/contain url(../img/parts/leaf01.svg);
}
#guide:after {
  position: absolute;
  top: -90px;
  right: 20vw;
  content: "";
  display: block;
  width: 6.75vw;
  padding-top: 12%;
  background: no-repeat 50%/contain url(../img/parts/leaf02.svg);
}
#guide .wrap {
  max-width: 830px;
}
#guide h2 {
  margin-bottom: 65px;
}
@media all and (max-width: 728px) {
  #guide {
    padding-top: 20px;
  }
  #guide:before {
    top: -40px;
    left: 5%;
  }
  #guide:after {
    top: -40px;
    right: 5%;
  }
}

/*---------------------------------------------------------
アクセス
---------------------------------------------------------*/
#access {
  padding: 100px 0;
  background: #fdfbe1;
}
#access:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5.75vw;
  width: 100vw;
  padding-top: 7.4166666667%;
  background: no-repeat 50%/cover url(../img/parts/nami_top.svg);
}
#access .access_inner:before {
  position: absolute;
  top: 0;
  left: 5.75vw;
  content: "";
  display: block;
  width: 29.1666666667vw;
  padding-top: 25%;
  background: no-repeat 50%/contain url(../img/parts/leaf_left.svg);
}
#access .access_inner:after {
  position: absolute;
  top: 0;
  right: 12.5vw;
  content: "";
  display: block;
  width: 8.6666666667vw;
  padding-top: 14%;
  background: no-repeat 50%/contain url(../img/parts/leaf01.svg);
}
#access h2 {
  margin-bottom: 65px;
}
#access h2 + p {
  margin-bottom: 30px;
}
#access figure {
  border-radius: 16px;
}
#access figure img {
  border-radius: 16px;
}
#access .col article img {
  max-width: 190px;
}
#access .img_map {
  margin-bottom: 20px;
}
#access .map {
  margin-bottom: 70px;
}
@media all and (max-width: 728px) {
  #access {
    padding: 60px 0;
  }
  #access:before {
    top: -1.2%;
  }
  #access .access_inner:before {
    left: 2%;
  }
  #access .access_inner:after {
    right: 2%;
  }
  #access .col {
    margin-left: 0;
  }
  #access .col > * {
    margin-left: 0;
  }
  #access figure {
    width: 100%;
  }
  #access article {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */