@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* サイトカラー */
/* グラデーション用 */
body * {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .max_w_750px {
    max-width: 750px !important;
    margin: 0 auto;
    margin-inline: auto !important;
  }
}

body * {
  color: #2C3E50;
}

body {
  background-color: #f7ffe8;
}

.fs_min10 {
  font-size: clamp(0.625rem, 2.67vw, 1.25rem);
}

.fs_min12 {
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
}

.fs_min15 {
  font-size: clamp(0.938rem, 4vw, 1.875rem);
}

.fs_min16 {
  font-size: clamp(1rem, 4.27vw, 2rem);
}

.fs_min18 {
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
}

.fs_min20 {
  font-size: clamp(1.25rem, 5.33vw, 2.5rem);
}

.fs_min22 {
  font-size: clamp(1.375rem, 5.87vw, 2.75rem);
}

.fs_min24 {
  font-size: clamp(1.5rem, 6.4vw, 3rem);
}

.fs_min35 {
  font-size: clamp(2.188rem, 9.33vw, 4.375rem);
}

.dec_pin {
  width: 10vw;
  max-width: 75px;
}

.border_y {
  border-bottom: 1px #70c7ab solid;
  border-top: 1px #70c7ab solid;
}
@media screen and (min-width: 768px) {
  .border_y {
    border-bottom: 2px #70c7ab solid;
    border-top: 2px #70c7ab solid;
  }
}

.bdrBt_cOrange {
  border-bottom: 1px solid #ff8500;
}
@media screen and (min-width: 768px) {
  .bdrBt_cOrange {
    border-bottom: 2px solid #ff8500;
  }
}

span.text_bg_yellow {
  background: #fff9a5;
}

#about .dec_pin,
#feature .dec_pin {
  position: absolute;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .dec_pin,
  #feature .dec_pin {
    top: -25px;
  }
}
#about .dec_title,
#feature .dec_title {
  padding-top: 13vw;
}
@media screen and (min-width: 768px) {
  #about .dec_title,
  #feature .dec_title {
    padding-top: 5.5rem;
  }
}

.ul_reason {
  margin-top: -46px;
}
@media screen and (min-width: 768px) {
  .ul_reason {
    margin-top: -55px;
  }
}

.bg_doctor_img {
  background-image: linear-gradient(180deg, #cdeecb 60%, rgba(255, 255, 255, 0) 60%);
}

.career h3 {
  display: inline-block;
  background-color: #70c7ab;
  color: #FFF;
  padding: 5px 15px;
  letter-spacing: clamp(0.325rem, 1.39vw, 0.65rem);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}
.career dl {
  border-top: 1px #70c7ab solid;
  border-bottom: 1px #70c7ab solid;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .career dl {
    border-top: 2px #70c7ab solid;
    border-bottom: 2px #70c7ab solid;
  }
}
.career dl dt {
  width: 20%;
}
.career dl dd {
  width: 80%;
}

#movie ul li {
  border-bottom: 1px #70c7ab solid;
}
#movie ul li:first-of-type {
  border-top: 1px #70c7ab solid;
}
@media screen and (min-width: 768px) {
  #movie ul li {
    border-bottom: 2px #70c7ab solid;
  }
  #movie ul li:first-of-type {
    border-top: 2px #70c7ab solid;
  }
}

.ct_acc .acc_title {
  position: relative;
  background-color: #f0faef;
  padding: 10px 30px 10px 15px;
  margin-bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .ct_acc .acc_title {
    padding: 20px 65px 20px 20px;
  }
}
.ct_acc .acc_title span {
  color: #70c7ab;
  padding-right: 1rem;
}
.ct_acc .acc_title p::after, .ct_acc .acc_title p::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 40%;
  width: 2px;
  height: 0.8em;
  background-color: #70c7ab;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ct_acc .acc_title p::after, .ct_acc .acc_title p::before {
    right: 35px;
    width: 4px;
  }
}
.ct_acc .acc_title p::after {
  transform: rotate(90deg);
}
.ct_acc .acc_title.open p::before {
  transform: rotate(90deg);
}
.ct_acc .acc_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
  padding: 15px;
}

#price h3 {
  position: relative;
  padding-left: 20px;
}
#price h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  bottom: 0;
  left: 0;
  background-color: #70c7ab;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #price h3 {
    padding-left: 42px;
  }
  #price h3::after {
    width: 30px;
    height: 30px;
    top: 4px;
  }
}
#price .price_table {
  width: 100%;
}
#price .price_table td, #price .price_table th {
  border: 4px solid #FFF;
}

#flow .col-2.bg_cNightBlue {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#flow .col-10.bg_cWhite {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#clinic .table_time {
  width: 100%;
}
#clinic .table_time tr {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  #clinic .table_time tr {
    border-bottom: 2px solid #d3d3d3;
  }
}
#clinic .table_time tr:first-of-type {
  border-top: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  #clinic .table_time tr:first-of-type {
    border-top: 2px solid #d3d3d3;
  }
}
#clinic .table_time tr th:not(:first-of-type) {
  width: 14.2857142857%;
}

#btn_pageTop {
  position: fixed;
  width: 40px;
  bottom: 100px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
}

#btn_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 30;
  margin: 0 auto;
  background-color: rgba(255, 249, 165, 0.8);
}

.cta-container {
  max-width: 750px;
  margin: 0 auto;
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 1 1 300px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.15);
}
.btn img {
  width: 25px;
  height: 25px;
}
.btn .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  flex-shrink: 0;
  margin-left: auto;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 8px 14px rgba(0, 0, 0, 0.25);
}

.tel-btn {
  background: linear-gradient(to bottom, #FBC155, #ff8800);
}
.tel-btn:hover {
  background: linear-gradient(to bottom, #ff8800, #FBC155);
}

.line-btn {
  background: linear-gradient(to bottom, #06c755, #00B900);
}
.line-btn:hover {
  background: linear-gradient(to bottom, #00B900, #06c755);
}

footer .bg_cMintGreen {
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  footer .bg_cMintGreen {
    padding-bottom: 190px;
  }
}

#form .table_form_time {
  width: 100%;
  border: 1px #70c7ab solid;
}
#form .table_form_time th,
#form .table_form_time td {
  border: 1px #70c7ab solid;
}
#form .table_form_time th {
  width: 35%;
}
#form dd {
  margin-bottom: 2rem;
}
#form dd.age .form-control, #form dd.headcount .form-control {
  width: 35%;
  display: inline-block;
}
#form dd .reservation_time .form-control {
  width: 60%;
  max-width: 380px;
}
#form .required {
  color: #FFF;
  background-color: #e03b27;
  border-radius: 5px;
  padding: 0 5px;
}
#form .any {
  color: #FFF;
  background-color: #c8c9ca;
  border-radius: 5px;
  padding: 0 5px;
}
#form .error_message {
  color: #e03b27;
  font-weight: 600;
}

#contactSubmit {
  color: #FFF;
  background-image: radial-gradient(at 50% 100%, rgb(177, 246, 216), rgb(112, 199, 177) 46%, rgb(44, 160, 160) 95%);
  border: 3px solid #2ca0a0;
}

#form_check dt {
  padding: 0.5rem;
}
#form_check dd {
  padding: 0 0.5rem 0.5rem;
}
#form_check dt:nth-of-type(2n), #form_check dd:nth-of-type(2n) {
  background-color: #f2fbf2;
}