@charset "UTF-8";

/* ===================================
共通
=================================== */
.br-sp {
  display: none
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block
  }
}

/* ページタイトル */
#page_clinic .sec_headtxt,
#page_access .sec_headtxt {
  margin: 65px 0 100px;
}

.up .sec_head.page-title h2 {
  width: 31.5%;
  min-width: 390px;
}

.up .sec_head.page-title p {
  margin-top: -48px !important;
}



@media screen and (max-width: 767px) {
#page_clinic .sec_headtxt,
#page_access .sec_headtxt {
  margin: 50px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .up .sec_head.page-title h2 {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 450px) {

  .up .sec_headtxt.page-title {
    padding: 45px 80px;
    margin-bottom: 15px;
  }

  .up .sec_head.page-title p {
    margin-top: -30px !important;
  }
}

@media screen and (max-width: 374px) {
  .up .sec_head.page-title {
    padding: 45px 40px 0px;
    margin-bottom: 30px;
  }

  .up .sec_head.page-title p {
    margin-top: -28px !important;
  }
}


/* ===================================
clinic
=================================== */
.clinic {
  letter-spacing: 0.23em;
}

/* 導入部分
==============================　*/
.clinic .top {
  display: flex;
  max-width: 1400px;
  margin: 0 auto 150px;
}

.clinic .top .imagearea {
  width: 550px;
}

.clinic .top .textarea {
  width: calc(100% - 550px);
  max-width: 600px;
  margin-left: 45px;
  margin-top: 60px;
}

.clinic .top .imagearea .img {
  position: relative;
}

.imagearea .img .img-top {
  position: relative;
  max-width: 500px;
  z-index: 1;
}

.imagearea .img .img-bottom {
  position: absolute;
  max-width: 470px;
  right: 0px;
  bottom: -50px;
}

.about .inner .about_txt .top-ttl,
.clinic .top .textarea .top-ttl {
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}

.clinic .top .textarea p {
  line-height: 2.3;
  margin-left: 5px;
}
.clinic .top .textarea p span {
  font-weight: 700;
}

@media screen and (max-width: 1264px) {
  .clinic .top {
    width: 88.5%;
  }

  .clinic .top .imagearea {
    width: 50%;
  }

  .clinic .top .textarea {
    width: 50%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .imagearea .img .img-top {
    width: 80%;
  }

  .imagearea .img .img-bottom {
    width: 65%;
    right: 50px;
  }

  .about .inner .about_txt .top-ttl,
  .clinic .top .textarea .top-ttl {
    font-size: 2.734vw;
    line-height: 1.7;
    letter-spacing: 0.3em;
    margin-bottom: 3.906vw;
  }
}


@media screen and (max-width: 600px) {
  .clinic .top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .clinic .top .imagearea {
    display: none;
  }

  .clinic .top .textarea {
    width: 100%;
    margin-top: 40px;
  }

  .imagearea .img .img-top {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .imagearea .img .img-bottom {
    right: 0px;
  }

  .about .inner .about_txt .top-ttl,
  .clinic .top .textarea .top-ttl {
    font-size: 5.015vw;
    line-height: 1.7;
    letter-spacing: 0.3em;
    margin-bottom: 7.813vw;
  }

  .clinic .top .textarea p {
    line-height: 2.3;
    margin-left: 5px;
  }

  #page_clinic {
    margin-top: 100px;
  }
}

/* 特徴
==============================　*/
.clinic-feature {
  margin-bottom: 100px
}

.clinic-feature .f_head_box {
  width: 234px;
  margin: 0 auto 70px;
}

.clinic-feature .frame {
  background-color: #f7f3f0;
  padding: 50px 20px 40px;
  border-radius: 0px 50px 0px 50px;
  position: relative;
}

.clinic-feature .frame h5 {
  font-size: 22px;
  color: #333;
  letter-spacing: 0.3em;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
  padding: 23px 0;
  margin: 0px auto 30px;
  width: fit-content;
}


.clinic-feature .frame p {
  text-align: center;
  line-height: 3.0;
}

.clinic-feature .frame.frame01 {
  margin-bottom: 60px;
  background-image: url("../img/underpage/clinic-bg01_extra.png");
  background-size: 67vh;
  background-repeat: no-repeat;
  background-position: left -33px top -100px;
}

.clinic-feature .frame.frame02 {
  background-image: url("../img/underpage/clinic-bg02_extra.png");
  background-size: 106vh;
  background-repeat: no-repeat;
  background-position: right -173px top 10px;
}


/*
@media screen and (max-width: 1024px) {}
*/


@media screen and (max-width: 767px) {
  .clinic-feature .frame p {
    text-align: left;
    line-height:2.0;
  }

.clinic-feature .frame.frame01 {
  background-size: 52vh;
}

.clinic-feature .frame.frame02 {
  background-size: 80vh;
  }
}

@media screen and (max-width: 600px) {
  .clinic-feature .f_head_box{
    margin: 0 auto 50px;
  }

  .clinic-feature .frame h5 {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .clinic-feature .frame h5 {
    padding: 15px 0;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.3em;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
    margin: 0px auto 30px;
    width: fit-content;
  }

  .clinic-feature .frame {
    padding: 50px 15px 40px;
  }
}


@media screen and (max-width: 350px) {}

/* 診療案内
==============================　*/
.clinic-info {
  margin-bottom: 100px;
}

.clinic-info .f_head_box {
  margin: 0 auto 70px;
}

.clinic-info .list {
  line-height: 2.3;
  max-width: 1000px;
  margin: 0 auto;
}

.clinic-info .list div {
  border-top: 1px solid #e3e3e3;
  display: flex;
  flex-direction: row;
  padding: 28px 0 26px;
}

.clinic-info .list div:nth-last-of-type(1) {
  border-bottom: 1px solid #e3e3e3;
}

.clinic-info .list dt {
  font-weight: 700;
  width: 34%;
}

.clinic-info .list dd {
  width: calc(100% - 34%);
}


@media screen and (max-width: 1024px) {
  .clinic-info .list {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-info .list {
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .f_head_box{
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 500px) {
  .clinic-info .list {
    padding: 0 10px;
  }
}


@media screen and (max-width: 450px) {
  .clinic-info .list div {
    flex-direction: column;
  }

  .clinic-info .list dt {
    width: 100%;
  }

  .clinic-info .list dd {
    width: 100%;
  }


}


/* 下の写真たち
==============================　*/
.clinic .bottom {
  margin: 0 auto 100px;
  max-width: 1400px;
}

.clinic .bottom .overflow-wrapper .contents {
  display: flex;
  justify-content: space-between;
}

.overflow-wrapper .contents .big {
  width: 35.7%;
}

.overflow-wrapper .contents .small {
  width: 27%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media screen and (max-width: 1024px) {}


@media screen and (max-width: 767px) {
  .clinic .bottom .overflow-wrapper {
    overflow-x: auto;
  }

  .clinic .bottom .overflow-wrapper .contents {
    word-break: keep-all;
    white-space: nowrap;
    width: 767px;
  }

  .overflow-wrapper .contents .big {
    width: 274px;
  }

  .overflow-wrapper .contents .small {
    width: 207px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {}


@media screen and (max-width: 350px) {}



/* ===================================
access
=================================== */
/* マップとアドレス
==============================　*/
.access-top {
  margin-bottom: 70px;
}

.access-top .access_item_left .access_map img {
  width: 683px;
  height: auto;
}

.access-top .access_item_right .access_txt {
  margin-top: 168px;
}

.access-top .access_item_right .access_tx02 {
  margin: 15px 0;
}

.access-top .access_item_right .map_link a span img {
  margin-left: 12px;
  padding: 3px 0 0;
}

.access-top .access_item_right .map_link a span {
  padding-top: 3px;
}


/* リスト
==============================　*/
.access-bottom {
  max-width: 1100px;
  margin: 0 auto 100px;
  width: 88.5%;
}

.access-bottom .list {
  letter-spacing: 0.15em;
  line-height: 2.3;
}

.access-bottom .list div {
  border-top: 1px solid #e3e3e3;
  display: flex;
  flex-direction: row;
  padding: 26px 0;
}

.access-bottom .list div:nth-last-of-type(1) {
  border-bottom: 1px solid #e3e3e3;
}

.access-bottom .list dt {
  font-weight: 700;
  width: 180px;
}

.access-bottom .list dd {
  width: calc(100% - 180px);
}

@media screen and (min-width: 1650px) {
  .access-top .access_item_left .access_map img {
    width: 43vw !important;
    height: 43vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .access-top .access_item_left .access_map img {
    width: 500px;
    height: 500px;
  }
}


@media screen and (max-width: 1024px) {
  .access-top .access_item_left .access_map img {
    width: 400px;
    height: 400px;
  }

  .access-top .access_item_right {
    margin-left: 40px;
  }

  .access-top .access_item_right .access_txt {
    margin-top: 40px;
  }

  .access-top .access_item_right .access_tx01 {
    font-size: 18px;
  }

  .access-top .access_item_right .access_tx02 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .access-top .access_item_left .access_map img {
    width: 300px;
    height: 300px;
  }

  .access-top .access_item_right {
    margin-left: 20px;
  }

  .access-top .access_item_right .access_txt {
    margin-top: 25px;
  }

  .access-top .access_item_right .access_tx01 {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }

  .access-top .access_item_right .access_tx02 {
    margin: 15px 0;
    font-size: 13px;
  }

  .access-bottom .list {
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  #page_access{
    margin-top: 100px;
  }
  .access-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .access-top .access_item_right {
    margin: 0 auto;
    width: 85%;
  }

  .access-top .access_item_right .access_txt {
    width: 100%;
    margin: 35px auto 0;
  }

  .access-top .access_item_right .access_item_left {
    margin-top: 30px;
  }

  .access-top .access_item_left .access_map img {
    width: 85vw;
    height: 280px;
  }
}


@media screen and (max-width: 450px) {
  .access-bottom .list div {
    flex-direction: column;
  }

  .access-bottom .list dt {
    width: 100%;
  }

  .access-bottom .list dd {
    width: 100%;
  }
}




/* ===================================
大カテゴリ
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */