@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMincho-OTF-Medium.otf");
}
@font-face {
  font-family: "shippori-r";
  src: url("../fonts/ShipporiMincho-OTF-Regular.otf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMincho-OTF-Medium.otf");
}
@font-face {
  font-family: "shippori-r";
  src: url("../fonts/ShipporiMincho-OTF-Regular.otf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1120px;
  margin: auto;
  color: #3c2b20;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.9375;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ======================================= ==
  form  PC
========================================= */
select,
textarea,
input[type=tel],
input[type=num],
input[type=text],
input[type=email] {
  max-width: 100%;
  padding: 11.5px;
  background: #fff;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
@media screen and (max-width: 767px) {
  select,
  textarea,
  input[type=tel],
  input[type=num],
  input[type=text],
  input[type=email] {
    padding: 10px;
  }
}

textarea {
  width: 100%;
}

/* ボタン
-------------------------------------------------- */
button[name=back],
input[type=submit] {
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  background: #74b88d;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  position: relative;
  line-height: 60px;
  z-index: 1;
}
button[name=back]:hover,
input[type=submit]:hover {
  opacity: 0.8;
}
button[name=back]::before, button[name=back]::after,
input[type=submit]::before,
input[type=submit]::after {
  content: none;
}

button[name=back]:hover,
input[type=submit]:hover {
  cursor: pointer;
}

button[name=back][disabled],
input[type=submit][disabled] {
  pointer-events: none;
}

input[name=check] {
  margin-left: auto;
  margin-right: auto;
}
input[name=check][disabled] {
  pointer-events: none;
}

input[name=back] {
  margin-left: auto;
  margin-right: auto;
  background: #898f9c !important;
}

.send {
  margin-top: 20px;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 33px;
}
@media screen and (max-width: 767px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 59%;
  left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 59%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 1px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #3c2b20;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
テーブル
================================================== */
.contact-form-table {
  width: 100%;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 25px;
  border: 1px solid #eaeaea;
  font-family: "Noto serif Regular", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table th {
  width: 454px;
  background-color: rgba(60, 43, 32, 0.1);
  color: #3c2b20;
}
.contact-form-table td {
  background-color: #fff;
}
.contact-form-table a {
  color: #3c2b20;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table label[for=agree] {
  margin: 0;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 9px;
  color: #999999;
  letter-spacing: 0.04em;
}

input::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 9px;
  color: #999999;
  letter-spacing: 0.04em;
}

input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 9px;
  color: #999999;
  letter-spacing: 0.04em;
}

input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 9px;
  color: #999999;
  letter-spacing: 0.04em;
}

input::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 9px;
  color: #999999;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.privacy-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 372px;
  margin: 40px auto 0;
  position: relative;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .error-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-wrap .required-mark {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .required-mark {
    margin-left: 5px;
  }
}
.privacy-wrap a {
  display: inline-block;
  text-decoration: underline;
  color: #3c2b20;
}
.privacy-wrap .inline-privacy-policy-txt {
  margin: 0;
}
.privacy-wrap .inline-privacy-policy-txt a {
  display: inline-block;
  text-decoration: underline;
  color: #3c2b20;
}
.privacy-wrap .privacy-txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto serif Regular", serif;
  color: #3c2b20;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .privacy-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-wrap {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  text-align: center;
  color: #ff0000;
}

/* 「任意」「必須」マーク */
.required-mark {
  font-family: "Noto serif Bold", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .required-mark {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .required-mark {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #e74c3c;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  margin: 50px auto 0;
  text-align: center;
}

/* プライバシーポリシー */
label[for=agree] a {
  text-decoration: underline;
  word-break: keep-all;
}

.inline-privacy-policy {
  width: 100%;
  max-width: 670px;
  height: 252px;
  margin: 30px auto 0;
  border: 1px solid #f0f0f0;
}
.inline-privacy-policy-wrap {
  margin: 15px auto 0;
  background: #fff;
}
.inline-privacy-policy-txt {
  max-width: 96%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto serif Regular", serif;
  color: #3c2b20;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .inline-privacy-policy-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* リキャプチャ */
.contact-recaptcha-wrap {
  margin: 30px auto 0;
  display: table;
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.sec-inner,
.bread-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}

.sp-only, .middle-only {
  display: none !important;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.cmn-txt,
#privacy .txt-box,
form p {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c2b20;
  letter-spacing: 0.14em;
  line-height: 1.9375;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cmn-txt,
  #privacy .txt-box,
  form p {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .cmn-txt,
  #privacy .txt-box,
  form p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s eas e;
  transition: opacity 0.3s eas e;
}

/*	cmn-btn  PC
------------------------------------ */
.cmn-btn {
  display: inline-block;
  padding-left: 25px;
  padding-right: 4px;
  border-bottom: 1px solid #694a36;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cmn-btn {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cmn-btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #694a36;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmn-btn:hover {
  opacity: 1;
  border-color: #5b9e51;
  color: #5b9e51;
}
.cmn-btn:hover::before {
  border-color: transparent transparent transparent #5b9e51;
}
.cmn-btn-wrap {
  text-align: center;
  position: relative;
}

/*	cmn-table  PC
------------------------------------ */
.cmn-table {
  width: 100%;
}
.cmn-table tr:nth-of-type(n+2) {
  border-top: 1px solid #e5e5e5;
}
.cmn-table tr:last-of-type th, .cmn-table tr:last-of-type td {
  border: none;
}
.cmn-table th, .cmn-table td {
  padding: 14px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: #3c2b20;
}
@media screen and (max-width: 767px) {
  .cmn-table th, .cmn-table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cmn-table th, .cmn-table td {
    font-family: メイリオ;
  }
}
.cmn-table th {
  width: 236px;
  text-align: center;
  color: #694a36;
  border-bottom: 1px solid #694a36;
}
.cmn-table td {
  padding-left: 30px;
  border-bottom: 1px solid #d8ccc4;
}
.cmn-table a {
  color: #3c2b20;
}

/*	heading  PC
------------------------------------ */
.head-type01 {
  padding-bottom: 40px;
  background: url(../img/top/sec01-ttl-b.png) no-repeat center bottom;
  text-align: center;
  font-family: "shippori", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
}
@media screen and (max-width: 767px) {
  .head-type01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type02 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.head-type02-ja {
  font-family: "shippori", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  line-height: 1.525;
  color: #3c2b20;
}

.head-type02-add{
	display:block;
	font-size: 1.8rem;
	  color: #3c2b20;line-height: 1.0;
}


@media screen and (max-width: 767px) {
  .head-type02-ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type02-en {
  display: block;
  margin-top: 10px;
  color: #5b9e51;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .head-type02-en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.head-type02-en-lg {
  font-family: "Noto sans Light", sans-serif;
  font-size: 170px;
  font-size: 17rem;
  color: #f7fcf5;
  letter-spacing: 0.22em;
  line-height: 1.235;
  position: absolute;
  z-index: -1;
}
.head-type03 {
  border-left: 10px solid #5b9e51;
  font-family: "shippori", serif;
  font-size: 23px;
  font-size: 2.3rem;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .head-type03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sub .head-type02 {
  z-index: 0;
}
.sub .head-type02-en-lg {
  color: #f7fcf5;
  left: 0;
  right: 0;
  top: 64px;
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 28px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 100;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-btn {
  margin: 37px 28px 0 0;
}

.side-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 42px;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .side-btn {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .side-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.side-btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
.side-btn-wrap {
  padding: 20px 23px;
  border: 5px solid #5b9e51;
  border-right: none;
  border-radius: 13px 0 0 13px;
  background-color: #fff;
}
.side-btn01 {
  background-color: #f19f47;
}
.side-btn02 {
  margin-top: 10px;
  background-color: #edcb2e;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto serif Regular", serif;
  color: #3c2b20;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .breadcrumb li:nth-of-type(3) {
    max-width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li:last-child {
    width: 35%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .breadcrumb li:nth-of-type(2) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 10px;
    background: #fefbeb;
  }
}

.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 9;
}

.breadcrumb a {
  display: inline-block;
  color: #3c2b20;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s eas e;
  transition: opacity 0.3s eas e;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.breadcrumb .fle {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .breadcrumb .fle {
    max-width: 1080px;
    position: absolute;
    top: 5px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .fle {
    width: 90%;
    position: static;
    top: 5px;
    left: 4%;
  }
}

.breadcrumb .fle li:not(:first-child)::before {
  content: ">";
  padding: 0 5px;
  color: #3c2b20;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #5b9e51;
  line-height: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #5b9e51;
}
.pagenation .current {
  color: #fff;
  background-color: #5b9e51;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #5b9e51;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #5b9e51 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #5b9e51;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto serif Bold", serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.arrow-btn {
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  background: #5b9e51;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 400px;
  position: relative;
}

.ggmap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================
  header  PC
========================================= */
/*	mv  PC
------------------------------------ */
#season {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#slider {
  z-index: -10;
}

.mv {
  background-color: #fefbeb;
  position: relative;
  z-index: 1;
}
.mv-img {
  width: 89.583%;
  margin: auto;
  text-align: center;
}
.mv-catch {
  width: 44.71%;
  margin: auto;
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  z-index: 100;
}

/*	headline  PC
------------------------------------ */
.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 26px 27px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}

.info-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5b9e51;
  font-family: "shippori", serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .info-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.info-time-ttl {
  width: 65px;
  height: 20px;
  margin-right: 4px;
  background-color: #5b9e51;
  text-align: center;
  font-family: "shippori", serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info-time-ttl {
    font-size: 10px;
    font-size: 1rem;
  }
}
.info-tel {
  margin-top: 10px;
  padding-left: 28px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "shippori", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #3c2b20;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.info-sns-wrap {
  margin-left: 27px;
}
.info-sns-wrap a:nth-of-type(n+2) {
  margin-left: 20px;
}

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav-item:nth-of-type(n+2) {
  margin-left: 60px;
}
.gnav-link {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .gnav-link {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .gnav-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .bg {
  background-color: #694a36;
}
#footer .sec-inner {
  padding: 85px 0 90px;
}
@media screen and (max-width: 1585px) {
  #footer .sec-inner {
    padding-bottom: 300px;
  }
}
#footer .f-logo {
  display: inline-block;
}
#footer .f-link-wrap {
  margin-top: 27px;
}
#footer .f-tel {
  padding-left: 36px;
  background: url(../img/top/f-tel.png) no-repeat left center;
  font-family: "shippori", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #edcb2e;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .f-tel {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#footer .f-sns-wrap {
  margin-left: 25px;
}
#footer .f-sns-wrap a:nth-of-type(n+2) {
  margin-left: 15px;
}
#footer .f-txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .f-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#footer .f-txt-wrap {
  margin-top: 32px;
}
#footer .f-txt-wrap .f-txt:nth-of-type(n+2) {
  margin-top: 6px;
}
#footer .f-txt-ttl {
  width: 84px;
  height: 26px;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #b19f92;
}
@media screen and (max-width: 767px) {
  #footer .f-txt-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .fnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .fnav-list:nth-of-type(n+2) {
    margin-left: 50px;
  }
  #footer .fnav-list li:nth-of-type(n+2) {
    margin-top: 42px;
  }
}
#footer .fnav-link {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .fnav-link {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  #footer .fnav-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copyright {
  margin-top: 50px;
  text-align: right;
}
#footer .copyright-txt, #footer .copyright-link {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .copyright-txt, #footer .copyright-link {
    font-family: メイリオ;
  }
}
#footer .copyright-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .copyright-link:hover {
  opacity: 0.7;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  width: 90%;
  max-width: 1720px;
  height: 0;
  margin: auto;
  border-radius: 20px;
  padding-top: 490px;
  position: relative;
}
.sv-guide {
  background: url(../img/sub/guide.png) no-repeat center/cover;
}
.sv-menu {
  background: url(../img/sub/menu.png) no-repeat center/cover;
}
.sv-voice {
  background: url(../img/sub/voice.png) no-repeat center/cover;
}
.sv-staff_info {
  background: url(../img/sub/staff_info.png) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.png) no-repeat center/cover;
}
.sv-blog {
  background: url(../img/sub/blog.png) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.png) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.png) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.png) no-repeat center/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.png) no-repeat center/cover;
}
.sv-catch {
  width: 100%;
  max-width: 775px;
  margin: auto;
  padding: 34.5px 0;
  border: 8px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(91, 158, 81, 0.6);
  text-align: center;
  font-family: "shippori", serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 156px;
}
@media screen and (max-width: 767px) {
  .sv-catch {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.sv-catch::before {
  content: "";
  display: inline-block;
  width: 809px;
  height: 132px;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
}

/*	privacy  PC
------------------------------------ */
#privacy .sec-inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #privacy .sec-inner {
    padding: 50px 15px 150px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .cmn-bg-sub {
    background-size: auto;
  }
}
#site .sec-inner {
  padding: 85px 0 100px;
}
@media screen and (max-width: 767px) {
  #site .sec-inner {
    padding: 50px 15px 50px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-ul {
    margin-top: 10px;
  }
}
#site .site-li {
  border-bottom: 1px solid #3c2b20;
}
#site .site-link {
  display: block;
  padding: 15px 2%;
  color: #3c2b20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s eas e;
  transition: opacity 0.3s eas e;
}
#site .site-link:hover {
  opacity: 0.7;
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  padding: 85px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3c2b20;
}
#e404 .top {
  display: contents;
  color: #3c2b20;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .sec-inner {
    padding: 50px 15px 50px;
  }
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 320px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .sec-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .sec-inner.md {
    width: 100% !important;
  }
  /*	cmn-btn  SP
  ------------------------------------ */
  /*	cmn-table  SP
  ------------------------------------ */
  .cmn-table tr {
    border: none !important;
  }
  .cmn-table tr:last-of-type th {
    border-bottom: 1px solid #694a36;
  }
  .cmn-table th, .cmn-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .cmn-table th {
    padding: 10px 0 0;
  }
  .cmn-table td {
    padding: 10px 0 10px;
    border: none !important;
  }
  /*	heading  SP
  ------------------------------------ */
  .head-type01 {
    background-size: 40px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .head-type02-en {
    margin: 0;
  }
  .head-type02-en-lg {
    font-size: 40px;
    font-size: 4rem;
  }
  .head-type03 {
    padding: 0 0 5px 0;
    border-left: none;
    border-bottom: 3px solid #5b9e51;
  }
  /*	pagetop  SP
  ------------------------------------ */
  .fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    right: 0;
  }
  .top-btn {
    width: 50px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    padding: 10px 15px;
  }
  .logo {
    width: 70px;
  }
  .info-time-ttl {
    margin-right: 15px;
  }
  /*	mv  SP
  ------------------------------------ */
  #season {
    height: 100%;
  }
  .mv-img {
    width: 95%;
    border-radius: 13px;
    overflow: hidden;
  }
  .mv-img #slider li {
    width: 100%;
    height: 0 !important;
    padding-top: 80% !important;
  }
  .mv-img #slider li img {
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mv-catch {
    width: 80%;
    top: 43%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #694a36;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 11px 15px 0;
    background-color: #fefbeb;
  }
  #drawer-nav .drawer-logo {
    width: 62px;
    margin-bottom: 30px;
  }
  #drawer-nav #nav .drawer-link {
    padding: 10px 0;
  }
  #drawer-nav .info-tel-wrap {
    text-align: center;
  }
  #drawer-nav .info-sns-wrap {
    margin: 20px auto 0;
  }
  .drawer-logo {
    margin-bottom: 10px;
  }
  .drawer-item {
    border-top: 1px solid #fefbeb;
  }
  .drawer-item:last-of-type {
    border-bottom: 1px solid #fefbeb;
  }
  .drawer-link {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #3c2b20;
  }
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .drawer-link {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .drawer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-info-sns-link {
    margin: 20px auto 0;
  }
  .drawer-info .side-btn-wrap {
    margin: 30px auto 0;
    border: 2px solid #5b9e51;
    border-radius: 13px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ggmap {
    margin: auto;
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  #footer .sec-inner {
    padding: 50px 15px 100px;
  }
  #footer .f-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f-left {
    text-align: center;
  }
  #footer .f-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f-sns-wrap {
    margin: 20px auto 0;
  }
  #footer .fnav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    border: 1px solid #fff;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .fnav-list li {
    width: 50%;
  }
  #footer .fnav-list li:nth-of-type(n+3) {
    border-top: 1px solid #fff;
  }
  #footer .fnav-list li:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  #footer .fnav-link {
    display: block;
    padding: 13px 0;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  #footer .fnav-link-sm {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    text-align: center;
    position: static;
  }
  #footer .copyright-txt, #footer .copyright-link {
    font-size: 10px;
    font-size: 1rem;
  }
  #footer .copyright-link {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sv {
    width: 95%;
    padding-top: 70%;
  }
  .sv-catch {
    width: 95%;
    padding: 10% 0;
    border-width: 4px;
    top: 30%;
    font-size: 6vw;
  }
  .sv-catch::before {
    width: 104%;
    height: 0;
    padding-top: 25%;
    left: -2.3%;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */