@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333333;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 1em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0;
  max-width: none;
}
body:not(.home) main .column_main .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main .column_main .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}
body:not(.home) .single-wrap,
body:not(.home) .archive-list {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  body:not(.home) .single-wrap,
  body:not(.home) .archive-list {
    margin-bottom: 120px;
  }
}
body:not(.home) .single-wrap > .container,
body:not(.home) .archive-list > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) .single-wrap > .container,
  body:not(.home) .archive-list > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.column_main > section:last-child {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .column_main > section:last-child {
    margin-bottom: 120px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  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;
  background: rgba(154, 180, 105, 0.1);
  color: #9AB469;
  border: 1px solid #9ab469;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #9AB469;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #9AB469;
  border-right: 1px solid #9AB469;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #9AB469;
  border-right: 1px solid #9AB469;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(154, 180, 105, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry input[type=file] {
  border: 0;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .inquiry input[type=file] {
    margin-bottom: 10px;
  }
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: 1px solid #9AB469;
  color: #fff;
  background: #9AB469;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #9AB469;
  color: #9AB469;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #9AB469;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
.cont_txt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 0 auto !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 0 4.5% !important;
    max-width: 100%;
  }
}

.text-red {
  color: red;
}

/* ===============================================
# 下層
=============================================== */
body:not(.home) h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.7142857143em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #333333;
  text-align: left;
}
@media (max-width: 767px) {
  body:not(.home) h2 {
    font-size: 2.4rem;
  }
}
body:not(.home) h2::before {
  content: "";
  display: block;
  width: 1.9230769231em;
  height: 2px;
  background: #9AB469;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
body:not(.home) h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
body:not(.home) p {
  line-height: 2;
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
body:not(.home) .under_mb2 > div:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb2 > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
body:not(.home) .under_mb3 > div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb3 > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) .u-bg {
  background: url(/wp-content/uploads/under_bg002.jpg) repeat center center/cover;
  padding: 75px 0 80px;
}
@media (max-width: 767px) {
  body:not(.home) .u-bg {
    padding: 60px 0;
  }
}
body:not(.home) .u-bg.last-sec {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  body:not(.home) .u-bg.last-sec {
    padding-bottom: 120px;
  }
}
body:not(.home) .u-white-box {
  background: #fff;
  padding: 60px;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
          filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
}
@media (max-width: 767px) {
  body:not(.home) .u-white-box {
    padding: 30px 6%;
  }
}
body:not(.home) .under_list {
  padding-left: 0;
  margin: 0;
}
body:not(.home) .under_list li {
  list-style: none;
  position: relative;
  padding-left: 1.125em;
  line-height: 1.7;
}
body:not(.home) .under_list li:not(:last-child) {
  margin-bottom: 6px;
}
body:not(.home) .under_list li::before {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  background: #9AB469;
  position: absolute;
  top: 0.73em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
body:not(.home) .text-right {
  text-align: right;
}
body:not(.home) .mb0 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  body:not(.home) .under_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .under_btn .more {
    height: 100%;
  }
  body:not(.home) .under_btn a {
    height: 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;
  }
}
@media (max-width: 767px) {
  body:not(.home) .under_btn .col:not(:last-child) {
    margin-bottom: 16px;
  }
}
body:not(.home) .under_btn .btn a:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
body:not(.home) .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #CCD9B4));
  background: -webkit-linear-gradient(transparent 60%, #CCD9B4 0%);
  background: linear-gradient(transparent 60%, #CCD9B4 0%);
  display: inline;
  padding: 0 1px 0px;
}

/* ===============================================
# 運営会社
=============================================== */
body:not(.home) .u-philosophy {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 20px;
}
body:not(.home) .u-philosophy:first-of-type {
  border-top: 0;
  padding-top: 0;
}
body:not(.home) .u-philosophy:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.home) .u-philosophy {
    padding: 20px 10px;
  }
}
body:not(.home) .u-philosophy h3 {
  margin-bottom: 0.8em;
}
body:not(.home) .u-philosophy strong {
  font-weight: bold;
}
body:not(.home) .philosophy-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body:not(.home) .philosophy-text {
    font-size: 15px;
  }
}
body:not(.home) .u-philosophy {
  padding-left: 0;
  margin: 0;
}
body:not(.home) .u-philosophy li {
  list-style: none;
  position: relative;
  padding-left: 2.3529411765em;
  line-height: 1.7;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body:not(.home) .u-philosophy li {
    font-size: 15px;
  }
}
body:not(.home) .u-philosophy li:not(:last-child) {
  margin-bottom: 10px;
}
body:not(.home) .u-philosophy li::before {
  content: "一、";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
body:not(.home) .u-philosophy-logo {
  margin-top: 20px;
}
body:not(.home) .u-philosophy-logo img {
  display: block;
  max-width: 150px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  body:not(.home) .u-philosophy-logo img {
    max-width: 100px;
  }
}
body:not(.home) .u-greeting-box {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 30px;
}
body:not(.home) .u-greeting-box .img img {
  display: block;
  width: 130px;
}
body:not(.home) .u-greeting-box .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-right: 20px;
}
body:not(.home) .u-greeting-box .text .img_name {
  width: 220px;
}
body:not(.home) .u-greeting-box .text .name-sub {
  display: block;
  line-height: 1.6;
  font-size: 1.5rem;
}
body:not(.home) .u-greeting-box .text .name-sub:first-of-type {
  margin-top: 0.5em;
}

