@charset "UTF-8";
/* CSS Document */
/*
Theme Name: freckle
*/
/*Font Weight 	Regular400  Medium500  Bold700  Heavy800 	Black900*/
* {
  margin: 0;
  padding: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 1em;
  font-weight: 300;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  color: #383c3c;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

/* =======================================================================================================================
　　　　　　　　　固定ページ共通パーツ
======================================================================================================================= */
/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1200px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#news-single #main-wrap,
#news-single #wrapper-form,
#default #main-wrap,
#default #wrapper-form,
#page #main-wrap,
#page #wrapper-form {
  background-color: #FFE981;
  margin-bottom: 15em;
}
#news-single #main-wrap::after,
#news-single #wrapper-form::after,
#default #main-wrap::after,
#default #wrapper-form::after,
#page #main-wrap::after,
#page #wrapper-form::after {
  content: "";
  background-image: url(/images/flow08.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 101%;
  height: 30em;
  display: block;
  left: 0em;
  z-index: -1;
}

.news-single,
.archive-wrap {
  width: 60%;
  margin: auto;
  padding: 20em 0 0 0;
  color: #44AF34;
}
@media screen and (max-width: 768px) {
  .news-single,
  .archive-wrap {
    width: 85%;
    margin: auto;
    padding: 14em 0 0 0;
  }
}
.news-single h1,
.archive-wrap h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.75em;
}
.news-single .date,
.archive-wrap .date {
  font-size: 1.25em;
}
.news-single .back,
.archive-wrap .back {
  display: flex;
  justify-content: center;
  padding: 7em 0 0 0;
}
.news-single .back a,
.archive-wrap .back a {
  color: #DEDEDE;
  background-color: #FFE981;
  padding: 1em 4.8em 1em 2.5em;
  border-radius: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 3px #CAD1C7;
}
.news-single .back a::after,
.archive-wrap .back a::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 2em;
  height: 2em;
  background: url(/images/ya02.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.news-single .back a:hover::after,
.archive-wrap .back a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
.news-single a,
.archive-wrap a {
  color: #44AF34;
}
.news-single a:hover,
.archive-wrap a:hover {
  opacity: 0.5;
  color: #44AF34;
}

.archive-wrap .news-list {
  padding: 1em 0;
}
.archive-wrap .news-list li {
  list-style: none;
  border-bottom: dotted;
  padding: 1em 0;
}
.archive-wrap .news-list li:first-of-type {
  border-top: dotted;
}

/* 欧文フォント */
/* 日本語フォント */
.jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1200px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #44AF34;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1200px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #383c3c;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #E43636;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  background: #f8eacf;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.formname {
  width: 12em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 3em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.25em 0.8em;
  border: #909090 solid 0.5px;
  /* 確認ページ */
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
  }
}
.wpcf7-form input[type=text].wpcf7c-conf,
.wpcf7-form input[type=email].wpcf7c-conf,
.wpcf7-form input[type=tel].wpcf7c-conf,
.wpcf7-form input[type=date].wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf {
  background: #fff;
  border: none;
  border-radius: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #DEDEDE;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #E43636;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #E43636;
}
.wpcf7-form fieldset {
  border: none;
  display: flex;
}
.wpcf7-form fieldset p {
  left: 14.5em;
  bottom: 2em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset p {
    left: 0;
    bottom: 0;
    padding: 2em 0 6em 0;
  }
}
.wpcf7-form fieldset .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 21em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset .wpcf7-checkbox {
    flex-wrap: nowrap;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset label {
    flex-direction: row;
  }
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* 確認ページ */
input[type=hidden] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #44AF34;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 1.5em 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 2em 1.5em;
  }
}
.wpcf7-form p, .wpcf7-form ul {
  position: relative;
  z-index: 2;
}
.wpcf7-form label {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 480px) {
  .wpcf7-form label {
    flex-direction: column;
  }
}
.wpcf7-form label .title {
  width: 14em;
  letter-spacing: 0.09em;
}
.wpcf7-form label .wrap-other-text {
  width: calc(100% - 14em);
}
@media screen and (max-width: 480px) {
  .wpcf7-form label .wrap-other-text {
    width: 100%;
  }
}
.wpcf7-form label .required {
  position: relative;
}
.wpcf7-form label .required::after {
  content: "*";
  color: #44AF34;
  padding: 0 0 0 0.2em;
}
.wpcf7-form label .required .annotation {
  position: absolute;
  left: 0;
  bottom: -1.8em;
  font-size: 0.75em;
}
.wpcf7-form label .wpcf7-acceptance {
  margin: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .wpcf7-form .checkbox-wrap label {
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form .acceptance-check label {
    flex-direction: row;
  }
}

.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #44AF34 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #E43636;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #44AF34;
  background: #E43636;
  color: #44AF34;
  font-weight: 700;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #44AF34;
}

