@charset "UTF-8";
/* ==========================================================================
Variables & Mixins
========================================================================== */
.ora {
  color: #ec6606;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

.inner {
  width: 1240px;
  padding: 0 20px 60px 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    padding: 0 0 60px 0;
  }
}

.caution {
  font-size: 0.7em;
}

.wrapper {
  overflow: hidden;
}

/* ==========================================================================
Swiper
========================================================================== */
.swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.swiper-button-next,
.swiper-button-prev {
  width: 120px;
  height: 120px;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 70% 70%;
}
.swiper-button-next:focus, .swiper-button-next:active,
.swiper-button-prev:focus,
.swiper-button-prev:active {
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  background: url(../img/recipe_right.png) center 40% no-repeat;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  background: url(../img/recipe_left.png) center 40% no-repeat;
}

.swiper-button-next {
  right: -30px;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -5%;
  }
}

.swiper-button-prev {
  left: -23px;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -5%;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background-color: #dfe7fd;
}

/* ==========================================================================
Font Classes
========================================================================== */
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
共通 introduction Page,price Page
========================================================================== */
.introduction_anc,
.price_anc {
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .introduction_anc,
  .price_anc {
    padding: 30px 0;
  }
}
.introduction_anc ul,
.price_anc ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  width: 1240px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .introduction_anc ul,
  .price_anc ul {
    flex-wrap: wrap;
  }
}
.introduction_anc ul li,
.price_anc ul li {
  position: relative;
  width: 31%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .introduction_anc ul li,
  .price_anc ul li {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.introduction_anc ul li a,
.price_anc ul li a {
  color: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  line-height: 1.4;
  text-align: center;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .introduction_anc ul li a,
  .price_anc ul li a {
    line-height: 1.3;
    height: 50px;
    padding: 5px 13px 5px 10px;
    align-content: center;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.introduction_anc ul li a::after,
.price_anc ul li a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  margin: auto 0;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(133deg);
}
@media screen and (max-width: 768px) {
  .introduction_anc ul li a::after,
  .price_anc ul li a::after {
    bottom: 45%;
    margin: auto 0;
    right: 15px;
    width: 8px;
    height: 8px;
  }
}
.introduction_anc ul li::before,
.price_anc ul li::before {
  position: absolute;
  top: -23px;
  left: 10px;
  color: #ec6606;
  font-weight: 600;
  font-size: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (max-width: 768px) {
  .introduction_anc ul li::before,
  .price_anc ul li::before {
    top: -22px;
    left: 17px;
    font-size: 1.43em;
  }
}
.introduction_anc ul li:last-child,
.price_anc ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .treat_anc ul li {
    width: 23.5%;
  }
}
@media screen and (max-width: 768px) {
  .treat_anc ul li {
    width: 48%;
  }
}

.nomurashika {
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: #fbfaf6;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .nomurashika {
    font-size: 16px;
  }
}

.phone {
  font-size: 1.45em;
  color: #ec6606;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.phone::before {
  position: absolute;
  background: url(../img/icon_phone.svg) no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  left: 10px;
  bottom: -2px;
}

.ttl {
  color: #ec6606;
  font-size: 3em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 2em;
    line-height: 2rem;
  }
}

.schedule {
  border-radius: 30px 0 0 0;
  padding: 20px 30px 20px 20px;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 20px 0;
    font-size: 0.65em;
  }
}
.schedule th {
  border-right: 1.5px solid #f58d07;
  padding: 5px 10px;
  width: 177px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .schedule th {
    width: 90px;
    padding: 5px 5px 0 0;
  }
}
.schedule td {
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
}
.schedule tr:nth-child(1) {
  border-bottom: 1.5px solid #f58d07;
}
@media screen and (max-width: 768px) {
  .schedule tr:nth-child(1) th {
    font-size: 0.6em;
  }
}
.schedule .tb02 tr {
  border-bottom: none;
}
.schedule .tb02 tr th,
.schedule .tb02 tr td {
  font-size: 0.65em;
}
.schedule .tb02 td {
  text-align: start;
}

