@charset "UTF-8";
/* CSS Document */
/* common */
@media screen and (min-width:769px) {
  .flexbox {
    display: flex;
    gap: 20px;
  }
  .flexbox .box-pink {
    width: calc(50% - 10px);
  }
  .wrapbox01 .em_attention:first-child {
    margin-top: 0;
  }
  .wrapbox01 {
    /*border: dashed 1px #f3787e;*/
    /*padding: 40px;*/
    background-color: #fdf4f5;
    padding: 30px 35px;
    border-radius: 10px;
    /*margin-bottom: 25px;*/
  }
}
@media screen and (max-width:768px) {
  .flexbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .flexbox .box-pink {
    width: 100%;
  }
  .wrapbox01 .em_attention:first-child {
    margin-top: 0;
  }
  .wrapbox01 {
    border: dashed 1px #f3787e;
    padding: 18px 20px 10px;
  }
}
.c-list li {
  margin-bottom: 10px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
li.c-pink::before {
  content: "●";
  /*color: #e98a98;*/
	color:#f3787e;
  font-size: 0.6em;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
li.c-pink.mb0 {
  margin-bottom: 0;
}
.btn-g {
  width: 300px;
  height: 60px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  /* background-color: #47b8bc; */
  /* background: #e98a98; */
  background: #5d90de;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
  /* font-family: "Noto Serif JP", serif; */
  /* font-weight: 500; */
  margin-top: 10px;
  position: relative;
  display: block;
  margin: 0 auto;
}
button.btn-g::after {
  content: '';
  display: block;
  height: 7px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn-g:hover {
  opacity: .8;
  transition: 0.3s;
}
span.tel_num {
  font-size: 2em;
  font-weight: 500;
  /* color: #47b8bc; */
  color: #f3787e;
}
span.l-green {
  /* color: #47b8bc; */
  color: #f3787e;
  font-weight: 500;
}
span.link-blue {
  color: #5d90de;
  text-decoration: underline;
}
span.link-blue:hover {
  opacity: .7;
  transition: .2s ease;
}
.marker_pink {
  background: linear-gradient(transparent 50%, rgb(253 198 218 / 50%) 50%);
  display: inline;
  background-repeat: no-repeat;
  /* background-size: 0% 100%; */
  /* transition: background-size 1.5s;*/
}
.em_attention {
  margin-top: 25px;
  /*margin-top: 40px;*/
}
/* tma/emergency */
.mv.tma.emergency h2::before {
  content: 'EMERGENCY';
  display: block;
}
.sub .col2.flexbox {
  width: 100%;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.sub .col2.flexbox figure {
  width: 35%;
}
.sub .col2.flexbox .no-flex {
  width: 65%;
}
.sub .col2.flexbox .text-area {
  width: 100%;
}
@media screen and (max-width:768px) {
  .sub .col2.flexbox figure {
    width: 70%;
  }
  .sub .col2.flexbox .no-flex {
    width: 100%;
  }
}
.conts-area.video7119 iframe {
  margin: 40px auto 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
}
/* tma/join */
.mv.tma.join h2::before {
  content: 'JOIN US';
  display: block;
}
@media screen and (min-width:769px) {
  .float-r figure {
    float: right;
    padding-left: 30px;
    padding-bottom: 5px;
    width: 30%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .float-r figure span {
    color: #f3787e;
    font-weight: 500;
  }
  .float-r figure img {
    padding-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .float-r figure {
    float: none;
    padding: 0 0 0px;
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .float-r figure img {
    padding-bottom: 10px;
  }
  .float-r figure span {
    color: #f3787e;
    font-weight: 500;
  }
}
/* hmc */
.mv.hmc {
  background-image: url(../images/hmc/mv01.jpg);
}
@media screen and (min-width:769px) {
  .float-l figure {
    float: left;
    padding-right: 30px;
    /*max-width: 300px;*/
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .float-l figure figcaption {
    color: #333;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
  }
  .float-l figure img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .float-l figure {
    float: none;
    padding: 0 0 20px;
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .float-l figure figcaption {
    font-size: 1.6rem;
  }
  .float-l figure img {
    padding-bottom: 10px;
  }
}
/* consultation */
.mv.consultation {
  background-image: url("../images/consultation/mv01.jpg");
}
.mv.consultation.top h2::before {
  content: 'CONSULTATION';
  display: block;
}
button.btn-g.consul {
  font-size: 0.9em;
  display: block;
  margin: 0 auto;
}
/* contact */
.mv.contact {
  background-image: url(../images/contact/mv03.jpg);
}
.mv.contact.top h2::before {
  content: 'CONTACT';
  display: block;
}
#contact .box-grey {
  border-radius: 0;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contact .gmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#contact .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact sup {
  font-size: 70%;
  vertical-align: text-top;
}
#contact p.annotation {
  font-size: 1.5rem;
  line-height: 1.8;
  /*font-family: "Noto Serif JP", serif;*/
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
.sub #contact .tbl01 {
  margin-bottom: 20px;
}
.sub #contact .tbl01 th {
  width: 50%;
}
#contact p.tb-time {
  text-align: right;
  line-height: 1;
}
/*@media screen and (min-width:769px) {
    .conts-area.gmap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .conts-area.gmap iframe {
        width: 50%;
        height: 380px;
    }
    .conts-area.gmap .infologo {
        max-width: 250px;
        margin-bottom: 15px;
    }
    .conts-area.gmap .no-flex {
        width: calc(50% - 40px);
    }
    .conts-area.gmap .no-flex table {
        margin-bottom: 0;
    }
    table.tbl01.th30 th {
        width: 30%;
        border-right: 1px solid #e2e2e2;
    }
    table.tbl01.th30 thead th, table.tbl01.th30 thead td {
        text-align: center;
        font-weight: 500;
    }
@media screen and (max-width:768px) {
    .conts-area.gmap iframe {
        width: 100%;
        height: 300px;
    }
    .conts-area.gmap .infologo {
        max-width: 250px;
        margin: 20px auto;
    }
    table.tbl01.th30 th {
        width: 30%;
        border-right: 1px solid #e2e2e2;
    }
    table.tbl01.th30 thead th, table.tbl01.th30 thead td {
        text-align: center;

    }
    table.tbl01.th30 thead {
        display: none;
    }
    table.tbl01.th30 tr th {
        width: 100%;
        border-right: none;
    }
    table.tbl01.th30 tbody tr:first-child {
        border-top: none;
    }
    table.tbl01.th30 tbody tr {
        display: flex;
        flex-direction: column;
    }
}

*/