.wpcf7cp-form-hide {
  display: none;
}

#wpcf7cpcnf {
  position: relative !important;
  padding: 5em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf {
    padding: 5em 4em 10em 4em;
  }
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf {
    padding: 5em 2em 10em 2em;
  }
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf tr {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    padding: 0 0 1em 0;
  }
}
#wpcf7cpcnf tr th {
  width: 25em;
  padding: 0 3em 0 0;
  display: flex;
}
#wpcf7cpcnf tr th::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf tr th {
    line-height: 1.5em;
  }
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  width: 10em !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #DEDEDE;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  width: 13em !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #DEDEDE;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
header {
  mix-blend-mode: difference;
  position: fixed;
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.35s ease;
  will-change: transform;
  width: 100%;
  overflow: visible;
}
header.is-hide {
  transform: translateY(-110%);
}
header.is-hide a h1 {
  transform: translateY(-1.2em) scale(0.95);
  opacity: 0;
}
header.is-hide a .site-title {
  transform: translateY(-1.2em) scale(0.95);
  opacity: 0;
}
header a h1 {
  font-size: 1rem;
  position: absolute;
  left: 2em;
  top: 1.75em;
  /* ★ ここがポイント */
  transition: transform 0.35s ease 0.05s, opacity 0.25s ease;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  header a h1 {
    left: 1.5em;
  }
}
header a h1 img {
  width: 5.75rem;
  height: auto;
}
header .header-nav ul {
  display: flex;
  gap: 1.35rem;
  justify-content: flex-end;
  padding: 1.75rem 1.75rem 0 0;
}
header .header-nav ul li a img {
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5rem;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/*共通パーツここから*/
@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

/* 最初の状態（見えない） */
.js-fade {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: opacity, transform;
}

/* 表示状態 */
.js-fade.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*共通パーツここまで*/
body #main-wrap {
  overflow: hidden;
}
body #main-wrap .main-visual {
  min-height: 100svh;
  position: relative;
}
body #main-wrap .main-visual .wrap {
  position: relative;
  height: 100svh;
  width: 100%;
  overflow: hidden;
}
body #main-wrap .main-visual .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ←核心 */
  -o-object-position: center;
     object-position: center;
  display: block;
}
body #main-wrap .main-visual .wrap .wrap-info {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
@media screen and (min-width: 1200px) {
  body #main-wrap .main-visual .wrap .wrap-info {
    bottom: 4rem;
    left: 4rem;
  }
}
body #main-wrap .main-visual .wrap .wrap-info span {
  color: white;
}
body #main-wrap .main-visual .wrap .wrap-info ul li {
  width: 16rem;
}
@media screen and (min-width: 481px) {
  body #main-wrap .main-visual .wrap .wrap-info ul li {
    width: 19rem;
  }
}
body #main-wrap .main-visual .wrap .wrap-info ul li a {
  color: white;
  border-bottom: solid 1px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #about {
  background-color: #A8AFA5;
  background-size: cover;
  background-position: center;
}
body #about .wrap-01 {
  display: flex;
}
body #about .wrap-01 h2 {
  font-size: 1rem;
  padding: 3rem 0 0 0;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #about .wrap-01 h2 {
    width: 9rem;
  }
}
body #about .wrap-01 h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #about .wrap-01 h2 img {
    width: 2.4rem;
  }
}
body #about .wrap-01 .wrap-text {
  width: calc(100% - 6rem);
  background-image: url(/images/bg-about.webp);
  background-size: cover;
  background-position: center;
  padding: 3rem 0 3rem 1rem;
}
@media screen and (min-width: 481px) {
  body #about .wrap-01 .wrap-text {
    margin: auto;
    padding: 3rem 0 3rem 0;
    width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 1200px) {
  body #about .wrap-01 .wrap-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 5rem 0;
  }
}
body #about .wrap-01 .wrap-text h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 481px) {
  body #about .wrap-01 .wrap-text h3 {
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  body #about .wrap-01 .wrap-text h3 {
    margin: 0;
    padding: 0 0 0 0rem;
  }
}
body #about .wrap-01 .wrap-text p {
  font-size: 1rem;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 481px) {
  body #about .wrap-01 .wrap-text p {
    padding: 2rem 0 0 0;
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  body #about .wrap-01 .wrap-text p {
    margin: 0;
    text-align: left;
    padding: 0 0 0 5rem;
  }
}
body #about .wrap-02 {
  background-image: url(/images/about-img.webp);
  background-size: cover;
  background-position: center;
  height: 15rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 481px) {
  body #about .wrap-02 {
    height: 20rem;
    background-position: top;
  }
}
body #about .wrap-02 p {
  position: relative;
  color: white;
  position: relative;
  right: 1rem;
  padding: 0;
  line-height: 2;
  font-weight: 400;
}
body #Accessory {
  display: flex;
  padding: 3rem 0 3rem 0;
  background-image: url(/images/Accessory-back.svg);
  background-size: cover;
  background-position: center;
}
body #Accessory h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Accessory h2 {
    width: 9rem;
  }
}
body #Accessory h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Accessory h2 img {
    width: 2.4rem;
  }
}
body #Accessory .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: calc(100% - 6rem);
}
@media screen and (min-width: 481px) {
  body #Accessory .wrap {
    width: calc(100% - 5rem);
    flex-direction: row;
    flex-wrap: wrap;
  }
}
body #Accessory .wrap li {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  body #Accessory .wrap li {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (min-width: 1200px) {
  body #Accessory .wrap li {
    width: calc((100% - 5rem) / 4);
  }
}
body #Accessory .wrap li:nth-child(-n+2) {
  justify-content: flex-end;
}
body #Accessory .wrap li:nth-child(n+3):nth-child(-n+4) {
  justify-content: flex-start;
}
body #Accessory .wrap li:nth-child(n+3):nth-child(-n+4) h3 {
  left: 1.5rem;
}
body #Accessory .wrap li h3 {
  position: absolute;
}
body #Accessory .wrap li h3 img {
  width: 4.75rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 481px) {
  body #Accessory .wrap li span {
    width: 100%;
  }
}
body #Accessory .wrap li span img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body #Online-Shop {
  display: flex;
}
body #Online-Shop h2 {
  font-size: 1rem;
  padding: 2rem 0 2rem 0;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #E43636;
}
@media screen and (min-width: 1200px) {
  body #Online-Shop h2 {
    width: 9rem;
  }
}
body #Online-Shop h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Online-Shop h2 img {
    width: 2.4rem;
  }
}
body #Online-Shop .wrap {
  padding: 5rem 0 5rem 0;
  width: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #Online-Shop .wrap a img {
  width: 14.5rem;
  height: -moz-fit-content;
  height: fit-content;
}
body #Online-Shop .wrap p {
  padding: 2.5rem 0 0 0;
  font-size: 0.875rem;
}
body #Work-Shop .wrap-01 {
  background-image: url(/images/work-shop-01.webp);
  background-size: cover;
  background-position: center;
  height: 17.6rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  body #Work-Shop .wrap-01 {
    height: 25.6rem;
  }
}
body #Work-Shop .wrap-01 h3 {
  color: white;
  position: absolute;
  right: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  body #Work-Shop .wrap-01 h3 {
    right: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  body #Work-Shop .wrap-01 h3 {
    right: 18.75rem;
  }
}
body #Work-Shop .wrap-02 {
  background-image: url(/images/bg-work-shop.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 3rem 0 3rem 0;
}
body #Work-Shop .wrap-02 h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Work-Shop .wrap-02 h2 {
    width: 9rem;
  }
}
body #Work-Shop .wrap-02 h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Work-Shop .wrap-02 h2 img {
    width: 2.4rem;
  }
}
body #Work-Shop .wrap-02 .wrap {
  width: calc(100% - 5.5rem);
  padding: 0 0 0 0.5rem;
}
@media screen and (min-width: 481px) {
  body #Work-Shop .wrap-02 .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 5rem);
    padding: 0;
  }
}
body #Work-Shop .wrap-02 .wrap p {
  font-size: 1rem;
}
body #Work-Shop .wrap-02 .wrap a {
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 3.3rem;
  background: url(/images/btn-work-shop.svg) center/cover no-repeat;
  margin: auto;
  right: 1.25rem;
}
@media screen and (min-width: 481px) {
  body #Work-Shop .wrap-02 .wrap a {
    right: 0;
  }
}
body #Salon {
  background-color: #CAD1C7;
  display: flex;
  padding: 3rem 0 3rem 0;
}
body #Salon h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Salon h2 {
    width: 9rem;
  }
}
body #Salon h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Salon h2 img {
    width: 2.4rem;
  }
}
body #Salon .wrap {
  width: calc(100% - 5.5rem);
  padding: 0 0 0 0.5rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
