@charset "UTF-8";

:root {
  --main-color: #ed9a36;
  --sub-color: #d5b04c;
  --link-color: #a28758;
}

/*
  header
========================================================================== */
header {
  position: absolute;
  width: 100%;
  line-height: 1;
}
header * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.header_lead {
  padding-top: max(0.714vw, 9.286px);
  padding-left: max(2.857vw, 37.143px);
  font-family: 'Noto Sans JP';
  font-size: max(0.937vw, 12.183px);
  font-weight: 300;
  letter-spacing: .1em;
  color: #333;
}
.header_logo {
  position: absolute;
  top: max(5.643vw, 73.357px);
  left: max(3.429vw, 44.571px);
}
.header_logo img {
  width: max(14.714vw, 191.286px);
}
.header_btn {
  position: absolute;
  top: 0;
  right: max(0.786vw, 10.214px);
  display: flex;
  align-items: center;
  column-gap: max(0.786vw, 10.214px);
}
.header_btn p {
  font-family: 'Noto Sans JP';
  font-size: max(1.041vw, 13.539px);
  letter-spacing: .08em;
  color: #270707;
}
.header_btn a {
  position: relative;
  display: flex;
  align-items: center;
  height: max(3.214vw, 41.786px);
}
.header_btn a.tel {
  width: max(15.714vw, 204.286px);
  padding: 0 max(0.929vw, 12.071px) 0 max(1.143vw, 14.857px);
  font-family: 'Noto Sans JP';
  font-size: max(1.636vw, 21.274px);
  letter-spacing: .1em;
  color: #2e2e2e;
  background-color: #f0d89d;
}
.header_btn a.tel::before {
  content: "";
  width: max(1.071vw, 13.929px);
  height: max(1.286vw, 16.714px);
  margin: max(0.214vw, 2.786px) max(0.286vw, 3.714px) 0 0;
  background: url(../images/common/header_icon_tel.png) left center no-repeat;
  background-size: cover;
}
.header_btn a.web {
  width: max(14.286vw, 185.714px);
  padding: 0 max(1.071vw, 13.929px);
  font-family: 'Noto Sans JP';
  font-size: max(1.249vw, 16.241px);
  letter-spacing: .08em;
  color: #2e2e2e;
  background-color: #f5c9a2;
}
.header_btn a.web::before {
  content: "";
  width: max(1.571vw, 20.429px);
  height: max(1.143vw, 14.857px);
  margin-right: max(0.571vw, 7.429px);
  background: url(../images/common/header_icon_web.png) left center no-repeat;
  background-size: cover;
}
.header_btn a.web::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: #2e2e2e;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  margin-top: max(1.571vw, 20.429px);
  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.571vw, 7.429px) max(3vw, 39px) max(0.429vw, 5.571px);
  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 {
  position: relative;
  height: max(51.786vw, 673.214px);
  line-height: 1;
  margin-top: max(9.286vw, 120.714px);
  padding-top: max(3.571vw, 46.429px);
  font-family: 'Noto Sans JP';
  font-feature-settings: "palt";
  color: #fff;
  background: url(../images/common/footer_bg.jpg) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
footer * {
  box-sizing: border-box;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: max(34.786vw, 452.214px);
}
footer .flex {
  display: flex;
  column-gap: max(5.714vw, 74.286px);
  margin: max(3.429vw, 44.571px) 0 0 max(9.286vw, 120.714px);
}
.footer_info {
  width: max(22.357vw, 290.643px);
  flex-shrink: 0;
}
.footer_info p {
  font-size: max(1.191vw, 15.479px);
  letter-spacing: .08em;
}
.footer_info .tel {
  margin: auto;
  padding-left: max(2.143vw, 27.857px);
  font-size: max(2.297vw, 29.863px);
  max-inline-size: max-content;
  background: url(../images/common/footer_icon_tel.png) left center no-repeat;
  background-size: max(1.571vw, 20.429px) auto;
}
.footer_info .web a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max(3.643vw, 47.357px);
  margin: max(1.429vw, 18.571px) auto 0;
  font-size: max(1.528vw, 19.862px);
  letter-spacing: .1em;
  color: #fff;
  background-color: #4b2f10;
}
.footer_info .web a::before {
  content: "";
  width: max(1.786vw, 23.214px);
  height: max(1.357vw, 17.643px);
  margin-right: max(0.929vw, 12.071px);
  background: url(../images/common/footer_icon_web.png) left center no-repeat;
  background-size: cover;
}
.footer_info .address {
  line-height: 1.5;
  margin: max(1.071vw, 13.929px) -2em 0 0;
}
.footer_info .train {
  min-height: max(1.571vw, 20.429px);
  margin: max(1.429vw, 18.571px) 0 0 max(0.643vw, 8.357px);
  padding-left: max(2.214vw, 28.786px);
  background: url(../images/common/footer_icon_train.png) left center no-repeat;
  background-size: max(1.214vw, 15.786px) auto;
}
.footer_info .bus {
  min-height: max(1.143vw, 14.857px);
  margin: max(1.286vw, 16.714px) 0 0 max(0.214vw, 2.786px);
  padding-left: max(2.643vw, 34.357px);
  background: url(../images/common/footer_icon_bus.png) left center no-repeat;
  background-size: max(1.929vw, 25.071px) auto;
}
.footer_info .parking {
  min-height: max(1.286vw, 16.714px);
  margin: max(1.429vw, 18.571px) 0 0 max(0.429vw, 5.571px);
  padding-left: max(2.286vw, 29.714px);
  background: url(../images/common/footer_icon_parking.png) left center no-repeat;
  background-size: max(1.429vw, 18.571px) auto;
}
.footer_info table {
  width: 100%;
  margin-top: max(1.929vw, 25.071px);
  table-layout: fixed;
  border-top: #fff solid max(0.071vw, 0.929px);
  border-bottom: #fff solid max(0.071vw, 0.929px);
}
.footer_info table th,
.footer_info table td {
  text-align: center;
  vertical-align: middle;
}
.footer_info table thead th {
  width: max(8.071vw, 104.929px);
  padding: max(0.429vw, 5.571px) 0 max(0.571vw, 7.429px);
  font-size: max(1.041vw, 13.529px);
  letter-spacing: .05em;
  border-bottom: #fff solid max(0.071vw, 0.929px);
}
.footer_info table thead td {
  padding: max(0.5vw, 6.5px) max(0.571vw, 7.429px) max(0.571vw, 7.429px);
  font-size: max(1.041vw, 13.529px);
  border-bottom: #fff solid max(0.071vw, 0.929px);
}
.footer_info table tbody th {
  font-size: max(1.07vw, 13.91px);
  letter-spacing: .1em;
  padding: max(0.5vw, 6.5px) 0 max(0.571vw, 7.429px);
  text-align: right;
  white-space: nowrap;
}
.footer_info table tbody td {
  font-size: max(0.892vw, 11.598px);
}
.footer_info table + ul li {
  margin-top: max(0.5vw, 6.5px);
  text-align: right;
  font-size: max(0.892vw, 11.598px);
  letter-spacing: .1em;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav ul:nth-of-type(1),
.footer_nav ul:nth-of-type(2) {
  margin-right: max(3.571vw, 46.429px);
}
.footer_nav ul li a {
  position: relative;
  line-height: 2.19;
  padding-left: 1em;
  font-size: max(0.951vw, 12.359px);
  letter-spacing: .04em;
  color: #fff;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: max(0.071vw, 0.929px);
  text-decoration-color: #fff;
  text-underline-offset: max(0.357vw, 4.643px);
}
.footer_nav ul li a::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(0.594vw, 7.726px);
}
.footer_nav .bnr {
  width: 100%;
  margin-top: max(1.786vw, 23.214px);
}
.footer_nav .bnr img {
  width: max(29.571vw, 384.429px);
}

