@charset "UTF-8";

.mega{
	width:250px;
}
.mega-menu{
  width:100%;	
}

.dm ul li span{
	background-color:#edf7fd;
}

/* リンクを完全に無効化 */
.mega-menu:nth-child(2) a {
    pointer-events: none;
    cursor: default;
}


.heder__table-wrap{
  width: 40%;
}
.heder__table-wrap .heder__table{
	width:auto;
}
.header{
	background:#edf7fd;
}
.header.small-header{
    background-color: rgba(237, 247, 253, .8);
}
.news__list{
	border: 1px solid #0789bd;
}
.news-list__title::after ,
.sec-title::after ,
.medical__title::after ,
.hospital__title::after ,
.doctors__title::after ,
.header__nav-item.orange-dot::after{
	background-color: #0789bd;
}
.sec-title .en ,
.blog-list__item-date ,
.medical__title-wrap .en ,
.hospital__title-wrap .en ,
.doctors__title .en ,
.appointment-section .section-title ,
.footer__table-hour ,
.footer__tel{
	color: #0789bd;
}
.medical{
	background-color:#e5f5ff;
}
.footer {
    background-color: #bfe6ff;
    color: #5d574d;
}
.appointment-section .section-title{
	color:#0789bd !important;
}
.appointment-section{
	background-color: #bfe6ff !important;
}
.footer__map-text{
	color:#60574b;
	font-size:1.2rem;
}
@media (max-width: 767px) {
  .footer__map-wrap{
	height:auto;
  }
  .footer__map-text {
    font-size: 14px;
  }
}





#booking-package {
  margin-top: 5em !important;
}
#booking-package_inputFormPanel button, #booking-package .return_button {
  padding: 8px;
  text-align: center;
  width: 200px !important;
  display: block;
  margin: auto;
  border: 1px solid #60574b;
  border-radius: 30px;
  margin-bottom: 1em;
}
#booking-package_inputFormPanel .title_in_form {
  font-size: 1.8em !important;
  font-weight: 600 !important;
}
#booking-package_schedulePage .selectedDate {
  font-size: 1.8em;
  list-style: 2;
}
#booking-package_calendarPage, #booking-package, #booking-package_schedulePage,
#booking-package #bottomPanel, #booking-package_schedulePage .selectedDate, #booking-package_inputFormPanel, #booking-package_inputFormPanel .title_in_form {
  background-color: #f8f6ea !important;
}
#booking-package input[type=text],
#booking-package textarea {
  background: #fff;
}
#booking-package-user-form input[type=text],
#booking-package-user-form input[type=password],
#booking-package-user-form textarea {
  background: #fff;
}
#booking-package-loginform input[type=text],
#booking-package-loginform input[type=password],
#booking-package-loginform textarea {
  background: #fff;
}
#booking-package-user-edit-form input[type=text],
#booking-package-user-edit-form input[type=password],
#booking-package-user-edit-form textarea {
  background: #fff;
}
#booking-package_calendarPage .week_slot,
#booking-package_calendarPage .day_slot {
  border-color: #d4ccc0 !important;
}

@media screen and (min-width: 1366px) {
  .footer__tel {
    font-size: 2em;
  }
}
@media screen and (min-width: 1366px) {
  .footer__hours-wrap {
    font-size: 12px;
  }
}

.appointment-section {
  text-align: center;
  font-family: sans-serif;
  padding: 2rem 1rem;
  margin-top: 1.5em;
  background-color: #60574b;
}
.appointment-section .section-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
.appointment-section .naika-web-btn {
  font-size: 22px;
  font-size: 1.375rem;
  display: block !important;
  width: inherit;
  text-align: center;
  background-color: #fff;
  color: #60574b;
  border-radius: 2.875rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6%;
  letter-spacing: 0.14em;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 1em;
  position: relative;
}
.appointment-section .naika-web-btn span {
  display: block;
  font-size: 0.8rem;
}
.appointment-section .naika-web-btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #666;
  font-size: 20px;
  border: 1px solid #ccc;
  pointer-events: none;
  /* text-align: center; */
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .appointment-section .naika-web-btn::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #666;
    font-size: 16px;
    border: 1px solid #ccc;
    pointer-events: none;
    padding-left: 0;
  }
}
.appointment-section .grid-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem;
  justify-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.appointment-section .grid-buttons .btn {
  font-size: 0.8em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  padding-right: 2.8rem;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
}
.appointment-section .grid-buttons .btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #666;
  font-size: 16px;
  border: 1px solid #ccc;
  pointer-events: none;
}
.appointment-section .grid-buttons .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #999;
}