body #Salon .wrap .wrap-01 .wrap-img {
  position: relative;
  display: flex;
  padding: 0 0 2rem 0;
  align-items: flex-end;
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-01 .wrap-img {
    align-items: flex-end;
    justify-content: center;
  }
}
body #Salon .wrap .wrap-01 .wrap-img img {
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-01 .wrap-img img {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap .wrap-01 .wrap-img img {
    width: 26rem;
  }
}
body #Salon .wrap .wrap-01 .wrap-img p {
  display: flex;
  width: 20%;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
  text-align: right;
  writing-mode: vertical-rl;
  height: 19rem;
  letter-spacing: 0.04em;
  padding: 0;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap .wrap-01 .wrap-img p {
    width: 6rem;
    writing-mode: horizontal-tb;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: -24rem;
    top: 0rem;
  }
}
body #Salon .wrap .wrap-text {
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap .wrap-text {
    position: relative;
    left: 5.5rem;
    bottom: -0.5rem;
  }
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-text p {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
  }
}
body #Salon .wrap .wrap-menu {
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-menu {
    justify-content: center;
    position: relative;
    right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap .wrap-menu {
    left: 28rem;
    position: absolute;
    bottom: 7rem;
  }
}
body #Salon .wrap .wrap-menu li a img {
  width: 7.72rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-menu li a img {
    width: 9rem;
  }
}
body #Salon .wrap .wrap-calender p {
  text-align: center;
  font-size: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto auto 0;
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 481px) {
  body #Salon .wrap .wrap-calender p {
    margin: auto;
    position: relative;
    right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body #Salon .wrap .wrap-calender {
    flex-basis: 100%;
  }
}
body #Location .wrap-01 {
  position: relative;
  background-image: url(/images/location-01.webp);
  background-size: cover;
  background-position: center;
  height: 14rem;
}
@media screen and (min-width: 481px) {
  body #Location .wrap-01 {
    height: 17.6rem;
  }
}
body #Location .wrap-01 img {
  width: 100%;
  height: auto;
}
body #Location .wrap-01 h3 {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 1.125rem;
  color: white;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  body #Location .wrap-01 h3 {
    bottom: 1.5rem;
    right: auto;
    left: 2.75rem;
  }
}
body #Location .wrap-02 {
  border-top: solid 0.5rem #E43636;
  display: flex;
  padding: 3rem 0 3rem 0;
  background-image: url(/images/bg-location.webp);
  background-size: cover;
  background-position: center;
}
body #Location .wrap-02 h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Location .wrap-02 h2 {
    width: 9rem;
  }
}
body #Location .wrap-02 h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Location .wrap-02 h2 img {
    width: 2.4rem;
  }
}
body #Location .wrap-02 .wrap-left {
  position: relative;
  width: calc(100% - 5.5rem);
  padding: 0 0 0 0.5rem;
  /* 画像アイコン差し替え */
  /* 展開パネル（上品に開閉） */
  /* 住所・営業時間 */
  /* 動き苦手な人向け */
}
@media screen and (min-width: 1200px) {
  body #Location .wrap-02 .wrap-left {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
body #Location .wrap-02 .wrap-left .story__catch {
  font-size: 1.125rem;
}
body #Location .wrap-02 .wrap-left .story__toggle {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 220ms ease, background 220ms ease;
  position: absolute;
  right: 2rem;
  top: 4.5rem;
}
@media screen and (min-width: 481px) {
  body #Location .wrap-02 .wrap-left .story__toggle {
    position: relative;
    right: 0;
    top: 0;
  }
}
body #Location .wrap-02 .wrap-left .story__toggle:hover {
  transform: translateY(-1px);
}
body #Location .wrap-02 .wrap-left .story__toggle-icon {
  position: relative;
  width: 3.46rem;
}
body #Location .wrap-02 .wrap-left .story__toggle-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 420ms ease 120ms, transform 420ms ease 120ms;
}
body #Location .wrap-02 .wrap-left .story__toggle-icon .icon-view-more {
  opacity: 1;
  transform: translateY(0);
}
body #Location .wrap-02 .wrap-left .story__toggle-icon .icon-close {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}
body #Location .wrap-02 .wrap-left .story__panel {
  margin-top: 1rem;
  overflow: clip;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 920ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease 140ms, transform 520ms ease 140ms;
  will-change: max-height, opacity, transform;
}
body #Location .wrap-02 .wrap-left .story__panel .story__panel-inner {
  padding-top: 0.85rem;
}
body #Location .wrap-02 .wrap-left .story__panel .story__panel-inner .story__text {
  font-size: 1rem;
}
body #Location .wrap-02 .wrap-left.is-open .story__panel {
  max-height: 46rem;
  opacity: 1;
  transform: translateY(0);
}
body #Location .wrap-02 .wrap-left.is-open .story__toggle-icon .icon-view-more {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}
body #Location .wrap-02 .wrap-left.is-open .story__toggle-icon .icon-close {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  body #Location .wrap-02 .wrap-left .wrap-left .story__toggle,
  body #Location .wrap-02 .wrap-left .wrap-left .story__panel,
  body #Location .wrap-02 .wrap-left .wrap-left .story__toggle-icon img {
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body #Location .wrap-02 .wrap-left .wrap-left .story__toggle,
  body #Location .wrap-02 .wrap-left .wrap-left .story__panel,
  body #Location .wrap-02 .wrap-left .wrap-left .story__toggle-icon {
    transition: none !important;
  }
}
body #Location .wrap-02 .wrap-left iframe {
  width: 95%;
  height: 19.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 481px) {
  body #Location .wrap-02 .wrap-left iframe {
    height: 22.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body #Location .wrap-02 .wrap-left iframe {
    width: 50rem;
  }
}
body #Location .wrap-02 .wrap-left .access {
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.9375rem;
  padding: 1rem 0 1.5rem 0;
}
body #Location .wrap-02 .wrap-left ul {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #Location .wrap-02 .wrap-left ul li {
  font-size: 1.125rem;
  display: flex;
}
body #Location .wrap-02 .wrap-left ul li span {
  width: 8rem;
  padding: 0 0 0 1rem;
  display: flex;
  justify-content: center;
}
body #Blog {
  background-color: #DEDEDE;
  display: flex;
  padding: 3rem 0 3rem 0;
}
body #Blog h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Blog h2 {
    width: 9rem;
  }
}
body #Blog h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Blog h2 img {
    width: 2.4rem;
  }
}
body #Blog .wrap {
  position: relative;
  width: calc(100% - 8rem);
  padding: 0 0 0 0.5rem;
}
@media screen and (min-width: 1200px) {
  body #Blog .wrap {
    width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  body #Blog .wrap ul {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    padding: 0 0 1rem 0;
  }
}
body #Blog .wrap ul li {
  border-bottom: solid 1px;
  padding: 0.5rem 0 0 0;
}
body #Blog .wrap ul li:first-of-type {
  padding: 0;
}
body #Blog .wrap ul li a {
  font-size: 0.9375rem;
  width: 95%;
  display: block;
  white-space: nowrap; /* 改行しない */
  overflow: hidden; /* はみ出た分は隠す */
  text-overflow: ellipsis; /* 省略文字「…」を表示 */
}
body #Blog .wrap .past-posts {
  margin: auto 0 auto auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: solid 1px;
  padding: 1rem 0 0 0;
}
body #Instagram {
  padding: 3rem 0 3rem 0;
}
body #Instagram h2 {
  font-size: 1rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  body #Instagram h2 {
    width: 9rem;
  }
}
body #Instagram h2 img {
  width: 1.4rem;
  height: auto;
}
@media screen and (min-width: 481px) {
  body #Instagram h2 img {
    width: 2.4rem;
  }
}
body #Instagram .wrap {
  position: relative;
  width: calc(100% - 5.5rem);
  padding: 0 0 0 0.5rem;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション（完全SCSS版）
  仕様：
  - 開く：柔らかいhm_bgveilが先に流れる → 背景(#A8AFA5)がopacity 0→1で出る → 中身ふわっと
  - 閉じる：背景が「左から徐々に消える」(mask-position) ※“真ん中で急に変わる”を改善した滑らかマスク
  - 開いた時に左が透明にならない（OPEN中は全面maskへ即切替）
  - ロゴ/アイコンが閉じる瞬間に中央へ来ない（常時absolute）
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: block;
}