/* ===============================================
# サロンメニュー
=============================================== */
.u-price {
  position: relative;
  z-index: 0;
}

.u-price-box {
  background: #fff;
  padding: 50px 80px 60px;
  max-width: 800px;
  margin: auto;
  margin: auto;
  position: relative;
  z-index: 0;
  border: solid 6px rgba(154, 180, 105, 0.5);
  z-index: 0;
}
@media (max-width: 767px) {
  .u-price-box {
    padding: 30px 6%;
  }
}
.u-price-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/under_bg002.jpg) repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}
.u-price-box h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-price-box h2 {
    font-size: 2.2rem;
  }
}
.u-price-box table:not(:first-of-type) {
  margin-top: 30px;
}
.u-price-box .note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.u-price-box p.u-price-txt {
  line-height: 1.7;
}
.u-price-box .u-price-h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-price-box .u-price-h2 {
    font-size: 2rem;
  }
}
.u-price-box .h2_subTxt {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}
.u-price-box .u-price-h2Sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .u-price-box .u-price-h2Sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.price-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================================
# 着付けへのこだわり
=============================================== */
.u-flow-box .flow-item {
  padding: 20px 4%;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
          filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
  background: #fff;
  border: solid 3px rgba(154, 180, 105, 0.5);
}
@media (max-width: 767px) {
  .u-flow-box .flow-item {
    padding: 16px 4%;
  }
}
.u-flow-box .flow-item:not(:last-child) {
  margin-bottom: 40px;
}
.u-flow-box .flow-item:not(:last-child):before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 6px);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.u-flow-box h3.flow-ttl {
  text-align: center;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.u-flow-box h3.flow-ttl::before {
  content: none;
}
.u-flow-box h3.flow-ttl::after {
  content: none;
}
.u-flow-box .flow-text {
  text-align: center;
  margin-top: 4px;
}

/* ===============================================
# salonメニュー
=============================================== */
.u-recommend-box {
  background: #F8F7EE;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .u-recommend-box {
    padding: 30px 6%;
  }
}
.u-recommend-box .ttl-bg {
  margin-bottom: 44px;
  background: #9AB469;
  position: relative;
  padding: 10px 10px;
  position: relative;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-recommend-box .ttl-bg {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.u-recommend-box .ttl-bg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 18px solid #9AB469;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.u-recommend-box .recommend-h4 {
  font-size: 2rem;
  padding-left: 0;
  margin-bottom: 0.8em;
  color: #333333;
}
@media (max-width: 767px) {
  .u-recommend-box .recommend-h4 {
    font-size: 1.8rem;
  }
}
.u-recommend-box .recommend-h4::before {
  content: none;
}
.u-recommend-box .price-item {
  margin-top: 22px;
}
.u-recommend-box .price-item.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
}
.u-recommend-box .price-item.column2 > * {
  width: calc((100% - 20px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u-recommend-box .price-item.column2 > * {
    width: 100%;
  }
}
.u-recommend-box .price {
  background: #fff;
  padding: 18px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -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;
}
.u-recommend-box .price .size {
  text-align: center;
  font-size: 1.4rem;
  padding: 2px 15px;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 26px;
  margin-top: 5px;
}
.u-recommend-box .price .yen {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .u-recommend-box .price .yen {
    font-size: 2.4rem;
  }
}
.u-recommend-box .price .yen small {
  font-size: 1.8rem;
}

/* ===============================================
# 着付け塾
=============================================== */
.u-border-box {
  background: #fff;
  padding: 30px;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
          filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
}
@media (max-width: 767px) {
  .u-border-box {
    padding: 20px 6%;
  }
}

.u-check-list {
  padding-left: 0;
  margin: 0;
}
.u-check-list li {
  list-style: none;
  position: relative;
  padding-left: 1.875em;
  line-height: 1.7;
  background-image: url("/wp-content/uploads/check_icon.svg");
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: 1em;
}
.u-check-list li:not(:last-child) {
  margin-bottom: 1em;
}

.u-course-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
}
.u-course-box > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u-course-box > * {
    width: 100%;
  }
}
.u-course-box .course-item {
  background: #F8F7EE;
}
.u-course-box .course-ttl {
  font-size: 2.2rem;
  text-align: center;
  background: #9AB469;
  padding: 0.5em;
  color: #fff;
  margin-bottom: 0;
}
.u-course-box .item-inner {
  padding: 24px 30px 40px;
}
.u-course-box .item-inner > p {
  line-height: 1.8;
}
.u-course-box .course-step {
  border-top: solid 1px rgba(154, 180, 105, 0.5);
  padding: 10px 0 0;
  margin-bottom: 20px;
}
.u-course-box .course-step > p {
  margin: 0;
  font-weight: 500;
}
.u-course-box .course-step .step-time {
  font-size: 1.4rem;
  text-align: right;
  display: block;
}
.u-course-box .course-yen {
  background: #fff;
  padding: 18px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -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;
}
.u-course-box .course-yen .course-times {
  text-align: center;
  font-size: 1.4rem;
  padding: 2px 15px;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 26px;
  margin-top: 5px;
}
.u-course-box .course-yen .yen {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .u-course-box .course-yen .yen {
    font-size: 2.4rem;
  }
}
.u-course-box .course-yen .yen small {
  font-size: 1.8rem;
}
.u-course-box .course-note {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}

