@charset "UTF-8";

body {
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

section {
  position: relative;
  overflow-x: hidden;
}

.inner {
  max-width: 1085px;
  width: 98%;
  margin: 0 auto;
}

a {
  transition: opacity 0.3s;
}

h2 {
  position: relative;
  text-align: center;
  font-size: 39px;
  display: block;
  margin: 0 0 47px;
  letter-spacing: 3px;
  padding-bottom: 34px;
  line-height: 1.4;
  font-weight: 400;
}

h2::after {
  content: "";
  width: 125px;
  height: 3px;
  background: #e07f8c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

.ttl03 {
  font-size: 32px;
  line-height: 1.2;
  /* position: relative; */
  padding: 0 0 0 18px;
  margin-bottom: 41px;
  letter-spacing: 3px;
  font-weight: 400;
  border-left: 7px solid #dd7e8d;
}

strong {
  color: #ff6379;
}

@media all and (max-width: 1084px) {
  h2 {
    font-size: 30px;
  }
}

@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .pc {
    display: none !important;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
  }

  h2 {
    font-size: 19px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  h2::after {
    width: 40px;
  }

  .ttl03 {
    font-size: 17px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
}

/*-------------------------- sec1 ------------------------*/
#sec1 {
  background: url("../images/sec1_bg.jpg") center center;
  background-size: cover;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  padding-bottom: 90px;
}

#sec1 header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#sec1 header .inner {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}

#sec1 header .logo {
  background-color: #eb9aa6;
  display: flex;
  padding: 1.54%;
  width: 26.92%;
}

#sec1 header .logo img {
  width: 100%;
  height: auto;
}

#mv {
  font-size: 0;
  position: relative;
}

#mv .bg {
  width: 100%;
  height: auto;
}

#mv .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  max-width: 1300px;
}

#mv h1 {
  max-width: 800px;
  width: 61.5%;
  position: absolute;
  top: 12%;
  right: 6%;
}

#mv .clinic_ttl {
  max-width: 671px;
  width: 51.6%;
  position: absolute;
  top: 33%;
  left: 1.5%;
}

#mv .main_point {
  position: absolute;
  top: 69%;
  left: 0;
  width: 100%;
}

#mv .main_point li {
  width: 15.38%;
  padding-bottom: 15.38%;
  position: absolute;
  top: 0;
  background: rgba(255, 245, 235, 0.5);
  border-radius: 50%;
  z-index: 2;
}

#mv .main_point li:nth-child(1) {
  margin-top: 10.9%;
  left: 5.2%;
}

#mv .main_point li:nth-child(2) {
  left: 19%;
}

#mv .main_point li:nth-child(3) {
  margin-top: 8%;
  left: 33.5%;
}

#mv .main_point li::before {
  content: "";
  position: absolute;
  border: 1px solid #e18196;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#mv .main_point li:nth-child(1)::before {
  top: -7.5%;
  left: -6%;
}

#mv .main_point li:nth-child(2)::before {
  top: -9%;
  left: 0;
}

#mv .main_point li:nth-child(3)::before {
  top: 7.1%;
  left: -4.2%;
}

#mv .main_point li::after {
  z-index: -1;
  content: "";
  background: rgba(245, 228, 221, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}

#mv .main_point li:nth-child(1)::after {
  bottom: -2.5%;
  left: -7%;
}

#mv .main_point li:nth-child(2)::after {
  top: 0;
  left: -8%;
}

#mv .main_point li:nth-child(3)::after {
  top: -2.9%;
  left: 8.4%;
}

#mv .main_point li img {
  width: 54.5%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#mv .main_point li:nth-child(1) img {
  width: 54.5%;
}

#mv .main_point li:nth-child(2) img {
  width: 76.5%;
}

#mv .main_point li:nth-child(3) {
  width: 18.46%;
  padding-bottom: 18.46%;
}

#mv .main_point li:nth-child(3) img {
  width: 62.5%;
}

#sec1 .nav {
  padding-top: 19.17%;
}

#sec1 .nav .inner ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#sec1 .nav .inner ul li {
  width: 13.7%;
}

#sec1 .nav .inner ul li:nth-child(3) {
  width: 19%;
}