/* copyright */
.copyright {
  width: 100%;
  height: max(2.857vw, 37.143px);
  line-height: 1;
  text-align: center;
  background-color: #4b2f10;
}
.copyright address {
  padding-top: max(0.714vw, 9.286px);
  font-family: 'Noto Sans JP';
  font-size: max(1.143vw, 14.857px);
  letter-spacing: .1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(7.143vw, 92.857px);
  right: max(0.714vw, 9.286px);
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  width: max(5.643vw, 73.357px);
}

/* humanity logo */
.humanity_logo {
  position: absolute;
  right: max(5.429vw, 70.571px);
  bottom: max(1.143vw, 14.857px);
  width: max(5vw, 65px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}
.mainPhoto img {
  width: 100%;
  aspect-ratio: 28/11;
}

/*
  layout
========================================================================== */
/* ここから下はpx変換しない  */
.pc-contents {
  margin: 75px auto 225px;
  width: 1200px;
}
.left-contents {
  width: 300px;
  float: left;
}
.right-contents {
  width: 800px;
  float: right;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
  width: 290px;
  line-height: 1;
  background: #FFF;
  padding: 22px 20px 20px
}
.sidemenu::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5e9d8;
}
.sidemenu h2 {
  margin-left: 4px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 37.5px;
  letter-spacing: .12em;
  color: #2e2e2e;
}
.sidemenu h2::first-letter {
  font-size: 50px;
  color: #f08300;
}
.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.4;
  padding: 16px 16px 16px 8px;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #2e2e2e;
  background: url(../images/common/menu_after.png) right 8px center no-repeat;
  background-size: 8px auto;
}
.sidemenu ul li a span {
  font-size: 15px;
}
.sidemenu ul li:last-of-type a {
  letter-spacing: -0.06em;
}

