@charset "UTF-8";
/* ==================================================
  web-font
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 1100px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #444;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

img:not([class*=wp_image_]) {
  width: 100%;
  height: auto;
}
img[class*=wp_image_].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp_image_].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp_image_].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

main {
  margin-top: 90px;
}
@media (width < 1100px) {
  main {
    margin-top: 70px;
  }
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

.btn_wrapper {
  margin-top: clamp(30px, 5vw, 50px);
}
.btn_wrapper .btn {
  background: #fff5e7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px 18px;
  color: #f09826;
  -webkit-transition: 0.3s ease_in_out;
  transition: 0.3s ease_in_out;
}
.btn_wrapper .btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #f09826;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_wrapper .btn:hover {
  text-decoration: none;
  background-color: #ffedd8;
}
.btn_wrapper .btn:hover::before {
  top: 0;
  left: 0;
}

.btn2 {
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 5px;
  background-color: #f09826;
  color: #fff;
  border: 1px solid #f09826;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn2:hover {
  background-color: #fff;
  color: #f09826;
}

.section_space {
  padding-block: clamp(50px, 10vw, 100px);
}

.section_bg {
  background-color: #fcf8f2;
}

.section_title_wrapper {
  margin-bottom: 50px;
}
@media (width < 1100px) {
  .section_title_wrapper {
    margin-bottom: 25px;
  }
}

.section_title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f09826;
}
.section_title::after {
  content: attr(data-en);
  font-size: 1.6rem;
  font-weight: 500;
  color: #f0b066;
  text-transform: capitalize;
}

.subtitle {
  padding-left: 0.6em;
  margin-left: 0.2em;
  border-left: 3px solid #f09826;
  margin-bottom: 10px;
  font-weight: 700;
}

.caution {
  padding-bottom: 0.2em;
  color: firebrick;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 0.8em;
  font-size: 1.8rem;
}

.color-firebrick {
  color: firebrick;
}

.item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media (width < 1100px) {
  .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.page_top {
  height: 250px;
  width: 100%;
  background-position: center 65%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.page_top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  height: 250px;
  width: 100%;
  backdrop-filter: blur(3px);
}
@media (width < 1100px) {
  .page_top::before {
    height: 150px;
  }
}
@media (width < 1100px) {
  .page_top {
    height: 150px;
  }
}

.page_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}
@media (width < 1100px) {
  .page_title_inner {
    height: 150px;
  }
}

.page_title {
  font-size: 3rem;
  color: #f09826;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 11px #fff, 0 0 12px #fff, 0 0 13px #fff, 0 0 14px #fff, 0 0 15px #fff;
  z-index: 2;
}
@media (width < 1100px) {
  .page_title {
    font-size: 2.3rem;
  }
}

.bg_thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  top: 147.56px;
  display: block;
  /*ブロック要素に変更*/
  height: 100%;
  /*背景画像の高さを指定*/
  width: 100%;
  background-size: cover;
  /*大きさに指定*/
  background-position: center center;
  /*背景として設定する場所を指定*/
}
@media (width < 1100px) {
  .bg_thumbnails {
    top: 65px;
  }
}

.bcn-display {
  margin-top: 20px;
  font-size: 1.4rem;
}

figcaption {
  text-align: center;
}

