@charset "UTF-8";
:root {
  --main-color: #00cc5b;
  --sub-color: #019d47;
  --link-color: #4fc081;
}

/*
  header
========================================================================== */
.l-header {
  padding: max(1.143vw,14px) max(5.357vw,69px);
}
.l-header h1 {
  font-size: max(0.857vw,11px);
  color: #666;
  line-height: 1;
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
}
.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: max(1.786vw,23px) 0;
  background-color: #00cc5b;
}
.gnav li {
  position: relative;
  border-right: 1px solid #fff;
}
.gnav li:first-child {
  border-left: 1px solid #fff;
}
.gnav a {
  font-size: max(1.071vw,13px);
  color: #fff;
  line-height: 1;
  padding: max(0.571vw,7px) max(3.214vw,41px);
}

/*
  footer
========================================================================== */
.footer {
  position: relative;
  padding: max(4vw,52px) max(7.143vw,92px) max(2.143vw,27px);
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
  background-position: bottom right;
}
.footer .foot_l {
  width: max(40vw,520px);
}
.footer .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: max(4.857vw,63px);
}
.footer .logo {
  width: max(13.786vw,179px);
}
.footer .tel {
  margin-left: max(5.286vw,68px);
  padding-left: max(2.714vw,35px);
  border-left: 1px solid #fff;
}
.footer .tel .txt {
  font-size: max(1.786vw,23px);
  color: #fff;
  line-height: 1;
}
.footer .tel .num {
  font-size: max(3.571vw,46px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  margin-top: max(0.714vw,9px);
}
.footer .tel .num span {
  position: relative;
  padding-left: max(2.571vw,33px);
}
.footer .tel .num span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(2vw,26px);
  aspect-ratio: 28/37;
  background-image: url(../images/common/footer_ico01.png);
  background-size: cover;
}
.footer .addr .acs {
  display: flex;
  align-items: center;
  height: max(4.286vw,55px);
  padding-left: max(6.429vw,83px);
  background-image: url(../images/common/footer_ico02.png);
  background-size: max(4.286vw,55px) auto;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: max(1.429vw,18px);
  color: #fff;
}
.footer .addr .train {
  display: flex;
  align-items: center;
  height: max(4.286vw,55px);
  margin-top: max(0.714vw,9px);
  padding-left: max(6.429vw,83px);
  background-image: url(../images/common/footer_ico03.png);
  background-size: max(4.286vw,55px) auto;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: max(1.429vw,18px);
  color: #fff;
}
.footer .timetable {
  margin-top: max(4.286vw,55px);
}
.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: 1px solid #fff;
}
.footer .timetable thead th, .footer .timetable thead td {
  font-size: max(1.429vw,18px);
  color: #fff;
  font-weight: 500;
}
.footer .timetable tbody {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .timetable tbody tr:first-child {
  border-bottom: 1px solid #fff;
}
.footer .timetable tbody th {
  font-size: max(1.286vw,16px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .timetable tbody td {
  font-size: max(1.143vw,14px);
}
.footer .timetable tr {
  display: flex;
}
.footer .timetable th, .footer .timetable td {
  padding: max(0.857vw,11px) 0;
}
.footer .timetable th {
  width: max(12.5vw,162px);
}
.footer .timetable td {
  width: calc((100% - 12.5vw) / 8);
}
.footer .timetable .note {
  margin: max(1.286vw,16px) 0 0;
  font-size: max(1.143vw,14px);
  color: #fff;
}
.footer .timetable .note li {
  line-height: 1;
}
.footer .timetable .note li + li {
  margin-top: max(1vw,13px);
}
.footer .foot_nav {
  margin-top: max(6.071vw,78px);
  display: flex;
  justify-content: space-around;
}
.footer .foot_nav div ul + ul {
  margin-top: max(2.143vw,27px);
}
.footer .foot_nav li {
  font-size: max(1.143vw,14px);
  color: #fff;
}
.footer .foot_nav li + li {
  margin-top: max(0.357vw,4px);
}
.footer .foot_nav a {
  font-size: max(1.143vw,14px);
  color: #fff;
  position: relative;
  padding-left: max(0.714vw,9px);
}
.footer .foot_nav a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(1.143vw,14px);
  color: #fff;
}
.footer .humanity {
  position: absolute;
  right: max(4.286vw,55px);
  bottom: max(4.286vw,55px);
  width: max(5vw,65px);
}
.footer .copy {
  font-size: max(1.143vw,14px);
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: max(4.286vw,55px);
}

/* 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 h2 {
  font-size: 32px;
  color: #242424;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.sidemenu .block {
  position: relative;
  padding: 55px 22px 50px;
  border: 1px solid #363636;
  border-radius: 10px;
}
.sidemenu .block::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 68px;
  background-color: #363636;
}
.sidemenu .box + .box {
  margin-top: 50px;
}
.sidemenu h3 {
  font-size: 17px;
  color: #2e2e2e;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: rgba(255, 115, 160, 0.2);
}
.sidemenu h3 span {
  position: relative;
  padding-left: 18px;
}
.sidemenu h3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #2e2e2e;
}
.sidemenu ul li a {
  font-size: 16px;
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px dashed #242424;
}

/* 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/463;
  padding: 40px 415px 0 65px;
}
.lowinfo .logo {
  width: 193px;
  margin: 0 auto 36px;
}
.lowinfo .tel {
  margin: 0 0 20px;
  padding: 12px 0 8px;
  width: 320px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.lowinfo .tel .txt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.lowinfo .tel .num {
  font-size: 33px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  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: 20px;
  aspect-ratio: 20/26;
  background-image: url(../images/common/lowinfo_ico01.png);
  background-size: cover;
}
.lowinfo .acs {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 80px;
  font-size: 20px;
  color: #fff;
}
.lowinfo .acs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/lowinfo_ico02.png);
  background-size: cover;
}
.lowinfo .acs span span {
  display: inline-block;
  margin-top: 5px;
  line-height: 25px;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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: rgb(255, 250, 241);
  box-shadow: 0px 8px 7px 0px rgba(143, 143, 143, 0.22);
  border-radius: 20px;
}

/* 見出し */
.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;
  border-radius: 5px;
}
.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: #ffe9f0;
  border: 1px solid #ff73a0;
}

.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: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(143, 143, 143, 0.22);
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #ff73a0;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ff73a0;
  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 #ff73a0 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 #ccb88f;
  background-color: #fff9ed;
}

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

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