#sec1 .nav .inner ul li a {
  background: linear-gradient(to bottom,
      rgba(221, 128, 142, 1) 0%,
      rgba(255, 182, 152, 1) 100%);
  font-size: 18px;
  padding: 7px 10px 29px;
  height: 65px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  #fff-space: nowrap;
}

#sec1 .nav .inner ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21px;
  background: #d5b4bd;
}

#sec1 .nav .inner ul li a::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
}

#p1 {
  padding-top: 50px;
}

#p1 p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 5px;
}

#sec2 {
  padding-top: 100px;
}

@media all and (min-width: 1327px) {
  #sec1 .nav {
    padding-top: 254px;
  }
}

@media all and (max-width: 1084px) {
  #sec1 .nav .inner ul li {
    width: 16%;
  }

  #sec1 .nav .inner ul li a {
    font-size: 16px;
    padding: 5px 5px 26px;
    height: 60px;
  }

  #p1 p {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  #sec1 {
    padding-top: 55px;
    padding-bottom: 60px;
    border-bottom-right-radius: 50% 6%;
    border-bottom-left-radius: 50% 6%;
  }

  #sec1 header {
    position: fixed;
    background-color: #fff;
  }

  #sec1 header .inner {
    width: 100%;
    padding: 0;
    align-items: center;
  }

  #sec1 header .logo {
    padding: 9px;
    width: auto;
    height: 55px;
  }

  #sec1 header .logo img {
    width: auto;
    height: 100%;
  }

  #sp_nav_toggle {
    width: 50px;
    height: 35px;
    position: relative;
    cursor: pointer;
  }

  #sp_nav_toggle::before,
  #sp_nav_toggle::after {
    content: "";
    display: block;
  }

  #sp_nav_toggle span,
  #sp_nav_toggle::before,
  #sp_nav_toggle::after {
    width: 30px;
    height: 3px;
    background-color: #eb9aa6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s;
  }

  #sp_nav_toggle::before {
    top: -14px;
  }

  #sp_nav_toggle::after {
    bottom: -14px;
  }

  #sp_nav_toggle.open span {
    opacity: 0;
  }

  #sp_nav_toggle.open::before {
    transform: rotate(-45deg);
    top: 0;
  }

  #sp_nav_toggle.open::after {
    transform: rotate(45deg);
    bottom: 0;
  }

  #mv h1 {
    width: 41%;
    top: 4%;
    transform: rotate(-2deg);
  }

  #mv .clinic_ttl {
    width: 86%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
  }

  #mv .main_point {
    top: 45%;
  }

  #mv .main_point li,
  #mv .main_point li:nth-child(3) {
    width: 22.67%;
    padding-bottom: 22.67%;
  }

  #mv .main_point li:nth-child(1) {
    margin-top: 22%;
    left: 19%;
  }

  #mv .main_point li:nth-child(2) {
    left: 5%;
  }

  #mv .main_point li:nth-child(3) {
    margin-top: 43%;
    left: 5%;
  }

  #mv .main_point li:nth-child(1)::before,
  #mv .main_point li:nth-child(2)::before,
  #mv .main_point li:nth-child(3)::before {
    top: -6%;
    left: 0;
  }

  #mv .main_point li:nth-child(1) img {
    width: 67%;
  }

  #mv .main_point li:nth-child(2) img {
    width: 87.7%;
  }

  #mv .main_point li:nth-child(3) img {
    width: 93.5%;
  }

  #sec1 .nav {
    padding-top: 0;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    z-index: 98;
    display: none;
  }

  #sec1 .nav .inner {
    padding: 0;
    height: 100%;
  }

  #sec1 .nav .inner ul {
    flex-direction: column;
  }

  #sec1 .nav .inner ul li {
    width: 100%;
  }

  #sec1 .nav .inner ul li:nth-child(n + 2) {
    border-top: 1px solid rgb(235, 154, 166);
  }

  #sec1 .nav .inner ul li:nth-child(3) {
    display: none;
  }

  #sec1 .nav .inner ul li a {
    font-size: 12px;
    padding: 12px;
    min-height: auto;
    background: rgba(235, 154, 166, 0.9);
    height: 40px;
  }

  #sec1 .nav .inner ul li a::before {
    content: none;
  }

  #sec1 .nav .inner ul li a::after {
    transform: rotate(-90deg);
    top: 0;
    right: 5px;
    left: inherit;
    border-width: 4px;
  }

  #p1 {
    padding-top: 0;
    margin-top: 30px;
  }

  #p1 p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
  }

  #sec2 {
    padding-top: 40px;
  }
}

