@charset "UTF-8";
body {
  width: 100%;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3e3a39;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1960px;
  padding: 0 20px;
}
.inner__02 {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .inner__02 {
    padding: 0;
  }
}
.inner__03 {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}

.h_logo {
  width: 436px;
}
@media screen and (max-width: 480px) {
  .h_logo {
    width: 280px;
  }
}

.phone_w {
  width: 16px;
}
@media screen and (max-width: 480px) {
  .phone_w {
    width: 14px;
  }
}
.phone_w__02 {
  width: 23px;
}
@media screen and (max-width: 480px) {
  .phone_w__02 {
    width: 19px;
  }
}

.pc_w {
  width: 35px;
}
@media screen and (max-width: 480px) {
  .pc_w {
    width: 29px;
  }
}

.tel_n {
  width: 151px;
}
@media screen and (max-width: 480px) {
  .tel_n {
    width: 140px;
  }
}
.tel_n__02 {
  width: 223px;
}
@media screen and (max-width: 480px) {
  .tel_n__02 {
    width: 200px;
  }
}

.home {
  width: 42px;
}

.home_t {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .home_t__f {
    width: 34px;
  }
}

.about {
  width: 30px;
}

.about_t {
  width: 46px;
}
@media screen and (max-width: 768px) {
  .about_t {
    width: 40px;
  }
}

.medical {
  width: 40px;
}

.medical_t {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .medical_t__f {
    width: 34px;
  }
}

.news {
  width: 40px;
}

.news_t {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .news_t__f {
    width: 35px;
  }
}

.time {
  width: 36px;
}

.time_t {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .time_t__f {
    width: 28.8px;
  }
}

.access {
  width: 30px;
}

.access_t {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .access_t__f {
    width: 46px;
  }
}

.concept_img {
  width: 73px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .concept_img {
    width: 50px;
  }
}

.c_img {
  width: 254px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .c_img {
    width: 190px;
  }
}

.news_img {
  width: 63px;
  margin-bottom: 21px;
}
@media screen and (max-width: 480px) {
  .news_img {
    width: 50px;
  }
}

.t_time_img {
  width: 63px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .t_time_img {
    width: 50px;
  }
}

.title_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s_title {
  color: #3e3a39;
  font-weight: 500;
  text-align: center;
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  .s_title {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .s_title {
    font-size: 18px;
  }
}
.s_title__02 {
  color: #fff;
}

.s_title_t {
  letter-spacing: 0.025em;
}

.btn_p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background-color: #f4c7db;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 29px;
}
@media screen and (max-width: 480px) {
  .btn_p {
    padding: 10px 31px;
  }
}
.btn_p__b {
  width: 264px;
  background-color: #acc6e7;
}

.btn_b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background-color: #acc6e7;
  border-radius: 8px;
  max-width: 100%;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding: 8px 0;
  width: 230px;
}
@media screen and (max-width: 480px) {
  .btn_b {
    font-size: 16px;
    padding: 6px 30px;
  }
}
.btn_b__02 {
  width: 394px;
  height: 80px;
}
@media screen and (max-width: 480px) {
  .btn_b__02 {
    width: 280px;
    height: 70px;
  }
}
.btn_b__f {
  width: 244px;
  height: 67px;
}
.btn_b__c {
  width: 203px;
  justify-content: center;
  font-size: 18px;
  margin: 70px auto 0;
}
.btn_b__w {
  width: 536px;
  height: 80px;
  background-color: #fff;
  color: #acc6e7;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .btn_b__w {
    height: 70px;
  }
}

.ml_10 {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .ml_10 {
    margin: 0 auto;
  }
}

.hd {
  margin-top: 28px;
}

.hd__logo {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .hd__logo {
    margin: 0;
  }
}

.hd__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .hd__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.h_c_container {
  margin-top: 11px;
}
@media screen and (max-width: 1100px) {
  .h_c_container {
    margin-top: 20px;
  }
}

