@charset "UTF-8";

:root {
  --color-01: #897d59;
  --color-02: #9b937d;
  --color-03: #baa98a;
  --main-color: #897d59;
  --sub-color: #9b937d;
  --link-color: #baa98a;
}

/* add font */
.sans {
  font-family: "Noto Sans JP", sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.font_en {
  font-family: 'Roboto', sans-serif;
}

/*
  header
========================================================================== */
.head, .head * {
	box-sizing: border-box;
}
.head img {
	max-width: 100%;
}
.head {
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: absolute !important;
  z-index: 10;
  width: 100%;
  min-width: 1300px;
  top: 0;
  left: 0;
}
.head_ttl {
  font-size: 83.3%;
  color: #2b2b2b;
  margin: 0 0 0 2.4em;
  padding-top: 0.64em;
  line-height: 1;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.head_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.6em;
}
.head_btn p,
.head_btn a {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 4em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  letter-spacing: 0.1em;
}
.head_btn a {
  position: relative;
  color: #fff;
  border-radius: 0 0 1em 1em;
}
.head_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  aspect-ratio: 9 / 10;
  left: 1.1em;
  top: calc(50% - 0.3em);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
.head_btn a:nth-of-type(1) {
  padding: 0 1em 0 2.4em;
  background-color: #00af7c;
}
.head_btn a:nth-of-type(1) span {
  font-size: 138.8%;
}
.head_btn a:nth-of-type(2) {
  padding: 0 1.6em 0 2.8em;
  background-color: #007bc7;
  line-height: 1.15;
}
.head_btn a:nth-of-type(2) span {
  font-size: 125%;
}
.head_btn .tel {
  padding: 0 1em 0 3.6em;
  background-color: rgba(255,255,255,0.8);
  background-repeat: no-repeat;
  background-position: 0.8em 50%;
  background-size: 2.26em auto;
  background-image: url("../images/common/head_ico_tel.png");
}
.head_btn .tel i {
  display: block;
}
.head_btn .tel i:nth-of-type(1) {
  font-size: 97.2%;
}
.head_btn .tel i:nth-of-type(2) {
  font-size: 168.7%;
}

.head_logo {
  position: absolute;
  width: 31.53em;
  top: 4.2em;
  left: 3.2em;
}
.head_logo img {
  aspect-ratio: 1200 / 176;
}

/*
  gnav
========================================================================== */
.gnav, .gnav * {
	box-sizing: border-box;
}
.gnav img {
	max-width: 100%;
	vertical-align: middle;
}
.gnav {
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
	padding: 1.6em 4em;
	position: relative;
}
.gnav ul {
	display: flex;
  justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.gnav li {
  flex: auto;
	position: relative;
	text-align: center;
}
.gnav li::before,
.gnav li::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
}
.gnav li::after {
  right: 0;
  background-color: #323232;
}
.gnav li:first-child::before {
  left: 0;
  background-color: #323232;
}
.gnav li a {
	display: block;
	transition: 0.3s;
	padding: 0.6em 0;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 2em;
  color: #323232;
  font-size: 100%;
}
.gnav li:nth-of-type(1) {
  font-size: 106.6%;
}

/*
  side
========================================================================== */

/*
  footer
========================================================================== */
.footer, .footer * {
	box-sizing: border-box;
}
.footer img {
	max-width: 100%;
}
.footer {
  color: #2e2e2e;
	font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-image: url("../images/common/foot_bg.jpg");
  padding: 4.4em 0 0;
}
.foot_inr {
  position: relative;
  margin: 0 6.9em 6em 7.9em;
  display: grid;
  grid-template-columns: 33.6em 1fr;
  align-items: start;
  gap: 0 4.6em;
}
/* --------------------------- left */
.footer .logo {
  width: 32.6em;
  margin: 0 0 1.8em;
}
.footer .logo a {
  display: block;
}
.footer .logo img {
  aspect-ratio: 981 / 174;
}
.foot_tel {
  margin: 0 0 2.1em;
  text-align: center;
}
.foot_tel span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.foot_tel span:nth-of-type(1) {
  font-size: 120%;
}
.foot_tel span:nth-of-type(1) i {
  font-size: 66%;
}
.foot_tel span:nth-of-type(2) {
  font-size: 318%;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.2;
  padding: 0 0 0 0.9em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.648em auto;
  background-image: url("../images/common/foot_ico_tel.png");
}
.foot_btn {
  margin: 0 0 2.2em;
  display: grid;
  grid-template-columns: 14.46em 1fr;
  gap: 0 0.8em;
}
.foot_btn a {
  display: block;
  color: #fff;
  background-color: #8d7f5f;
  height: 2.93em;
  text-align: center;
  display: grid;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0.4em auto;
  background-position: calc(100% - 1em) 50%;
  background-image: url("../images/common/foot_btn_arrow.png");
}
.foot_btn a span {
  font-size: 119.4%;
  line-height: 1;
  letter-spacing: 0.06em;
}
.foot_info {
  margin: 0 0 2.4em;
}
.foot_info p {
  padding: 0 0 0 2.4em;
  background-repeat: no-repeat;
  background-position: 0 0.1em;
}
.foot_info span {
  font-size: 125%;
}
.foot_addr {
  margin: 0 0 0.8em;
  background-size: 1.46em auto;
  background-image: url("../images/common/foot_ico_location.png");
}
.foot_accs {
  background-size: 1.2em auto;
  background-image: url("../images/common/foot_ico_train.png");
}
/* --------------------------- timetable */
.footer .timetable {
  width: 100%;
}
.footer .timetable table {
	border-collapse: collapse;
	line-height: 1;
  width: 100%;
  margin: 0 0 0.5em;
}
.footer .timetable th,
.footer .timetable td {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	line-height: 1;
}
.footer .timetable th {
	width: auto;
	font-weight: normal;
  letter-spacing: 0.1em;
}
.footer .timetable td {
	width: calc((100% - 38%) / 7);
}
.footer .timetable thead {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  font-size: 100%;
}
.footer .timetable thead th {
	padding: 0.6em 0;
}
.footer .timetable tbody tr:not(:first-child) {
  border-bottom: 1px solid #2e2e2e;
}
.footer .timetable tbody th,
.footer .timetable tbody td {
  padding: 0.9em 0 1em;
}
.footer .timetable tbody tr:last-child th,
.footer .timetable tbody tr:last-child td {
  padding: 0 0 1em;
}
.footer .timetable tbody th {
  font-size: 97.2%;
}
.footer .timetable tbody td {
  font-size: 82.46%;
}
.footer .timetable li {
  font-size: 97.2%;
}
/* --------------------------- right */
.foot_nav {
  display: grid;
}
.foot_nav a {
  transition: 0.3s;
  color: #2a2a2a;
}
.foot_nav a:hover {
  opacity: 0.7;
}
.foot_nav a span {
  font-size: 88.7%;
}
.foot_nav .foot_nav_01 {
  margin: 0 0 1.6em -1.2em;
}
.foot_nav .foot_nav_01 li {
  display: inline-block;
  padding: 0 1.8em;
  margin: 0 0 1.2em;
  border-right: 1px solid #2e2e2e;
  line-height: 1.1;
}
.foot_nav .foot_nav_01 li:last-child {
  border-right: 0 none;
}
.foot_nav .foot_nav_01 li a {
  font-size: 111%;
}
.foot_nav article {
  display: grid;
  grid-template-columns: 17.5em 1fr;
  margin: 0 0 2.7em;
}
.foot_nav article ul {
  display: grid;
  gap: 1.1em 0;
}
.foot_nav article a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.foot_nav article a::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.foot_sns {
  font-size: 83.3%;
  letter-spacing: 0.08em;
}
/* --------------------------- copyright */
.footer .copyright {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 0 2.7em;
  font-size: 83.3%;
  line-height: 1;
  letter-spacing: 0.1em;
}
/* --------------------------- pagetop */
.pagetop {
	position: fixed;
	cursor: pointer;
	z-index: 9999;
	width: 44px;
	bottom: 60px;
	right: 0;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {
  width: 290px;
  position: relative;
  margin: 0 0 40px;
  padding: 30px 18px 30px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 rgba(137,125,89,0.15);
}
nav.sidemenu * {
  box-sizing: border-box;
}
.sidemenu a, .sidemenu img {
  display: block;
}
.sidemenu .ttl {
  position: relative;
  margin: 0 0 18px;
  color: #242424;
  font-size: 37.5px;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
.sidemenu .ttl::first-letter {
  font-size: 50px;
  color: #897d59;
}
.sidemenu ul {
  border-top: 1px solid #b1b1b1;
  display: grid;
}
.sidemenu ul li {
  border-bottom: 1px solid #b1b1b1;
}
.sidemenu ul li a {
  padding: 0 10px;
  height: 60px;
  display: grid;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #2e2e2e;
  position: relative;
  line-height: 1.3;
  transition: 0.3s;
}
.sidemenu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  aspect-ratio: 8 / 10;
  background-color: #88b0a5;
  right: 8px;
  top: calc(50% - 5px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sidemenu ul li a:hover {
  opacity: 0.7;
}
.sidemenu ul li a i {
  display: inline-block;
  margin: 0 -0.4em;
}

/* sidebanner */
.sidebanner ul li {
  margin-bottom: 22px;
}

/*
  counseling
========================================================================== */
.counseling > p {
  font-family: "Noto Sans JP", sans-serif;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 12px 15px 0;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/lowinfo_bg.jpg);
  box-sizing: border-box;
  color: #333;
  position: relative;
  aspect-ratio: 800 / 504;
}
.lowinfo * {
  box-sizing: border-box;
}
.lowinfo a, .lowinfo img {
  display: block;
}
.lowinfo .content {
  width: 387px;
  min-height: 478px;
  padding: 30px 25px 0;
  background-color: rgba(255,255,255,0.8);
}
.lowinfo .logo {
  margin: 0 0 17px;
  padding: 0 0 19px;
  border-bottom: 1px solid #b8b8b8;
  display: block;
  text-align: center;
}
.lowinfo .logo span {
  display: inline-block;
  width: 321px;
}
.lowinfo .logo img {
  aspect-ratio: 1200 / 176;
}
.lowinfo .tel {
  margin: 0 auto 25px;
}
.lowinfo .tel span {
  display: block;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #4a4a4a;
  text-align: center;
}
.lowinfo .tel span:nth-of-type(1) {
  font-size: 18px;
  margin-left: 20px;
}
.lowinfo .tel span:nth-of-type(2) {
  position: relative;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px auto;
  background-image: url("../images/common/lowinfo_ico_tel.png");
}
.lowinfo .btn {
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}
.lowinfo .btn a {
  position: relative;
  aspect-ratio: 158 / 63;
  display: grid;
  align-items: center;
  text-align: center;
  background-color: #8d7f5f;
  padding-right: 4px;
}
.lowinfo .btn a span {
  display: block;
  font-size: 16.67px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.lowinfo .btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  aspect-ratio: 6 / 7;
  right: 10px;
  top: calc(50% - 3.5px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
.lowinfo .inf {
  display: grid;
  gap: 12px 0;
}
.lowinfo .inf p {
  font-size: 18.75px;
  line-height: 1.353;
  color: #2e2e2e;
  padding-left: 42px;
  background-repeat: no-repeat;
  line-height: 1.33;
  letter-spacing: 0.1em;
  min-height: 26px;
}
.lowinfo .inf p i {
  display: inline-block;
  margin: 0 -0.4em;
}
.lowinfo .addr {
  background-position: 10px 10px;
  background-size: 21px auto;
  background-image: url("../images/common/lowinfo_ico_location.png");
}
.lowinfo .accs {
  background-position: 10px 50%;
  background-size: 18px auto;
  background-image: url("../images/common/lowinfo_ico_train.png");
}


/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomは固定値 */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 52px 30px 57px;
  text-align: center;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  color: #282828;
  background-color: rgba(255, 255, 255, 0.91);
  box-shadow: 0 0 10px rgba(130,130,130,0.1);
}
.page-catch::before,
.page-catch::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-catch::before {
  background-color: #c8e4dc;
  top: 10px;
  left: 10px;
  z-index: -1;
}
/* .page-catch::after {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.91);
  box-shadow: 0 0 10px rgba(130,130,130,0.1);
} */
.page-catch h2 {
  position: relative;
  z-index: 3;
  font-size: 24px;
  margin-bottom: 1em;
}
.page-catch p {
  position: relative;
  z-index: 3;
}
.page-catch p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 80px 10px 48px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
}
.ttl-low::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 80%;
  bottom: 0;
  left: 17px;
  background-color: #fff;
}
.ttl-low1-1 {
  background-color: var(--color-01);
}
.ttl-low1-2 {
  background-color: var(--color-02);
}
.ttl-low1-3 {
  background-color: var(--color-03);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 8px 58px 8px 32px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-left: 16px solid;
  border-bottom: 1px solid;
  position: relative;
}
.ttl-low2::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  bottom: 0;
  left: -6px;
  background-color: #fff;
}

.ttl-low2-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}
.ttl-low2-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}
.ttl-low2-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 45px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.ttl-low3-1 {
  color: var(--color-01);
  border-color: var(--color-01);
}
.ttl-low3-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}
.ttl-low3-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low4 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 5px 18px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-left-width: 5px;
  border-left-style: solid;
}
.ttl-low4-1 {
  color: var(--color-01);
  border-color: #987346;
}
.ttl-low4-2 {
  color: var(--color-02);
  border-color: var(--color-02);
}
.ttl-low4-3 {
  color: var(--color-03);
  border-color: var(--color-03);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 10px 100px 10px 50px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 100px;
  color: #fff;
  text-align: left;
}
.ttl-low5 span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.ttl-low5-1 {
  background-color: var(--color-01);
}
.ttl-low5-2 {
  background-color: var(--color-02);
}
.ttl-low5-3 {
  background-color: var(--color-03);
}

