@charset "UTF-8";
:root {
  --main-color: #745225;
  --sub-color: #115f95;
  --link-color: #b0a18d;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 max(0.714vw, 9.286px) 0 max(2.857vw, 37.143px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .head_l {
  padding-top: max(0.571vw, 7.429px);
}
.header .head_r {
  display: flex;
  align-items: center;
  gap: max(0.714vw, 9.286px);
}
.header h1 {
  font-size: max(1vw, 13px);
  color: #2e2e2e;
}
.header .logo {
  width: max(16.214vw, 210.786px);
  margin: max(2.143vw, 27.857px) 0 0 0;
}
.header .txt {
  font-size: max(1vw, 13px);
  color: #270707;
  line-height: 1;
}
.header .tel {
  width: max(15.714vw, 204.286px);
}
.header .btn {
  position: relative;
  width: max(10.714vw, 139.286px);
}
.header .line {
  width: max(14.857vw, 193.143px);
  background-color: #06c755;
}
.header .line::before {
  height: max(1.714vw, 22.286px);
  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, 23.214px) 0;
}
.gnav ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 80, 79, 0.8);
}
.gnav li {
  position: relative;
  border-right: max(0.071vw, 0.929px) solid #fff;
}
.gnav li:first-child {
  border-left: max(0.071vw, 0.929px) solid #fff;
}
.gnav a {
  font-size: max(1.143vw, 14.857px);
  color: #fff;
  line-height: 1;
  padding: max(0.571vw, 7.429px) max(3.571vw, 46.429px);
}

/*
  footer
========================================================================== */
.footer {
  position: relative;
  padding: max(16.429vw, 213.571px) max(7.143vw, 92.857px) max(2.143vw, 27.857px);
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
  aspect-ratio: 1400/1317;
}
.footer .btn {
  display: flex;
  gap: max(1.429vw, 18.571px);
  margin-bottom: max(4.286vw, 55.714px);
}
.footer .btn .web {
  width: max(17.857vw, 232.143px);
}
.footer .btn .tel {
  width: max(20vw, 260px);
}
.footer .acs {
  width: max(38.786vw, 504.214px);
  margin-bottom: max(4.143vw, 53.857px);
}
.footer .timetable {
  width: max(40vw, 520px);
  margin-bottom: max(2.857vw, 37.143px);
}
.footer .timetable table {
  width: 100%;
  margin: 0 auto;
}
.footer .timetable table, .footer .timetable td, .footer .timetable th {
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.footer .timetable thead {
  border-top: max(0.071vw, 0.929px) solid #fff;
}
.footer .timetable thead th, .footer .timetable thead td {
  font-size: max(1.143vw, 14.857px);
  color: #fff;
  font-weight: 500;
}
.footer .timetable tbody {
  border-top: max(0.071vw, 0.929px) solid #fff;
  border-bottom: max(0.071vw, 0.929px) solid #fff;
}
.footer .timetable tbody tr:first-child {
  border-bottom: max(0.071vw, 0.929px) solid white;
}
.footer .timetable tbody th {
  font-size: max(1.071vw, 13.929px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .timetable tbody td {
  font-size: max(1.143vw, 14.857px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .timetable tr {
  display: flex;
}
.footer .timetable th, .footer .timetable td {
  padding: max(0.857vw, 11.143px) 0;
}
.footer .timetable th {
  width: max(11.071vw, 143.929px);
}
.footer .timetable td {
  width: calc((100% - max(11.071vw, 143.929px)) / 8);
}
.footer .timetable .note {
  margin: max(1.286vw, 16.714px) 0 0;
  font-size: max(1.143vw, 14.857px);
  color: #fff;
}
.footer .timetable .note li {
  line-height: 1;
}
.footer .timetable .note li + li {
  margin-top: max(1vw, 13px);
}
.footer .sns {
  margin-bottom: max(5.714vw, 74.286px);
}
.footer .sns a {
  width: max(17.857vw, 232.143px);
}
.footer nav {
  display: flex;
  gap: max(5vw, 65px);
}
.footer nav a {
  font-size: max(1.143vw, 14.857px);
  color: #ffffff;
  line-height: 1.8;
}
.footer .humanity {
  position: absolute;
  right: max(3.571vw, 46.429px);
  bottom: max(1.143vw, 14.857px);
  width: max(5vw, 65px);
}
.footer .copy {
  font-size: max(1.143vw, 14.857px);
  color: #fff;
  text-align: center;
  margin-top: max(8.571vw, 111.429px);
}

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

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
  width: 290px;
  line-height: 1;
  background: #FFF;
  padding: 22px 20px 38px;
  box-sizing: border-box;
}

.sidemenu::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #eae7dd;
  opacity: 0.2;
}

.sidemenu h2 {
  margin-left: 4px;
  font-family: "Times New Roman", Times, serif;
  font-size: 37.5px;
  letter-spacing: 0.12em;
  color: #2e2e2e;
}

.sidemenu h2::first-letter {
  font-size: 50px;
  color: #745225;
}

.sidemenu ul {
  margin-top: 18px;
  border-top: #b1b1b1 solid 1px;
}

.sidemenu li {
  border-bottom: #b1b1b1 solid 1px;
}

.sidemenu ul li a {
  display: block;
  line-height: 1.157;
  padding: 16px 16px 16px 8px;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  background: url(../images/common/menu_after.png) right 8px center no-repeat;
  background-size: 8px auto;
}

/* 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: 20px 460px 0 45px;
}
.lowinfo .logo {
  width: 220px;
  margin: 0 auto;
}
.lowinfo .tel {
  margin: 0 0 10px;
  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: 10px;
}
.lowinfo .acs {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 14px;
  color: #343434;
}
.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: 14px;
  color: #343434;
  margin-top: 5px;
}
.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: #f4eee5;
  border: 1px solid #e9dac6;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #000;
  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: #e9dac6;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #e9dac6;
  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 #e9dac6;
  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 #e9dac6 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 #c9dfef;
  background-color: #f2faff;
}

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

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

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