/*-------------------------- sec2 ------------------------*/

.flex {
  display: flex;
  flex-wrap: nowrap;
}

#sec2 ul.list01>li {
  width: 30%;
}

/* #sec2 ul.list01.col3 {
  justify-content: space-between;
} */
#sec2 ul.list01.col3,
#sec2 ul.list01.col2 {
  justify-content: center;
}

#sec2 ul.list01 {
  margin-top: 80px;
}

#sec2 ul.list01 h3 {
  margin-bottom: 44px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 3px;
}

#sec2 ul.list01 h3+.flex {
  flex-direction: column;
  align-items: center;
}

#sec2 ul.list01 h3+.flex img {
  max-width: 100%;
  height: auto;
}

#sec2 ul.list01 h3+.flex p {
  margin-top: 30px;
  line-height: 1.6;
  width: 100%;
}

#sec2 ul.list02 {
  margin-top: 30px;
}

#sec2 ul.list02>li::before {
  content: "・";
}

#sec2 ul.list02>li:first-child {
  border-top: 4px dotted #e3bea4;
}

#sec2 ul.list02>li {
  border-bottom: 4px dotted #e3bea4;
  font-size: 22px;
  padding: 9px 0;
}

#sec2 ul.list01.col3>li:nth-child(n + 2),
#sec2 ul.list01.col2>li:nth-child(n + 2) {
  margin-left: 10%;
}

.btn_area {
  padding-top: 50px;
}