.hm_menu_check {
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  mix-blend-mode: difference;
  cursor: pointer;
  position: fixed;
  top: 4.25rem;
  left: 1.5rem;
  z-index: 99999;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}
@media screen and (min-width: 769px) {
  .hm_btn {
    left: 2rem;
  }
}
.hm_btn::before, .hm_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.75em;
  height: 0.13em;
  background: #fff;
  transform: translateX(-50%);
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  transform: translate(-50%, -0.55em);
  box-shadow: 0 0.55em 0 #fff;
}
.hm_btn::after {
  transform: translate(-50%, 0.55em);
}

/* 下スクロール中は上にふわっと消える */
.hm_btn.is-hide {
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
}

/* 開閉時のアニメーション（×） */
.hm_menu_check:checked ~ .hm_btn::before {
  background: #fff;
  box-shadow: none;
  transform: translate(-50%, 0) rotate(45deg);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* ======================================================================
メニュー領域
 ====================================================================== */
.hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  /* 閉じアニメを見せるため遅延して hidden */
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.95s;
  /* 暗幕（任意） */
  /* ---------------------------
    背景本体（#A8AFA5）
    - CLOSE：左から消える（滑らかマスク）
    - OPEN：左が透明にならないよう、OPEN中は“全面黒mask”に即切替
  --------------------------- */
  /* ---------------------------
    柔らかいベール（先に流れる）
    ※HTMLに <span class="hm_bgveil" aria-hidden="true"></span> が必要
  --------------------------- */
  /* ---------------------------
    中身（位置固定でふわっと）
  --------------------------- */
  /* ロゴ/アイコンは常時absolute（閉じた瞬間に中央に来ない） */
  /* 背景より上 */
}
.hm_menu_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hm_menu_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #A8AFA5;
  opacity: 0;
  /* ===== “真ん中で急に変わる”を防ぐ滑らかマスク ===== */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 12%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.65) 35%, black 50%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 12%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.65) 35%, black 50%, black 100%);
  /* グラデ幅を広くして段差感を消す */
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 初期（閉じ）：右に寄せて見えない */
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  transition: opacity 0.85s cubic-bezier(0.55, 0.02, 0.85, 0.25), -webkit-mask-position 0.95s cubic-bezier(0.33, 1, 0.68, 1), mask-position 0.95s cubic-bezier(0.33, 1, 0.68, 1), -webkit-mask-image 0s linear 0.95s, mask-image 0s linear 0.95s;
  will-change: opacity, -webkit-mask-position, mask-position;
}
.hm_menu_wrap .hm_bgveil {
  position: absolute;
  inset: -20% -30%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.28) 40%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0.08) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transform: translateX(-60%) skewX(-8deg);
  filter: blur(30px);
  transition: transform 0.95s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.95s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .menucontent {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  filter: blur(10px);
  transform: translateZ(0);
  transition: opacity 0.95s ease, filter 0.95s ease;
  will-change: opacity, filter;
}
.hm_menu_wrap .logo {
  position: absolute;
  left: 1.5em;
  top: 1.75em;
  opacity: 0;
  filter: blur(6px);
  transform: translateZ(0);
  transition: opacity 0.95s ease, filter 0.95s ease;
  will-change: opacity, filter;
}
.hm_menu_wrap .logo img {
  width: 6em;
  height: auto;
}
.hm_menu_wrap .wrap-icon {
  position: absolute;
  right: 1.75rem;
  top: 1.75rem;
  display: flex;
  gap: 1.35rem;
  justify-content: flex-end;
  opacity: 0;
  filter: blur(6px);
  transform: translateZ(0);
  transition: opacity 0.95s ease, filter 0.95s ease;
  will-change: opacity, filter;
}
.hm_menu_wrap .wrap-icon img {
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5rem;
}
.hm_menu_wrap .hm_inner,
.hm_menu_wrap .menucontent {
  position: relative;
  z-index: 2;
}