.u-lecturer-box {
  background: #fff;
  padding: 50px;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
          filter: drop-shadow(0px 0px 16px rgba(154, 180, 105, 0.16));
}
@media (max-width: 767px) {
  .u-lecturer-box {
    padding: 20px 6%;
  }
}
.u-lecturer-box .lecturer-h3 {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .u-lecturer-box .lecturer-h3 {
    font-size: 2rem;
  }
}
.u-lecturer-box .lecturer-h3 .sub {
  display: table;
  color: #fff;
  font-size: 1.6rem;
  background: #9AB469;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0.3em 0.5em;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.u-lecturer-box .u-lecturer-list {
  padding-left: 0;
  margin: 0;
}
.u-lecturer-box .u-lecturer-list li {
  list-style: none;
  position: relative;
  padding-left: 1.875em;
  line-height: 1.7;
  background-image: url("/wp-content/uploads/check_icon.svg");
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-size: 1em;
}
.u-lecturer-box .u-lecturer-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.u-lesson-contact {
  background: #9AB469;
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .u-lesson-contact {
    padding: 40px 0 50px;
  }
}
.u-lesson-contact * {
  color: #fff;
}
.u-lesson-contact .contact-ttl {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 1em;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .u-lesson-contact .contact-ttl {
    font-size: 2rem;
  }
}
.u-lesson-contact .contact-ttl::before {
  content: none;
}
.u-lesson-contact .contact-ttl::after {
  content: none;
}
.u-lesson-contact .cont-mail-btn a {
  display: block;
  text-decoration: none;
  border: solid 1px #fff;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  padding: 20px 20px;
  font-size: 1.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.u-lesson-contact .cont-mail-btn a:hover {
  background: #8caa55;
}
.u-lesson-contact .cont-mail-btn .icon {
  background: url(/wp-content/uploads/mail_icon.svg) no-repeat left center/1.2222222222em;
  padding-left: 1.8888888889em;
}
.u-lesson-contact .access {
  margin-bottom: 40px;
}

.u-salon-head {
  position: relative;
  background: url(/wp-content/uploads/salon_img001.jpg) no-repeat center 65%/cover;
  padding: 80px 3.125vw;
  z-index: 0;
}
@media (max-width: 767px) {
  .u-salon-head {
    padding: 30px 6%;
  }
}
.u-salon-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.u-salon-head .text p {
  color: #9AB469;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: clamp(18px, 1.6105417277vw, 24px);
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
.u-salon-head .text p:not(:last-child) {
  margin-bottom: 0.2em;
}

.u-collection-box {
  max-width: 824px;
  margin: auto;
}
.u-collection-box .u-collection-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .u-collection-box .u-collection-flex {
    gap: 5px;
  }
}
.u-collection-box .u-collection-flex > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  .u-collection-box .u-collection-flex > * {
    width: calc((100% - 10px) / 3 - 1px);
  }
}
.u-collection-box .collection_img > a:hover img {
  opacity: 0.9;
}
.u-collection-box .collection_img img {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mb40 {
  margin-bottom: 40px !important;
}

.u-collection-foot {
  background: #fff;
  padding: 50px;
  position: relative;
  z-index: 0;
  border: solid 6px rgba(154, 180, 105, 0.5);
  z-index: 0;
}
@media (max-width: 767px) {
  .u-collection-foot {
    padding: 20px 6%;
  }
}
.u-collection-foot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/under_bg002.jpg) repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

