@charset "utf-8";

html {
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
mark {
  color: #333333;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', Sans-Serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: normal;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-box: trim-both cap alphabetic;
}
body.customize-support {
    padding-top: 33px;
}
@media (min-width: 960px) {.pc_hide {display: none !important;}}
@media (min-width: 560px) and (max-width: 959px) { .tb_hide {display: none !important;}}
@media (max-width: 559px) {.sp_hide {display: none !important;}}

img{
    max-width: 100%;
    height: auto;
}
p {
  margin-bottom: 1em;
}
.disIB {
  display: inline-block !important;
}


/*--------------------------------------------
title
--------------------------------------------*/

h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-bottom: 25px;
  line-height: 1.4;
}
h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-bottom: 15px;
  line-height: 1.4;
}
h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (min-width: 960px){
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------
inner
--------------------------------------------*/

.inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.inner_short {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.inner_wide {
  max-width: 1585px;
  padding: 0 20px;
  margin: 0 auto 40px;
}

.mg__center {
  max-width: fit-content;
  margin: 0 auto 60px;
}
@media (min-width: 960px){
  .mg__center {
    text-align: center;
  }
}

/*--------------------------------------------
mainvisual
--------------------------------------------*/

.mainvisual {
  position: relative;
  margin-bottom: 100px;
  font-family: "kozuka-mincho-pr6n", serif;
}
.mainviusal__img img {
  width: 100%;
  height: auto;
}
.mainvisual__text {
    position: absolute;
    margin: auto;
    top: 50%;
    translate: 0 -50%;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
}
.mainvisual__text .jp {
  font-size: 30px;
    display: block;
}
.mainvisual__text .en {
  font-size: 20px;
  display: block;
}
@media (min-width: 960px){
  .mainvisual__text .jp {
    font-size: 70px;
  }
  .mainvisual__text .en {
    font-size: 35px;
  }
}

/*--------------------------------------------
feature
--------------------------------------------*/

.feature {
  padding: 0 0 60px;
}
  .box__column {
    margin-bottom: 40px;
}
  .box__column__img {
    margin-bottom: 15px;
}

@media (min-width: 960px){
  .box__column {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 40px;
    grid-template-rows: auto 1fr;
    margin-bottom: 80px;
  }
  .box__column__title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .box__column__img {
    grid-column:  1 /2;
    grid-row: 1 / 3;
    margin-bottom: 0;
  }
}
@media (min-width: 560px) and (max-width: 959px){
  .box__column__title {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .box__column__img {
    text-align: center;
  }
}




.feature__list {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  
}
.feature__list > li {
  flex-basis: 378px;
}
.feature__list h4.title {
  text-align: center;
  margin: 10px 0;
}


@media (min-width: 560px){
  .feature__list > li {
    display: grid;
    gap: 0;
  }
  .feature__list > li .title {
    order: 2;
  }
  .feature__list > li .thumbnail {
    order: 1;
  }
  .feature__list > li .text {
    order: 3;
  }
}
@media (max-width: 959px){
  .feature__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature__list > li {
    flex-basis: 47.5%;
    flex-basis: min(calc(50% - 15px),378px);
    margin-bottom: 30px;
  }
}
@media (max-width: 559px){
  .feature__list > li {
    flex-basis: 100%;
    flex-basis: min(100%,378px);
  }
}

/*--------------------------------------------
greeting
--------------------------------------------*/

.greeting {
 background: #F7FFE6;
 padding: 100px 20px 0;
 position: relative
}
.greeting__text {
  max-width: 720px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
}
.greeting__img {
  position: absolute;
  top: 210px;
  bottom: 0;
  left: 50%;
}

@media (min-width: 1600px){
  .greeting__text {
    translate: -170px 0;
  }
  .greeting__img {
  translate: 300px 0;
  }
.greeting__img img {
  display: block;
  object-fit: contain;
  height: 100%;
}
}
@media (min-width: 1300px) and (max-width: 1599px){
  .greeting__text {
  translate: -255px 0;
  }
.greeting__img {
  translate: 130px 0;
  }
.greeting__img img {
  display: block;
  object-fit: contain;
  height: 100%;
}
}
@media (min-width: 1230px) and (max-width: 1299px){
  .greeting__text {
      max-width: 60%;
      margin: 0 auto 40px 0;
      padding-bottom: 40px;
  }
  .greeting__img {
    right: 0;
    left: unset;
    width: 40%;
    vertical-align: bottom;
    top: unset;
  }
  .greeting__img img {
    
  }
}
@media (min-width: 960px) and (max-width: 1229px){
  .greeting__text {
    max-width: fit-content;
    padding-bottom: 0;
  }
  .greeting__img {
    position: static;
    max-width: 50vw;
    margin: 0 auto 0;
  }
}

@media (max-width: 959px){
  .greeting__text {
    max-width: 90vw;
    padding-bottom: 0;
  }
  .greeting__img {
    position: static;
    max-width: 50vw;
    margin: 0 auto 0;
  }
}

/*--------------------------------------------
treatment
--------------------------------------------*/

.treatment {
  padding: 60px 0;
}
  .box__column02 {
    margin-bottom: 40px;
}
.box__column02__img {
  margin-bottom: 15px;
}
@media (min-width: 960px){
  .box__column02 {
    display: grid;
    grid-template-columns: 1fr 540px;
    grid-gap: 0 40px;
    grid-template-rows: auto 1fr;
    margin: 80px 0 80px;
  }
  .box__column02__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .box__column02__img {
    grid-column:  2 / 3;
    grid-row: 1 / 3;
    margin-bottom: 0;
  }
  .box__column02__text {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
@media (max-width: 1239px){
  .box__column02 {
    margin-top: 40px;
  }
  .box__column02__title {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .box__column02__img {
    text-align: center;
  }
}


/*--------------------------------------------
type
--------------------------------------------*/

.type {
  padding: 60px 0;
  background: #DFFFFE;
}
.type__box {
  display: grid;
  grid-gap: 30px;
}
.type__box > dl {
  padding: 20px;
  background: #fff;
  border: 1px solid #DADADA;
}
.type__box dt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 560px){
  .type__box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px){
  .type__box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}


.img_tooth_wrap {
  margin: 20px 0;
}


/*--------------------------------------------
access
--------------------------------------------*/

.access__inner {
  line-height: 1.4;
  font-size: 16px;
}
.access__text {
  padding: 20px;
  max-width: fit-content;
  margin: 0 auto 40px;
}
.access__text__logo {
  max-width: 400px;
  margin-bottom: 20px;
}
.address {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
  .access__img img {
    width: 100%;
  }

@media (min-width: 960px){
  .access__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1300px;
    margin: auto;
  }
  .access__text {
    max-width: 960px;
    padding: 20px 40px 20px 20px;
    display: grid;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .access__text__logo {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .access__img img {
    height: 100%;
    object-fit: cover;
  }
}
.time table {
  width: 100%;
}
.time table th,
.time table td {
  padding: 10px;
}
.time table tbody th,
.time table tbody td {
  border-top: 1px solid #1eb8ec;
}
.time table th {
  text-align: right;
}

.google__map {
  height: 450px;
  width: 100%;
  position: relative;
}
.google__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------
fixed btn
--------------------------------------------*/
.fixed__btn a {
  padding: 10px 20px;
  background: #1eb8ec;
  color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.fixed__btn a .fixed__btn__inner {
  position: relative;
  padding-left: 1.4em;
}
.fixed__btn a .fixed__btn__inner::before {
  content: "";
  position: absolute;
  left:0;
  width: 1em;
  top: 0;
  bottom: 0;
  background: url(img/ico_calender_w.png) 50% 50% / contain no-repeat;
}
@media (min-width: 960px){
  .fixed__btn a {
    right: 0;
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
    border-radius: 10px 0 0 10px;
    left: unset;
    display: inline-block;
    width: auto;
    word-break: break-all;
  }
  .fixed__btn a .fixed__btn__inner {
    width: 1em;
    padding:  1.4em 0 0 0;
    display: inline-block;
    line-height: 1.2;
  }
  .fixed__btn a .fixed__btn__inner::before {
    right: 0;
    bottom: auto;
    height: 1em;
    width: auto;
  }
}


/*--------------------------------------------
footer
--------------------------------------------*/

.copyright {
  display: block;
  padding: 5px;
  text-align: center;
  background: #1eb8ec;
  color: #fff;
}