@charset "UTF-8";
:root {
  --main-color: #575147;
  --sub-color: #887760;
  --link-color: #5d1510;
}

.idx {
  box-sizing: border-box;
}
.idx * {
  box-sizing: border-box;
}
.idx a,
.idx img {
  display: block;
}

body {
  position: relative;
}

/*
  header
========================================================================== */
.header_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header_top .l-block {
  padding: max(2.429vw,31px) 0 0 max(3.286vw,42px);
}
.header_top .l-block h1 {
  font-size: max(0.857vw,11px);
  color: #fff;
  line-height: 1;
}
.header_top .l-block .logo {
  width: max(20.786vw,270px);
  margin-top: max(1.857vw,24px);
}
.header_top .r-block {
  display: flex;
  align-items: flex-start;
  column-gap: max(2.571vw,33px);
  padding: max(2.143vw,27px) max(1.571vw,20px) 0 0;
}
.header_top .r-block ul {
  display: flex;
  align-items: center;
  padding-top: max(0.714vw,9px);
  font-size: max(1.071vw,13px);
  color: #fff;
  line-height: 1;
}
.header_top .r-block .tel {
  position: relative;
  padding-left: max(1.571vw,20px);
  display: flex;
  align-items: center;
}
.header_top .r-block .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(0.786vw,10px);
  aspect-ratio: 11/15;
  background-image: url(../images/common/header_ico01.png);
  background-size: cover;
}
.header_top .r-block .tel::after {
  content: "";
  display: block;
  margin: 0 max(1.429vw,18px);
  width: 1px;
  aspect-ratio: 1/23;
  background-color: #fff;
  transform: rotate(20deg);
}
.header_top .r-block a {
  font-size: max(1.071vw,13px);
  color: #fff;
  line-height: 1;
}
.header_top .r-block .menu {
  width: max(3.571vw,46px);
  cursor: pointer;
}

.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(1vw,13px);
  color: #686868;
  font-weight: 300;
}
.header .logo {
  width: max(17.214vw,223px);
  margin: max(4.143vw,53px) 0 0 0;
}
.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: #5d1510;
  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);
  height: max(3.214vw,41px);
  background-color: #5b544a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.286vw,16px);
  color: #fff;
  letter-spacing: 0.08em;
}
.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_top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  margin-top: min(-5.786vw,-76px);
  padding: max(1.714vw,22px) 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.gnav_top ul {
  display: flex;
  justify-content: center;
}
.gnav_top li {
  padding: max(0.429vw,5px) max(2.5vw,32px);
  border-right: 1px solid #2c2c2c;
}
.gnav_top li:first-child {
  border-left: 1px solid #2c2c2c;
}
.gnav_top a {
  font-size: max(1.143vw,14px);
  color: #2c2c2c;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.gnav {
  padding: max(1.714vw,22px) 0;
  background-color: #ede7df;
}
.gnav ul {
  display: flex;
  justify-content: center;
}
.gnav li {
  padding: max(0.429vw,5px) max(2.5vw,32px);
  border-right: 1px solid #2c2c2c;
}
.gnav li:first-child {
  border-left: 1px solid #2c2c2c;
}
.gnav a {
  font-size: max(1.143vw,14px);
  color: #2c2c2c;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  line-height: 1;
  margin-top: max(5vw, 65px);
  padding-bottom: max(9.286vw,120px);
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-feature-settings: "palt";
  color: #2e2e2e;
  background-color: #f7f3ef;
}

.footer_contents {
  display: flex;
  column-gap: max(5.357vw,69px);
  padding: max(3.929vw,51px) 0 0 max(8.214vw,106px);
}

.footer_contents .boxLeft {
  width: max(27.857vw,362px);
}

.footer_contents .boxRight {
  width: auto;
  padding-top: max(4.643vw,60px);
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  width: max(39.286vw,510px);
}

