@charset "UTF-8";

:root {
  --color-01: #245f9b;
  --color-02: #479db9;
  --color-03: #2c835c;
  --main-color: #245f9b;
  --sub-color: #479db9;
  --link-color: #2c835c;
}

/* add font */
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/*
  header
========================================================================== */
.header,
.header * {
  box-sizing: border-box;
}

.header img {
  max-width: 100%;
}

.header {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute !important;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.header .ttl {
  font-size: 83.33%;
  color: #2e2e2e;
  padding: 0.8em 0 0 1.8em;
}

.header .btn {
  position: absolute;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 10em;
}

.header .btn a {
  display: block;
  width: max(3vw, 42px);
}

.header .btn a img {
  aspect-ratio: 50 / 165;
}

.header .tel {
  position: absolute;
  right: 0;
  top: 38.8em;
  width: 20.8em;
  background-color: rgba(248, 247, 245, 0.75);
  color: #2e2e2e;
  padding: 1em 1.8em 0;
  aspect-ratio: 312 / 100;
  text-align: center;
}

.header .tel dt {
  font-size: 131.9%;
  width: fit-content;
  padding: 0 0 0.1em;
  margin: 0 auto 0.12em;
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: 0.8em auto;
  background-image: url("../images/common/header_ico_tel.png");
}

.header .tel dd {
  font-size: 190.2%;
  border-top: 1px solid #2e2e2e;
  letter-spacing: 0.1em;
}

.header .logo {
  position: absolute;
  width: 16em;
  top: 6.4em;
  left: 7.6em;
}

.header .logo img {
  aspect-ratio: 241 / 197;
}

.header .info {
  position: absolute;
  left: 3.2em;
  top: 22.4em;
  padding: 1.8em 0;
  display: grid;
  grid-template-columns: 6.06em 1fr;
  align-items: center;
  column-gap: 0.8em;
  color: #242424;
  border-top: 1px solid #eeeade;
  border-bottom: 1px solid #eeeade;
}

.header .info dt {
  aspect-ratio: 1 / 1;
  display: grid;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f2e4;
}

.header .info span {
  display: inline-block;
  font-size: 138.8%;
}

.header .info span i {
  display: block;
  line-height: 1.3;
}

.header .info dd p {
  font-size: 111%;
  line-height: 1.3;
}

.header .info dd p:nth-of-type(1) {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.header .info dd span {
  display: block;
  font-size: unset;
}

.header .info dd p:nth-of-type(2) {
  font-feature-settings: "palt";
}

/*
  gnav
========================================================================== */
.gnav,
.gnav * {
  box-sizing: border-box;
}

.gnav img {
  max-width: 100%;
  vertical-align: middle;
}

.gnav {
  background-color: #103d83;
  margin: 0;
  padding: 1.2em 10em;
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
}

.idx_gnav {
  margin-bottom: 4.6em;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.gnav li {
  position: relative;
  flex: auto;
  text-align: center;
}

.gnav li::before,
.gnav li::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.gnav li::after {
  right: 0;
  background-color: #fff;
}

.gnav li:nth-of-type(1)::before {
  left: 0;
  background-color: #fff;
}

.gnav li a {
  display: block;
  transition: 0.3s;
  padding: 0.3em 0.2em;
  color: #fff;
}

.gnav li.current a,
.gnav li a:hover {
  opacity: 0.7;
}

.gnav li i {
  display: block;
  line-height: 1.4;
}

/*
  footer
========================================================================== */
.footer,
.footer * {
  box-sizing: border-box;
}

.footer img {
  max-width: 100%;
}

.footer {
  position: relative;
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
}

.footer .content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
  background-image: url("../images/common/footer_bg.jpg");
  display: grid;
  grid-template-columns: 1fr 62.36%;
}

/* --------------------------- left */
.footer .left {
  padding: 6.6em 0 12em;
}

.footer .logo {
  width: 19.4em;
  display: block;
  margin: 0 auto 0.8em;
}

.footer .logo img {
  aspect-ratio: 291 / 68;
}

.footer .tel {
  width: 21.33em;
  margin: 0 auto 1em;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer .tel span {
  display: inline-block;
  font-size: 235%;
  padding-left: 0.9em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.65em auto;
  background-image: url("../images/common/footer_ico_tel.png");
  letter-spacing: 0.08em;
}

.footer .btn {
  width: 19.4em;
  margin: 0 auto 1em;
}

.footer .btn a {
  display: grid;
  align-items: center;
  text-align: center;
  aspect-ratio: 291 / 43;
  color: #fff;
  background-color: #f3981d;
  font-size: 125%;
  line-height: 1;
}

.footer .addr {
  width: fit-content;
  margin: 0 auto 1.2em;
  font-size: 111%;
}

/* --------------------------- time table */
.footer .timetable {
  margin: 0 0 2.4em;
}

.footer .timetable table {
  width: 24.8em;
  margin: 0 auto 1em;
  border-collapse: collapse;
  line-height: 1;
}

.footer .timetable th,
.footer .timetable td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  padding: 0.5em 0;
}

.footer .timetable th {
  width: auto;
  font-weight: normal;
}

.footer .timetable td {
  width: calc((100% - 28%) / 8);
}

.footer .timetable thead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer .timetable tbody tr {
  border-bottom: 1px solid #fff;
}

.footer .timetable tbody th {
  font-size: 97%;
}

.footer .timetable tbody td {
  font-size: 82%;
}

.footer .timetable .note {
  margin: 0 auto;
  width: fit-content;
}

.footer .timetable .note li {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 97%;
}

/* --------------------------- sns */
.footer .sns {
  text-align: center;
}

.footer .sns a {
  display: inline-block;
  margin: 0 0.5em;
}

.footer .sns a img {
  width: auto;
  height: 4.4em;
}

.footer .bnr {
    width: 16em;
    margin: 1.6em auto 0;
}

/* --------------------------- right */
.footer .nav {
  padding: 7.2em 4em 10.2em 0;
  position: relative;
}

.footer .nav li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0.8em;
}

.footer .nav li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.46em;
  aspect-ratio: 4 / 5;
  left: 0;
  top: calc(50% - 0.15em);
  border-radius: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.footer .nav a {
  font-size: 88.73%;
  white-space: nowrap;
  display: inline-block;
  transition: 0.3s;
  color: #fff;
}

.footer .nav a:hover {
  opacity: 0.7;
}

.footer .nav > ul:nth-of-type(1) {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  padding-left: 0.8em;
}

.footer .nav > ul:nth-of-type(1) li {
  margin: 0 2em 1.6em 0;
}

.footer .nav > ul:nth-of-type(1) li a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}

