@charset "UTF-8";

:root {
	--main-color: #bd731b;
	--sub-color: #bca47d;
	--link-color: #7da0b2;
}

/*
  header
========================================================================== */
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
header * {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
}
header h1 {
  width: fit-content;
  padding: 0.8em 2.5em;
  font-size: max(0.857vw, 11.143px);
  color: #2e2e2e;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}
.hd_logo {
  width: max(19.071vw, 247.929px);
  margin: max(2vw, 26px) 0 0 max(1.571vw, 20.429px);
}
.hd_contact {
  position: absolute;
  top: 0;
  right: max(1.429vw, 18.571px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: max(1.429vw, 18.571px);
}
.hd_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(13.143vw, 170.857px);
  height: max(3.857vw, 50.143px);
  color: #FFF;
  font-size: max(1.357vw, 17.643px);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.hd_line {
  background-color: #62c187;
}
.hd_web {
  background-color: #d1ae6a;
}
.hd_tel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: max(0.286vw, 3.714px);
  width: max(13.143vw, 170.857px);
  height: max(3.857vw, 50.143px);
  background-color: rgba(255, 255, 255, .8);
  text-align: center;
}
.hd_tel span {
  position: relative;
  font-size: max(0.929vw, 12.071px);
  padding: 0.2em 0.6em;
  border-bottom: #333 max(0.071vw, 0.929px) solid;
}
.hd_tel span::before {
  content: "";
  display: inline-block;
  width: max(0.857vw, 11.143px);
  height: max(1vw, 13px);
  margin-right: max(0.571vw, 7.429px);
  margin-bottom: max(-0.143vw, -1.857px);
  background-image: url(../images/common/icon_tel_01.png);
  background-size: cover;
}
.hd_tel em {
  display: block;
  font-size: max(1.429vw, 18.571px);
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1;
}

/*
  gnav
========================================================================== */
.gnav {
  position: relative;
  background-color: #dadada;
}
.gnav ul {
  width: max(91.429vw, 1188.571px);
  margin: 0 auto;
  display: flex;
  justify-content:center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.gnav li {
  position: relative;
  flex: auto;
  text-align: center;
}
.gnav li a {
  display: block;
  line-height: max(5.929vw, 77.071px);
  font-size: max(1.071vw, 13.929px);
  letter-spacing: 0.15em;
  font-family: 'Noto Sans JP', sans-serif;
}
.gnav ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: max(0.071vw, 0.929px);
  height: max(2.429vw, 31.571px);
  background-color: #333;
}
.gnav li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: max(0.071vw, 0.929px);
  height: max(2.429vw, 31.571px);
  background-color: #333;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(2.714vw, 35.286px) max(5vw, 65px);
  padding-top: max(2.714vw, 35.286px);
  background-color: #f3ede6;
}
footer * {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.ft_left {
  width: max(26.786vw, 348.214px);
}
.ft_logo {
  width: max(19vw, 247px);
  margin-inline: auto;
}
.ft_tel {
  width: fit-content;
  margin-top: max(1.786vw, 23.214px);
  margin-inline: auto;
  padding: 0.15em 0.6em 0;
  border-top: #a4a19c max(0.071vw, 0.929px) solid;
  font-size: max(2.5vw, 32.5px);
  font-family: 'Roboto';
  letter-spacing: 0.05em;
}
.ft_tel::before {
  content: "";
  display: inline-block;
  width: max(1.643vw, 21.357px);
  height: max(1.857vw, 24.143px);
  margin-right: max(0.571vw, 7.429px);
  margin-bottom: max(0.071vw, 0.929px);
  background-image: url(../images/common/icon_tel_01.png);
  background-size: cover;
  opacity: .8;
}
.ft_contact {
  display: flex;
  justify-content: center;
  gap: max(0.714vw, 9.286px);
  width: max(25vw, 325px);
  margin-top: max(1.429vw, 18.571px);
  margin-inline: auto;
}
.ft_contact a {
  position: relative;
  display: block;
  width: max(12.143vw, 157.857px);
  height: max(5vw, 65px);
  padding-top: max(2.429vw, 31.571px);
  text-align: center;
  font-size: max(1.357vw, 17.643px);
  color: #FFF;
}
.ft_contact a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/common/icon_web_02.png);
  background-size: cover;
}
.ft_contact .ft_web {
  background-color: #c69b47;
}
.ft_contact .ft_web::before {
  top: max(0.714vw, 9.286px);
  width: max(1.786vw, 23.214px);
  height: max(1.286vw, 16.714px);
  background-size: cover;
}
.ft_contact .ft_web {
  background-color: #c69b47;
}
.ft_contact .ft_web::before {
  top: max(0.714vw, 9.286px);
  width: max(1.786vw, 23.214px);
  height: max(1.286vw, 16.714px);
  background-image: url(../images/common/icon_web_01.png);
}
.ft_contact .ft_line {
  background-color: #33c002;
}
.ft_contact .ft_line::before {
  top: max(0.571vw, 7.429px);
  width: max(1.5vw, 19.5px);
  height: max(1.5vw, 19.5px);
  background-image: url(../images/common/icon_line_01.png);
}
.ft_address{
  width: max(25vw, 325px);
  margin-inline: auto;
  margin-top: max(1.071vw, 13.929px);
  font-size: max(1.214vw, 15.786px);
}
.ft_timetable {
  position: relative;
  margin-top: max(3.214vw, 41.786px);
}
.ft_timetable table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.ft_timetable th,
.ft_timetable td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  padding: 0.6em 0.2em;
}
.ft_timetable th {
  width: auto;
}
.ft_timetable td {
  width: calc((100% - 29%) / 7);
}
.ft_timetable thead {
  font-size: max(1.071vw, 13.929px);
  border-top: max(0.071vw, 0.929px) solid #000;
  border-bottom: max(0.071vw, 0.929px) solid #000;
}
.ft_timetable tbody tr {
  border-bottom: max(0.071vw, 0.929px) solid #000;
}
.ft_timetable tbody th {
  padding: 0.7em 0;
  font-size: max(1vw, 13px);
}
.ft_timetable tbody td {
  font-size: max(0.857vw, 11.143px);
}
.ft_timetable ul {
  margin: 0.6em 0 0;
}
.ft_timetable li {
  font-size: max(1.071vw, 13.929px);
}
.ft_right {
  width: max(52.143vw, 677.857px);
  padding-top: max(3.214vw, 41.786px);
}
.ft_sns {
  width: fit-content;
  margin-left: auto;
}
.ft_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(4.571vw, 59.429px);
  height: max(4.571vw, 59.429px);
  background-color: #FFF;
  border-radius: max(2.286vw, 29.714px);
}
.ft_sns .instagram {
  width: max(2.571vw, 33.429px);
  aspect-ratio: 1/1;
}
.ft_nav {
  position: relative;
  display: flex;
  gap: max(2.857vw, 37.143px);
  margin-top: max(3.714vw, 48.286px);
}
.ft_nav p {
  width: 100%;
  font-size: max(1vw, 13px);
  letter-spacing: 0.1em;
}
.ft_nav li {
  position: relative;
  padding: 0 0 0 0.8em;
  margin: 0.8em 0;
  font-size: max(0.929vw, 12.071px);
}
.ft_nav li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: max(0.5vw, 6.5px);
  height: max(0.571vw, 7.429px);
  background-color: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ft_nav a {
  line-height: 1.8;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: max(0.071vw, 0.929px);
  text-underline-offset: max(0.143vw, 1.857px);
  text-decoration-skip-ink: none;
  display: inline-block;
  transition: 0.3s;
}
.ft_nav a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ft_nav nav:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 0 max(2.143vw, 27.857px);
}
.ft_bnr {
  display: flex;
  justify-content: space-between;
  margin-top: max(4.571vw, 59.429px);
}
.ft_bnr li {
  width: max(16.429vw, 213.571px);
  background-color: #FFF;
}
.copyright {
  position: relative;
  width: 100%;
  padding: 0.5em 1em;
  color: #FFF;
  font-size: max(1vw, 13px);
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #ae9571;
}

