@charset "UTF-8";

:root {
  --main-color: #276ebe;
  --sub-color: #2faed3;
  --link-color: #d8a734;
}

/*
  header
========================================================================== */
header {
  position: absolute;
  width: 100%;
  line-height: 1;
}

header * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.header_lead {
  padding-top: max(1.357vw, 17.643px);
  padding-left: max(2.071vw, 26.929px);
  font-family: 'Noto Sans JP';
  font-size: max(0.834vw, 10.836px);
  color: #2e2e2e;
}

.header_logo {
  position: absolute;
  top: max(5.214vw, 67.786px);
  left: max(7.786vw, 101.214px);
}

.header_logo img {
  width: max(21.43svw, 278.57px);
}

.header_btn {
  position: absolute;
  top: 0;
  right: max(1vw, 13px);
  display: flex;
  column-gap: max(0.929vw, 12.071px);
}

.header_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(13vw, 169px);
  height: max(3.214vw, 41.786px);
  font-family: 'Noto Sans JP';
  font-size: max(1.286vw, 16.714px);
  letter-spacing: .08em;
  color: #fff;
  cursor: pointer;
}

.header_btn a::after {
  content: "";
  position: absolute;
  right: max(0.143vw, 1.857px);
  bottom: max(0.143vw, 1.857px);
  width: max(0.571vw, 7.429px);
  height: max(0.571vw, 7.429px);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.header_btn a.web {
  width: max(17.857vw, 232.143px);
  background: #f0b86e;
}

.header_btn a.web::before {
  content: "";
  width: max(1.571vw, 20.429px);
  height: max(1.143vw, 14.857px);
  margin-right: max(0.857vw, 11.143px);
  background: url(../images/common/header_icon_web.png) left center no-repeat;
  background-size: cover;
}

.header_btn a.tel {
  background: #448ec0;
}

.header_btn a.tel::before {
  content: "";
  width: max(1.071vw, 13.929px);
  height: max(1.286vw, 16.714px);
  margin-right: max(0.5vw, 6.5px);
  background: url(../images/common/header_icon_tel.png) left center no-repeat;
  background-size: cover;
}

.header_btn a.line {
  background: #63c892;
}

.header_btn a.line::before {
  content: "";
  width: max(1.429vw, 18.571px);
  height: max(1.429vw, 18.571px);
  margin-right: max(1vw, 13px);
  background: url(../images/common/header_icon_line.png) left center no-repeat;
  background-size: cover;
}

.fix_btn {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 888;
}

.fix_btn p {
  display: block;
  cursor: pointer;
}

.fix_btn p + p {
  margin-top: 20px;
}

.fix_btn p img {
  width: 50px;
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  margin-top: max(1.5vw, 19.5px);
  font-feature-settings: normal;
}

.gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.857vw, 11.143px) max(3vw, 39px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: max(1.071vw, 13.929px);
  letter-spacing: .1em;
  color: #2e2e2e;
  border-right: #2e2e2e solid max(0.071vw, 0.929px);
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14.857px);
  letter-spacing: .2em;
  border-left: #2e2e2e solid max(0.071vw, 0.929px);
}

/*
  footer
========================================================================== */
footer {
  font-family: 'Noto Sans JP';
  font-feature-settings: "palt";
  background: url(../images/common/footer_bg.jpg) center top / cover no-repeat;
  line-height: 1;
}

footer * {
  box-sizing: border-box;
}

.footer_inner {
  display: flex;
  align-items: flex-start;
  gap: max(4.286vw, 55.714px);
  padding: max(3.357vw, 43.643px) max(5vw, 65px);
  background-color: rgba(0, 95, 155, 0.6);
}

/* --- Left: Clinic Info --- */
.footer_info {
  width: max(28.547vw, 371.109px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: max(1.571vw, 20.429px);
}

.footer_logo_wrap {
  display: flex;
  flex-direction: column;
  gap: max(1.025vw, 13.321px);
}

.footer_logo_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(9.929vw, 129.071px);
  margin: 0 auto;
}

.footer_logo_box img {
  width: 100%;
  height: auto;
}

.footer_logo_wrap p {
  font-size: max(1.643vw, 21.357px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.footer_tel_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(0.5vw, 6.5px);
  padding-top: max(0.5vw, 6.5px);
  border-top: 1px solid #fff;
}

.footer_tel_wrap img {
  width: max(1.643vw, 21.357px);
  height: auto;
}

.footer_tel_wrap span {
  font-family: 'Roboto', sans-serif;
  font-size: max(2.521vw, 32.771px);
  color: #fff;
  letter-spacing: .02em;
}

.footer_btn_wrap {
  display: flex;
  gap: max(0.714vw, 9.286px);
}

.footer_btn_web,
.footer_btn_tel,
.footer_btn_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: max(0.214vw, 2.786px);
  width: max(12.143vw, 157.857px);
  padding: max(0.714vw, 9.286px) 0;
  text-decoration: none;
}