.u-visit-menu .u-visit-box {
  background: #fff;
  padding: 40px;
  max-width: 1000px;
  margin: auto;
}
.u-visit-menu .u-visit-box:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .u-visit-menu .u-visit-box {
    padding: 30px 6%;
  }
}
.u-visit-menu .visit-head {
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .u-visit-menu .visit-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 16px 6%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.u-visit-menu .num {
  background: #9AB469;
  display: table;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  width: 11.6rem;
}
.u-visit-menu .visit-h3 {
  margin-bottom: 0;
}
.u-visit-menu .ttl_sub {
  font-size: 1.6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .u-visit-menu .ttl_sub {
    font-size: 1.4rem;
  }
}
.u-visit-menu .visit-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .u-visit-menu .visit-flex {
    gap: 14px;
  }
}
.u-visit-menu .visit-flex .img {
  width: 30%;
}
@media (max-width: 767px) {
  .u-visit-menu .visit-flex .img {
    width: 100%;
  }
}
.u-visit-menu .visit-flex .text {
  width: 70%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .u-visit-menu .visit-flex .text {
    width: 100%;
    padding-right: 0;
  }
}
.u-visit-menu .visit_example {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .u-visit-menu .visit_example {
    margin-top: 20px;
  }
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

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

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list a {
  text-decoration: none;
}
.archive-list a:hover {
  text-decoration: underline;
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(154, 180, 105, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(154, 180, 105, 0.5);
  border-radius: 4px;
  background: rgba(154, 180, 105, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  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;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #333333;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #9AB469;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(154, 180, 105, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(154, 180, 105, 0.1);
  border-radius: 4px;
  padding: 1em;
  color: #333333;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #9AB469;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #9AB469;
  border-right: 3px solid #9AB469;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #9AB469;
  color: #fff;
  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;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(rgb(138, 195, 110)), to(rgb(173, 199, 124)));
  background: -webkit-linear-gradient(right, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  background: linear-gradient(270deg, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  padding: 1em 0.8em;
  border-radius: 6px;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn a:hover {
  opacity: 0.9;
}

header {
  z-index: 100;
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1249px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 12px;
}
header .header_info_wrap .tel {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding-left: 1.0416666667em;
  background: url(/wp-content/uploads/tel_icon001.svg) no-repeat center left/0.6666666667em;
  display: table;
  margin-right: 0;
  margin-left: auto;
  line-height: 1;
  color: #9AB469;
  font-family: "Noto Serif JP", serif;
}
header .header_info_wrap .tel a {
  color: #333333;
}
header .header_info_wrap .add {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}
header .box {
  width: 100%;
}
@media (min-width: 1250px) {
  header .box {
    position: relative;
    display: table;
  }
}
header .title,
header .gnav {
  display: table-cell;
}
@media (min-width: 1250px) {
  header .title,
  header .gnav {
    height: 120px;
  }
}
@media (min-width: 1250px) {
  header .gnav {
    vertical-align: bottom;
    text-align: right;
  }
}
header .gnav ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 12px 0;
}
header .gnav ul li {
  margin: 0;
}
header .gnav ul li a {
  letter-spacing: 0.02em;
  padding: 0 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnav ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1250px) {
  header .gnav ul li a:hover {
    color: #9AB469;
  }
}

header {
  background: #fff;
  position: relative;
}
header .container {
  max-width: 1840px;
  padding: 0 20px;
}
header .title {
  margin: 0;
  font-size: 0;
  vertical-align: middle;
}
@media (min-width: 1250px) {
  header .title {
    padding: 30px 0;
  }
}
@media (max-width: 1249px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 334px;
  height: 56px;
}
@media (max-width: 1366px) {
  header .title a img {
    width: 24.4509516837vw;
    height: 4.0995607613vw;
  }
}
@media (max-width: 1249px) {
  header .title a img {
    width: 200px;
    height: auto;
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1249px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #9AB469;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1249px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #9AB469;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #9AB469;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #9AB469;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #9AB469;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1249px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1250px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
    background: transparent;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: rgba(154, 180, 105, 0.96);
    padding: 1em;
    overflow-wrap: break-word;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    background: rgba(129, 156, 78, 0.96);
  }
}
@media (max-width: 1249px) {
  header .gnav > ul {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
    background: rgba(154, 180, 105, 0.1);
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 1249px) {
  header .gnav > ul > li {
    background: rgba(154, 180, 105, 0.96);
    margin: 0;
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  header .gnav > ul > li a {
    padding: 0em 0.625em;
  }
}
@media (max-width: 1249px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 0.5em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(154, 180, 105, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1249px) {
  header .gnav > ul > li.has_under > ul a {
    background: rgba(139, 168, 84, 0.96);
  }
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(129, 156, 78, 0.96);
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  padding-top: 36.4583333333%;
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 107.1428571429%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li > img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  width: 13.3333333333%;
  top: auto;
  left: auto;
  right: 23.4375%;
  bottom: 30.7142857143%;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 34.1333333333%;
    bottom: 51.5714285714%;
    right: 11.0666666667%;
  }
}

footer {
  position: relative;
  background: #fff;
  color: #333333;
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid #333333;
  }
}
@media (min-width: 768px) {
  footer > .footer {
    padding-top: 20px;
  }
}
footer > .footer .container {
  max-width: none;
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #333333;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .nav ul li a:hover {
  color: #9AB469;
  -webkit-transition: 0.3;
  transition: 0.3;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 28px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

#top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
}
#top-ftrInfo .pc-only {
  display: inline;
}
@media (max-width: 767px) {
  #top-ftrInfo .pc-only {
    display: none;
  }
}
#top-ftrInfo .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #top-ftrInfo .sp-only {
    display: inline;
  }
}
#top-ftrInfo .pagetop {
  position: absolute;
  bottom: 100%;
  right: 5%;
  z-index: 100;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top-ftrInfo .pagetop {
    right: 5%;
  }
}
#top-ftrInfo .pagetop a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #9AB469;
}
@media (min-width: 768px) {
  #top-ftrInfo .pagetop a {
    width: 50px;
    height: 50px;
  }
}
#top-ftrInfo .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #top-ftrInfo .pagetop a:after {
    border-width: 0 5px 8px 5px;
  }
}
#top-ftrInfo .container {
  margin-top: 0;
  padding: 10px 10px;
  max-width: 1200px;
}
@media (max-width: 767px) {
  #top-ftrInfo .container {
    padding: 6px;
  }
}
#top-ftrInfo .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}
#top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 2.5%;
}
@media (max-width: 767px) {
  #top-ftrInfo .link-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
#top-ftrInfo .link {
  width: 100%;
}
#top-ftrInfo .link a {
  padding: 15px 50px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(rgb(138, 195, 110)), to(rgb(173, 199, 124)));
  background: -webkit-linear-gradient(right, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  background: linear-gradient(270deg, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #top-ftrInfo .link a {
    padding: 8px 6px;
    grid-template-rows: 30px 1fr;
  }
}
#top-ftrInfo .link a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  #top-ftrInfo .link.out-link .link-text {
    margin-top: 4px;
    position: relative;
    padding-right: 1em;
  }
}
#top-ftrInfo .link .out-link-img {
  display: block;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #top-ftrInfo .link .out-link-img {
    right: 0;
  }
}
#top-ftrInfo p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top-ftrInfo p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  #top-ftrInfo .icon {
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
#top-ftrInfo .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  #top-ftrInfo .icon img {
    max-width: 22px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #top-ftrInfo .icon.tel img {
    max-width: 16px;
  }
}
#top-ftrInfo .link-text {
  margin: 0;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #9AB469;
}
table.table-typeC tbody {
  color: #333333;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #8caa55;
}
.table-type1 th {
  background: #8caa55;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}

.table-type2 {
  width: 100%;
}
.table-type2 caption {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.table-type2 caption::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #9AB469;
}
.table-type2 th {
  font-weight: 600;
}
.table-type2 th.fw400 {
  font-weight: normal;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 tbody th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #8caa55;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #8caa55;
  color: #fff;
}
.table-type3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table-type3 tbody th {
  background: rgba(140, 170, 85, 0.15);
}
.table-type3 tbody th:not(:last-child) {
  border-right: 0;
}
.table-type3 tbody tr:not(:first-child) td,
.table-type3 tbody tr:not(:first-child) th {
  border-top: 0;
}
.table-type3 td {
  background: transparent;
}
.table-type3 td:not(:last-child) {
  border-right: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 1em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
    margin-bottom: 8px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  background: url(/wp-content/uploads/h1_bg001.jpg) no-repeat center center/cover;
  margin: 0 0 0.5em 0;
  padding: 2em 4.5%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  text-align: center;
}

h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #9AB469;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.9em;
  background: #9AB469;
}

