@charset "UTF-8";

:root {
  --main-color: #f3981e;
  --sub-color: #cbaf50;
  --link-color: #ac880d;
}

/*
  header
========================================================================== */
header.lowhd {
  font-size: max(0.72svw, 9.26px);
  padding: 1.5em 1.6em 1.2em 1.6em;
}

.lowhd img {
  display: block;
}

.lowhd .inner .logo .fade img {
  aspect-ratio: 401 / 88;
}

.lowhd .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* logo */
.lowhd .inner .logo {
  margin-right: auto;
  margin-left: 0;
  width: 40.9em;
}

.lowhd .inner .logo h1 {
  margin-bottom: 1.5em;
  color: #434343;
  font-size: 0.94em;
  line-height: 1;
  padding-left: 0.5em;
}

/* timetable */
.lowhd .inner .timetable {
  width: 34.5em;
}

.lowhd .inner .timetable table {
  width: 100%;
  table-layout: fixed;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table thead tr td,
.lowhd .inner .timetable table tbody tr th,
.lowhd .inner .timetable table tbody tr td {
  text-align: center;
  color: #333;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table tbody tr th {
  width: 32.75%;
}

.lowhd .inner .timetable table thead tr th,
.lowhd .inner .timetable table thead tr td {
  padding-bottom: .25em;
  font-size: 1.4em;
  border-bottom: 1px solid #4b443b;
}

.lowhd .inner .timetable table tbody tr th,
.lowhd .inner .timetable table tbody tr td {
  font-size: 1.3em;
}

.lowhd .inner .timetable table tbody tr:nth-child(1) th,
.lowhd .inner .timetable table tbody tr:nth-child(1) td {
  padding: .25em 0;
}

.lowhd .inner .timetable table tbody tr:nth-child(2) th,
.lowhd .inner .timetable table tbody tr:nth-child(2) td {
  padding: .25em 0;
  border-bottom: 1px solid #4b443b;
}

.lowhd .inner .timetable ul.hosoku {
  margin-top: .5em;
}

.lowhd .inner .timetable ul.hosoku li {
  color: #333;
  font-size: 1.2em;
  text-align: right;
}

/* telbox */
.lowhd .inner .telbox {
  box-sizing: border-box;
  margin-left: 2em;
  padding: 0 1.8em;
  width: 37.35em;
  height: 12.1em;
  background-color: #fffae1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lowhd .inner .telbox .tel {
  padding-bottom: .7em;
  padding-left: .5em;
}

.lowhd .inner .telbox .tel .ttl {
  margin-bottom: .25em;
}

.lowhd .inner .telbox .tel .ttl span {
  display: inline-block;
  padding: 3px 8px 1px 8px;
  color: #333;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fdde66;
  border-radius: 2px;
}

.lowhd .inner .telbox .tel .num {
  display: flex;
  align-items: center;
}

.lowhd .inner .telbox .tel .num i {
  margin-top: 9px;
  margin-right: 1em;
  width: 1.8em;
  vertical-align: -4px;
}

.lowhd .inner .telbox .tel .num span {
  color: #4b443b;
  font-size: 3.9em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
}

.lowhd .inner .telbox .address {
  margin: 0 auto;
  padding-top: .6em;
  color: #4b443b;
  font-size: 1.125em;
  line-height: 1.2;
  border-top: 1px dashed #47463f;
}

/* btn */
.lowhd .inner .btn {
  margin-left: 2em;
  width: 12.1em;
}

/*
  gnav
========================================================================== */
.gnav {
  width: max(91.286vw, 1186.714px);
  margin: auto;
}

.gnav > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gnav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gnav > ul > li > a,
.gnav > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: max(1.071vw, 13.929px);
  line-height: 1;
  padding: max(0.714vw, 9.286px) 0;
  width: 100%;
  border-right: 1px solid #2e2e2e;
  position: relative;
  cursor: pointer;
}

.gnav > ul > li:first-child > a {
  border-left: 1px solid #2e2e2e;
}

.gnav .submenu > div {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  padding-top: 15px;
  z-index: 9999;
}

.gnav .sidemenu {
  background: #fff;
  padding-top: 30px;
  font-size: 16px;
}