/* ===============================
OPEN（チェックON）
 ================================ */
.hm_menu_check:checked ~ .hm_menu_wrap {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
  /* ① ベール（先に流す） */
  /* ② 背景本体（ベールの後に出す） */
  /* ③ 中身（背景と同タイミングでふわっと） */
}
.hm_menu_check:checked ~ .hm_menu_wrap::after {
  opacity: 1;
}
.hm_menu_check:checked ~ .hm_menu_wrap .hm_bgveil {
  opacity: 1;
  transform: translateX(60%) skewX(-8deg);
}
.hm_menu_check:checked ~ .hm_menu_wrap::before {
  opacity: 1;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  /* OPEN中は左が抜けないよう “全面表示マスク” に即切替 */
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 100%);
  mask-image: linear-gradient(90deg, black 0%, black 100%);
  /* ベールの後 */
  transition-delay: 0.18s, 0.18s, 0.18s, 0s, 0s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.18s, 0.18s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .logo,
.hm_menu_check:checked ~ .hm_menu_wrap .wrap-icon {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.22s, 0.22s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .gnav {
  padding: 0;
}

/* -------------------------------
メニューリスト（ふわっと：位置固定）
 -------------------------------- */
.main_menu {
  position: relative;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
  gap: 2.75rem;
}
.main_menu li {
  color: white;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 85%;
  line-height: 2.5em;
  text-align: end;
  opacity: 0;
  filter: blur(10px);
  transform: translateZ(0);
  transition: opacity 0.95s ease, filter 0.95s ease;
  will-change: opacity, filter;
}
.main_menu li a {
  color: #E43636;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu li a img {
  width: auto;
  height: 1.25em;
}
.main_menu li a:hover {
  opacity: 0.35;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li {
  opacity: 1;
  filter: blur(0);
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(1) {
  transition-delay: 0.34s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(2) {
  transition-delay: 0.4s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(3) {
  transition-delay: 0.46s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(4) {
  transition-delay: 0.52s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(5) {
  transition-delay: 0.58s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(6) {
  transition-delay: 0.64s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .main_menu li:nth-child(7) {
  transition-delay: 0.7s;
}

/* -------------------------------
motion reduce
 -------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hm_menu_wrap,
  .hm_menu_wrap::before,
  .hm_menu_wrap::after,
  .hm_menu_wrap .hm_bgveil,
  .hm_menu_wrap .menucontent,
  .hm_menu_wrap .logo,
  .hm_menu_wrap .wrap-icon,
  .main_menu li {
    transition: none !important;
    filter: none !important;
  }
}
/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  position: relative;
  text-align: center;
  background-color: #DEDEDE;
  padding: 1.25rem 0;
}
#footer img {
  width: 6rem;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
#wrapper-form {
  padding: 10em 15em 0em 26em;
  /* ポップアップの背景 */
  /* ポップアップ本体 */
  /* 閉じるボタン */
  /* リンクのスタイル */
}
@media screen and (max-width: 768px) {
  #wrapper-form {
    padding: 5em 2em 0em 2em;
  }
}
#wrapper-form h2 {
  font-size: 1.82em;
  padding: 6em 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #44AF34;
}
@media screen and (max-width: 768px) {
  #wrapper-form h2 {
    padding: 4em 0 0 0;
  }
}
#wrapper-form .form-explanation {
  text-align: center;
  padding: 2em 0;
  font-size: 1em;
  line-height: 2em;
}
#wrapper-form .form-explanation span {
  color: #44AF34;
  padding: 0 0.25em 0 0;
}
#wrapper-form .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#wrapper-form .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  max-height: 70vh; /* 画面の高さの70% */
  overflow-y: auto; /* コンテンツがはみ出した場合にスクロール */
  font-weight: 400;
}
#wrapper-form .popup-content .title {
  font-weight: 700;
  padding: 1em 0 0 0;
}
#wrapper-form .popup-content p {
  padding: 0;
}
#wrapper-form .popup-close {
  display: block;
  text-align: right;
  margin-top: 10px;
}
#wrapper-form .popup-close button {
  background: #ff4d4d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
