@charset "UTF-8";
/* CSS Document */
/*.clinic .main {
  padding-bottom: 150px;
}*/
.clinic .secInner {
  margin: 120px auto;
}
.clinic .secInner:first-child {
  margin: 0 auto;
}
.indexPanel:nth-child(1) {
  background: url("../img/index_panel_doctor.jpg") no-repeat;
  background-size: 100% auto;
}
.indexPanel:nth-child(2) {
  background: url("../img/index_panel_equipment.jpg") no-repeat;
  background-size: 100% auto;
}
.indexPanel:nth-child(3) {
  background: url("../img/index_panel_interior.jpg") no-repeat;
  background-size: 100% auto;
}
.indexPanel:nth-child(4) {
  background: url("../img/index_panel_tec.jpg") no-repeat;
  background-size: 100% auto;
}
/* ------------------
  page header
------------------ */
.clinic .subPage_headerBox_inner::after {
  background: url("../img/subH_clinic.jpg") no-repeat center;
  background-size: cover;
}
.doctor .subPage_headerBox_inner::after {
  background: url("../img/subH_recruit.jpg") no-repeat center;
  background-size: cover;
}
.interior .subPage_headerBox_inner::after {
  background: url("../img/subH_interior.jpg") no-repeat center;
  background-size: cover;
}
.access .subPage_headerBox_inner::after {
  background: url("../img/subH_access.jpg") no-repeat center;
  background-size: cover;
}
.equipment .subPage_headerBox_inner::after {
  background: url("../img/subH_equipment.jpg") no-repeat center;
  background-size: cover;
}
.dental-tec .subPage_headerBox_inner::after {
  background: url("./img/subH_tec.jpg") no-repeat center;
  background-size: cover;
}
.hygiene .subPage_headerBox_inner::after {
  background: url("../img/subH_hygiene.jpg") no-repeat center;
  background-size: cover;
}
.welcome .subPage_headerBox_inner::after {
  background: url("./img/subH_welcome.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width:620px) {
  .clinic .secInner {
    margin: 0 auto;
  }
  .doctor .innerCover {
        width: auto;
        height: 140px;
        padding: 0 5vw;
        min-height: unset;
        min-width: unset;
        background: rgb(238 242 248 / 84%);
    }
  .clinic .subPage_headerBox_inner::after {
    background: url("../img/subH_clinic_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .doctor .subPage_headerBox_inner::after {
    background: url("../img/subH_recruit_sp.jpg") no-repeat center right 23%;
    background-size: cover;
  }
  .interior .subPage_headerBox_inner::after {
    background: url("../img/subH_interior_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .access .subPage_headerBox_inner::after {
    background: url("../img/subH_access_sp.jpg") no-repeat right;
    background-size: cover;
  }
  .equipment .subPage_headerBox_inner::after {
    background: url("../img/subH_equipment_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .hygiene .subPage_headerBox_inner::after {
    background: url("../img/subH_hygiene_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .dental-tec .subPage_headerBox_inner::after {
    background: url("./img/subH_tec_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .welcome .subPage_headerBox_inner::after {
    background: url("./img/subH_welcome_sp.jpg") no-repeat center right;
    background-size: cover;
  }
  .indexPanel:nth-child(3) {
    margin-top: 0;
  }
}
/* ------------------
  doctor page
------------------ */
.biographyBox:nth-of-type(1) {
  margin-right: 50px;
}
.biographyBox {
  width: 450px;
}
.biographyBox h5 {
  font-size: 18px;
  border-bottom: 1px solid #3E5871;
  font-weight: 400;
}
.biographyBox h5.bio1 {
  background: url("./img/icon_fp.svg") no-repeat left top;
  background-size: 19px 27px;
  padding: 0 0 10px 27px;
}
.biographyBox h5.bio2 {
  background: url("./img/icon_ac.svg") no-repeat left top;
  background-size: 17px 23px;
  padding: 0 0 10px 27px;
}
.biographyBox h5.bio3 {
  background: url("./img/icon_pen.svg") no-repeat left top;
  background-size: 22px 26px;
  padding: 0 0 10px 28px;
}
.yomi {
  font-size: 15px;
}
.position {
    font-size: 15px;
    margin-bottom: -26px;
    padding: 0 0 0 2px;
}
.position span {
  background: #e4e9f4;
}
.contentsBox h3.no-background::after {
  display: none;
}
@media screen and (max-width:768px) {
  .biographyBox:nth-of-type(1) {
    margin-right: 0;
  }
  .biographyBox {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width:620px) {
  .biographyBox p {
    font-size: 3.46vw;
  }
}
/* ------------------
  access page
------------------ */
.accessMap {
  width: 50%;
  margin: 80px auto 0;
}
.accessMap img {
  width: 100%;
  display: inline-block;
}
.accessMap_box {
  width: 50%;
}
.accessMap_txt {
  width: 45%;
  margin-top: 70px;
}
.accessMap_box img {
  display: inline-block;
  width: 100%;
}
dl.clinicInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
dl.clinicInfo dt {
  width: 35%;
  padding: 20px;
  background: #e4ebf4;
  margin-bottom: 4px;
}
dl.clinicInfo dd {
  width: 65%;
  margin-left: 0;
  padding: 20px;
  margin-bottom: 4px;
  background: #fff;
}
.access_teaser {
  margin-bottom: 100px;
}
.route {
    background: #e8eff6;
    padding: 30px;
    border-radius: 5px;
  margin-bottom: 50px;
}
.access_linkBox {
    margin: 50px 0;
}
.access_linkBox a {
    border-radius: 100vh;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #b0922a;
    color: #b0922a;
    font-size: 14px;
    line-height: 3.0;
    margin-right: 30px;
}
.access_linkBox a:last-child {
    margin-right: 0;
}
.route_cover {
  display: flex;
  justify-content: space-around;
  width: 700px;
  margin: 30px auto;
}
.route_img {
  width: 40%;
  border-radius: 5px;
}
.route_img img {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.route_txt {
  padding: 20px 30px 20px 60px;
  font-size: 16px;
  position: relative;
  width: 60%;
  line-height: 2.0;
}
.num {
  background: #7795c3;
  position: absolute;
  line-height: 30px;
  display: inline-block;
  border-radius: 100vh;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.01px;
  left: 21px;
  top: 3px;
}
.access_movie {
    width: 500px;
    margin: 50px auto 70px;
}
.iframe_cover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.access_movie iframe {
    border-style: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px;
}
@media screen and (max-width:768px) {
  .accessMap {
    width: 100%;
    margin: 0 auto;
  }
  .accessMap_box {
    width: 100%;
  }
  .accessMap_txt {
    width: 100%;
    margin-top: 0;
  }
  .route_cover {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:620px) {
  dl.clinicInfo dt {
    padding: 2.93vw;
    font-size: 4.27vw;
  }
  dl.clinicInfo dd {
    padding: 2.93vw;
    font-size: 4.27vw;
  }
  .access_linkBox a {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 15px 15px 0;
  }
  .route {
    padding: 30px 4vw 10px;
  }
  .route_img {
    width: 90%;
  }
  .route_txt {
    width: 90%;
    padding: 7vw 0 7vw 13vw;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
}
  .num {
    left: 0vw;
    top: 7vw;
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    line-height: 10vw;
  }
  .access_movie {
    width: 100%;
    margin: 50px auto 70px;
  }
}
.equipment_img {
  width: 60%;
}
.equipment_img img {
  width: 100%;
  display: inline-block;
}
.equipment_txt {
  width: 40%;
  padding: 0 20px;
}
.tagBox {
  line-height: 2.0;
  margin-bottom: 30px;
  text-align: center;
}
.equipTag {
  border-radius: 100vh;
  border: 1px solid #3d5972;
  padding: 0.1em 1em;
  display: inline-block;
  margin: 0 0.5em 1em 0;
}
@media screen and (max-width:768px) {
  .equipment_img, .equipment_txt {
    width: 100%;
    paading: 0
  }
  .equipment_img {
    margin-bottom: 30px;
  }
  .equipTag {
    font-size: 3.46vw;
  }
}
/* ------------------
  interior page
------------------ */
.interior_imgCover {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  margin: 170px auto 60px;
}
.interior_imgCover.firstSec {
  flex-direction: row-reverse;
}
.interior_imgCover > div {
  position: relative;
}
.interior_imgCover div img {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
}
.interior_cap {
  position: absolute;
  background: #e4ebf4d4;
  width: 100%;
  padding: 2em;
  line-height: 1.8;
  font-size: 15px;
}
.interior_cap a.link {
  border-bottom: 1px solid #3d5972;
  margin: 0 0 0 5px;
}
.capTtl {
  margin: 0 auto 20px;
  font-size: 18px;
}
.interior_img01 {
  width: 495px;
  left: 150px;
  top: 100px;
}
.interior_img01 > .interior_cap {
  top: 0;
  left: 0;
}
.interior_img02 {
  width: 350px;
  top: -290px;
  left: -50px;
}
.interior_img02 > .interior_cap {}
.interior_img05 {
  margin-top: 50px;
  width: 970px;
  left: 40px;
}
.interior_img05 > .interior_cap {
  top: 0;
  left: 0;
  width: 400px;
}
.interior_img03 {
  width: 600px;
  left: 80px;
}
.interior_img06 {
  width: 800px;
  right: -400px;
  margin-top: 100px;
}
.interior_img06 > .interior_cap {
  bottom: 0;
  left: -50%;
  width: 400px;
}
.interior_img07 {
  margin-top: 60px;
  width: 70%;
}
.interior_img08 {
  width: 520px;
  left: 100px;
}
.interior_img09 {
  width: 500px;
}
.interior_img10 {
  width: 1200px;
  margin-top: 60px;
}
.interior_img11 {
  max-width: 1200px;
  margin-top: 60px;
  position: relative;
}
.interior_img11 > .interior_cap {
  top: 0;
  left: 0;
  width: 400px;
}
.interior_img04 {
  width: 500px;
  margin-top: 60px;
}
.interior_img04 > .interior_cap {
  top: 0;
  left: 0;
}
.interior_img09 {
  top: -150px;
}
@media screen and (max-width:768px) {
  .interior_imgCover {
    margin: 0 auto 60px;
  }
  .interior_imgCover.firstSec {
    margin-bottom: 0;
  }
  .interior_cap {
    position: relative;
    width: 100%;
    font-size: 13px;
    padding: 20px 3vw;
    text-align: justify;
  }
  .capTtl {
    margin: 0 auto 10px;
    font-size: 17px;
  }
  .interior_img05 > .interior_cap, .interior_img06 > .interior_cap {
    width: 100%;
    top: unset;
    left: unset;
  }
  .interior_img01, .interior_img02, .interior_img03, .interior_img04, .interior_img05, .interior_img06, .interior_img07, .interior_img08, .interior_img09, .interior_img10, .interior_img11 {
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    margin-block-start: 20px;
  }
  .interior_img01, .interior_img02 {
    width: 60vw;
  }
  .interior_img04 {
    left: 0;
    width: 64vw;
    margin-top: 0;
  }
  .interior_img01 {
    left: -31vw;
  }
  .interior_img02 {
    left: 0;
  }
  .interior_img01 > .interior_cap {
    top: -30px;
    right: -8vw;
    width: 80vw;
    left: unset;
  }
  .interior_img02 > .interior_cap {
    top: -30px;
    left: -28vw;
    width: 80vw;
  }
  .interior_img08, .interior_img09 {
    width: 50vw;
  }
  .interior_img04 > .interior_cap {
    top: -54px;
    width: 67vw;
    left: 19vw;
  }
  .interior_img09 .interior_cap {
    top: -29px;
    width: 67vw;
    left: 19vw;
  }
}
@media screen and (max-width:620px) {
  .interior_cap {
    font-size: 3.47vw;
  }
  .capTtl {
    margin: 0 auto 10px;
    font-size: 4.53vw;
  }
}
/* ------------------
  tech page
------------------ */

.featureList {
    padding-inline: 0;
    border-radius: 10px;
    border: solid 2px #d5deec;
    padding: 35px 10px 31px 25px;
    max-width: 700px;
    margin: 0 auto;
}
.featureList_item,
.contentsBox h4.featureList_item {
    font-size: 25px;
    display: flex;
    align-items: center;
    margin: 6px 0 30px;
    font-family: 'Noto Serif JP', serif;
}
.contentsBox h4.featureList_item {
  font-size: 18px;
  border: none;
  margin: 30px 0 20px;
}
.featureList_item:last-child {
  margin-bottom: 0;
}
.featureList_item .num,
.contentsBox h4.featureList_item .num {
    background: #d5deec;
    line-height: 60px;
    display: inline-block;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.01px;
    margin-right: 1rem;
    position: relative;
    top: auto;
    left: auto;
}
.contentsBox h4.featureList_item .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
.contentsBox h4.featureList_item span {
  position: relative;
}
.dt_merit {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #b0922a;
  margin-bottom: 10px;
  position: relative;
}
.imgBox_long {
  width: 100%;
  text-align: center;
}
.imgBox_long img {
  display: inline-block;
  width: 85%;
  margin-bottom: 30px;
}
.imgBox_40 {
  width: 40%;
  padding: 0 20px;
}
.imgBox_40 img {
  width: 100%;
  display: inline-block;
}
.txtBox_60 {
  width: 60%;
  margin-bottom: 60px;
}
section.secInner.middleSec {
  background: #e4ebf47a;
  padding: 60px 0;
}

@media screen and (max-width:768px) {
  .featureList {
    padding: 24px 0 15px 2.35vw;
  }
  
  
}
@media screen and (max-width:620px) {
  section.secInner.middleSec {
  padding: 60px 4.5vw;
}
  .featureList_item,
  .contentsBox h4.featureList_item {
    font-size: 5.33vw;
}
  .featureList_item span,
  .contentsBox h4.featureList_item span {
    width: 66vw;
}
  .featureList_item .num,
  .contentsBox h4.featureList_item .num {
    background: #d5deec;
    line-height: 13vw;
    display: inline-block;
    border-radius: 60px;
    width: 13vw;
    height: 13vw;
    text-align: center;
    font-size: 7.46vw;
    color: #fff;
    letter-spacing: 0.01px;
    margin-right: 1rem;
    position: relative;
  }
  .imgBox_40,
  .txtBox_60 {
    width: 100%;
  }
  .imgBox_long img {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
}

/* ------------------
  clinic hours
------------------ */

.calImg {
  width: 80%;
  margin-inline: auto;
  margin-block: 0 50px;
}
.calImg img {
  width: 100%;
  display: block;
}
.contentsBox.greeting {
    background: url("./img/paper_texture_01.jpg") no-repeat;
    background-size: cover;
    padding: 130px 100px 100px;
}
.greeting_signature {
    width: 230px;
    margin-inline-start: auto;
    font-size: 18px;
    font-family: serif;
    letter-spacing: 0.1em;
}
.greeting_signature img {
  display: inline-block;
  width: 100%;
}
.welcomeTxt {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width:620px) {
  .calImg {
    width: 100%;
  }
  .contentsBox.greeting {
    padding: 70px 6vw 60px;
  }
  greeting_signature {
    width: 50vw;
  }
}

