@charset "UTF-8";

:root {
  --main-color: #987346;
  --sub-color: #b4935f;
  --link-color: #ccbc9f;
}

/*
  header
========================================================================== */
.t_head {
  position: absolute;
  top: max(1.429vw, 18.571px);
  left: max(7.857vw, 102.143px);
  z-index: 1;
}

.t_head h1 {
  font-size: max(0.857vw, 11.143px);
  color: #fff;
  line-height: 1;
}

.l_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l_head h1 {
  font-size: max(0.857vw, 11.143px);
  color: #444;
  line-height: 1;
  margin: max(0.714vw, 9.286px) 0 max(2.857vw, 37.143px) max(2.143vw, 27.857px);
}

.l_head .logo {
  width: max(25.786vw, 335.214px);
  margin-left: max(3.571vw, 46.429px);
}

.l_head .head_r {
  display: flex;
  gap: max(1.429vw, 18.571px);
  padding-right: max(1.429vw, 18.571px);
}

.l_head .head_r .btn {
  width: max(13.143vw, 170.857px);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
}

.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: max(1.786vw, 23.214px) 0;
  background-color: #fff;
}

.gnav li {
  position: relative;
  border-right: max(0.071vw, 0.929px) solid #2e2e2e;
}

.gnav li:first-child {
  border-left: max(0.071vw, 0.929px) solid #2e2e2e;
}

.gnav a {
  font-size: max(1.071vw, 13.929px);
  color: #2e2e2e;
  line-height: 1;
  padding: max(0.571vw, 7.429px) max(3.214vw, 41.786px);
}

/*
  footer
========================================================================== */
.footer {
  position: relative;
  margin-top: max(3.571vw, 46.429px);
  padding: max(6.429vw, 83.571px) max(5vw, 65px) 0;
  aspect-ratio: 1400/728;
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
}

.footer .inr {
  display: flex;
  justify-content: space-between;
}

.footer .foot_l {
  width: max(31.143vw, 404.857px);
}

.footer .logo {
  width: max(25.5vw, 331.5px);
  margin: 0 auto max(3vw, 39px);
}

.footer .link .txt {
  font-size: max(1.286vw, 16.714px);
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: max(1.571vw, 20.429px);
}

.footer .link .tel {
  font-size: max(2.286vw, 29.714px);
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: max(1.429vw, 18.571px);
}

.footer .link .tel span {
  position: relative;
  padding-left: max(1.714vw, 22.286px);
}

.footer .link .tel span::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  width: max(1.286vw, 16.714px);
  aspect-ratio: 18/26;
  background-image: url(../images/common/footer_ico01.png);
  background-size: cover;
}

.footer .link a {
  width: max(22vw, 286px);
  margin: 0 auto;
}

.footer .infos {
  margin-top: max(2.429vw, 31.571px);
  padding-left: max(2.286vw, 29.714px);
}

.footer .infos p {
  font-size: max(1.429vw, 18.571px);
  color: #fff;
  position: relative;
  padding-left: max(2.429vw, 31.571px);
}

.footer .infos .adr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(1.286vw, 16.714px);
  aspect-ratio: 18/29;
  background-image: url(../images/common/footer_ico02.png);
  background-size: cover;
}

.footer .infos .acs {
  margin-top: max(1.286vw, 16.714px);
}

.footer .infos .acs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(1.5vw, 19.5px);
  aspect-ratio: 21/29;
  background-image: url(../images/common/footer_ico03.png);
  background-size: cover;
}

.footer .timetable {
  margin-top: max(2.714vw, 35.286px);
}

.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.429vw, 18.571px);
  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 #fff;
}