#booking-package_inputFormPanel input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  visibility: visible !important;
  position: static !important;
  opacity: 1 !important;
}

.main-heading {
  font-size: clamp(1.2rem, 1.2572815534rem + 1.0355987055vw, 2rem);
}

.heading-secondary {
  font-size: clamp(1.15rem, 1.1286407767rem + 0.5177993528vw, 1.6rem);
}

.appointment-section {
  text-align: center;
  font-family: sans-serif;
  padding: 2rem 1rem;
  margin-top: 1.5em;
  background-color: #60574b;
}
.appointment-section .section-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
.appointment-section .appointment-category {
  background-color: #f8f6ea;
  border-radius: 46px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category {
    padding: 2rem 1.5rem;
  }
}
.appointment-section .appointment-category .category-header {
  text-align: center;
  margin-bottom: 2rem;
}
.appointment-section .appointment-category .category-title {
  font-size: 2rem;
  font-weight: bold;
  color: #60574b;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-title {
    font-size: 1.6rem;
  }
}
.appointment-section .appointment-category .category-subtitle {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-subtitle {
    font-size: 0.9rem;
  }
}
.appointment-section .appointment-category .category-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .appointment-category .category-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.appointment-section .btn-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #0789bd;
  color: #fff;
  border: 2px solid #0789bd;
  border-radius: 46px;
  padding: 1.2rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  gap: 0.4rem;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-height: 80px;
  }
}
.appointment-section .btn-primary span {
  font-size: 0.85rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary span {
    font-size: 0.75rem;
  }
}
.appointment-section .btn-primary:hover {
  opacity:0.8;
}
.appointment-section .btn-secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  color: #0789bd;
  border: 2px solid #0789bd;
  border-radius: 46px;
  padding: 1.2rem 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  gap: 0.4rem;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-height: 80px;
  }
}
.appointment-section .btn-secondary span {
  font-size: 0.85rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary span {
    font-size: 0.75rem;
  }
}
.appointment-section .btn-secondary:hover {
  opacity:0.8;
}
.appointment-section .grid-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.appointment-section .grid-item {
  background-color: #f8f6ea;
  border-radius: 30px;
  padding: 2rem 1.5rem;
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item {
    padding: 1.5rem 1rem;
  }
}
.appointment-section .grid-item .grid-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #60574b;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item .grid-title {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
.appointment-section .grid-item .grid-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .appointment-section .grid-item .grid-item-buttons {
    gap: 0.6rem;
  }
}
.appointment-section .btn-primary-small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 150px;
  background-color: #0789bd;
  color: #fff;
  border: 2px solid #0789bd;
  border-radius: 30px;
  padding: 0.9rem 1.2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  gap: 0.3rem;
  min-height: 85px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary-small {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    min-height: 75px;
  }
}
.appointment-section .btn-primary-small span {
  font-size: 0.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-primary-small span {
    font-size: 0.65rem;
  }
}
.appointment-section .btn-primary-small:hover {
  opacity:0.8;
}
.appointment-section .btn-secondary-small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 150px;
  background-color: #fff;
  color: #0789bd;
  border: 2px solid #0789bd;
  border-radius: 30px;
  padding: 0.9rem 1.2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  gap: 0.3rem;
  min-height: 85px;
}
.appointment-section .btn-secondary-small.single {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary-small {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    min-height: 75px;
  }
}
.appointment-section .btn-secondary-small span {
  font-size: 0.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .appointment-section .btn-secondary-small span {
    font-size: 0.65rem;
  }
}
.appointment-section .btn-secondary-small:hover {
  opacity:0.8;
}