.btn {
  background: #ec6606;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  font-weight: 800;
  transition: all 0.3s ease;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .btn:hover {
    transition: 0.3s;
    opacity: 0.7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

header .header_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding: 15px 60px 20px 60px;
  box-sizing: border-box;
  border-radius: 0 0 40px 40px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  header .header_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ec6606;
    padding: 0;
    max-width: 100%;
    border-radius: 0;
    display: none;
  }
}
header .header_inner .header_logo {
  width: 300px;
  margin: auto 0;
}
header .header_inner .header_logo a {
  display: block;
}
header .header_inner .header_right {
  width: 600px;
}
header .header_inner .header_right .header_cont {
  display: flex;
  justify-content: flex-end;
}
header .header_inner .header_right .header_cont p {
  font-size: 0.8em;
  padding-top: 10px;
  font-weight: 600;
}
header .header_inner .header_right .header_cont .phone {
  font-size: 1.5em;
  line-height: 1.5;
}
header .header_inner .header_right .header_cont .phone::before {
  bottom: 0;
}
header .header_inner .header_right .header_nav {
  display: flex;
  justify-content: space-between;
}
header .header_inner .header_right .header_nav li a {
  font-weight: bold;
  padding-top: 5px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  header .header_inner .header_right .header_nav li a:hover {
    color: #ec6606;
  }
}

.sp_header {
  display: none;
  height: 70px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .sp_header {
    display: block;
  }
}
.sp_header .sp_header_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 100%;
}
.sp_header .sp_header_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sp_header .sp_header_logo {
    width: 170px;
  }
}
.sp_header .sp_header_logo img {
  width: 100%;
  height: auto;
}