.footer_tel {
  position: relative;
  margin: 0 auto 0 max(1.714vw,22px);
  padding-left: max(3.857vw,50px);
  font-family: "Roboto";
  font-size: max(2.521vw, 32px);
  letter-spacing: 0.03em;
}
.footer_tel::before {
  content: "";
  position: absolute;
  top: max(0.143vw,1px);
  left: 0;
  width: max(2.714vw,35px);
  aspect-ratio: 1/1;
  background: url(../images/common/footer_icon_tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #52504f;
  border-radius: 50%;
}

.footer_btn {
  display: flex;
  justify-content: center;
  column-gap: max(0.714vw, 9px);
  margin-top: max(1.857vw, 24px);
}

.footer_btn li img {
  width: 100%;
}

.footer_address {
  position: relative;
  line-height: 1.45;
  margin-top: max(1.429vw, 18px);
  margin-left: max(1.714vw,22px);
  padding-left: max(3.857vw,50px);
  font-size: max(1.143vw,14px);
  letter-spacing: 0.01em;
  color: #2e2e2e;
}
.footer_address::before {
  content: "";
  position: absolute;
  top: max(0.143vw,1px);
  left: 0;
  width: max(2.714vw,35px);
  aspect-ratio: 1/1;
  background: url(../images/common/footer_icon_pin.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #52504f;
  border-radius: 50%;
}
.footer_address + .footer_address::before {
  background: url(../images/common/footer_icon_train.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_timeTable {
  margin-top: max(1.429vw, 18px);
}

.footer_timeTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #2e2e2e solid 1px;
  border-bottom: #2e2e2e solid 1px;
}

.footer_timeTable table th,
.footer_timeTable table td {
  text-align: center;
  vertical-align: middle;
}

.footer_timeTable table thead th {
  width: max(8.571vw, 111px);
  padding: max(0.571vw, 7px) 0 max(0.5vw, 6px);
  font-size: max(1.075vw, 13px);
  letter-spacing: 0.05em;
  border-bottom: #2e2e2e solid 1px;
}

.footer_timeTable table thead td {
  padding: max(0.571vw, 7px) max(0.714vw, 9px) max(0.571vw, 7px);
  font-size: max(1.075vw, 13px);
  border-bottom: #2e2e2e solid 1px;
}

.footer_timeTable table tbody th {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(1.041vw, 13px);
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-bottom: #2e2e2e solid 1px;
}

.footer_timeTable table tbody td {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(0.883vw, 11px);
  border-bottom: #2e2e2e solid 1px;
}

.footer_timeTable ul {
  margin-top: max(1.071vw, 13px);
  font-size: max(1.041vw, 13px);
  letter-spacing: 0.1em;
  line-height: 1.25em;
}

.footer_sns_btn {
  margin-top: max(3.214vw, 41px);
  text-align: right;
}

.footer_sns_btn a img {
  width: max(3.786vw, 49px);
  margin-left: max(0.857vw, 11px);
  vertical-align: middle;
}

.footer_sns_btn a:last-of-type img {
  width: max(19.214vw, 249px);
  margin-left: max(2.214vw, 28px);
}

.fnav {
  display: flex;
}

.fnav .list {
  margin-right: max(1.786vw,23px);
}

.fnav .list:last-of-type {
  margin-right: 0;
}

.fnav p {
  font-size: max(0.929vw, 12px);
  letter-spacing: 0.24em;
  color: #2e2e2e;
}

.fnav ul {
  margin-top: 1em;
}

.fnav .list:nth-of-type(3) ul {
  margin-top: 2em;
}

.fnav ul li {
  position: relative;
  padding-left: 1em;
}

.fnav ul li::before {
  content: "▶";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  font-size: max(0.594vw, 7px);
}

.fnav ul li + li {
  margin-top: max(0.357vw, 4px);
}

.fnav ul li a {
  line-height: 1.8;
  font-size: max(0.951vw, 12px);
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: max(0.357vw, 4px);
}

/* copyright */
.copyright {
  width: 100%;
  line-height: 1;
  text-align: center;
}

.copyright address {
  padding: max(0.786vw, 10px) 0 max(0.714vw, 9px);
  font-family: "Noto Sans JP";
  font-size: max(1vw, 13px);
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #52504f;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(1.643vw, 21px);
  right: max(2.857vw, 37px);
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: max(5.643vw, 73px);
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
}
.sidemenu .inr {
  position: relative;
  padding: 62px 24px 34px;
  background-color: #fff;
  border: 1px solid #363636;
}
.sidemenu .inr::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 68px;
  background-color: #363636;
}
.sidemenu .ttl {
  font-size: 32px;
  color: #242424;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.sidemenu .box + .box {
  margin-top: 20px;
}
.sidemenu .box p {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1;
  margin-bottom: 6px;
  padding: 7px 16px;
  background-color: #ededed;
}
.sidemenu ul li {
  border-bottom: 1px dashed #2e2e2e;
}
.sidemenu ul li a {
  position: relative;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 16px 8px;
}

/* sidebanner */
.sidebanner {
  margin-top: 70px;
}
.sidebanner ul li + li {
  margin-top: 20px;
}

/*
  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;
  border: 1px solid #ccc;
  width: 800px;
  aspect-ratio: 800/460;
  padding: 25px;
}
.lowinfo .bg {
  width: 330px;
  height: 100%;
  padding: 27px 26px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowinfo .logo {
  width: 234px;
  margin: 0 auto 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #7b7b7b;
}
.lowinfo .logo img {
  width: 177px;
  margin: 0 auto;
}
.lowinfo .tel .txt {
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  line-height: 1;
}
.lowinfo .tel .num {
  font-size: 29px;
  color: #4a4a4a;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.lowinfo .tel .num span {
  position: relative;
  padding-left: 35px;
}
.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/lowinfo_ico01.png);
  background-size: cover;
}
.lowinfo .btns {
  width: 100%;
  margin-top: 10px;
}
.lowinfo .btns .btn {
  width: 100%;
}
.lowinfo .acs {
  margin-top: 15px;
}
.lowinfo .acs li {
  font-size: 14px;
  color: #4a4a4a;
  position: relative;
  padding-left: 40px;
}
.lowinfo .acs li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/lowinfo_ico02.png);
  background-size: cover;
}
.lowinfo .acs li + li {
  margin-top: 10px;
}
.lowinfo .acs li + li::before {
  background-image: url(../images/common/lowinfo_ico03.png);
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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;
  border: 1px solid #e7d8c5;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e7d8c5;
  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;
  font-weight: 500;
  position: relative;
}
.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 12px);
  background-color: #fff;
}

.ttl-low1-1 {
  background: url("../images/common/ttl_low_bg.png") repeat top left/10px, var(--main-color);
}

.ttl-low1-2 {
  color: #5b544a;
  background: url("../images/common/ttl_low_bg.png") repeat top left/10px, #ede7df;
}

.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 34px;
  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;
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 16px;
  border-left-style: solid;
  position: relative;
}
.ttl-low2::before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
}

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

.ttl-low2-2 {
  color: var(--main-color);

  .contact-red {
    color: #c20e11;
  }
}

.ttl-low2-3 {
  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;
  font-weight: 500;
  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: #f7faff;
  border: 1px solid #022358;
}

.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: #022358;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #022358;
  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 #022358;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

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

.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: 21px;
}

.colunm + .colunm {
  border: 1px solid #155f52;
  background-color: #fafffe;
}

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

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

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