.under-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .under-dl {
    display: block;
  }
}
.under-dl dt {
  width: 180px;
  font-size: 1.5rem;
  color: #fff;
  background: #9AB469;
  padding: 0.5em 0.5em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .under-dl dt {
    width: 100%;
  }
}
.under-dl dd {
  width: calc(100% - 180px);
  padding: 0.5em 0 0.5em 1em;
  font-size: 1.5rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .under-dl dd {
    width: 100%;
    padding: 0.5em 0.5em 1em;
  }
  .under-dl dd:last-of-type {
    padding-bottom: 0;
  }
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .pc-text-center {
    text-align: left;
  }
}

body {
  min-width: 960px;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}

[id^=top-] .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
[id^=top-] h2 {
  padding-bottom: 0;
}
[id^=top-] h2:before {
  content: none;
}
[id^=top-] h2.top-news-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  [id^=top-] h2.top-news-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
[id^=top-] h2.top-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.1em;
}
@media (max-width: 767px) {
  [id^=top-] h2.top-en {
    font-size: 30px;
  }
}
[id^=top-] h2.top-en .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  display: block;
  margin-top: 0.625em;
}
@media (max-width: 767px) {
  [id^=top-] h2.top-en .ja {
    font-size: 15px;
  }
}
[id^=top-] h2.top_ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 1.5625em;
}
@media (max-width: 767px) {
  [id^=top-] h2.top_ja {
    font-size: 22px;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.02em;
  }
}
[id^=top-] h3 {
  color: #333333;
}
[id^=top-] figure img {
  display: block;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

.top-mv {
  padding-top: 2.6041666667vw;
  padding-bottom: 7.8125vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-mv {
    padding-top: 7.8226857888vw;
    padding-bottom: 26.075619296vw;
  }
}
.top-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 50.5813953488%;
  background: #9AB469;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}
.top-mv .top-mv-inner::before {
  content: "";
  display: block;
  width: 11.8229166667vw;
  height: 10.625vw;
  background: url(/wp-content/uploads/mv-bg002.jpg) no-repeat center/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767px) {
  .top-mv .top-mv-inner::before {
    width: 29.5958279009vw;
    height: 26.5971316819vw;
  }
}
.top-mv .top-mv-inner::after {
  content: "";
  display: block;
  width: 11.8229166667vw;
  height: 10.625vw;
  background: url(/wp-content/uploads/mv-bg002.jpg) no-repeat center/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-mv .top-mv-inner::after {
    width: 29.5958279009vw;
    height: 26.5971316819vw;
  }
}
.top-mv .slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  position: relative;
  z-index: 1;
}
.top-mv .slider.slick-initialized {
  opacity: 1;
}
.top-mv .slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
}
@media (max-width: 767px) {
  .top-mv .slider .slick-track {
    gap: 20px;
  }
}
.top-mv .slider img {
  display: block;
  max-width: 100%;
}
.top-mv .mv-text {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.top-mv .mv-text img {
  width: 13.3333333333%;
  top: auto;
  left: 18.90625%;
  right: auto;
  bottom: 11.5714285714%;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-mv .mv-text img {
    width: 34.1333333333%;
    bottom: 11.5714285714%;
    left: 11.4666666667%;
  }
}

#top-news {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #top-news {
    margin-top: 40px;
  }
}
#top-news .container > div:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #top-news .container > div:not(:first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #top-news .news-box-wrap {
    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;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #top-news .ttl {
    width: 18.3333333333%;
    min-width: 160px;
    padding-right: 4%;
  }
}
#top-news .ttl h3 {
  padding: 0;
}
@media (min-width: 768px) {
  #top-news .ttl h3 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #top-news .ttl h3 {
    text-align: center;
  }
}
#top-news .ttl h3:after, #top-news .ttl h3:before {
  content: none;
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 98.3333333333%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 160px;
    padding-left: 1em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#top-news .news-list a {
  text-decoration: none;
}
#top-news .news-list a:hover {
  text-decoration: underline;
}
#top-news .inst-demo {
  width: 100%;
  height: 300px;
  background: #B1B1B1;
}