.hamburger {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ec6606;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f58d07;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_overlay {
    display: block;
  }
}
.menu_overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.menu_overlay nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.menu_overlay nav ul {
  width: 100%;
  text-align: center;
}
.menu_overlay nav ul li {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.menu_overlay nav ul li a {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 25px 0;
  display: block;
  transition: color 0.3s ease;
}
.menu_overlay nav ul li:first-child a {
  margin: 0 0 25px;
}
.menu_overlay nav .menu_contact {
  margin-top: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.menu_overlay nav .menu_contact p {
  color: #fff;
  margin-bottom: 5px;
}
.menu_overlay nav .menu_contact .phone {
  color: #fff !important;
  font-size: 1.4em;
  font-weight: 600;
}
.menu_overlay nav .menu_contact .phone::before {
  background: url(../img/icon_phone_white.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: 24px;
  bottom: 2px;
}
.menu_overlay nav .menu_contact a {
  display: block;
  color: #fff;
}
.menu_overlay.active nav ul li {
  opacity: 1;
  transform: translateY(0);
}
.menu_overlay.active nav ul li:nth-child(1) {
  transition-delay: 0.15s;
}
.menu_overlay.active nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.menu_overlay.active nav ul li:nth-child(3) {
  transition-delay: 0.25s;
}
.menu_overlay.active nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.menu_overlay.active nav ul li:nth-child(5) {
  transition-delay: 0.35s;
}
.menu_overlay.active nav .menu_contact {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.menu_overlay nav .menu_contact .phone {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}
main .kv {
  position: relative;
}
main .kv .kv_slide {
  width: 100%;
  overflow: hidden;
}
main .kv .kv_slide .swiper {
  width: 100%;
}
main .kv .kv_slide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
main .kv .schedule {
  position: absolute;
  background: #fbfaf6;
  bottom: 0;
  right: 0;
  padding: 20px 30px 0 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .kv .schedule {
    position: relative;
    background: #fbfaf6;
    padding: 20px 20px 0;
    z-index: 100;
    width: 100%;
    margin: -100px 0 10px;
    margin-left: auto;
    border-radius: 30px 0 0 0;
    font-size: 0.7em;
  }
  main .kv .schedule::after {
    position: absolute;
    background: url(../img/icon_corner_white.svg) no-repeat;
    content: "";
    width: 50%;
    height: 40px;
    right: -40%;
    top: -40px;
  }
}
main .kv .schedule .corner {
  position: relative;
}
main .kv .schedule .corner::before, main .kv .schedule .corner::after {
  position: absolute;
  background: url(../img/icon_corner_white.svg) no-repeat;
  content: "";
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner::before, main .kv .schedule .corner::after {
    height: 30px;
  }
}
main .kv .schedule .corner::before {
  right: 60px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner::before {
    right: 10%;
    bottom: 35%;
    content: none;
  }
}
main .kv .schedule .corner::after {
  right: -450px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner::after {
    right: -98%;
    top: -50px;
    content: none;
  }
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner table th {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner .tb02 tr th,
  main .kv .schedule .corner .tb02 tr td {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  main .kv .schedule .corner .tb02 tr th {
    padding-top: 0;
  }
}
main .page_doctors .kv .kv_2,
main .page_introduction .kv .kv_2,
main .page_price .kv .kv_2,
main .page_access .kv .kv_2 {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .page_doctors .kv .kv_2,
  main .page_introduction .kv .kv_2,
  main .page_price .kv .kv_2,
  main .page_access .kv .kv_2 {
    height: 220px;
  }
}
main .page_doctors .kv .kv_2 img,
main .page_introduction .kv .kv_2 img,
main .page_price .kv .kv_2 img,
main .page_access .kv .kv_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
main .page_doctors .kv .kv_2 h2,
main .page_introduction .kv .kv_2 h2,
main .page_price .kv .kv_2 h2,
main .page_access .kv .kv_2 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ec6606;
  text-align: center;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.1;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main .page_doctors .kv .kv_2 h2,
  main .page_introduction .kv .kv_2 h2,
  main .page_price .kv .kv_2 h2,
  main .page_access .kv .kv_2 h2 {
    font-size: 28px;
    padding: 0 20px;
    box-sizing: border-box;
    top: 45%;
    line-height: 1;
  }
}
main .page_doctors .kv .kv_2 h2 span,
main .page_introduction .kv .kv_2 h2 span,
main .page_price .kv .kv_2 h2 span,
main .page_access .kv .kv_2 h2 span {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #ec6606;
}
@media screen and (max-width: 768px) {
  main .page_doctors .kv .kv_2 h2 span,
  main .page_introduction .kv .kv_2 h2 span,
  main .page_price .kv .kv_2 h2 span,
  main .page_access .kv .kv_2 h2 span {
    font-size: 24px;
  }
}
main .kv_bottom {
  width: 100%;
  margin: -9% auto 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main .kv_bottom {
    margin: -10% auto 0;
    width: 110%;
    margin-left: -5%;
  }
}
main .kv_bottom img {
  width: 100%;
}
main .lead {
  text-align: center;
  font-weight: 600;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  main .lead {
    padding: 30px 0 0;
  }
}
main .lead h3 {
  color: #ec6606;
  line-height: 2;
  font-size: 1.2em;
  font-weight: 600;
}
main .news .news_box {
  padding: 10px 30px;
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgba(220, 220, 220, 0.25);
}
@media screen and (max-width: 768px) {
  main .news .news_box {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  main .news .news_box {
    padding: 5px 20px;
    margin-top: 10px;
  }
}
main .news .news_box ul li {
  border-bottom: 1px solid #f58d07;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  main .news .news_box ul li {
    padding: 15px 0;
  }
}
main .news .news_box ul li .date {
  color: #ec6606;
  font-weight: 600;
  font-size: 0.8em;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  main .news .news_box ul li .date {
    padding-bottom: 0;
  }
}
main .news .news_box ul li .txt {
  font-size: 0.8em;
}
main .news .news_box ul li .link a {
  color: #ec6606;
  text-decoration: underline;
}
main .news .news_box ul li:nth-child(3) {
  border-bottom: none;
}
main .infection_control {
  padding-bottom: 80px;
}
main .infection_control .btn {
  width: 650px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  main .infection_control .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 0.7em;
    line-height: 1.5;
  }
}
main .arrow {
  margin: 0 -60px 0 40px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
}
main .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width: 768px) {
  main .arrow {
    width: 20px;
  }
}
main .introduction ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .introduction ul {
    display: block;
  }
}
main .introduction ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  main .introduction ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .introduction ul li .photo {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}
main .introduction ul li .photo img {
  transition: transform 0.3s ease;
}
main .introduction ul li .photo .arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ec6606;
}
main .introduction ul li .photo .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ec6606;
  transform: rotate(45deg);
  transform-origin: calc(100% - 4px) 50%;
}
@media screen and (min-width: 769px) {
  main .introduction ul li .photo:hover img {
    transform: scale(1.05);
  }
  main .introduction ul li .photo:hover .arrow {
    transform: translateX(5px);
    bottom: 3px;
  }
}
main .introduction ul li .introduction_box_txt h4 {
  padding: 5px 0 4px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  width: fit-content;
  line-height: 1em;
  margin: 10px 0 5px;
}
@media screen and (min-width: 769px) {
  main .introduction ul li .introduction_box_txt:hover {
    color: #ec6606;
    transition: 0.3s;
  }
  main .introduction ul li .introduction_box_txt:hover h4 {
    border-bottom: 1px solid #ec6606;
  }
}