.footer .nav_set {
  display: grid;
  grid-template-columns: 11.8em 15em 1fr;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
}

.footer .nav_set li {
  display: block;
}

.footer .nav_set p {
  position: relative;
  font-size: 88.73%;
  margin-bottom: 0.8em;
  padding: 0 2em 0 0.7em;
  width: fit-content;
}

.footer .nav_set p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(110, 178, 210, 0.65);
  background-color: #6eb2d2;
  mix-blend-mode: multiply;
}

.footer .nav_set p span {
  position: relative;
  z-index: 3;
}

.footer .nav_set ul {
  margin-left: 0.8em;
}

.footer .nav_set li {
  margin-bottom: 0.8em;
}

.footer .nav > ul:nth-of-type(2) {
  display: grid;
  grid-template-columns: 36% 30% 1fr;
  row-gap: 0.8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 0.8em;
  letter-spacing: -0.04em;
}

.footer .nav > ul:nth-of-type(2) a i {
  display: inline-block;
  margin: 0 -0.4em;
}

.footer .nav > ul:nth-of-type(3) {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  padding-left: 0.8em;
}

.footer .nav > ul:nth-of-type(3) li {
  margin: 0 2em 0.8em 0;
}

.footer .nav > ul:nth-of-type(4) {
  padding-left: 0.8em;
}

.footer .nav > ul:nth-of-type(4) li {
  margin: 0 2em 0 0;
}

/* --------------------------- foot other */
.footer .humanity {
  position: absolute;
  display: block;
  width: 4.66em;
  bottom: 3em;
  right: 1em;
}

.footer .humanity img {
  aspect-ratio: 70 / 60;
}

.footer .copy {
  font-size: 111%;
  color: #fff;
  background-color: rgba(23, 45, 108, 0.8);
  text-align: center;
  padding: 0.4em 0;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(2.857vw, 37px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: max(3vw, 42px);
  aspect-ratio: 41 / 172;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {
  width: 300px;
  position: relative;
  margin: 0 0 65px;
  box-sizing: border-box;
}

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

.sidemenu a,
.sidemenu img {
  display: block;
}

.sidemenu .ttl {
  text-align: center;
  font-size: 29.17px;
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #242424;
}

.sidemenu .bg {
  position: relative;
  z-index: 2;
  padding: 63px 21px 50px;
  border: 1px solid #363636;
}

.sidemenu .bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 68px;
  top: -34px;
  left: 50%;
  background-color: #363636;
}

.sidemenu p {
  margin: 0 0 16px;
  padding: 4px 10px;
  font-size: 16px;
  color: #2e2e2e;
  background-color: rgba(16, 61, 131, 0.1);
}

.sidemenu ul:not(:last-of-type) {
  margin-bottom: 31px;
}

.sidemenu ul li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #242424;
}

.sidemenu ul li:last-of-type {
  margin-bottom: 0;
}

.sidemenu ul li a {
  font-size: 16px;
  color: #242424;
  padding: 9px 0px 8px 9px;
  position: relative;
  line-height: 1.2;
  transition: 0.3s;
}

.sidemenu ul li a:hover {
  opacity: 0.7;
}

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

.sidebanner ul li {
  margin-bottom: 40px;
}

/*
  counseling
========================================================================== */
.counseling .ttl-low::before {
  display: none;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 14px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/lowinfo_bg.jpg);
  border: 1px solid #288cc8;
  box-sizing: border-box;
}

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

.lowinfo a,
.lowinfo img {
  display: block;
}

.lowinfo .content {
  width: 329px;
  padding: 15px 25px 25px;
  background-color: rgba(255, 255, 255, 0.6);
}