.btn_area .arrow {
  padding-bottom: 12%;
  background: url("../images/btn_bg.png") center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.btn_area .arrow>p {
  border-top: 3px solid #dc7689;
  border-bottom: 3px solid #dc7689;
  padding: 11px 40px 11px 62px;
  text-align: center;
  letter-spacing: 4px;
  color: #d97d8d;
  font-size: 30px;
  margin-top: 1%;
}
.btn_area>p {
  border-top: 3px solid #dc7689;
  border-bottom: 3px solid #dc7689;
  padding: 11px 40px 11px 62px;
  text-align: center;
  letter-spacing: 4px;
  color: #d97d8d;
  font-size: 30px;
  margin-top: 1%;
}

.contact>p{
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 1em;
  letter-spacing:0.3em
}

.btn_area .arrow::after {
  content: "";
  width: 124px;
  height: 184px;
  background: url("../images/btn_img.png") center bottom no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: calc(50% + 280px);
}

.btn_area .arrow .tel_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn_area .arrow .tel_area p {
  font-size: 26.5px;
  color: #9c123c;
  line-height: 1.1;
  text-align: center;
}

.btn_area .arrow .tel_area a.tel {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.btn_area .arrow .tel_area a.tel img {
  margin-right: 20px;
}

.btn_area .arrow .tel_area a.tel span {
  font-size: 53px;
  line-height: 1;
  color: #9c123c;
}

.nohover {
  opacity: unset !important;
  cursor: default;
}

.btn_area .contact {
  background: #ffb6c1;
  padding: 35px 0;
}

.btn_area .contact a {
  position: relative;
  box-shadow: 1px 1px 5px #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 90%;
  max-width: 650px;
  height: 100px;
  font-size: 28px;
  letter-spacing: 3.5px;
  border-radius: 5px;
  background: url("../images/btn_bg02.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.btn_area .contact a::before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-left-color: #fff;
  left: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 12px 0 12px 20px;
}

.btn_area .contact .note {
  font-size: 13px;
  padding: 5px 0;
  font-weight: 800;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
  color: #9c123c;
  display: none;
}

@media all and (max-width: 1580px) {
  .btn_area .arrow {
    height: 250px;
    margin-top: 38px;
    padding-bottom: 0;
  }

  .btn_area .arrow>p {
    margin-top: -10px;
  }
  .btn_area>p {
    margin-top: -10px;
  }

  .btn_area .arrow .tel_area {
    bottom: 12px;
  }
}

@media all and (max-width: 1084px) {
  #sec2 ul.list01 h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  #sec2 ul.list02>li {
    font-size: 17px;
  }

  .btn_area {
    padding-top: 72px;
  }

  .btn_area .arrow {
    background-size: 1085px 250px;
  }

  .btn_area .arrow::after {
    right: calc(50% + 260px);
  }

  .btn_area .arrow>p {
    padding: 8px 30px 8px 40px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 0;
  }
  .btn_area>p {
    padding: 8px 30px 8px 40px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 0;
  }
}

@media all and (max-width: 800px) and (min-width: 768px) {
  #sec2 ul.list01 {
    margin: 0 2em;
  }


}

@media all and (max-width: 768px) {
  #sec2 ul.list01 {
    margin-top: 0;
    flex-direction: column;
  }

  #sec2 ul.list01>li {
    width: 100%;
    margin-top: 30px;
  }

  #sec2 ul.list01 h3 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 18px;
    font-weight: 400;
    border-left: 7px solid #dd7e8d;
    margin-bottom: 15px;
  }

  #sec2 ul.list01 h3+.flex {
    flex-direction: row;
  }

  #sec2 ul.list01 h3+.flex img {
    width: 80px;
    flex-shrink: 0;
    margin-right: 10px;
  }

  #sec2 ul.list01 h3+.flex p {
    margin-top: 0;
  }

  #sec2 ul.list02>li {
    font-size: 14px;
  }

  #sec2 ul.list01.col3>li:nth-child(n + 2),
  #sec2 ul.list01.col2>li:nth-child(n + 2) {
    margin-left: 0;
  }

  .btn_area {
    padding-top: 48px;
  }

  .btn_area .arrow {
    height: 150px;
    background-size: 100% 150px;
    background-position: center top;
  }

  .btn_area .arrow>p {
    padding: 3px 0px 3px 10px;
    letter-spacing: 1px;
    border-width: 2px;
    margin-top: -20px;
  }

  .btn_area>p {
    padding: 3px 0px 3px 10px;
    letter-spacing: 1px;
    border-width: 2px;
    margin-top: -20px;
  }

  .btn_area .arrow::after {
    content: none;
  }

  .btn_area .arrow .tel_area p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .btn_area .arrow .tel_area a.tel img {
    width: 45px;
    margin-right: 5px;
  }

  .btn_area .arrow .tel_area a.tel span {
    font-size: 30px;
  }

  .btn_area .contact {
    padding: 14px 0;
  }

  .btn_area .contact a {
    width: 90%;
    max-width: 335px;
    font-size: 14px;
    line-height: 1;
    height: 45px;
  }

  .btn_area .contact a::before {
    border-width: 6px 0 6px 10px;
    left: 9%;
  }

  .btn_area .contact .note {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
    font-weight: normal;
  }

  .contact>p {
    text-align: center;
    font-size: 1em;
    margin-bottom: 0.6em;
    letter-spacing: 0.2em
  }
}

@media all and (max-width: 499px) {
  .btn_area .arrow {
    background-size: 500px 150px;
  }
}

/*-------------------------- sec3 ------------------------*/
#sec3 {
  background: url(../images/sec1_bg.jpg) center center;
  background-size: cover;
}

#sec3 .sec3_1 {
  padding: 130px 0 24px;
  background-color: #fff;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
}

#sec3 .doctor_box {
  margin-bottom: 50px;
}

#sec3 .doctor_box .detail,
#sec3 .doctor_box .career {
  display: flex;
  justify-content: space-between;
}

#sec3 .doctor_box .career {
  margin-top: 50px;
}

#sec3 .doctor_box .detail .photo {
  width: 49%;
}

#sec3 .doctor_box .detail .photo img {
  max-width: 100%;
  height: auto;
}

#sec3 .doctor_box .detail .text {
  width: 49%;
}

#sec3 .doctor_box .detail .text p {
  line-height: 2;
}

#sec3 .doctor_box .detail .text p+p {
  margin-top: 12px;
}

#sec3 .doctor_box .detail .text .name_box .name {
  color: #dd867d;
}

