@charset "UTF-8";

:root {
  --main-color: #572b00;
  --sub-color: #b79f56;
  --link-color: #a98f6d;
}

body {
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #434343;
  min-width: 1360px;
}

a {
  color: #434343;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================

  00. common
  01. header
  02. gnav
  03. footer
  04. low-common-design(low only)
  05. menu
  06. reservebanner (low only)

  09.multi-class

========================================================================== */
/*
  00. common
========================================================================== */
.noto_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto_serif {
  font-family: 'Noto Serif JP', sans-serif;
}

.en_ci {
  font-family: 'Cormorant Infant', serif;
}

/*
  01. header
========================================================================== */
.low_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: max(1.429vw, 18px) max(1.429vw, 18px) max(1.714vw, 22px) max(1.571vw, 20px);
  color: #333333;
  font-feature-settings: "palt";
}

.low_h h1 {
  font-size: max(0.857vw, 11px);
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: max(1.286vw, 16px);
}

.low_h .h_logo img {
  width: max(27.857vw, 362px);
}

.low_h .h_info {
  display: flex;
  align-items: center;
  column-gap: max(1.071vw, 13px);
}

.low_h .h_tt {
  width: max(25.714vw, 334px);
}

.low_h .h_tt table {
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.low_h .h_tt table thead * {
  text-align: center;
  font-size: max(1.143vw, 14px);
  letter-spacing: 0.05em;
  border-bottom: 1px solid #999999;
  padding: 0.3em 0.25em 0.45em;
}

.low_h .h_tt table tbody th {
  text-align: center;
  font-size: max(1.143vw, 14px);
  letter-spacing: 0.05em;
  padding: 0.2em 0 0.25em;
}

.low_h .h_tt table tbody td {
  text-align: center;
  font-size: max(0.857vw, 11px);
  vertical-align: middle;
  padding: 0.1em 0 0.25em;
}

.low_h .h_tt .hosoku{
	font-size: max(0.857vw, 11px);
	text-align: right;
	margin-top: 0.45em;
	line-height: 1.3;
}
.low_h .h_acs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: max(7.857vw, 102px);
  height: max(7.857vw, 102px);
  font-size: max(1.429vw, 18px);
  line-height: 1.3em;
  color: #FFFFFF;
  background: #a98f6d;
  border-radius: 50%;
}

.low_h .h_tel p {
  width: max(17.143vw, 222px);
  height: max(2.857vw, 37px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.286vw, 16px);
  line-height: 1em;
  border: 1px solid #000000;
  border-radius: max(0.357vw, 4px);
  letter-spacing: 0.05em;
  margin-bottom: max(1.143vw, 14px);
}

.low_h .h_tel .num {
  display: block;
  text-align: center;
  font-size: max(2.857vw, 37px);
  line-height: 0.7em;
}
.low_h .h_tel .num + .num{
	margin-top: 0.3em;
}
.low_h .h_btn {
  display: flex;
  flex-direction: column;
  row-gap: max(0.286vw, 3px);
}

.low_h .h_btn img {
  width: max(10.714vw, 139px);
  aspect-ratio: 150/50;
}

/*
  02. gnav
========================================================================== */
.gnav,
.gnav nav,
.gnav ul,
.gnav li,
.gnav a,
.gnav span,
.gnav i,
.gnav div {
  box-sizing: border-box;
}

.gnav img {
  max-width: 100%;
  vertical-align: middle;
}

.gnav img {
  max-width: 100%;
  vertical-align: middle;
}

.gnav {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  position: relative;
  background-color: #fff;
}

.gnav.idx_gnav {
  margin: 0 0 1.4em;
}

