@charset "UTF-8";
:root {
  --main-color: #b1b91e;
  --sub-color: #2579d2;
  --link-color: #6cc3f3;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 max(0.714vw,9px) 0 max(2.857vw,37px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .head_l {
  padding-top: max(0.571vw,7px);
}
.header .head_r {
  display: flex;
  gap: max(0.571vw,7px);
}
.header h1 {
  font-size: max(0.857vw,11px);
  color: #2e2e2e;
}
.header .logo {
  width: max(16.857vw,219px);
  margin: max(4vw,52px) 0 0 max(4.286vw,55px);
}
.header .tel {
  position: relative;
  width: max(15.714vw,204px);
  height: max(3.214vw,41px);
  display: flex;
  align-items: center;
  padding: 0 max(0.714vw,9px) 0 max(3.143vw,40px);
  background-color: #2579d2;
  font-size: max(1.786vw,23px);
  color: #fff;
  letter-spacing: 0.02em;
}
.header .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(1.071vw,13px);
  transform: translateY(-50%);
  width: max(1.071vw,13px);
  aspect-ratio: 15/18;
  background-image: url(../images/common/header_ico_tel.png);
  background-size: max(1.071vw,13px) auto;
}
.header .btn {
  position: relative;
  width: max(10.714vw,139px);
}
.header .line {
  width: max(14.857vw,193px);
  background-color: #06c755;
}
.header .line::before {
  height: max(1.714vw,22px);
  background-image: url(../images/top/header_ico_line.png);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
}
.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: max(1.786vw,23px) 0;
}
.gnav ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.gnav li {
  position: relative;
  border-right: 1px solid #2e2e2e;
}
.gnav li:first-child {
  border-left: 1px solid #2e2e2e;
}
.gnav a {
  font-size: max(1.143vw,14px);
  color: #2e2e2e;
  line-height: 1;
  padding: max(0.571vw,7px) max(3.571vw,46px);
}