#sec3 .doctor_box .detail .text .comment b {
  display: block;
  color: #dd867d;
  font-size: 20px;
  padding: 10px 0;
}

#sec3 .doctor_box .career .box {
  width: 46%;
  background-color: #fbf8f8;
  padding: 32px 50px 50px 50px;
  position: relative;
}

#sec3 .doctor_box .career .box dl dt {
  color: #dd867d;
  font-size: 20px;
  margin-bottom: 20px;
}

#sec3 .doctor_box .career .box dl dd ul li:nth-child(n + 2) {
  margin-top: 10px;
}

#sec3 .doctor_box .career .box dl dd ul li span.year {
  margin-right: 20px;
}

#sec3 .doctor_box .career .box::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 7px;
  background-color: #ebb8b8;
}

#sec3 .doctor_box .detail.reverse {
  flex-direction: row-reverse;
}

#sec3 .doctor_box .detail.reverse .ttl03 {
  padding: 0 0 0 18px;
}

#sec3 .doctor_box .detail .text strong {
  color: #dd7e8d;
}

#sec3 .sec3_2 {
  padding-top: 100px;
}

#sec3 .sec3_2 ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec3 .sec3_2 ul.flex li {
  width: 48%;
  margin-bottom: 20px;
}

#sec3 .sec3_2 ul.flex li small {
  text-align: right;
  display: block;
  margin-top: 10px;
}

#sec3 .sec3_2 ul.flex li p {
  margin-bottom: 12px;
}

#sec3 .sec3_2 ul.flex li img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  #sec3 .sec3_1 {
    padding: 30px 0 0;
    border-bottom-right-radius: 50% 3%;
    border-bottom-left-radius: 50% 3%;
  }

  #sec3 .sec3_2 {
    padding-top: 50px;
  }

  #sec3 .doctor_box {
    margin-bottom: 30px;
  }

  #sec3 .doctor_box .detail,
  #sec3 .doctor_box .career,
  #sec3 .doctor_box .detail.reverse {
    flex-direction: column;
    align-items: center;
  }

  #sec3 .doctor_box .career {
    margin-top: 10px;
  }

  #sec3 .doctor_box .detail .text {
    width: 100%;
    margin-top: 24px;
  }

  #sec3 .doctor_box .detail .text p {
    line-height: initial;
  }

  #sec3 .doctor_box .career .box {
    width: 100%;
    padding: 20px 7% 30px;
  }

  #sec3 .doctor_box .career .box+.box {
    margin-top: 30px;
  }


  #sec3 .doctor_box .detail .photo {
    width: 100%;
    text-align: center;
  }

  #sec3 .doctor_box .detail .text .name_box {
    text-align: center;
  }

  #sec3 .doctor_box .detail .text .comment b {
    font-size: 16px;
  }

  #sec3 .doctor_box .career .box dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #sec3 .doctor_box .career .box dl dd ul li:nth-child(n + 2) {
    margin-top: 5px;
  }

  #sec3 .sec3_2 ul.flex {
    flex-direction: column;
  }

  #sec3 .sec3_2 ul.flex li {
    width: 100%;
    margin-bottom: 28px;
  }

  #sec3 .sec3_2 ul.flex li small {
    margin-top: 0;
  }
}

/*-------------------------- sec4 ------------------------*/
#sec4 {
  padding: 130px 0;
}

#sec4 .t_btn {
  background-color: #686868;
  /* background-color: #e09fad; */
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
  margin-top: 80px;
}

#sec4 table.tbl_price {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  position: relative;
  font-size: 22px;
  table-layout: fixed;
}

#sec4 table.tbl_price tr:nth-child(odd) {
  background: #fff0f3;
}

#sec4 table.tbl_price th:nth-child(1) {
  background: #ffa3b0;
}

#sec4 table.tbl_price tbody tr>* {
  border: 1px solid #ff8ba1;
}

#sec4 table.tbl_price tbody td {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

#sec4 table.tbl_price tbody th {
  text-align: center;
  padding: 10px;
  font-weight: normal;
  font-size: 24px;
}

#sec4 table.tbl_price .lh300 {
  line-height: 3;
}