.gnav ul {
  margin: 0 auto;
  padding: 2.4em 0;
  width: 85.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.gnav li {
  flex: auto;
  text-align: center;
  border-right: 1px solid #2e2e2e;
}

.gnav li:nth-of-type(1) {
  border-left: 1px solid #2e2e2e;
}

.gnav li:nth-last-of-type(1) {
  text-align: center;
}

.gnav li a {
  display: inline-block;
  transition: 0.3s;
  padding: 0.2em;
}

.gnav li.current a,
.gnav li a:hover {
  opacity: 0.7;
}

.gnav li i {
  display: block;
}

.gnav li .ja {
  font-size: 100%;
  letter-spacing: 0.15em;
  color: #2e2e2e;
}

/*
  03. footer
========================================================================== */
.foot,
.foot p,
.foot ul,
.foot li,
.foot a,
.foot span,
.foot i,
.foot div,
.foot section,
.foot article,
.foot nav {
  box-sizing: border-box;
}

.foot img {
  max-width: 100%;
}

/* --------------------------- foot layou and map */
.foot {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  display: grid;
  grid-template-columns: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/common/foot_bg.jpg");
  padding: 4.6em 0 0;
}

.foot_logo {
  grid-column: 1 / 3;
  display: inline-block;
  margin: 0 auto 3.2em;
}

.foot_logo a {
  width: 30em;
  display: inline-block;
}

/* --------------------------- foot_main */
.foot_main {
  grid-column: 1 / 2;
  margin: 0 0 0 6.6em;
}

.foot_ico {
  margin: 0 0 3.8em;
}

.foot_ico p {
  min-height: 4.66em;
  margin: 0 0 1.2em;
  padding: 0 0 0 6em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 4.66em auto;
}

.foot_ico span {
  display: block;
  line-height: 1.2;
}

.foot_ico p.foot_tel {
  background-image: url("../images/common/foot_ico_tel.png");
  background-position: 0 10%;
}

.foot_tel span:nth-of-type(1) {
  font-size: 120%;
}

.foot_tel span:nth-of-type(2),
.foot_tel span:nth-of-type(3) {
  font-size: 240%;
  letter-spacing: 0.08em;
}

.foot_accs {
  display: flex;
  align-items: center;
  background-image: url("../images/common/foot_ico_train.png");
}

.foot_accs span {
  font-size: 200%;
}

.foot_addr {
  background-image: url("../images/common/foot_ico_locate.png");
}

.foot_addr span {
  font-size: 133%;
}

.foot_tt table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}

.foot_tt th,
.foot_tt td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  padding: 0.6em 0;
  color: #2e2e2e;
}

.foot_tt th {
  width: auto;
  font-weight: normal;
}

.foot_tt td {
  width: calc((100% - 33%) / 8);
}

.foot_tt td:last-child {
  width: calc(((100% - 33%) / 8) + 1em);
  padding-right: 1em;
}

.foot_tt thead {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 131.8%;
}

.foot_tt tbody {
  position: relative;
}

.foot_tt tbody tr {
  border-bottom: 1px solid #999999;
}

.foot_tt tbody th {
  font-size: 127%;
  letter-spacing: 0.1em;
}

.foot_tt tbody td {
  font-size: 108.3%;
}

.foot_tt_note {
  margin: 0.3em 0 0;
  text-align: right;
}

.foot_tt_note li {
  font-size: 106.7%;
}

/* --------------------------- foot_nav */
.foot_nav {
  grid-column: 2 / 2;
  padding: 0 6.6em 0 2.8em;
}

.foot_nav ul {
  border-top: 1px solid #999999;
  padding: 1em 0;
}

.foot_nav ul:last-child {
  border-bottom: 1px solid #999999;
}

.foot_nav li {
  display: inline-block;
  position: relative;
  font-size: 106.7%;
  padding-left: 0.8em;
  margin: 0 2em 0.4em 0;
}

.foot_nav li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.6em;
  left: 0;
  width: 0.2em;
  aspect-ratio: 1 / 1;
  background-color: #333333;
}

.foot_nav li a {
  display: inline-block;
  color: #333333;
}

.foot_nav a:hover {
  opacity: 0.7;
}

.foot_nav li a i {
  font-size: 85.7%;
}