/* ===============================================
  htmlでのデザイン制御
=============================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.is-red {
  color: #ac1a1a;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media (width >= 1100px) {
  .is-sp {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w10 {
  width: 10%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: 20%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: 30%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: 40%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: 50%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: 60%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: 70%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: 80%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: 90%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.pagination .prev,
.pagination .next {
  background-color: #f09826;
  color: #fff;
  position: relative;
}
.pagination .prev::after,
.pagination .next::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev {
  padding: 10px 15px 10px 30px;
}
.pagination .prev::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination .prev:hover::after {
  left: 10px;
}
.pagination .next {
  padding: 10px 30px 10px 15px;
}
.pagination .next::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f09826;
  display: inline-block;
  font-size: 14px;
  color: #f09826;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #f09826;
  color: #fff;
}
.page-numbers:hover {
  background-color: #f09826;
  color: #fff;
}

.list_wrapper {
  list-style: none;
}
.list_wrapper li {
  position: relative;
  padding-left: 20px;
}
.list_wrapper li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list_wrapper li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 5px;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: #f09826;
  border-radius: 50%;
}

.heading_gradient {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#f09826), to(#ff7300));
  background-image: linear-gradient(to right, #f09826 0%, #ff7300 100%);
  font-size: 2rem;
}
.heading_gradient::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background-color: white;
}

.heading_sub {
  padding: 0.5em;
  background: #faeedb;
  border-bottom: solid 1px #f09826;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

/* ===============================================
  header_dropdown_menu
=============================================== */
.dropdown_lists {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  /*デフォルトでは非表示の状態にしておく*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*変形を適応する基準をtopとする*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*表示の変化を0.3秒に指定*/
  width: 520px;
  position: absolute;
  top: 84.41px;
}

.dropdown_wrapper:not(:first-child) {
  border-left: 1px solid #377197;
}

.gnavi_list:hover .dropdown_lists {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  /*Gナビメニューにホバーしたら表示*/
}

.dropdown_list {
  background-color: #004d80;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  position: relative;
  width: 260px;
}

.dropdown_list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #377197;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown_list:hover {
  background-color: #01416b;
}

.dropdown_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
  header
================================================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 90px;
}
@media (width < 1100px) {
  header {
    height: 70px;
  }
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-inline: auto;
  height: 100%;
}

.header_title {
  font-size: clamp(2.5rem, 2.2vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: #f09826;
}

.header_logo {
  width: 20%;
  max-width: 280px;
}
@media (width < 1100px) {
  .header_logo {
    width: 200px;
    margin: 0;
  }
}

.header_nav {
  margin-left: auto;
}

.header_nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_items > li {
  position: relative;
}
.header_nav_items > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  padding-bottom: 6px;
}
.header_nav_items > li a::after {
  content: attr(data-en);
  font-size: 1.2rem;
  color: #f0b066;
  text-transform: capitalize;
}
.header_nav_items > li.current::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #f09826;
}

/* ==================================================
  drawer
================================================== */
.drawer_icon {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .drawer_icon {
    display: block;
    z-index: 9999;
  }
}
.drawer_icon::after {
  position: absolute;
  content: "メニュー";
  color: #f09826;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.drawer_icon span {
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f09826;
  border-radius: 1px;
}
.drawer_icon span:nth-child(1) {
  top: 0;
  width: 20px;
}
.drawer_icon span:nth-child(2) {
  top: 8px;
  width: 28px;
}
.drawer_icon span:nth-child(3) {
  top: 16px;
  width: 20px;
}
.drawer_icon.is-active::after {
  content: "閉じる";
}
.drawer_icon.is-active span {
  left: 50%;
}
.drawer_icon.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 8px;
  width: 28px;
}
.drawer_icon.is-active span:nth-child(2) {
  display: none;
}
.drawer_icon.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 8px;
  width: 28px;
}

.is_fixed body {
  overflow: hidden;
}

.drawer_menu {
  height: 100dvh;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  background-color: #fff;
}

.drawer_menu_scroll {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 150px;
  margin-top: 60px;
  width: 90%;
  margin-inline: auto;
}

.drawer_menu_list {
  margin-bottom: 20px;
}
.drawer_menu_list li {
  background-color: #f09826;
  font-size: 2rem;
  font-weight: 500;
}
.drawer_menu_list li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.drawer_menu_list li a {
  color: #fff;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.drawer_menu_list li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.drawer_menu_tel {
  text-align: center;
}
.drawer_menu_tel a {
  font-size: 2.4rem;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  color: #f09826;
}
.drawer_menu_tel a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=uftg7r5) no-repeat center/contain;
          mask: url(../img/icon/phone.svg?ver=uftg7r5) no-repeat center/contain;
  background-color: #f09826;
}