#top-menu {
  margin-top: 100px;
  padding: 100px 0 100px;
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #top-menu {
    margin-top: 70px;
    padding: 70px 0;
  }
}
#top-menu .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 20px;
}
#top-menu .box > * {
  width: calc((100% - 60px) / 4 - 1px);
}
@media (max-width: 767px) {
  #top-menu .box > * {
    width: 100%;
  }
}
#top-menu .card {
  position: relative;
}
@media (max-width: 767px) {
  #top-menu .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 500/500;
  }
}
#top-menu .ttl {
  position: absolute;
  top: -39px;
  right: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
#top-menu .ttl .ttl-text {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: table;
  background: #fff;
  font-size: 18px;
  padding: 0.3333333333em 0.3333333333em;
  line-height: 1.4;
  letter-spacing: 0.2em;
  height: auto;
}
#top-menu .links {
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
}
#top-menu .links .link {
  padding-left: 0;
  list-style: none;
}
#top-menu .links .link:not(:first-child) {
  margin-top: 14px;
}
#top-menu .links a {
  display: block;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-menu .links a:hover {
  color: #9AB469;
}
#top-menu .links a:hover:before {
  border-color: #9AB469;
}
#top-menu .links a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

#top-about {
  padding: 110px 0;
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #top-about {
    padding: 70px 0;
  }
}
#top-about .text p {
  line-height: 2;
}
#top-about .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-about .btn {
    margin-top: 30px;
  }
}