footer {
  background: #f58d07;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px 10px;
  }
}
footer .inner {
  width: 1240px;
  padding: 0 0 0 0;
  max-width: 100%;
}
footer .footer_box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgba(220, 220, 220, 0.25);
}
@media screen and (max-width: 768px) {
  footer .footer_box {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_box {
    border-radius: 10px;
    padding: 20px 20px;
    flex-direction: column-reverse;
  }
}
footer .footer_box iframe {
  width: 49% !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_box iframe {
    width: 100% !important;
    height: 250px;
    padding-top: 20px;
  }
}
footer .footer_box .footer_info {
  width: 49%;
}
footer .footer_box .footer_info a {
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info {
    width: 100%;
  }
}
footer .footer_box .footer_info .logo img {
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .logo img {
    width: 65%;
    margin: 0 auto 15px;
  }
}
footer .footer_box .footer_info .adress {
  font-size: 0.6em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .adress {
    font-size: 0.7em;
  }
}
footer .footer_box .footer_info .footer_x a {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .footer_x a {
    margin: 5px auto 10px;
  }
}
footer .footer_box .footer_info .footer_x a::before {
  position: absolute;
  background: url(../img/icon_x.svg) no-repeat;
  background-size: 16px;
  content: "";
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .footer_x a::before {
    bottom: 0;
  }
}
footer .footer_box .footer_info .phone {
  margin: 0 auto;
  width: fit-content;
}
footer .footer_box .footer_info .phone::before {
  width: 30px;
  height: 30px;
  left: 10px;
  bottom: -8px;
}
footer .footer_box .footer_info .schedule {
  padding: 10px 0 0;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .schedule {
    width: 100%;
    padding: 15px 0 0;
  }
}
footer .footer_box .footer_info .schedule table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_box .footer_info .schedule table th {
    width: 90px;
  }
}
footer .footer_box .footer_info .schedule table td {
  padding: 5px 10px;
}
footer .copyright {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 15px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .page_introduction .introduction_anc ul li {
    margin: 0 auto 30px;
  }
}
.page_introduction .introduction_anc ul li a {
  display: block;
  background: #ec6606;
}
.page_introduction .introduction_anc ul li::before {
  position: absolute;
  top: -30px;
  left: 10px;
  color: #ec6606;
  font-weight: 600;
  font-size: 25px;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_anc ul li::before {
    top: -30px;
    left: 24px;
    font-size: 25px;
  }
}
.page_introduction .introduction_anc ul li:nth-child(1) {
  position: relative;
}
.page_introduction .introduction_anc ul li:nth-child(1)::before {
  content: "01";
}
.page_introduction .introduction_anc ul li:nth-child(2) {
  position: relative;
}
.page_introduction .introduction_anc ul li:nth-child(2)::before {
  content: "02";
}
.page_introduction .introduction_anc ul li:nth-child(3) {
  position: relative;
}
.page_introduction .introduction_anc ul li:nth-child(3)::before {
  content: "03";
}
.page_introduction .introduction_anc ul li:nth-child(4) {
  position: relative;
}
.page_introduction .introduction_anc ul li:nth-child(4)::before {
  content: "04";
}
.page_introduction .introduction_box .anc_ttl {
  color: #ec6606;
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat Alternates", sans-serif;
  padding: 50px 0 10px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .anc_ttl {
    font-size: 18px;
    padding: 30px 0 0;
    margin-top: -30px;
  }
}
.page_introduction .introduction_box .anc_ttl span {
  font-size: 40px;
  font-weight: 600;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .anc_ttl span {
    font-size: 32px;
    padding-right: 5px;
  }
}
.page_introduction .introduction_box .item {
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgba(220, 220, 220, 0.25);
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item {
    margin-bottom: 15px;
  }
}
.page_introduction .introduction_box .item .js-accordion {
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  background: #fff;
  padding: 20px 40px;
  transition: background-color 0.3s ease, border-radius 0.4s ease;
}
.page_introduction .introduction_box .item .js-accordion::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #ec6606;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .js-accordion::before {
    width: 3px;
    height: 16.8px;
    right: 22px;
  }
}
.page_introduction .introduction_box .item .js-accordion::after {
  content: "";
  width: 24px;
  height: 4px;
  background: #ec6606;
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .js-accordion::after {
    width: 16.8px;
    height: 3px;
    right: 15px;
  }
}
.page_introduction .introduction_box .item .js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.page_introduction .introduction_box .item .js-accordion.is-accordion--open::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .js-accordion {
    padding: 18px 45px 18px 20px;
  }
}
.page_introduction .introduction_box .item .js-accordion .name {
  font-weight: 600;
  color: #333333;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .js-accordion .name {
    font-size: 16px;
  }
}
.page_introduction .introduction_box .item .js-accordion.is-accordion--open {
  transition: background-color 0.3s ease, border-radius 0s ease;
}
.page_introduction .introduction_box .item .accordion-box {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  background: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box {
    padding: 0 20px;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box .txt {
    padding-bottom: 15px;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt p {
  margin: 0;
  line-height: 2;
}
.page_introduction .introduction_box .item .accordion-box .txt .btn_blank {
  position: relative;
  width: fit-content;
  padding-right: 20px;
  text-decoration: underline;
}
.page_introduction .introduction_box .item .accordion-box .txt .btn_blank::after {
  position: absolute;
  background: url(../img/icon_external.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 13px;
  height: 25px;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box .txt .btn_blank::after {
    top: 18px;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box .txt iframe {
    height: 70%;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt .accordion-img {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box .txt .accordion-img {
    margin: 10px 0;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt .accordion-img li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page_introduction .introduction_box .item .accordion-box .txt .accordion-img li {
    width: 100%;
  }
}
.page_introduction .introduction_box .item .accordion-box .txt .accordion-img li img {
  border-radius: 10px;
}

.page_doctors .doctors_profile_box {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box {
    padding-top: 30px;
  }
}
.page_doctors .doctors_profile_box .doctors_box {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgba(220, 220, 220, 0.25);
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box {
    padding: 20px 20px;
  }
}
.page_doctors .doctors_profile_box .doctors_box .photo {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box .photo {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}
.page_doctors .doctors_profile_box .doctors_box .cont .ora {
  font-weight: 600;
  padding: 8px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box .cont .ora {
    font-size: 0.7em;
    padding: 10px 0 0;
  }
}
.page_doctors .doctors_profile_box .doctors_box .cont .prof_name {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box .cont .prof_name {
    font-size: 24px;
  }
}
.page_doctors .doctors_profile_box .doctors_box .cont .small {
  font-size: 0.7em;
  line-height: 1.8;
  padding-top: 8px;
}
.page_doctors .doctors_profile_box .doctors_box_chief {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief {
    margin-bottom: 30px;
  }
}
.page_doctors .doctors_profile_box .doctors_box_chief .profile {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief .profile {
    display: block;
  }
}
.page_doctors .doctors_profile_box .doctors_box_chief .profile .photo {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief .profile .photo {
    width: 100%;
  }
}
.page_doctors .doctors_profile_box .doctors_box_chief .profile .cont {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief .profile .cont {
    width: 100%;
  }
}
.page_doctors .doctors_profile_box .doctors_box_chief .profile .cont .prof_name {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief .profile .cont .prof_name {
    display: flex;
    align-items: baseline;
  }
}
.page_doctors .doctors_profile_box .doctors_box_chief .profile .cont .prof_name .ora {
  padding: 10px 0 5px 10px;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_chief .profile .cont .prof_name .ora {
    padding: 0 0 0 10px;
  }
}
.page_doctors .doctors_profile_box .doctors_box_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_doctors .doctors_profile_box .doctors_box_flex .doctors_box {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_doctors .doctors_profile_box .doctors_box_flex .doctors_box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page_access .access_box {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .page_access .access_box {
    padding-top: 30px;
  }
}
.page_access .access_box .inner {
  padding-bottom: 30px;
}
.page_access .access_box .inner .box_ttl {
  font-size: 22px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 6px solid #ec6606;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .page_access .access_box .inner .box_ttl {
    font-size: 20px;
    margin: 0 0 5px -5px;
    padding-left: 5px;
    border-left: 4px solid #ec6606;
  }
}
.page_access .access_box .inner .box_sub_ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .page_access .access_box .inner .box_sub_ttl {
    font-size: 16px;
    margin: 10px 0 5px;
  }
}
.page_access .access_box .inner p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page_access .access_box .inner p {
    padding-bottom: 10px;
    line-height: 1.8;
  }
}
.page_access .access_box .inner p a {
  text-decoration: underline;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_access .access_box .inner p a {
    line-height: 1.7;
  }
}
.page_access .access_box:last-child {
  padding-bottom: 60px;
}
.page_access .access_map_box .inner {
  padding-bottom: 30px;
}
.page_access .access_map_box .inner iframe {
  width: 100%;
  height: 400px;
}

.page_price .sol {
  ont-weight: 700;
  color: #ec6606;
}
.page_price .imp-step li {
  padding: 10px;
  margin-bottom: 20px;
  background: #fbfaf6;
  font-size: 0.9em;
  position: relative;
}
.page_price .imp-step li:after {
  content: "▲";
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 2em;
  transform: translate(-50%, 50%) rotate(180deg);
  color: #fbfaf6;
}
.page_price .imp-step li:last-child:after {
  content: none;
}
.page_price .imp-step li small {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .page_price .imp-step li {
    margin-bottom: 10px;
  }
}
.page_price .imp-merit-ttl {
  font-weight: bold;
  font-size: 1.1em;
}
.page_price .price_anc ul li a {
  background: #f58d07;
}
.page_price .price_anc ul li::before {
  position: absolute;
  top: -23px;
  left: 10px;
  color: #ec6606;
  font-weight: 600;
  font-size: 25px;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (max-width: 768px) {
  .page_price .price_anc ul li::before {
    top: -22px;
    left: 17px;
    font-size: 23px;
  }
}
.page_price .merit {
  padding: 30px;
  background: #fbfaf6;
  border-radius: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_price .merit {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
}
.page_price .merit p {
  margin-bottom: 20px;
}
.page_price .merit p:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page_price .merit p {
    margin-bottom: 10px;
  }
}
.page_price .imp-merit {
  font-size: 0.9em;
}
.page_price .price-lead {
  margin-bottom: 40px;
  font-size: 0.9em;
}
.page_price .price-lead small {
  font-size: 0.8em;
  line-height: 1.4 !important;
}
@media screen and (max-width: 768px) {
  .page_price .price-lead {
    margin-bottom: 20px;
  }
}
.page_price .price-lead a {
  color: #ec6606;
  text-decoration: underline;
}
.page_price .price_box .price-note {
  font-size: 0.9em;
  color: #ec6606;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .price-note {
    margin-bottom: 30px;
  }
}
.page_price .price_box .item_box {
  padding-top: 60px;
  margin-top: -60px;
}
.page_price .price_box .item_box .txt {
  font-size: 0.9em;
}
.page_price .price_box .item_box .txt p {
  font-size: 1em;
  margin-bottom: 20px;
}
.page_price .price_box .item_box .txt p:last-child {
  margin-bottom: 0;
}
.page_price .price_box .item_box .txt p small {
  font-size: 0.8em;
  line-height: 1.4;
}
.page_price .price_box .item_box .txt p a {
  text-decoration: underline;
  color: #ec6606;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.page_price .price_box .item_box .item_box_id {
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px rgba(220, 220, 220, 0.25);
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box .item_box_id {
    border-radius: 15px;
  }
}
.page_price .price_box .item_box .item_box_id .item_ttl {
  background: #f58d07;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box .item_box_id .item_ttl {
    padding: 10px;
  }
}
.page_price .price_box .item_box .item_box_id .item_ttl p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box .item_box_id .item_ttl p {
    font-size: 1.2em;
  }
}
.page_price .price_box .item_box_inner {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner {
    padding: 20px 20px 20px 20px;
  }
}
.page_price .price_box .item_box_inner .number {
  vertical-align: top;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .number {
    font-size: 20px;
    line-height: 1.1;
  }
}
.page_price .price_box .item_box_inner .tax {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: -0.4em;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .tax {
    font-size: 0.7em;
  }
}
.page_price .price_box .item_box_inner .ireba-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .ireba-list li {
    margin-bottom: 20px;
  }
}
.page_price .price_box .item_box_inner .ireba-list li h5 {
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px dashed #ec6606;
  margin-bottom: 30px;
}
.page_price .price_box .item_box_inner .ireba-list li h5 small {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .ireba-list li h5 {
    margin-bottom: 15px;
    padding-bottom: 6px;
  }
}
.page_price .price_box .item_box_inner .ireba-hyo dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .ireba-hyo dl {
    margin-bottom: 10px;
  }
}
.page_price .price_box .item_box_inner .ireba-hyo dl dt {
  width: 20%;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .page_price .price_box .item_box_inner .ireba-hyo dl dt {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .ireba-hyo dl dt {
    width: 100%;
  }
}
.page_price .price_box .item_box_inner .ireba-hyo dl dd {
  line-height: 1;
}
.page_price .price_box .item_box_inner .imp-hyo dl {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .imp-hyo dl {
    margin-bottom: 10px;
  }
}
.page_price .price_box .item_box_inner .imp-hyo dl dt {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .imp-hyo dl dt {
    width: 100%;
  }
}
.page_price .price_box .item_box_inner .imp-hyo dl dd {
  font-size: 0.9em;
}
.page_price .price_box .item_box_inner .imp-hyo02 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ec6606;
}
.page_price .price_box .item_box_inner .imp-hyo02 dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .imp-hyo02 dl {
    margin-bottom: 10px;
  }
}
.page_price .price_box .item_box_inner .imp-hyo02 dl dt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.page_price .price_box .item_box_inner .imp-hyo02 dl dd {
  line-height: 1;
}
.page_price .price_box .item_box_inner .imp-sub {
  font-weight: bold;
}
.page_price .price_box .item_box_inner .price-cap {
  font-size: 16px;
  color: #ec6606;
  font-weight: 700;
  padding: 5px 0 0px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .price-cap {
    font-size: 13px;
    padding: 0px 0 0px;
  }
}
.page_price .price_box .item_box_inner .yodan {
  font-size: 16px;
  padding: 15px 0 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .yodan {
    font-size: 13px;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont {
    display: block;
    padding-bottom: 30px;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont .cont {
  width: 83%;
  padding: 40px 20px 40px 0;
  border-bottom: 1px solid #ec6606;
  border-right: 1px solid #ec6606;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont .cont {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: none;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont .cont .name {
  font-weight: 600;
  padding-left: 10px;
  border-left: 6px solid #f58d07;
  margin: 0 0 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont .cont .name {
    padding-left: 10px;
    border-left: 4px solid #f58d07;
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont .cont .txt {
  line-height: 2;
}
.page_price .price_box .item_box_inner .item_box_inner_cont .cont .txt a {
  color: #ec6606;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont .cont .txt {
    font-size: 15px;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont .cont-wide {
  width: 100%;
  border-right: none;
}
.page_price .price_box .item_box_inner .item_box_inner_cont .price_num {
  width: 17%;
  border-bottom: 1px solid #ec6606;
  padding: 40px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont .price_num {
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont .price_num p {
  text-align: right;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont .price_num p {
    line-height: 1;
  }
}
.page_price .price_box .item_box_inner .item_box_inner_cont:last-child .cont,
.page_price .price_box .item_box_inner .item_box_inner_cont:last-child .price_num {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_price .price_box .item_box_inner .item_box_inner_cont:last-child .price_num {
    padding: 0 0 0 0;
  }
}

.ireba-detail {
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .ireba-detail {
    padding: 30px 0 20px;
    margin-top: -60px;
  }
}

.ireba-det-ttl {
  padding: 10px;
  background: #ec6606;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.ireba-det-list li {
  font-size: 0.9em;
  margin-top: 30px;
}
.ireba-det-list li h6 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .ireba-det-list li h6 {
    margin-bottom: 10px;
  }
}

.ireba-det-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ireba-det-txt {
    margin-bottom: 10px;
  }
}

.ireba-det-cap {
  font-size: 0.7em;
}

/* ==========================================================================
treat
========================================================================== */
.treat-box {
  font-size: 0.85em;
}
.treat-box a {
  color: #ec6606;
  text-decoration: underline;
}

.treat-photos {
  text-align: center;
  margin: 30px auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .treat-photos {
    margin: 15px auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* 縦横の隙間 */
    padding: 0;
    list-style: none;
  }
}
.treat-photos li {
  flex: 1;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .treat-photos li {
    width: 100%;
  }
}
.treat-photos li img {
  width: 100%;
}
.treat-photos li p {
  font-weight: bold;
  font-size: 0.9em;
}
.treat-photos li p:first-child {
  margin-bottom: 10px;
}

.treat-inner {
  padding: 50px !important;
}
@media screen and (max-width: 768px) {
  .treat-inner {
    padding: 20px !important;
  }
}

.treat-arrow {
  display: block;
  width: 100%;
  height: 20px;
  margin: 18px 0 22px;
  background: transparent url(../../treat/img/arrow.png) center center no-repeat;
  background-size: auto 100%;
  text-align: center;
}

.treat-parts {
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 2px dashed #ec6606;
}
@media screen and (max-width: 768px) {
  .treat-parts {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.treat-parts:last-of-type {
  margin-bottom: 0;
}

.treat-long-text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .treat-long-text p {
    margin-bottom: 15px;
  }
}

.treat-h5 {
  font-weight: bold;
  margin: 0 0 20px 0;
  padding-left: 20px;
  border-left: 6px solid #ec6606;
  font-size: 1.2em;
}

.inp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inp-box {
    display: block;
  }
}

.inp-box-left {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inp-box-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inp-box-left img {
  width: 100%;
}
.inp-box-left p {
  font-weight: bold;
  font-size: 0.9em;
}
.inp-box-left p:first-child {
  margin-bottom: 10px;
}

.inp-box-right {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .inp-box-right {
    width: 100%;
  }
}

.treat-table {
  border-top: 1px solid #ec6606;
  border-left: 1px solid #ec6606;
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .treat-table {
    margin-top: 25px;
  }
}
.treat-table th {
  font-weight: bold;
}
.treat-table td {
  width: 50%;
}
.treat-table td, .treat-table th {
  padding: 10px;
  vertical-align: middle;
  padding: 6px 10px;
  border-bottom: 1px solid #ec6606;
  border-right: 1px solid #ec6606;
}

.treat-txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .treat-txt {
    margin-bottom: 20px;
  }
}

.treat-line {
  margin-bottom: 40px;
  padding-top: 40px;
  border-bottom: 2px dashed #ec6606;
}
@media screen and (max-width: 768px) {
  .treat-line {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

.treat-before {
  padding: 40px;
  background: rgb(240, 240, 240);
}
@media screen and (max-width: 768px) {
  .treat-before {
    padding: 6vw;
  }
}

.treat-after {
  padding: 40px;
  background: #fbfaf6;
}
@media screen and (max-width: 768px) {
  .treat-after {
    padding: 6vw;
  }
}