.lowinfo .logo {
  width: 202px;
  margin: 0 auto 12px;
}

.lowinfo .tel {
  border-top: 1px solid #2e2e2e;
  margin: 0 0 14px;
  text-align: center;
}

.lowinfo .tel dt {
  font-size: 18.33px;
  line-height: 1;
  padding: 8px 0;
}

.lowinfo .tel a {
  display: inline-block;
  font-size: 34.1px;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 25px;
}

.lowinfo .tel a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 25px;
  background-image: url(../images/common/lowinfo_ico_tel.png);
  background-size: cover;
}

.lowinfo .btns {
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.lowinfo .btns a {
  display: grid;
  align-items: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 277 / 46;
  font-size: 20.83px;
  background-color: #f3981d;
  line-height: 1;
  color: #fff;
}

.lowinfo .addr {
  font-size: 17.83px;
  margin: 0 0 15px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px auto;
  background-image: url("../images/common/lowinfo_ico_locate.png");
}

.lowinfo .parking {
  font-size: 17.83px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px auto;
  background-image: url("../images/common/lowinfo_ico_car.png");
}

/* price */
.aside_price {
  padding: 30px 20px 32px;
  background-color: #f9f8f3;
  display: flex;
  gap: 0 10px;
}

.aside_price li {
  flex: 1;
  background-color: #fff;
  box-shadow: 0.1em 0.1em 0.1em rgba(210, 210, 210, 0.8);
  padding: 1.4em;
}

.aside_price li .ttl {
  margin-bottom: 10px;
  padding: 10px 1em;
  text-align: center;
  font-size: 150%;
  color: #2e2e2e;
  background-color: rgba(238, 229, 210, 0.7);
}

.aside_price li dl.catch {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.aside_price li dl.catch dt {
  margin-bottom: 10px;
  width: 90%;
}

.aside_price li dl.catch dt img {
  aspect-ratio: 280 / 200;
}

.aside_price li dl.catch dd {
  display: grid;
  align-items: center;
  color: #2e2e2e;
}

.aside_price li dl.catch dd p:nth-of-type(1) {
  align-self: end;
  font-size: 138.86%;
  margin: 0 0 0.5em;
}

.aside_price li dl.catch dd p:nth-of-type(2) {
  position: relative;
  width: fit-content;
  align-self: start;
  text-align: center;
  font-size: 242%;
  line-height: 1;
}

.aside_price li dl.catch dd p:nth-of-type(2) em {
  font-size: 166%;
  font-weight: 500;
  color: #cc0000;
  letter-spacing: 0.06em;
}

.aside_price li dl.catch dd p:nth-of-type(2) i {
  position: absolute;
  right: -1em;
  top: 0;
  font-size: 35%;
}

.aside_price li dl.prc {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #2e2e2e;
  font-size: 85%;
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
}

.aside_price li p.desc {
  margin-top: 10px;
  font-size: 80%;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 48px 36px 36px;
  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;
  background-color: rgba(255, 255, 255, 0.91);
  box-shadow: 3px 3px 3px rgba(130, 130, 130, 0.1), -3px -3px 3px rgba(130, 130, 130, 0.1);
  position: relative;
}

.page-catch::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(178, 138, 36, 0.17);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/common/page-catch-bg.png");
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

.page-catch h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.page-catch p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 48px;
  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;
  background-position: 0 0;
  background-size: 10px auto;
  background-image: url("../images/common/ttl_bg.png");
  color: #fff;
  position: relative;
}

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

.ttl-low1-1 {
  background-color: var(--color-01);
}

.ttl-low1-2 {
  background-color: #479db9;
}

.ttl-low1-3 {
  background-color: #599f80;
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 8px 50px 8px 30px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 15px;
  border-left-style: solid;
  position: relative;
}

.ttl-low2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: -6px;
  width: 3px;
  height: calc(100% - 1px);
  background-color: #fff;
}

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

.ttl-low2-2 {
  color: #117a9c;
  border-color: var(--color-02);
}

.ttl-low2-3 {
  color: #246f4e;
  border-color: var(--color-03);
}

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

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

.ttl-low3-2 {
  color: #117a9c;
  border-color: var(--color-02);
}

.ttl-low3-3 {
  color: #246f4e;
  border-color: var(--color-03);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
  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: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;
  /* ↑変更しないでください */
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}

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

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

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

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 50px 10px;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}

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

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

.ttl-low5-3 {
  background-color: #599f80;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #fdfaf3;
  border: 1px solid #edae17;
}

.colunm .ttl-btn {
  margin-bottom: 10px;
  padding: 10px 30px 8px 90px;
  text-align: center;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #fbcd5e;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 16px;
  color: #e7ad20;
  font-size: 16.67px;
  background: #fff;
  filter: drop-shadow(0 0 1px #e7ad20);
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm .ttl-btn .colum::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -9px;
  right: 10px;
}

.colunm + .colunm {
  background: #fffaf3;
  border-color: #f1af56;
}

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

.colunm + .colunm .ttl-btn .colum {
  color: #c17611;
  filter: drop-shadow(0 0 1px #c17611);
}