/* sidebanner */
.sidebanner {
  margin-top: 60px;
}
.sidebanner ul li + li {
  margin-top: 30px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  height: 460px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 31px;
  background: url(../images/common/lowinfo_bg.jpg) left top no-repeat;
  background-size: cover;
  font-feature-settings: "palt";
}
.lowinfo h3 {
  margin-left: 44px;
}
.lowinfo h3 img {
  width: 291px;
}
.lowinfo .tel {
  width: 294px;
  margin: 11px 0 0 44px;
  padding: 7px 0 8px 10px;
  font-family: 'Noto Serif JP';
  color: #b68e69;
  border-top: #b68e69 solid 1px;
  border-bottom: #b68e69 solid 1px;
}
.lowinfo .tel dt {
  margin-left: 52px;
  font-size: 16.65px;
  letter-spacing: .1em;
}
.lowinfo .tel dd {
  margin-top: 6px;
  padding-left: 36px;
  font-size: 34.64px;
  letter-spacing: .07em;
  background: url(../images/common/lowinfo_icon_tel.png) left top 8px no-repeat;
  background-size: 23px auto;
}
.lowinfo .btn {
  margin: 9px 0 0 44px;
}
.lowinfo .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 57px;
  font-family: 'Noto Serif JP';
  font-size: 20.83px;
  letter-spacing: .05em;
  color: #fff;
  background-color: #b68e69;
}
.lowinfo .btn a::before {
  content: "";
  width: 25px;
  height: 19px;
  margin-right: 17px;
  background: url(../images/common/lowinfo_icon_web.png) left center no-repeat;
  background-size: cover;
}
.lowinfo_info {
  margin-top: 8px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  letter-spacing: .1em;
  color: #b68e69;
}
.lowinfo_address {
  line-height: 1.487;
  margin-left: 45px;
  padding-left: 27px;
  background: url(../images/common/lowinfo_icon_address.png) left center no-repeat;
  background-size: 17px auto;
}
.lowinfo_train {
  min-height: 24px;
  margin: 7px 0 0 43px;
  padding: 5px 0 0 31px;
  background: url(../images/common/lowinfo_icon_train.png) left center no-repeat;
  background-size: 17px auto;
}
.lowinfo_bus {
  min-height: 17px;
  margin: 10px 0 0 38px;
  padding-left: 36px;
  background: url(../images/common/lowinfo_icon_bus.png) left center no-repeat;
  background-size: 27px 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: 'Noto Serif JP';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #f08300;
  position: relative;
}
.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e1d4b0;
  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: 'Noto Serif JP';
  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: 'Noto Serif JP';
  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: 'Noto Serif JP';
  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: 'Noto Serif JP';
  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: 'Noto Serif JP';
  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: #f6efe7;
  border: 1px solid #d5b38d;
}
.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: 'Noto Serif JP';
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #d5b38d;
  position: relative;
}
.colunm .ttl-btn .colum {
  padding: 3px 20px 2px;
  color: #d5b38d;
  font-family: 'Noto Serif JP';
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d5b38d;
  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: #d5b38d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.colunm + .colunm {
  background-color: #e9ebd9;
  border: 1px solid #b8bf7c;
}
.colunm + .colunm .ttl-btn {
  background-color: #b8bf7c;
}
.colunm + .colunm .ttl-btn .colum {
  color: #b8bf7c;
  border: 1px solid #b8bf7c;
}
.colunm .ttl-btn .colum::after {
  background-color: #b8bf7c;
}