#wrapper-form .info-link {
  cursor: pointer;
  color: #44AF34;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding: 0 0 0 1em;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 6em 0;
  position: relative;
  width: 87.5%;
}
@media screen and (max-width: 768px) {
  .sec {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    width: 100%;
  }
}
.sec .innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 0em 0 6em 0;
  }
}

.freepage-ctt,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.freepage-ctt .sec,
.contactpage-ctt .sec {
  padding-bottom: calc(3vw + 2.33em);
}

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: white;
}
@media screen and (min-width: 1200px) {
  .sec_bg1 {
    padding-top: 4em;
  }
}

.sec_bg2 {
  background: #f8eacf;
}

.sec_bg3 {
  background-color: #CAD1C7;
}

.sec_bg3 a {
  color: #44AF34;
}

.sec_bg4 {
  padding: 0 !important;
  padding-bottom: 0 !important;
  color: #f8eacf;
}
.sec_bg4 .innerbox {
  padding: 0;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

.wrap-img-history {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.wrap-img-history img {
  opacity: 0.12;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
  height: 100vh;
}
@media screen and (max-width: 480px) {
  .wrap-img-history img {
    opacity: 0.12;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 34% 50%;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -o-object-position: 34% 50%;
       object-position: 34% 50%;
    height: 124vh;
  }
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  text-align: center;
  color: #E43636;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .parts-h3 {
    font-size: 1.8em;
  }
}

.sec_bg3 .parts-h3 {
  color: #f8eacf;
}

.parts-h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  display: block;
  font-size: 0.65em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
}