/*
  footer
========================================================================== */
.footer {
  position: relative;
  padding: max(18.214vw,236px) 0 0;
  background-color: #f8f8f8;
}
.footer .logo {
  position: absolute;
  top: min(-5vw,-65px);
  left: 50%;
  transform: translateX(-50%);
  width: max(18.214vw,236px);
}
.footer .addr {
  font-size: max(1.143vw,14px);
  color: #434343;
  text-align: center;
  line-height: 1;
  margin-bottom: max(2vw,26px);
}
.footer .tel {
  margin-bottom: max(4.429vw,57px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: max(1.571vw,20px);
}
.footer .tel span:nth-of-type(1) {
  width: max(14.143vw,183px);
  border-radius: max(0.857vw,11px);
  background-color: #2579d2;
  font-size: max(1.071vw,13px);
  color: #fff;
  line-height: max(1.714vw,22px);
  text-align: center;
}
.footer .tel span:nth-of-type(2) {
  position: relative;
  padding-left: max(2.857vw,37px);
  font-size: max(2.286vw,29px);
  color: #2579d2;
  line-height: 1;
  font-weight: 500;
}
.footer .tel span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(1.857vw,24px);
  aspect-ratio: 1/1;
  background-image: url(../images/common/footer_ico01.png);
  background-size: cover;
}
.footer .contents {
  display: flex;
  justify-content: center;
  column-gap: max(6.786vw,88px);
  margin-bottom: max(8.571vw,111px);
}
.footer .foot_l {
  width: max(37.857vw,492px);
}
.footer .btn {
  width: max(33.786vw,439px);
  margin: 0 auto max(2.143vw,27px);
}
.footer .timetable {
  margin-bottom: max(2.857vw,37px);
}
.footer .timetable table {
  width: 100%;
  margin: 0 auto;
}
.footer .timetable table, .footer .timetable td, .footer .timetable th {
  border-collapse: collapse;
  text-align: center;
  color: #2579d2;
  font-weight: 500;
  line-height: 1;
}
.footer .timetable thead {
  border-top: 1px solid #2579d2;
  background-color: #2579d2;
}
.footer .timetable thead th, .footer .timetable thead td {
  font-size: max(1.143vw,14px);
  color: #fff;
  font-weight: 500;
}
.footer .timetable tbody {
  border-top: 1px solid #2579d2;
  border-bottom: 1px solid #2579d2;
}
.footer .timetable tbody tr:first-child {
  border-bottom: 1px solid #2579d2;
}
.footer .timetable tbody th {
  font-size: max(1.071vw,13px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .timetable tbody td {
  font-size: max(1.143vw,14px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .timetable tr {
  display: flex;
}
.footer .timetable th, .footer .timetable td {
  padding: max(0.857vw,11px) 0;
}
.footer .timetable th {
  width: max(11.071vw,143px);
}
.footer .timetable td {
  width: calc((100% - 11.071vw) / 8);
}
.footer .timetable .note {
  margin: max(1.286vw,16px) 0 0;
  font-size: max(1.143vw,14px);
  color: #2e2e2e;
}
.footer .timetable .note li {
  line-height: 1;
}
.footer .timetable .note li + li {
  margin-top: max(1vw,13px);
}
.footer .acs {
  font-size: max(1.143vw,14px);
  color: #000;
  width: fit-content;
  margin: 0 auto max(3.571vw,46px);
  padding-left: max(3.929vw,51px);
  position: relative;
}
.footer .acs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(2.714vw,35px);
  aspect-ratio: 1/1;
  background-image: url(../images/common/footer_ico02.png);
  background-size: cover;
}
.footer .sns {
  display: flex;
  justify-content: center;
  column-gap: max(2.143vw,27px);
}
.footer .sns a {
  width: max(17.857vw,232px);
}
.footer .fnav {
  width: max(44.643vw,580px);
}
.footer .fnav .list + .list {
  margin-top: max(2.857vw,37px);
}
.footer .fnav p {
  position: relative;
  /* padding-left: max(1vw,13px); */
  font-size: max(1.143vw,14px);
  color: #2579d2;
  line-height: 1;
}
/* .footer .fnav p::before {
  content: "■";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: max(0.857vw,11px);
  color: #2579d2;
} */
.footer .fnav ul {
  margin-top: max(1.429vw,18px);
  display: flex;
  flex-wrap: wrap;
  gap: max(1.143vw,14px) 0;
}
.footer .fnav ul + p {
  margin-top: max(2.857vw,37px);
}
.footer .fnav li {
  border-left: 1px solid #484848;
}
.footer .fnav li.last {
  border-right: 1px solid #484848;
}
.footer .fnav a {
  position: relative;
  padding: 0 max(1.786vw,23px);
  font-size: max(1vw,13px);
  color: #2e2e2e;
  line-height: 1;
}
.footer .seo {
  margin-bottom: max(1.786vw,23px);
  padding: 0 max(3.571vw,46px);
  font-size: max(1vw,13px);
  color: #484848;
  text-align: justify;
  line-height: 2;
}
.footer .humanity {
  position: absolute;
  right: max(7.5vw,97px);
  bottom: max(18.214vw,236px);
  width: max(5vw,65px);
}
.footer .copy {
  background-color: #2579d2;
  font-size: max(1vw,13px);
  color: #fff;
  text-align: center;
  line-height: max(4.286vw,55px);
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  width: 44px;
  cursor: pointer;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu h2 {
  font-size: 32px;
  color: #242424;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.sidemenu .block {
  position: relative;
  padding: 55px 22px 50px;
  border: 1px solid #363636;
}
.sidemenu .block::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 68px;
  background-color: #363636;
}
.sidemenu .box + .box {
  margin-top: 50px;
}
.sidemenu h3 {
  font-size: 17px;
  color: #2e2e2e;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: rgba(36, 116, 202, 0.2);
}
.sidemenu h3 span {
  position: relative;
  padding-left: 18px;
}
.sidemenu h3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #2e2e2e;
}
.sidemenu ul li a {
  font-size: 16px;
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px dashed #242424;
}

/* sidebanner */
.sidebanner {
  margin-top: 50px;
}
.sidebanner ul li + li {
  margin-top: 40px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url("../images/common/lowinfo_bg.jpg");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 800/460;
  padding: 64px 455px 0 58px;
}
.lowinfo .logo {
  width: 281px;
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7b7b7b;
}
.lowinfo .tel {
  margin: 0 0 16px;
  text-align: center;
}
.lowinfo .tel .txt {
  font-size: 16px;
  color: #222;
  line-height: 1;
  font-weight: 500;
}
.lowinfo .tel .num {
  font-size: 29px;
  color: #2579d2;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}
.lowinfo .tel .num span {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}
.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 24/32;
  background-image: url(../images/common/lowinfo_ico01.png);
  background-size: cover;
}
.lowinfo .btn {
  margin-bottom: 14px;
}
.lowinfo .acs {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 13px;
  color: #4a4a4a;
}
.lowinfo .acs::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  aspect-ratio: 18/28;
  background-image: url(../images/common/lowinfo_ico02.png);
  background-size: cover;
}
.lowinfo .sta {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 13px;
  color: #4a4a4a;
}
.lowinfo .sta::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  aspect-ratio: 18/25;
  background-image: url(../images/common/lowinfo_ico03.png);
  background-size: cover;
}
.lowinfo .bus {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 16px;
  color: #343434;
}
.lowinfo .bus::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  width: 21px;
  aspect-ratio: 21/11;
  background-image: url(../images/common/lowinfo_ico04.png);
  background-size: cover;
}
.lowinfo .prk {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 16px;
  color: #343434;
}
.lowinfo .prk::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 19px;
  aspect-ratio: 19/16;
  background-image: url(../images/common/lowinfo_ico05.png);
  background-size: cover;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #aeddf0;
}

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

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  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;
  position: relative;
}
.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 6px);
  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 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 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;
  position: relative;
}
.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 100%;
}

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

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

.ttl-low2-3 {
  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;
  text-align: center;
  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: 16px;
  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(--main-color);
}

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

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

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 1em;
  text-align: center;
  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: #fff3e7;
  border: 1px solid #fd8b1b;
}

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

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #fd8b1b;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fd8b1b;
  position: absolute;
  top: -10px;
  left: -8px;
  transform: rotate(-20deg);
}

.colum::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fd8b1b transparent;
  border-width: 0px 5px 10px 5px;
  transform: rotate(180deg);
  bottom: -10px;
  right: 40px;
}

.colum::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4.5px 9px 4.5px;
  transform: rotate(180deg);
  bottom: -6px;
  right: 41px;
}

.colunm + .colunm {
  border: 1px solid #2fb29c;
  background-color: #eafffb;
}

.colunm + .colunm .ttl-btn {
  background: #2fb29c;
}

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

.colunm + .colunm .colum::before {
  border-color: transparent transparent #2fb29c transparent;
}