#top-access {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #top-access {
    margin-top: 70px;
  }
}
#top-access .map-box {
  position: relative;
  padding-top: 400px;
}
@media (max-width: 767px) {
  #top-access .map-box {
    padding-top: 90%;
  }
}
#top-access .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-access .map-info {
  margin-top: 14px;
}

#top-policy {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #top-policy {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
#top-policy .top-policy-h2 {
  position: relative;
}
#top-policy .top-policy-h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(138, 195, 110)), to(rgb(173, 199, 124)));
  background: -webkit-linear-gradient(right, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  background: linear-gradient(270deg, rgb(138, 195, 110) 0%, rgb(173, 199, 124) 100%);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#top-policy .top-policy-h2 .inner {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: table;
  background: #fff;
  padding: 0 1.1818181818em;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media (max-width: 767px) {
  #top-policy .top-policy-h2 .inner {
    font-size: 20px;
  }
}
#top-policy .top-policy-h2 .sub {
  display: block;
  font-size: 80%;
  margin-top: 0.4em;
}
#top-policy .policy-box {
  overflow-y: scroll;
  height: 350px;
  padding: 40px 60px;
  background: #F1F8E1;
  margin: auto;
}
#top-policy .policy-box::-webkit-scrollbar {
  background: #C1C6B5;
}
#top-policy .policy-box::-webkit-scrollbar-thumb {
  background-color: #9AB469;
}
@media (max-width: 767px) {
  #top-policy .policy-box {
    padding: 30px 6%;
  }
}
#top-policy .policy-box * {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #top-policy .policy-box * {
    font-size: 1.4rem;
  }
}
#top-policy .policy-box > div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #top-policy .policy-box > div:not(:last-child) {
    margin-bottom: 24px;
  }
}
#top-policy .policy-box h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  #top-policy .policy-box h3 {
    font-size: 1.6rem;
  }
}
#top-policy .policy-box ul {
  padding-left: 20px;
}
#top-policy .policy-box ul li {
  margin-bottom: 0;
}
#top-policy .policy-box ul li:not(:last-child) {
  margin-bottom: 0.5em;
}/*# sourceMappingURL=main.css.map */