.h_c_box__01 {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .h_c_box__01 {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .h_c_box__01 {
    gap: 16px;
  }
}

.line {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .line {
    width: 41px;
  }
}

@media screen and (max-width: 768px) {
  .h_btn__01 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .h_btn__02 {
    order: 1;
  }
}

.LINE_link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.line_box {
  order: 3; /* 一番下に表示 */
}
@media screen and (min-width: 769px) {
  .line_box .line_text {
    display: none; /* PCでは非表示 */
  }
}

.h_c_box__02 {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .h_c_box__02 {
    display: flex;
    justify-content: center;
    margin: 22px 0;
  }
}

.h_c_text {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .h_c_text {
    display: none;
  }
}

.nav_list_box {
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 82px;
  flex-wrap: wrap;
  width: 853px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .nav_list_box {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nav_list_box {
    gap: 0;
    display: none;
  }
}

.nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
}

.nav_list_box li {
  flex: 0 1 auto;
}

/*アクティブクラスがついたら最前面へ*/
#g-nav.panelactive {
  position: fixed;
  opacity: 1;
  z-index: 999;
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.3s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav.panelactive ul {
  display: grid;
  grid-template-columns: repeat(2, 140px); /* 2列表示 */
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#g-nav.panelactive li {
  margin-bottom: 50px;
  width: auto;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}
@media screen and (max-width: 780px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.i_t {
  height: 42px;
  margin-bottom: 8px;
}

.i_b {
  margin-top: 8px;
}

.contact {
  margin-top: 124px;
}
@media screen and (max-width: 480px) {
  .contact {
    margin-top: 80px;
  }
}

.contact_container {
  background-color: #acc6e7;
  border-radius: 22px;
  padding: 13px 0 48px 0;
}
@media screen and (max-width: 480px) {
  .contact_container {
    padding: 30px 0 40px;
  }
}

.fuji_w {
  width: 63px;
}
@media screen and (max-width: 480px) {
  .fuji_w {
    width: 45px;
  }
}

.contact_text {
  text-align: center;
  margin: 30px 0 50px;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contact_text {
    font-size: 14px;
    padding: 0 20px;
  }
}
.contact_text li {
  margin-bottom: 15px;
}

.pc_b {
  width: 34px;
}

.contact_box {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  max-width: 751px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    flex-direction: column;
    gap: 20px;
  }
}

.f_img_box {
  margin: 115px 0 100px 0;
}
.f_img_box .f_img {
  width: 1795px;
}
@media screen and (max-width: 480px) {
  .f_img_box .f_img_sp {
    width: 340px;
    margin: 0 auto;
    display: block;
  }
}

.f_container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .f_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.f_box {
  width: 302px;
}
@media screen and (max-width: 1100px) {
  .f_box {
    width: auto;
  }
}
.f_box .f_logo {
  width: 186px;
}

.f_box__02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .f_box__02 {
    margin-top: 30px;
    align-items: center;
  }
}

.f_item_box {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .f_item_box {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

.f_tel_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .f_tel_box {
    margin: 0 auto;
  }
}
.f_tel_box .mt_tel_img {
  width: 18px;
  margin-right: 23px;
}
@media screen and (max-width: 480px) {
  .f_tel_box .mt_tel_img {
    width: 16px;
    margin-right: 12px;
  }
}
.f_tel_box .mt_tel_number {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .f_tel_box .mt_tel_number {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .f_tel_box .mt_tel_number {
    width: 180px;
  }
}

.sns_box {
  display: flex;
  align-items: center;
}

.insta {
  width: 53px;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .insta {
    width: 41px;
    gap: 30px;
  }
}

.f_item_box__02 {
  margin-top: 46px;
}

.f_nav {
  width: 797px;
}

.f_nav_list_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 70px;
}
@media screen and (max-width: 1100px) {
  .f_nav_list_box {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .f_nav_list_box {
    gap: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .f_nav_list_box li {
    width: 68px;
  }
}

/* 768px以下で2列（3つずつ） */
.p-ft__copyright {
  display: block;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=common.css.map */