#sec4 table.tbl_price th:nth-child(1).parts {
  background: #ffffff;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  #sec4 {
    padding: 30px 0 70px;
  }

  #sec4 .t_btn {
    font-size: 20px;
    padding: 5px 0;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
  }

  #sec4 .t_btn::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: auto 0;
  }

  #sec4 table.tbl_price {
    font-size: 12px;
    margin: 24px 0 32px;
    table-layout: auto;
  }

  #sec4 table.tbl_price tbody td:first-child {
    width: 60%;
    line-height: 1.6;
  }

  #sec4 table.tbl_price tbody td:last-child {
    width: 40%;
  }

  #sec4 table.tbl_price tbody td {
    text-align: center;
    font-size: 14px;
  }

  #sec4 table.tbl_price tbody th {
    font-weight: normal;
    font-size: 18px;
    padding: 6px;
  }

  #sec4 .close_btn {
    cursor: pointer;
    background-color: #e09fad;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 7px 15px;
    border-radius: 3px;
    margin: 10px 0 0 auto;
    display: block;
    width: 75px;
    position: relative;
  }

  #sec4 .close_btn::before,
  #sec4 .close_btn::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }

  #sec4 .close_btn::before {
    transform: rotate(45deg);
  }

  #sec4 .close_btn::after {
    transform: rotate(-45deg);
  }

  #sec4 .table_box .toggle_box {
    margin-bottom: 70px;
    display: none;
  }
}

/*-------------------------- sec5 ------------------------*/

#sec5 {
  background: url("../images/qa_bg.jpg") no-repeat top center;
  background-size: cover;
}

#sec5 .sec5_header {
  position: absolute;
  top: 0;
  width: 110%;
  left: -5%;
  background-color: #fff;
  padding-bottom: 80px;
  box-shadow: 0px 20px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 50% 50%;
}

#sec5 .sec5_header h2 {
  margin-bottom: 0;
}

#sec5 .qa {
  padding: 250px 0 200px;
}

#sec5 .qa dl {
  max-width: 800px;
}

#sec5 .qa dl:nth-child(even) {
  /* display: flex;
  flex-wrap: wrap; */
  margin: 0 0 0 auto;
}

#sec5 .qa dt,
#sec5 .qa dd {
  position: relative;
}

#sec5 .qa dt {
  font-size: 30px;
  margin-bottom: 10px;
  padding: 0px 0 10px 100px;
  letter-spacing: 6px;
  color: #fff;
}

#sec5 .qa dt:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 98px;
  border-bottom: 4px dotted;
}

#sec5 .qa dd {
  margin: 8px 0 50px 30px;
  padding: 0px 0 0 75px;
  font-size: 23px;
  line-height: 1.5;
}

#sec5 .qa dt:before,
#sec5 .qa dd:before {
  content: "Q :";
  position: absolute;
  left: 5px;
  text-align: right;
  letter-spacing: 0;
}

#sec5 .qa dd:before {
  content: "A :";
  left: -10px;
}

#sec5::after {
  content: "";
  display: block;
  width: 110%;
  box-shadow: 0px -20px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: -5%;
}

@media all and (max-width: 768px) {
  #sec5 .sec5_header {
    padding-bottom: 30px;
    width: 150%;
    left: -25%;
  }

  #sec5 .qa {
    padding: 120px 0;
  }

  #sec5 .qa dl {
    margin-bottom: 30px;
  }

  #sec5 .qa dt {
    font-size: inherit;
    padding-left: 40px;
    letter-spacing: 0;
    width: 100%;
  }

  #sec5 .qa dt:after {
    left: 40px;
  }

  #sec5 .qa dd {
    padding-left: 10px;
    font-size: inherit;
    margin: 0 0 20px 30px;
  }

  #sec5 .qa dd:before {
    left: -22px;
  }

  #sec5::after {
    width: 150%;
    left: -25%;
    height: 100px;
  }
}

/*-------------------------- sec6 ------------------------*/
.tbl01 {
  width: 100%;
  max-width: 1084px;
  background: #fff;
  table-layout: fixed;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
}

.name {
  font-size: 38px;
  display: block;
  width: 100%;
}