.footer_btn_web {
  background-color: #ea5504;
}

.footer_btn_tel {
  background-color: #3982D5;
}

.footer_btn_line {
  background-color: #33c002;
}

.footer_btn_web img,
.footer_btn_tel img,
.footer_btn_line img {
  height: max(1.5vw, 19.5px);
  width: auto;
}

.footer_btn_web span,
.footer_btn_tel span,
.footer_btn_line span {
  font-size: max(1.071vw, 13.929px);
  color: #fff;
}

.footer_address {
  padding: 0 max(0.714vw, 9.286px);
  font-style: normal;
  font-size: max(1.189vw, 15.457px);
  color: #fff;
  line-height: 1.8;
}

.footer_schedule {
  display: flex;
  flex-direction: column;
  gap: max(0.215vw, 2.801px);
}

.footer_schedule_head,
.footer_schedule_body {
  border-top: 1px solid #fff;
}

.footer_schedule_head,
.footer_schedule_row {
  display: flex;
  align-items: center;
}

.footer_schedule_body {
  padding: 0;
  border-bottom: 1px solid #fff
}

.footer_schedule_label,
.footer_schedule_time {
  flex: 0 0 max(8.57svw, 111.43px);
  padding: max(0.539vw, 7.002px);
  font-family: 'Noto Sans JP';
  font-size: max(0.93svw, 12.07px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

.footer_schedule_label {
  letter-spacing: max(0.129vw, 1.68px);
}

.footer_schedule_time {
  letter-spacing: max(0.108vw, 1.4px);
}

.footer_schedule_days,
.footer_schedule_status {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: max(0.485vw, 6.302px);
  align-items: center;
  padding-right: max(0.93svw, 12.07px);
  list-style: none;
}

.footer_schedule_days li,
.footer_schedule_status li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: max(2.231vw, 29.004px);
  font-family: 'Noto Sans JP';
  color: #fff;
  text-align: center;
}

.footer_schedule_days li {
  font-size: max(0.93svw, 12.07px);
  font-weight: 500;
  letter-spacing: max(0.302vw, 3.921px);
}

.footer_schedule_status li {
  font-size: max(0.969vw, 12.604px);
  font-weight: 400;
}

.footer_schedule_status li.is-empty {
  opacity: 0;
}

.footer_schedule_note {
  font-size: max(0.969vw, 12.604px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: max(0.019vw, 0.252px);
}

/* --- Right: Nav --- */
.fnav {
  flex-grow: 1;
  min-width: 0;
}

.fnav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: max(0.714vw, 9.286px);
}

.fnav ul li a {
  position: relative;
  line-height: 2.5;
  padding-left: 1em;
  font-size: max(0.889vw, 12.071px);
  letter-spacing: .04em;
  color: #fff;
  white-space: nowrap;
}

.fnav ul li a::before {
  content: "▶";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: max(0.443vw, 8.357px);
}

.fnav .list_01 {
  padding: max(2.857vw, 37.143px) 0 max(1.214vw, 15.786px);
  column-gap: max(2.143vw, 27.857px);
  border-bottom: 1px solid #fff;
}

.fnav .list_01 li a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.fnav_section {
  margin-top: max(1.071vw, 13.929px);
}

.fnav_head {
  margin-bottom: max(0.571vw, 7.429px);
  padding: max(0.543vw, 1.857px) max(0.714vw, 9.286px);
  font-size: max(0.951vw, 12.357px);
  color: #fff;
  background-color: rgb(40 86 188 / 60%);
}

.fnav_section ul {
  padding-left: max(0.714vw, 9.286px);
}

.fnav_section .list_03 li:nth-of-type(3n+1) {
  min-width: max(20vw, 260px);
}

.fnav_section .list_03 li:nth-of-type(3n+2) {
  min-width: max(19.286vw, 250.714px);
}

._2col li {
  margin-right: 70px;
}

.fnav_section li {
  margin-bottom: 10px;
}

/* copyright */
.copyright {
  height: max(2.857vw, 37.143px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3982d5;
}

.copyright address {
  font-family: 'Inter', sans-serif;
  font-size: max(1vw, 13px);
  letter-spacing: .05em;
  color: #fff;
  font-style: normal;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(3.571vw, 46.429px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: max(3.143vw, 40.857px);
}

/* humanity logo */
.humanity_logo {
  position: absolute;
  right: max(2.857vw, 37.143px);
  bottom: max(4.071vw, 52.929px);
  width: max(5vw, 65px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  width: 100%;
  line-height: 1;
  font-family: 'Noto Sans JP';
}

.sidemenu * {
  box-sizing: border-box;
}

.sidemenu h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  letter-spacing: .2em;
  color: #242424;
}

.sidemenu h2::after {
  position: relative;
  content: "";
  display: block;
  width: 1px;
  height: 68px;
  margin: 10px auto -30px;
  background: #363636;
}

.sidemenu > div {
  padding: 62px 24px 29px;
  border: #363636 solid 1px;
}

.sidemenu h3 {
  height: 30px;
  padding: 7px 0 0 11px;
  font-size: 16px;
  letter-spacing: .1em;
  color: #2e2e2e;
  background-color: rgba(100, 174, 237, .2);
}

.sidemenu ul {
  margin-bottom: 21px;
}

.sidemenu ul li a {
  display: block;
  line-height: 1.625;
  padding: 11px 0 15px 10px;
  font-size: 16px;
  letter-spacing: .1em;
  color: #242424;
  border-bottom: #363636 dashed 1px;
}

/* sidebanner */
.sidebanner {
  margin-top: 40px;
}

.sidebanner ul li + li {
  margin-top: 21px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 33px 0 33px 24px;
  background-image: url('../images/common/lowinfo_bg.jpg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
  line-height: 1;
}

.lowinfo .lowinfo_inner {
  box-sizing: border-box;
  padding: 20px;
  width: 380px;
  background-color: rgba(255, 255, 255, .6);
}

.lowinfo .lowinfo_inner .logo {
  margin-bottom: 6px;
  padding-bottom: 14px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #a9a9a9;
}

.lowinfo .lowinfo_inner .logo img {
  display: block;
  width: 200px;
}

.lowinfo .lowinfo_inner .tel {
  margin: 3px auto 0;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #343434;
}

.lowinfo .lowinfo_inner .tel span {
  display: block;
  margin-top: 10px;
  padding-left: 34px;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .04em;
  background: url(../images/common/low_tel_ic.png) left 38px top 6px no-repeat;
  background-size: 22px auto;
}

.lowinfo .lowinfo_inner .btn {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.lowinfo .lowinfo_inner .btn li {
  text-align: center;
}

.lowinfo .lowinfo_inner .address {
  line-height: 1.4;
  margin-top: 14px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_address_ic.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .station {
  line-height: 26px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_station_ic.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .parking {
  line-height: 20px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_parking_ic.png) left center no-repeat;
  background-size: 22px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #276ebe;
  position: relative;
}

.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #276ebe;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

.page-catch h2 {
  font-size: 24px;
}

.page-catch p {
  margin-top: 1.5em;
}

/* 見出し */
.ttl-low {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settings: "palt";
}

.ttl-low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 84%;
  background-color: #FFF;
}

.ttl-low1-1 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px, var(--main-color);
}

.ttl-low1-2 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px, var(--sub-color);
}

.ttl-low1-3 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px, var(--link-color);
}

.ttl-low2 {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 10px 40px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  font-feature-settings: "palt";
}

.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 2px;
  height: 100%;
}

.ttl-low2-1 {
  color: var(--main-color);
  border-color: var(--main-color);
}

.ttl-low2-1::before {
  background-color: var(--main-color);
}

.ttl-low2-2 {
  color: var(--sub-color);
  border-color: var(--sub-color);
}

.ttl-low2-2::before {
  background-color: var(--sub-color);
}

.ttl-low2-3 {
  color: var(--link-color);
  border-color: var(--link-color);
}

.ttl-low2-3::before {
  background-color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: var(--main-color);
}

.ttl-low3-2 {
  color: var(--sub-color);
}

.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--sub-color);
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--main-color);
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--link-color);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 11px 2.4em 14px;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: var(--main-color);
}

.ttl-low5-2 {
  background-color: var(--sub-color);
}

.ttl-low5-3 {
  background-color: var(--link-color);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background-color: #f9f2f0;
  border: 1px solid #ebc4b9;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #f2cec3;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 20px 2px;
  color: #e79780;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e79780;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}

.colunm .ttl-btn .colum::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #e79780;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

.colunm + .colunm {
  background-color: #f9f6f0;
  border: 1px solid #d7c7a7;
}

.colunm + .colunm .ttl-btn {
  background-color: #ebe3d3;
}

.colunm + .colunm .ttl-btn .colum {
  color: #d7c7a7;
  border: 1px solid #d8c8a8;
}

.colunm .ttl-btn .colum::after {
  background-color: #d8c8a8;
}