.sec_bg3 .lnmb {
  color: #f8eacf;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt {
  font-family: toppan-bunkyu-gothic-pr6n, serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.freepage-ctt .sec p {
  padding: 0 0 4em 0;
  font-weight: 400;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p {
    padding: 0 0 4em 0;
  }
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  color: #383c3c;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
  }
}
.freepage-ctt .sec p.parts-copy strong {
  font-size: 2em;
}
.freepage-ctt .sec p.parts-copy span {
  color: #44AF34;
}
.freepage-ctt .sec p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
  font-weight: 400;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em;
}

.imgtxt_txtbox .parts-copy {
  color: #383c3c !important;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #44AF34;
  color: #383c3c;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox a {
  color: #383c3c;
}
.bbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bbox h3 {
    font-size: 1.5em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 0 2em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .box_imglefttxt,
  .box_imgrighttxt {
    padding: 0;
  }
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1200px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding: 0 !important;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .img2box ul {
    margin-top: -3em;
  }
}
.img2box ul li {
  width: 48.5%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .img2box ul li {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
    margin-top: 3em;
  }
}
.img2box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 48.5%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 32%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 3em;
  padding: 2em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}
.img3txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 32%;
    margin-right: 2%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 4em 2em;
  /* リスト */
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 1200px) {
  .img4txtbox ul {
    margin-top: -3em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (min-width: 1200px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .img4txtbox ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
  }
}
.img4txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #DEDEDE;
  color: #f8eacf;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #DEDEDE;
  color: #383c3c;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #DEDEDE;
  color: #383c3c;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style-position: inside;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2em 4em 2em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: toppan-bunkyu-gothic-pr6n, serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500 !important;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list h4 {
  font-size: 1.5em;
  padding: 0 0 0.5em 0;
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: white;
  box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: white solid 1px;
}
.table_list ul li:last-child {
  border-bottom: none;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em;
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  width: 20%;
  font-weight: 700;
  background-color: #E43636;
  color: white;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    font-weight: bold;
    border-right: none;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
.table_list ul li .tablelist_td {
  background-color: #44AF34;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 300;
  width: 80%;
  color: black;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
    padding: 0.5em 1em;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #DEDEDE;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.5em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
}
.contactpage-ctt .sec {
  width: 100%;
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec p.center {
    text-align: left;
  }
}
.contactpage-ctt .sec.contact_tel p {
  text-align: center;
  /* -------------------------- 電話 ------------------------------------------- */
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: black;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
  font-weight: bold;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: black;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}

.webcontact .ct_info {
  text-align: center;
}/*# sourceMappingURL=style.css.map */