/* ==================================================
  top
================================================== */
.top .swiper {
  width: 100%;
  position: relative;
}
.top .swiper-slide {
  width: 100%;
  position: relative;
  height: 70vh;
  min-height: 580px;
}
@media (width < 1100px) {
  .top .swiper-slide {
    min-height: 500px;
  }
}
.top .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (width < 1100px) {
  .top .swiper-slide img {
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
  }
}
.top .swiper-slide p {
  position: absolute;
  content: "";
  width: 90%;
  text-align: left;
  color: #fcf8f2;
  z-index: 10;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}

/* ===============================================
  top_content
=============================================== */
.schedule_wrapper {
  width: 48%;
}
@media (width < 1100px) {
  .schedule_wrapper {
    width: 100%;
    margin-top: 50px;
  }
}

.top_catch_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 280px;
  right: 2%;
  gap: 10px;
}
@media (width < 1600px) {
  .top_catch_wrapper {
    top: 40%;
    bottom: 200px;
    right: 10px;
    left: auto;
  }
}
@media (width < 880px) {
  .top_catch_wrapper {
    top: 40%;
    bottom: 0;
    right: 10px;
    left: 10px;
  }
}

.top_catch_text {
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  font-weight: 700;
  display: inline-block;
}

.top_notice {
  margin-top: 20px;
}
@media (width < 1100px) {
  .top_notice {
    margin-top: 10px;
  }
}
.top_notice__wrapper {
  max-width: 400px;
  padding: 4%;
  background-color: #fcf8f2;
  border: 4px solid #f0b066;
}
@media (width < 1000px) {
  .top_notice__wrapper {
    max-width: 280px;
  }
}
.top_notice__title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  color: #f09826;
  margin-bottom: 1%;
}
.top_notice__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_notice__text dt,
.top_notice__text dd {
  padding-top: 5px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.top_notice__text dt {
  width: 25%;
  font-weight: 400;
}
@media (width < 1000px) {
  .top_notice__text dt {
    width: 30%;
  }
}
.top_notice__text dd {
  width: 75%;
}
@media (width < 1000px) {
  .top_notice__text dd {
    width: 70%;
  }
}
.top_notice__link {
  padding-top: 5px;
}

.marker_top_content {
  background-image: -webkit-gradient(linear, left top, right top, from(#f3900f), to(#fcba2e));
  background-image: linear-gradient(90deg, #f3900f, #fcba2e);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 5px 10px;
  color: #fff;
}

/* ===============================================
  top_schedule
=============================================== */
.top_schedule {
  position: relative;
  margin: 0 20px 100px;
}

.top_schedule_wrapper {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f09826;
}
@media (width < 1100px) {
  .top_schedule_wrapper {
    width: 95%;
  }
}
@media (width < 600px) {
  .top_schedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.consultation_table {
  width: 100%;
}
.consultation_table tr:not(:first-child) {
  border-top: 1px solid #f09826;
}
.consultation_table th,
.consultation_table td {
  text-align: center;
  vertical-align: middle;
}
.consultation_table th {
  padding: 10px 5px;
  font-weight: 500;
}
.consultation_table .table_head {
  text-align: left;
}

/* ===============================================
  top_news
=============================================== */
.top_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}
@media (width < 1100px) {
  .top_info_wrapper {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_news_list li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media (width < 1100px) {
  .top_news_list li {
    padding: 10px 0;
  }
}
.top_news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 10px 40px 10px 5px;
  position: relative;
}
.top_news_list li a::before, .top_news_list li a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_news_list li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 1px;
  content: "";
  background: #444;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.top_news_list li a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 25px;
  height: 1px;
  content: "";
  background: #444;
}
.top_news_list li a:hover::after {
  right: 0;
}
.top_news_list li a:hover::before {
  right: 0;
}
@media (width < 1100px) {
  .top_news_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.date_category_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.news_date {
  color: #999999;
  font-size: 1.4rem;
}

.category {
  white-space: nowrap;
  background-color: #f09826;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}

.news_title {
  position: relative;
  width: 100%;
}

.top_calender,
.top_news {
  width: calc((100% - 3vw) / 2);
}
@media (width < 1100px) {
  .top_calender,
  .top_news {
    width: 100%;
  }
}

.xo-event-calendar .nav-prev,
.xo-event-calendar .nav-next {
  display: none !important;
}

.month-next {
  background: url(../img/icon/next.svg?ver=uftg7r5) no-repeat center/contain;
}

.month-prev {
  background: url(../img/icon/prev.svg?ver=uftg7r5) no-repeat center/contain;
}

.month-header {
  background-color: #eca85a;
  border-radius: 50px;
  color: #fff;
  padding: 7px 0;
  margin: 6px 0 !important;
}

/* ===============================================
  top-recruit
=============================================== */
.recruit {
  margin-bottom: 100px;
}
.recruit__body {
  padding: clamp(20px, 5vw, 50px);
  background-color: #fcf8f2;
  border: 5px solid #f0b066;
  border-radius: 2em 0 2em 0;
}
.recruit__item {
  width: 50%;
  padding: clamp(15px, 3vw, 30px);
  background-color: #fff;
  border-radius: 0.6em;
  -webkit-box-shadow: 0 0 20px rgba(165, 139, 196, 0.05);
          box-shadow: 0 0 20px rgba(165, 139, 196, 0.05);
}
@media (width < 1100px) {
  .recruit__item {
    width: 100%;
  }
}
.recruit__item-title {
  text-align: center;
}
.recruit__item .flex {
  gap: 15px;
}
@media (width < 1100px) {
  .recruit__item .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit__item .btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #f09826;
  background-color: #f09826;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border-radius: 50px;
}
.recruit__item .btn:hover {
  background-color: #fff;
  color: #f09826;
}
@media (width < 600px) {
  .recruit__item .btn {
    width: 100px;
  }
}

/* ===============================================
  top-about
=============================================== */
.top-about {
  background: url(../img/top/top-about-bg.webp?ver=uftg7r5) no-repeat 30% 45%/cover;
  background-size: 160%;
  position: relative;
}
@media (width < 1100px) {
  .top-about {
    background-size: cover;
  }
}
.top-about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: radial-gradient(rgba(95, 48, 0, 0.2) 30%, transparent 31%), radial-gradient(rgba(95, 48, 0, 0.2) 30%, transparent 31%);
  background-color: rgba(95, 48, 0, 0.3);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.top-about__wrapper {
  padding: clamp(25px, 4vw, 50px);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}

/* ===============================================
  top_greeting
=============================================== */
.top_greeting_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (width < 1100px) {
  .top_greeting_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

/* ===============================================
  top_medical
=============================================== */
.top_medical_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 2vw, 20px);
}
.top_medical_list li {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 4/3;
}
@media (width < 901px) {
  .top_medical_list li {
    width: calc((100% - 20px) / 2);
  }
}
.top_medical_list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  line-height: 1.2;
  -webkit-box-shadow: 0 0 20px rgba(255, 136, 0, 0.1);
          box-shadow: 0 0 20px rgba(255, 136, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_medical_list li a h3 {
  color: #f09826;
  text-align: center;
  padding-top: 120px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.top_medical_list li a h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #f09826;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width < 600px) {
  .top_medical_list li a h3 {
    padding-top: 70px;
  }
  .top_medical_list li a h3::before {
    width: 60px;
    height: 60px;
  }
}
.top_medical_list li a:hover {
  background-color: #f09826;
}
.top_medical_list li a:hover h3 {
  color: #fff;
}
.top_medical_list li a:hover h3::before {
  background-color: #fff;
}
.top_medical_list li:nth-of-type(1) h3::before {
  -webkit-mask: url(../img/icon/medical1.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical1.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(2) h3::before {
  -webkit-mask: url(../img/icon/medical2.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical2.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(3) h3::before {
  -webkit-mask: url(../img/icon/medical3.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical3.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(4) h3::before {
  -webkit-mask: url(../img/icon/medical4.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical4.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(5) h3::before {
  -webkit-mask: url(../img/icon/medical5.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical5.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(6) h3::before {
  -webkit-mask: url(../img/icon/medical6.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical6.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(7) h3::before {
  -webkit-mask: url(../img/icon/medical7.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical7.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(8) h3::before {
  -webkit-mask: url(../img/icon/medical8.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical8.svg?ver=uftg7r5) no-repeat center center/contain;
}
.top_medical_list li:nth-of-type(9) h3::before {
  -webkit-mask: url(../img/icon/medical9.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical9.svg?ver=uftg7r5) no-repeat center center/contain;
}

.top_medical_title {
  color: #f09826;
  text-align: center;
  font-weight: 500;
  padding-top: 120px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_medical_title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #f09826;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width < 600px) {
  .top_medical_title {
    padding-top: 80px;
  }
  .top_medical_title::before {
    width: 70px;
    height: 70px;
  }
}
.top_medical_title .top_medical_internal::before {
  -webkit-mask: url(../img/icon/medical-icon1.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img/icon/medical-icon1.svg?ver=uftg7r5) no-repeat center center/contain;
}

.medical_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
@media (width < 1100px) {
  .medical_item_img {
    width: 60px;
    height: 60px;
  }
}

/* ===============================================
  top_feature
=============================================== */
.top_feature {
  background-color: #fcf8f2;
}

.top_feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

.top_feature_item {
  width: calc((100% - 80px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (width < 1100px) {
  .top_feature_item {
    width: calc((100% - 40px) / 2);
  }
}
@media (width < 767px) {
  .top_feature_item {
    width: 100%;
  }
}
.top_feature_item img {
  display: block;
  width: 100%;
}
.top_feature_item h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #f09826;
}
.top_feature_item p {
  text-align: justify;
}

/* ===============================================
  top_access
=============================================== */
.top_access_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .top_access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_access_left {
  width: 50%;
  padding-left: 5%;
}
@media (width < 1100px) {
  .top_access_left {
    width: 100%;
    margin: 100px 0 50px;
  }
}

.top_access_right {
  width: 50%;
}
@media (width < 1100px) {
  .top_access_right {
    width: 100%;
  }
}
.top_access_right .map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.top_access_right .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tel_contact {
  margin-top: 50px;
  text-align: center;
}

.tel {
  padding-left: 30px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
.tel::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=uftg7r5) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=uftg7r5) no-repeat center center/contain;
  background-color: #444;
}

.reception_time {
  font-size: 1.4rem;
}

/* ==================================================
  footer
================================================== */
footer {
  background-color: #f09826;
  color: #fff;
  padding-top: clamp(50px, 7.5vw, 80px);
  padding-bottom: clamp(30px, 5vw, 50px);
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_logo {
  width: 50%;
  min-width: 250px;
  margin-inline: auto;
}

.footer_tel {
  font-size: 1.8rem;
}

.footer_info {
  margin-bottom: clamp(20px, 3vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_address_wrapper {
  margin-top: 30px;
  text-align: left;
}

@media (width < 801px) {
  .footer_nav_items {
    display: none;
  }
}
.footer_nav_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_nav_items ul li {
  line-height: 1;
  border-left: 1px solid #fff;
}
.footer_nav_items ul li:last-child {
  border-right: 1px solid #fff;
}
.footer_nav_items ul li a {
  padding: 0 20px;
}

.footer_bottom_wrapper {
  text-align: center;
  margin-top: 30px;
}

.copyright {
  font-size: 1.2rem;
}

/* ===============================================
  pagetop
=============================================== */
#page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (width < 1100px) {
  #page-top {
    bottom: 40px;
    right: 10px;
  }
}
#page-top a {
  background: #f09826;
  border: 1px solid #ffedd8;
  color: #fff;
  width: 40px;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
#page-top a::after {
  position: absolute;
  content: "";
  top: 40%;
  left: 30%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ffedd8;
  border-right: 3px solid #ffedd8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ===============================================
  page_about
=============================================== */
.equipment_items {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.equipment_items th {
  border-bottom: solid 1px #8c9ab8;
  color: #f09826;
  text-align: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}
.equipment_items td {
  border-bottom: solid 1px #cbdaeb;
  padding-top: 20px;
  padding-left: 30px;
}
.equipment_items a {
  -webkit-text-decoration: underline #f09826;
          text-decoration: underline #f09826;
}

.equipment_item {
  margin-top: 50px;
}

.equipment_item_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .equipment_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.equipment_item_left {
  width: 40%;
}
@media (width < 1100px) {
  .equipment_item_left {
    width: 100%;
  }
}

.about_schedule {
  background-color: #f0f7ff;
}

.about_schedule_wrapper {
  width: 600px;
  margin: 0 auto;
  background-color: #36526b;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (width < 1100px) {
  .about_schedule_wrapper {
    width: 100%;
    max-width: 600px;
  }
}
@media (width < 600px) {
  .about_schedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.about_schedule_wrapper .table_time {
  width: 100%;
}
.about_schedule_wrapper .table_time tr:not(:first-child) {
  border-top: 1px solid #ccc;
}
.about_schedule_wrapper .table_time th,
.about_schedule_wrapper .table_time td {
  text-align: center;
  vertical-align: middle;
}
.about_schedule_wrapper .table_time th {
  padding: 10px 5px;
  font-weight: 500;
}
.about_schedule_wrapper .table_time .table_head {
  text-align: left;
}

@media (width < 1100px) {
  .doctor_items {
    padding: 50px 0 100px;
  }
}

.doctor_item:not(:first-child) {
  margin-top: 100px;
}
@media (width < 1100px) {
  .doctor_item:not(:first-child) {
    padding-top: 100px;
  }
}

.facility-standards__table {
  margin-top: 50px;
}
.facility-standards__table table {
  background: #fff;
  width: 100%;
}
.facility-standards__table th,
.facility-standards__table td {
  border: 1px solid #f09826;
  border-collapse: collapse;
  padding: 10px;
}
@media (width < 1100px) {
  .facility-standards__table th,
  .facility-standards__table td {
    display: block;
  }
}
.facility-standards__table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #f09826;
}
@media (width < 1100px) {
  .facility-standards__table th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility-standards__table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility-standards__table .list-wrapper {
  list-style: none;
}
.facility-standards__table .list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.facility-standards__table .list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #f09826;
  border-radius: 50%;
}

/* ===============================================
  page_clinic
=============================================== */
.doctor_info:nth-child(even) {
  background-color: #fcf8f2;
}

.intro_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
@media (width < 1100px) {
  .intro_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.intro_item_left {
  width: 65%;
}
@media (width < 1100px) {
  .intro_item_left {
    width: 100%;
  }
}

.intro_item_right {
  width: 35%;
}
@media (width < 1100px) {
  .intro_item_right {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.bio_wrapper {
  margin-top: 50px;
}

.bio_list {
  margin-top: 30px;
  margin-bottom: 15px;
}
.bio_list li {
  padding: 10px 20px;
}
.bio_list li:nth-child(odd) {
  background-color: #fcf8f2;
}

/* ===============================================
  page_clinic
=============================================== */
.gallery_wrapper {
  margin-top: 50px;
}

.gallery_items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}

.gallery_item {
  width: calc((100% - 6vw) / 3);
}
.gallery_item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .gallery_item {
    width: calc((100% - 3vw) / 2);
  }
}
.gallery_item figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.clinic:nth-child(even) {
  background-color: #fcf8f2;
}

.clinic_items {
  margin-top: 50px;
}

.clinic_item {
  margin-top: 50px;
}

.clinic_item_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .clinic_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clinic_item_left {
  width: 35%;
}
@media (width < 1100px) {
  .clinic_item_left {
    width: 100%;
    margin: auto;
    max-width: 450px;
  }
}

.clinic_item_right {
  width: 65%;
}
@media (width < 1100px) {
  .clinic_item_right {
    width: 100%;
    margin-top: 20px;
  }
}

.clinic_schedule_wrapper {
  margin: 30px auto 0;
  width: 100%;
  max-width: 600px;
  background-color: #f09826;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (width < 600px) {
  .clinic_schedule_wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.clinic_schedule_wrapper .consultation_table {
  width: 100%;
}
.clinic_schedule_wrapper .consultation_table tr:not(:first-child) {
  border-top: 1px solid #fff;
}

.privacy-btn {
  padding-bottom: 100px;
}

/* ===============================================
  page_access
=============================================== */
.map {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
@media (width < 1100px) {
  .map {
    padding-top: 66.6666666667%;
  }
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
  medical
=============================================== */
.anchor_link {
  margin-top: 60px;
}
.anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.anchor_link ul li {
  width: calc((100% - 30px) / 4);
  background-color: #f09826;
  border: 1px solid #f09826;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (width < 1100px) {
  .anchor_link ul li {
    width: calc((100% - 10px) / 2);
  }
}
.anchor_link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.8em;
}
.anchor_link ul li:hover {
  background-color: #fff;
  color: #f09826;
}

.medical_item:nth-child(odd) {
  background-color: #fcf8f2;
}

.medical_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 4vw, 40px);
  margin-top: clamp(30px, 5vw, 50px);
}
@media (width < 1100px) {
  .medical_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.medical_item_right {
  width: 35%;
}
@media (width < 1100px) {
  .medical_item_right {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

/* ===============================================
  page scope
=============================================== */
.scopeItem:nth-of-type(n + 2) {
  margin-top: 60px;
}

.scopeItem_child > li {
  margin-top: 40px;
}

/* ===============================================
  access
=============================================== */
.access_item {
  margin-top: 40px;
}
.access_item p {
  margin-top: 20px;
}

/* ===============================================
  page_news
=============================================== */
.news {
  margin: 100px 0 150px;
}
@media (width < 1100px) {
  .news {
    margin: 50px 0 100px;
  }
}

.news_list {
  width: 90%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .news_list {
    width: 100%;
  }
}

/* ===============================================
  single
=============================================== */
.single_content {
  margin: 50px 0 150px;
}

.single_title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.single_body {
  margin: 30px 10px 0;
  line-height: 1.5;
}

.single_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
  gap: 10px;
}
.single_pagination .single_prev a,
.single_pagination .single_next a {
  font-size: 1.4rem;
  background-color: #f09826;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #f09826;
}
.single_pagination .single_prev a::after,
.single_pagination .single_next a::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagination .single_prev a {
  padding: 10px 15px 10px 30px;
}
.single_pagination .single_prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.single_pagination .single_prev a:hover::after {
  left: 10px;
}
.single_pagination .single_next a {
  padding: 10px 30px 10px 15px;
}
.single_pagination .single_next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single_pagination .single_next a:hover::after {
  right: 10px;
}

.lists a {
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #f09826;
  border: 1px solid #f09826;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lists a:hover {
  color: #fff;
  background: #f09826;
}

.page-numbers.current {
  background-color: #f09826;
  color: #fff;
  border: 1px solid #f09826;
}

/* ==================================================
  404.php
================================================== */
.not_found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 1100px) {
  .not_found {
    margin: 100px 0;
  }
}
.not_found_wrap {
  text-align: center;
}
.not_found_head {
  font-size: clamp(4rem, 7.5vw, 8rem);
  color: #f09826;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.not_found_lead {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999999;
  margin-bottom: 40px;
}
.not_found_content {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.not_found_btn {
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not_found_btn:hover {
  background: #ddd;
}