.tbl_cell5 dl>dt,
.tbl_cell6 dl>dt {
  background-color: #f0eeef;
  padding: 3px 6px;
  margin: 8px 0px 8px;
}

.tbl01 dt {
  border-left: 2px solid #504539;
  padding-left: 10px;
  margin-bottom: 15px;
}

.tbl01_sp {
  margin-bottom: 30px;
}

.tbl01_sp li {
  padding-left: 0;
  position: relative;
}

.tbl01_sp li span {
  margin-right: 10px;
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 0 5px;
}

@media all and (min-width: 769px) {
  .tbl_cell1 {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border-right: 1px solid #e6e6e6;
  }

  .tbl_cell2 {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
  }

  .tbl_cell3 {
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    padding: 25px 30px;
    width: 100%;
    height: 25%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .tbl_cell4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* height: 75%; */
  }

  .tbl_cell5 {
    width: 60%;
    border-left: none;
    padding: 25px 10px 25px 25px;
  }

  .tbl_cell6 {
    width: 40%;
    border-left: none;
    padding: 25px 25px 25px 10px;
  }

  .tbl_cell7 {
    border-bottom: 1px solid #e6e6e6;
    border-top: none;
    padding: 25px 30px;
  }
}

@media all and (max-width: 768px) {
  .tbl01 {
    padding: 10px;
  }

  .tbl_cell1 {
    display: block;
    margin: 0 auto;
    order: 1;
    padding: 10px;
  }

  .tbl_cell2 {
    order: 3;
    padding: 0px;
    width: 100%;
  }

  .tbl_cell3 {
    text-align: center;
  }

  .tbl_cell7 {
    order: 2;
    width: 100%;
    padding: 10px 0 20px;
    line-height: 1.6;
  }

  span.name {
    font-size: 20px;
  }

  .tbl01 dt {
    border-left: 4px solid #af8f66;
    padding-left: 10px;
  }

  .tbl01_sp {
    margin-bottom: 30px;
  }

  .tbl01_sp li {
    display: flex;
    border: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
  }

  .tbl01_sp span {
    padding-right: 0px;
    margin-right: 10px;
    text-align: center;
    word-break: keep-all;
  }

  .tbl_cell6 dd:last-child {
    padding-left: 13px;
  }

  .tbl01_sp li+li {
    border-top: none;
  }
}

/*-------------------------- sec7 ------------------------*/
#sec7 {
  padding-top: 130px;
  background-color: #f9f1e6;
}

.img_wrap {
  padding-bottom: 10px;
  text-align: center;
}

.img_wrap img {
  max-width: 100%;
}

.group .txt_wrap {
  margin-bottom: 65px;
  font-size: 16px;
}

.txt_wrap p {
  margin-bottom: 19px;
}

.txt_wrap li {
  line-height: 1.4;
  margin-bottom: 14px;
  text-indent: -10px;
  padding-left: 10px;
}

.map iframe {
  width: 100%;
}

@media all and (max-width: 768px) {
  #sec7 {
    padding-top: 30px;
  }

  .group .txt_wrap {
    font-size: 14px;
  }

  .img_wrap {
    padding: 0 0 10px;
  }

  .map iframe {
    height: 200px;
  }
}

.footer {
  text-align: center;
  padding: 40px 10px;
  font-size: 24px;
  color: #dda5b0;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .footer {
    font-size: 14px;
    padding: 10px 10px 70px;
    letter-spacing: 0;
  }

  #fix_menu {
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 999;
    box-shadow: 0px -1px 5px rgba(51, 51, 51, 0.7);
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
  }

  #fix_menu ul {
    display: flex;
    height: 60px;
  }

  #fix_menu li {
    width: 50%;
    flex-shrink: 0;
  }

  #fix_menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    font-size: 13px;
  }

  #fix_menu li:nth-child(2) a {
    background: #eb9aa6;
    color: #fff;
  }

  #fix_menu li:nth-child(1) a {
    background: #fff;
    color: #9c123c;
  }

  #fix_menu li a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  #fix_menu li:nth-child(1) a::before {
    background-image: url("../images/icon_tel_fix.png");
  }

  #fix_menu li:nth-child(2) a::before {
    background-image: url("../images/icon_contact.png");
  }
}



/**/