.foot_nav ul:nth-of-type(2) li {
  margin: 0 1.5em 0.4em 0;
}

/* --------------------------- foot_btm */
.foot_seo {
  grid-column: 1 / 3;
  margin: 4.2em 6.7em 0;
  font-size: 93.3%;
}

/* --------------------------- foot copyright */
.foot_copyright {
  grid-column: 1 / 3;
  padding: 1.4em 0;
  text-align: center;
  font-size: 80%;
  color: #fff;
  background-color: #402000;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 4.8em;
}

.foot_copyright i {
  font-size: 133%;
}

.pagetop {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 9999;
}

.pagetop:hover {
  opacity: .6;
}

.pagetop img {
  width: 5.2em;
  aspect-ratio: 78 / 78;
}

/*
  04. low-common-design(low only)
========================================================================== */
.pc-contents {
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 150px;
}

.left-contents {
  width: 300px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

.mainPhoto {
  width: 100%;
  position: relative;
}

/*
  05. menu
========================================================================== */
.sidemenu {
  background: #f4f1ed;
  position: relative;
  padding: 50px 20px 40px;
  margin-bottom: 60px;
}

.sidemenu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e3dbc8 transparent transparent transparent;
  border-width: 532px 300px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidemenu nav {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 117px 30px 38px;
  box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.15);
}

.sidemenu h2 {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sidemenu h2 img {
  width: 166px;
  aspect-ratio: 166/113;
}

.sidemenu ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.sidemenu li {
  border-bottom: 1px solid #a98f6d;
  line-height: 1;
}

.sidemenu li a {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  padding: 7px 0 5px 27px;
  background: url(../images/common/menu_arw.png)no-repeat top 12px left 7px/8px;
}

.sidemenu li a span:last-of-type {
  text-align: right;
}

.sidebnr li:nth-child(1) {
  margin-bottom: 25px;
}

.sidebnr li:nth-child(1) img {
  width: 305px;
  max-width: none;
}

/*
  06. reservebanner (low only)
========================================================================== */
.counseling {
  margin: 80px 0 0 0;
  color: #343434;
  font-feature-settings: "palt";
}

.counseling img {
  max-width: 100%;
}

.cs_box {
  margin-top: 20px;
  background: url(../images/common/cs_bg.jpg)no-repeat top center/cover;
  aspect-ratio: 800/520;
  box-sizing: border-box;
  border: 1px solid #a98f6d;
  padding: 50px 0 0 33px;
}

.cs_logo{
	width: 390px;
	margin-bottom:35px;
	filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 12px #fff) drop-shadow(0 0 12px #fff);
}
.cs_acs {
  width: 330px;
  height: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: url(../images/common/cs_acs_ic.png)no-repeat left 22px center/19px, #a98f6d;
  mix-blend-mode: multiply;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding-top: 0.1em;
  margin-bottom: 20px;
}

.cs_add {
  font-size: 16px;
  margin-bottom: 24px;
}

.cs_tel {
  width: 330px;
  box-sizing: border-box;
  background: url(../images/common/cs_tel_ic.png)no-repeat left 39px center/27px, rgba(64, 32, 0, 0.8);
  mix-blend-mode: multiply;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  margin-bottom: 4px;
  padding: 0.8em 0 0.7em 66px;
}

.cs_tel p {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.cs_tel .num {
  font-size: 30px;
  line-height: 0.7em;
  letter-spacing: 0.05em;
}

.cs_web img {
  width: 330px;
  aspect-ratio: 330/80;
}

/*
  09. multi-class
========================================================================== */
/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
  transition: 0.3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
}

/* font */
.gothic {
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mincho {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

i.fa,
i.fas,
i.far {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 3px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

/* object-fit */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* flex */
.flex {
  display: flex;
}

.flex img {
  max-width: 100%;
  height: auto;
}

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

/* align */
.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispFr {
  display: flow-root;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 非表示 */
.pc-none {
  display: none !important;
}