/* aside_btn */
.aside_btn {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 10%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: max(1.071vw, 13.929px);
}
.aside_btn a {
  display: block;
  z-index: 1;
  width: max(3.571vw, 46.429px);
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(0.857vw, 11.143px);
  right: max(0.857vw, 11.143px);
  z-index: 1000;
  cursor: pointer;
  width: max(5.643vw, 73.357px);
}
.pagetop img {
  position: relative;
  z-index: 1;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  position: relative;
}
.mainPhoto img {
  width: 100%;
  aspect-ratio: 1400/550;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.left-contents h2 {
  position: relative;
  margin: 0 0 15px 4px;
  color: #242424;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  text-align: center;
}
.left-contents h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 1px;
  height: 66px;
  background-color: #242424;
}
.sidemenu {
  position: relative;
  width: 300px;
  margin-top: 36px;
  padding: 55px 23px 42px;
  border: #242424 1px solid;
}
.sidemenu h3 {
  padding: 0.1em 0.5em 0.2em;
  color: #bd731b;
  font-size: 17px;
  letter-spacing: 0.1em;
  background-color: #eee8de;
  font-family: 'Noto Sans JP', sans-serif;
}
.sidemenu h3::before {
  content: "■";
}
.sidemenu li {
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #363636 2px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sidemenu a {
  position: relative;
  display: block;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #303030;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.sidemenu a:hover {
  opacity: 0.5;
}
.sidemenu ul + h3 {
  margin-top: 40px;
}
.sidemenu h3:nth-of-type(3),
.sidemenu ul:nth-of-type(4) li:nth-child(4){
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* sidebanner */
aside.sidebanner {
  margin-top: 40px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  position: relative;
  height: 460px;
  padding: 17px 25px;
  background: url(../images/common/counseling_bg.jpg) no-repeat 0 0 / 100% auto;
}
.lowinfo * {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333333;
}
.lowinfo .inner {
  width: 330px;
  height: 100%;
  padding: 13px 18px 15px;
  background-color: rgba(255, 255, 255, .8);
}
.lowinfo .logo {
  width: 226px;
  margin-inline: auto;
}
.lowinfo .tel {
  margin-top: 11px;
  padding: 10px 0 5px;
  border-top: #6c6c6c 1px solid;
  border-bottom: #6c6c6c 1px solid;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #bd731b;
  text-align: center;
}
.lowinfo .tel span {
  display: block;
  font-size: 35px;
  font-family: 'Roboto';
  letter-spacing: 0.05em;
}
.lowinfo .tel span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: 1px;
  background-image: url(../images/common/icon_tel_01.png);
  background-size: cover;
}
.lowinfo .contact {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 11px;
}
.lowinfo .contact a {
  position: relative;
  display: block;
  width: 141px;
  height: 64px;
  padding-top: 32px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
}
.lowinfo .contact a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/common/icon_web_02.png);
  background-size: cover;
}
.lowinfo .contact .web {
  background-color: #c69b47;
}
.lowinfo .contact .web::before {
  top: 10px;
  width: 25px;
  height: 18px;
  background-size: cover;
}
.lowinfo .contact .web {
  background-color: #c69b47;
}
.lowinfo .contact .web::before {
  top: 10px;
  width: 25px;
  height: 18px;
  background-image: url(../images/common/icon_web_01.png);
}
.lowinfo .contact .line {
  background-color: #33c002;
}
.lowinfo .contact .line::before {
  top: 8px;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/icon_line_01.png);
}
.lowinfo .access {
  margin-top: 8px;
}
.lowinfo .access p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
.lowinfo .access p::before {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lowinfo .access .address::before {
  background-image: url(../images/common/icon_map.png);
}
.lowinfo .access .traffic::before {
  background-image: url(../images/common/icon_train.png);
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
	box-sizing: border-box;
  width: 790px;
	padding: 35px 40px 50px 50px;
  border: var(--main-color) 1px solid;
	color: #333333;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}
.page-catch::before {
	content: '';
	position: absolute;
  z-index: -1;
	top: -10px;
	right: -10px;
	width: 790px;
	height: 100%;
  background-image: url(../images/common/page-catch_bg.png);
}
.page-catch h2 {
  font-size: 24px;
}
.page-catch p {
  margin-top: 1em;
}

/* 見出し */
.ttl-low {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 15px 18px 14px 46px;
  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;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-size: 50px 50px;
  background-image: url(../images/common/ttl_low_bg.png);
}
.ttl-low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 84%;
  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;
  position: relative;
  padding: 12px 0 12px 36px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  border-left: 10px solid;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: 0 50%;
}
.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 46px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
.ttl-low3-1 {
  color: var(--main-color);
  border-color: var(--main-color);
}
.ttl-low3-2 {
  color: var(--sub-color);
  border-color: var(--sub-color);
}
.ttl-low3-3 {
  color: var(--link-color);
  border-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: 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 8px;
  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: 0.6em 2.4em 0.5em;
  text-align: left;
  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 span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.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 {
  font-size: 16px;
  padding: 30px;
  border: 1px solid #f6daaf;
  background-color: #fdf8f1;
}
.colunm .ttl-btn {
  position: relative;
  padding: 11px 30px 11px 85px;
  font-size: 18px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  line-height: 1.3;
  background-color: #f6daaf;
  margin-bottom: 15px;
  text-align: center;
}
.colunm .ttl-btn .colum {
  position: absolute;
  top: -4px;
  left: -14px;
  transform: rotate(-20deg);
  padding: 3px 20px 2px;
  color: #e3b000;
  font-size: 16.5px;
  background: #fff;
  border: 1px solid #f6daaf;
}
.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: #f6daaf;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.colunm + .colunm {
  border-color: #b7d0de;
  background-color: #f7fafc;
}
.colunm + .colunm .ttl-btn {
  background-color: #b7d0de;
}
.colunm + .colunm .ttl-btn .colum {
  color: #b7d0de;
  border-color: #b7d0de;
}
.colunm + .colunm .ttl-btn .colum::after {
  background-color: #b7d0de;
}