.gnav .sidemenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2em;
  width: 60em;
}

.gnav .sidemenu ul li {
  white-space: nowrap;
  width: 14em;
  margin-top: 0;
}

.gnav .sidemenu ul li:nth-of-type(n+5) {
  margin-top: 1.2em;
}

/*
  footer
========================================================================== */
footer {
  margin-top: 6.8rem;
  background-image: url(../images/common/f_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: max(12.143vw, 157.857px) 0 0;
  position: relative;
}

.f_left {
  width: max(30.000vw, 390.000px);
  margin-right: max(2.143vw, 27.857px);
}

.f_info {
  width: max(26.571vw,345.429px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f_info h2 {
	width: max(22.857vw, 297.143px);
  border-bottom: 1px solid #fff;
  padding: 0 max(1.071vw, 13.929px) max(1.000vw, 13.000px);
  margin-bottom: max(1.071vw, 13.929px);
  aspect-ratio: 353 / 69;
}

.f_tel {
  width: max(20.000vw, 260px);
  margin: 0 auto max(1.400vw, 18.200px);
  text-align: center;
  font-size: max(2.50svw, 32.50px);
}

.f_tel span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: max(1.64svw, 21.36px);
  aspect-ratio: 1/1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../images/top/kv_ico_tel.png);
}

.f_web {
	display: flex;
	justify-content: center;
	gap: max(1.043vw, 13.557px);
	margin-bottom: max(1.071vw, 13.929px);
}
.f_web .web{
  width: max(20.714vw, 269.286px);
}

.f_insta{
  width: max(17.143vw, 222.857px);
	margin-bottom: max(1.429vw, 18.571px);
}
.f_addr {
  font-size: max(1.189vw, 15.461px);
}

.f_timetable {
  margin-top: 2.4rem;
  width: max(26.571vw, 345.429px);
}

.f_timetable th,
.f_timetable td {
  text-align: center;
}

.f_timetable td:last-of-type {
  padding-right: 0.8em;
}

.f_timetable thead {
  font-size: max(1.071vw, 13.929px);
}

.f_timetable thead tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.f_timetable thead td {
  width: 2.333em;
}

.f_timetable thead th,
.f_timetable thead td {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

.f_timetable thead th,
.f_timetable tbody th {
  white-space: nowrap;
}

.f_timetable tbody {
  font-size: max(1.043vw, 13.557px);
}

.f_timetable tbody tr:last-of-type {
  border-bottom: 1px solid #fff;
}

.f_timetable tbody tr:first-of-type th,
.f_timetable tbody tr:first-of-type td {
  padding-top: 0.6em;
}

.f_timetable tbody tr:last-of-type th,
.f_timetable tbody tr:last-of-type td {
  padding-bottom: 0.5em;
}

.f_timetable tbody th,
.f_timetable tbody td {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.f_timetable + .hosoku {
  margin-top: 1.6em;
  font-size: max(1.043vw, 13.557px);
}

.f_timetable + .hosoku li {
  display: inline-block;
}

.f_timetable + .hosoku li:not(:last-of-type) {
  margin-right: 2em;
}

.f_sns {
  width: max(26.571vw, 345.429px);
  display: flex;
  justify-content: center;
  margin-top: max(1.714vw, 22.286px);
}

.f_sns li {
  width: max(5.714vw, 74.286px);
  margin-right: max(1.286vw, 16.714px);
}

.f_right {
  width: max(57.000vw, 715.000px);
}

.f_nav {
  display: flex;
  justify-content: space-between;
  font-size: max(0.951vw, 12.369px);
}

.f_nav li + li {
  margin-top: 1em;
}

.f_nav li {
  margin-left: 1vw;
}

.f_nav a {
  color: #fff;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 0.2em;
  transition: 0.5s;
}

.f_nav a:hover {
  opacity: 0.5;
}

.f_nav a::before {
  content: "";
  border-left: max(0.571vw, 7.429px) solid #fff;
  border-top: max(0.286vw, 3.714px) solid rgba(0, 0, 0, 0);
  border-bottom: max(0.286vw, 3.714px) solid rgba(0, 0, 0, 0);
  border-right: none;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.f_nav .f_nav_sub::before {
  top: 20%;
}

.humanity {
  width: 87px;
  position: absolute;
  right: 137px;
  bottom: 13px;
}

.f_copy {
  margin-top: max(18.214vw, 236.786px);
  display: block;
  width: 100%;
  font-size: max(0.893vw, 11.607px);
  line-height: 1;
  padding: max(0.786vw, 10.214px);
  text-align: center;
  background-color: rgba(86, 58, 37, 0.7);
}

/* link */
section.cmn_link {
  background-color: #f5f7f7;
  background-image: url(../images/common/link_bg.png);
  background-size: 98% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: max(3.571vw, 46.429px) 0 max(2.500vw, 32.500px)
}

section.cmn_link h2 {
  width: max(11.020vw, 154.286px);
  margin: 0 auto max(2.143vw, 27.857px);
  aspect-ratio: 79 / 34;
}

section.cmn_link ul {
  width: max(92.143vw, 1197.857px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: max(1.786vw, 23.214px) max(1.071vw, 13.929px);
}

section.cmn_link ul li {
  width: max(45.286vw, 588.714px);
  box-shadow: 0px 2px 1px 0px rgba(175, 175, 175, 0.35);
  margin: 0 auto;
}

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

.pagetop img {
  width: 79px;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  box-sizing: border-box;
  margin: 0 auto 2.9rem auto;
  width: 97.71%;
  border: 1px solid #f0f0f0;
}

/*
  sidemenu / sidebanner
========================================================================== */
nav.sidemenu {
  padding: 40px 38px 36px 34px;
  border-left: 4px solid #fcc800;
  border-radius: 0 16px 16px 0;
  box-shadow: 0px 4px 12px 0px rgba(126, 87, 62, 0.13);
}

.sidemenu h2 {
  margin-right: auto;
  margin-left: auto;
  width: 109px;
}

.sidemenu ul {
  margin-top: 36px;
}

.sidemenu ul li {
  padding-bottom: 3px;
  border-bottom: 1px dashed #2f2f2f;
}

.sidemenu ul li + li {
  margin-top: 18px;
}

.sidemenu ul li a {
  display: inline-block;
  padding-left: 26px;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  position: relative;
}

.sidemenu ul li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  background-color: #a06c26;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 6px;
  left: 9px;
}

.sidebanner {
  margin-top: 48px;
}

.sidebanner ul li:nth-child(2) {
  margin-top: 28px;
}

.sidebanner ul li:nth-child(3) {
  margin-top: 25px;
}

/*
  lowinfo
========================================================================== */
.counseling {
  margin-top: 80px;
}

.counseling .lowinfo {
  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 #fdddb3;
  overflow: hidden;
}

.counseling .lowinfo img {
  display: block;
}

.counseling .lowinfo .box {
  box-sizing: border-box;
  padding: 52px 30px 44px 30px;
  width: 300px;
  background-color: rgba(255, 255, 255, .49);
  box-shadow: 0px 0px 8px 0px rgba(75, 72, 69, 0.19);
}

.counseling .lowinfo .box .logo {
  padding-bottom: 19px;
  border-bottom: 1px dashed #4c4948;
}

.counseling .lowinfo .box .logo img {
  aspect-ratio: 443 / 233;
}

.counseling .lowinfo .box .tel {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counseling .lowinfo .box .tel i {
  margin-top: 5px;
  margin-right: 7px;
  width: 17px;
}

.counseling .lowinfo .box .tel span {
  color: #4b443b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32.31px;
  line-height: 1;
  letter-spacing: .025em;
}

.counseling .lowinfo .box .btn {
  margin-top: 17px;
  display: block;
}

.counseling .lowinfo .box .timetable {
  margin-top: 39px;
  display: flex;
}

.counseling .lowinfo .box .timetable .ttl {
  margin-right: 14px;
  padding: 5px 10px 4px 10px;
  color: #333333;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fdde66;
  border-radius: 2px;
  display: flex;
  align-items: center;
  height: 1em;
}

.counseling .lowinfo .box .timetable .time {
  color: #4d4a49;
  font-size: 15px;
  line-height: 1.5;
}

.counseling .lowinfo .box .timetable .timetable_item {
  text-align: right;
}

.counseling .lowinfo .box .timetable .timetable_item .time2 {
  margin-top: 5px;
  font-size: 0.85em;
  list-style-type: none;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  margin: 0 auto 40px auto;
  padding: 40px 20px 35px;
  text-align: center;
  color: #2f210f;
  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: .1em;
  background-color: #fffdf2;
  position: relative;
}

.page-catch::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #f3981d;
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
}

/* 見出し */
.ttl-low {
  margin-bottom: 15px;
  padding: 0 0 6px 62px;
  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: .1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}

.ttl-low::before {
  content: '';
  display: block;
  width: 36px;
  height: 34px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  bottom: -1px;
}

.ttl-low1-1 {
  color: #ed9216;
  border-bottom-color: #f3981d;
}

.ttl-low1-1::before {
  background-image: url('../images/common/ttl-low1-1_ic.png');
}

.ttl-low1-2 {
  color: #f8a900;
  border-bottom-color: #fcc800;
}

.ttl-low1-2::before {
  background-image: url('../images/common/ttl-low1-2_ic.png');
}

.ttl-low1-3 {
  color: #ac880d;
  border-bottom-color: #cbaf50;
}

.ttl-low1-3::before {
  background-image: url('../images/common/ttl-low1-3_ic.png');
}

.ttl-low2 {
  margin-bottom: 15px;
  padding: 12px 1em 10px 18px;
  color: #2f210f;
  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: .1em;
  background-color: #fffdf2;
  border-left-width: 4px;
  border-left-style: solid;
}

.ttl-low2-1 {
  border-left-color: #f3981d;
}

.ttl-low2-2 {
  border-left-color: #fcc800;
}

.ttl-low2-3 {
  border-left-color: #cbaf50;
}

.ttl-low3 {
  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: .1em;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ttl-low3-1 {
  color: #ed9216;
  border-top-color: #f3981d;
  border-bottom-color: #f3981d;
}

.ttl-low3-2 {
  color: #f8a900;
  border-top-color: #fcc800;
  border-bottom-color: #fcc800;
}

.ttl-low3-3 {
  color: #ac880d;
  border-top-color: #cbaf50;
  border-bottom-color: #cbaf50;
}

.ttl-low4 {
  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: .1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ttl-low4 > span {
  margin: 2.5px 0;
}

.ttl-low4 > span:last-of-type {
  padding: 3px 0 1px 0;
  width: auto;
  min-width: 0;
  color: #2f210f;
  flex: 0 1 auto;
}

.ttl-low4 > span:first-of-type {
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.ttl-low4-1 > span:first-of-type {
  color: #fff;
  background: #f3981e;
}

.ttl-low4-2 > span:first-of-type {
  color: #2f210f;
  background: #ffd532;
}

.ttl-low4-3 > span:first-of-type {
  color: #fff;
  background: #cbaf50;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 11px 1em 9px 1em;
  text-align: center;
  color: #2f210f;
  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: .1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: #fdddb3;
}

.ttl-low5-2 {
  background-color: #fde99c;
}

.ttl-low5-3 {
  background-color: #ecdca4;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #ffffff;
  border: 1px solid #fdddb3;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 9px 30px 6px 90px;
  text-align: center;
  color: #2f210f;
  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: .05em;
  background: #ffedd6;
  position: relative;
}

.ttl-btn-02 {
  margin-top: 20px;
  background: #fff;
  padding: 8px 30px 5px 90px;
  text-align: center;
  color: #2f210f;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 100px;
  border: 1px solid #fdddb3;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}

.colum {
  padding: 0.5rem 1rem;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  background: #fdddb3;
  position: absolute;
  top: 13%;
  left: -2%;
}

.colunm + .colunm {
  border: 1px solid #fde99c;
}

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

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

.colunm + .colunm .parts .ttl-btn-02 {
  background: #fff;
  border: 1px solid #fde99c;
}

.colunm + .colunm + .colunm {
  border: 1px solid #ecdca4;
}

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

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

.colunm + .colunm + .colunm .parts .ttl-btn-02 {
  background: #fff;
  border: 1px solid #ecdca4;
}