.footer .timetable tbody th {
  font-size: max(1.07svw, 13.93px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .timetable tbody td {
  font-size: max(1.143vw, 14.857px);
}

.footer .timetable tr {
  display: flex;
}

.footer .timetable th,
.footer .timetable td {
  padding: max(0.571vw, 7.429px) 0;
}

.footer .timetable th {
  width: max(9.286vw, 120.714px);
}

.footer .timetable td {
  width: calc((100% - max(9.286vw, 120.714px)) / 8);
}

.footer .timetable .note {
  margin: max(0.714vw, 9.286px) 0 0;
  font-size: max(1vw, 13px);
  color: #fff;
}

.footer .timetable .note li {
  line-height: 1;
}

.footer .timetable .note li + li {
  margin-top: max(0.714vw, 9.286px);
}

.footer .foot_r {
  width: max(53.571vw, 696.429px);
}

.footer .foot_r nav .list {
  display: flex;
  flex-wrap: wrap;
  gap: max(1.429vw, 18.571px) max(2.429vw, 31.571px);
}

.footer .foot_r nav .list + ul {
  margin-top: max(2.143vw, 27.857px);
  padding-top: max(2.143vw, 27.857px);
  border-top: max(0.071vw, 0.929px) solid #fff;
}

.footer .foot_r nav .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: max(1.429vw, 18.571px) max(2.429vw, 31.571px);
}

.footer .foot_r nav .list ul + ul {
  margin-top: max(2.143vw, 27.857px);
}

.footer .foot_r nav .list li a {
  font-size: max(1vw, 13px);
  color: #fff;
  line-height: 1;
}

.footer .foot_r .bnrs {
  display: flex;
  justify-content: space-between;
  margin-top: max(5.714vw, 74.286px);
}

.footer .foot_r .bnrs a {
  width: max(26.429vw, 343.571px);
}

.footer .copy {
  font-size: max(1vw, 13px);
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.857vw, 11.143px);
  z-index: 2;
}

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

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

.mainPhoto .logo {
  position: absolute;
  top: 65px;
  left: 75px;
  width: 213px;
}

.mainPhoto .tel {
  position: absolute;
  right: 40px;
  bottom: 50px;
  width: 275px;
  padding: 9px 0 11px;
  border-top: 1px solid #81694d;
  border-bottom: 1px solid #81694d;
  text-align: center;
  color: #81694d;
}

.mainPhoto .tel .txt {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255);
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px black;
  paint-order: stroke;
}

.mainPhoto .tel .num {
  font-size: 33px;
  line-height: 1;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255);
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px black;
  paint-order: stroke;
}

.mainPhoto .tel .num span {
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}

.mainPhoto .tel .num span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 23px;
  aspect-ratio: 46/50;
  background-image: url(../images/common/l_header_ico.png);
  background-size: cover;
}

/*
  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/504;
  padding: 70px 430px 0 45px;
}

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

.lowinfo .tel {
  margin: 30px 0 10px;
  padding: 30px 0 0;
  width: 320px;
  border-top: 1px solid #5a3410;
  text-align: center;
}

.lowinfo .tel .txt {
  font-size: 16px;
  color: #5a3410;
  line-height: 1;
}

.lowinfo .tel .num {
  font-size: 33px;
  color: #5a3410;
  line-height: 1;
  margin-top: 10px;
}

.lowinfo .tel .num span {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
}

.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 22/25;
  background-image: url(../images/common/lowinfo_ico01.png);
  background-size: cover;
}

.lowinfo .web {
  width: 268px;
  margin: 0 auto;
}

.lowinfo .infos {
  margin-top: 28px;
}

.lowinfo .infos p {
  font-size: 18px;
  color: #5a3410;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}

.lowinfo .infos .adr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 18/29;
  background-image: url(../images/common/lowinfo_ico02.png);
  background-size: cover;
}

.lowinfo .infos .acs {
  margin-top: 14px;
}

.lowinfo .infos .acs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  aspect-ratio: 21/29;
  background-image: url(../images/common/lowinfo_ico03.png);
  background-size: cover;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #fff;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e9dcc4;
  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-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% - 10px);
  background-color: #fff;
}

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

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

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

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 40px;
  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-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-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: 1px 0 3px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 1px 5px 3px 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: 7px 1em 9px 1em;
  text-align: center;
  color: #fff;
  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: #fcfaf5;
  border: 1px solid #fabc71;
}

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

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #fabc71;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fabc71;
  position: absolute;
  top: -10px;
  left: -8px;
  transform: rotate(-20deg);
}

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

.colunm::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 #ffc9a3;
  background-color: #fef8f3;
}

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

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

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