.ttl-low6 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.ttl-low6 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}
.ttl-low6 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}
.ttl-low6 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 4px 10px;
  width: auto;
  min-width: 0;
  color: #fff;
}
.ttl-low6-1 > span:nth-of-type(1) {
  background-color: var(--color-01);
}
.ttl-low6-2 > span:nth-of-type(1) {
  background-color: var(--color-02);
}
.ttl-low6-3 > span:nth-of-type(1) {
  background-color: var(--color-03);
}




/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f8fffd;
  border: 1px solid #8edbc5;
}
.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 10px 30px 8px 90px;
  text-align: center;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #8edbc5;
  position: relative;
  border-radius: 3em;
}
.colunm .ttl-btn .colum {
  padding: 3px 16px;
  color: #3fb493;
  font-size: 16.5px;
  background: #fff;
  filter: drop-shadow(0 0 1px #8edbc5);
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}
.colunm .ttl-btn .colum::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  bottom: -9px;
  right: 10px;
}
.colunm p {
	font-size: 18px;
}
.colunm p:last-of-type {
	margin-top: 24px;
	text-align: center;
}
.colunm p:last-of-type a {
	display: block;
  text-align: center;
	padding: 8px 12px;
	border-radius: 3em;
  text-decoration: none;
	background-color: rgba(142, 219, 197, 0.4);
}
.colunm + .colunm {
  background-color: #fef8f3;
	border-color: #ffcaa3;
}
.colunm + .colunm .ttl-btn {
	background-color: #ffc9a3;
}
.colunm + .colunm .ttl-btn .colum {
  color: #ffb27a;
  filter: drop-shadow(0 0 1px #ffb27a);
}
.colunm + .colunm p:last-of-type a {
	background-color: rgba(255, 202, 163, 0.4);
}
.colunm + .colunm + .colunm {
  background-color: #fffbf0;
	border-color: #ffe19a;
}
.colunm + .colunm + .colunm .ttl-btn {
	background-color: #ffe5a6;
}
.colunm + .colunm + .colunm .ttl-btn .colum {
  color: #ffd165;
  filter: drop-shadow(0 0 1px #ffd165);
}
.colunm + .colunm + .colunm p:last-of-type a {
	background-color: rgba(255,229,166,0.4);
}

