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

body {
  font-family: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

p {
  line-height: 2;
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* ===============================================
# リンク
=============================================== */
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

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

.fax {
  pointer-events: none;
}

/* ===============================================
# リスト
=============================================== */
li {
  margin: 0 0 0.3em;
  line-height: 1.8;
}
li:last-child {
  margin-bottom: 0;
}

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

.text-left {
  text-align: left;
}

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

.lead {
  color: #B4A173;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #B4A173 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #B4A173;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
}
header .container {
  width: 84.375%;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1619px) {
  header .container {
    padding: 0 4.5%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header .container {
    width: 100%;
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
@media (max-width: 1199px) {
  header .header {
    position: relative;
    width: 100%;
    z-index: 50;
  }
}
header .box {
  display: table;
  position: relative;
}
@media (max-width: 1199px) {
  header .box {
    width: 100%;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1200px) {
  header .title {
    display: table-cell;
    vertical-align: middle;
    min-height: 159px;
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 300px;
  height: 78px;
}
@media (max-width: 1500px) {
  header .title a {
    width: 20vw;
    height: 5.2vw;
  }
}
@media (max-width: 1199px) {
  header .title a {
    width: 180px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  header .gnav {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    padding-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 30px;
  }
}
header .gnav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  header .gnav > ul > li:not(.has_under) > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.5);
    bottom: -3px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .gnav > ul > li:not(.has_under) > a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (min-width: 1200px) {
  header .gnav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  header .gnav > ul li {
    background: #fff;
    margin: 0;
  }
  header .gnav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
}
header .gnav > ul li a {
  padding: 0em 1.25em;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-family: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  display: block;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  header .gnav > ul li a {
    padding: 0em 6px;
  }
}
@media (max-width: 1199px) {
  header .gnav > ul li a {
    color: #333333;
    padding: 1em 6%;
    text-align: left;
  }
}
header .gnav > ul li a span {
  color: #B4A173;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1619px) {
  header .gnav > ul li a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  header .gnav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  margin: 0 auto;
  width: 180px;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  padding-left: 2.4479166667vw;
}
@media (max-width: 1199px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  height: 100%;
}
header .header_info_wrap .hdr_tel a {
  /*color: #fff;
  background: $colr_btn;*/
  color: #74625D;
  background: url(/wp-content/uploads/hdr_btn_bg.jpg) no-repeat center center/cover;
  width: 180px;
  height: 79px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
header .header_info_wrap .hdr_tel a span.sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
header .header_info_wrap .hdr_tel a .num {
  position: relative;
  padding-left: 17px;
}
header .header_info_wrap .hdr_tel a .num::before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/wp-content/uploads/tel_icon_brown.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    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: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #B4A173;
    -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: #B4A173;
    -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: #B4A173;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #B4A173;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

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: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
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 > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > ul > li > ul a {
  background: rgba(180, 161, 115, 0.96);
}

@media (max-width: 1199px) {
  header .gnav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  header .gnav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1199px) {
  header .gnav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .gnav > ul > li.has_under {
    position: static;
    text-align: center;
  }
  header .gnav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    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;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    /*background: rgba($color: $color_primary, $alpha: 0.9);*/
    background: rgba(247, 238, 225, 0.9);
    z-index: 52;
    min-width: 230px;
    padding: 40px 0;
  }
  header .gnav > ul > li.has_under ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    /*color: #fff;*/
    color: #74625D;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    border: 0;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    border: 0;
    opacity: 0.8;
  }
}
/* ===============================================
# ヘッダー追尾
=============================================== */
header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  z-index: 1000;
}

.mv-pc-only {
  display: block !important;
}
@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;
  }
}

.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: calc(100vh - 159px);
  min-height: 890;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_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;
}
.main_visual .main_visual_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;
}
.main_visual .main_visual_copy img {
  max-width: 564px;
  width: 100%;
  top: auto;
  left: 7.8125%;
  right: auto;
  bottom: 12.4719101124%;
  position: absolute;
}
@media (max-width: 1319px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 42.7272727273%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 80%;
    bottom: 11.4967462039%;
    left: 6.4%;
    right: auto;
    top: auto;
  }
}

footer {
  background: #fff;
  color: #333333;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #B4A173;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #333333;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.8em 6%;
  }
}
footer .copyright {
  text-align: center;
  color: #333333;
  padding: 25px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 35px 10px;
  }
}
footer .copyright p {
  font-size: 12px;
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #B4A173;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#id_name {
  z-index: 101;
  width: 100%;
}
#id_name .container {
  padding: 0;
}
#id_name .sp {
  display: none;
  background: #fff;
}
@media (max-width: 767px) {
  #id_name .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#id_name .sp > * {
  width: 100%;
}
#id_name .sp .btn {
  padding: 8px 0 12px;
}
#id_name .sp .btn_no01 {
  background: #A50521;
}
#id_name .sp .btn_no02 {
  background: #B4A173;
}
#id_name .sp .btn_no03 {
  background: url(/wp-content/uploads/ftr_info_bg001.jpg) no-repeat center center/cover;
}
#id_name .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
#id_name .sp .tel_reserve {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
#id_name .sp .tel_ttl {
  font-size: 14px;
  text-align: center;
  padding-left: 0.8823529412em;
  background: url(/wp-content/uploads/tel_icon_white.png) no-repeat left center/9px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  line-height: 1;
}
#id_name .sp .reserve_ttl {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  line-height: 1;
  font-size: 13px;
  padding-left: 1.875em;
  background: url(/wp-content/uploads/sp_reservation_icon.png) no-repeat left center/1.375em;
  height: 100%;
  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;
}
#id_name .sp .contact_ttl {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  line-height: 1;
  font-size: 13px;
  padding-left: 1.875em;
  background: url(/wp-content/uploads/foot_mail_icon.png) no-repeat left center/1.375em;
  height: 100%;
  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;
  color: #74625D;
}

/* ===============================================
# サイド追尾
=============================================== */
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 129px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .side_fix {
    display: none;
  }
}
.side_fix .side_fix {
  padding-left: 0;
  margin: 0;
}
.side_fix .side-btn {
  /*background: $color_primary;*/
  background: #F9F1E5;
  list-style: none;
  padding: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_fix .side-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side_fix .reserve_img {
  max-width: 23px;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #B4A173;
  color: #fff;
  background: #B4A173;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more a:hover {
  background: #fff;
  color: #B4A173;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  border-color: #B4A173;
  left: 6%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 1em;
}
@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    padding: 0.7em 0.5em;
  }
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #B4A173;
}
.table-default th {
  background: #B4A173;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #B4A173;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #B4A173;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #B4A173;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(180, 161, 115, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(180, 161, 115, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(180, 161, 115, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(180, 161, 115, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(180, 161, 115, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.table-schedule {
  width: 100%;
}
.table-schedule tr {
  border-bottom: solid 1px #CFCFCF;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  padding: 0.7em 0.2em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 450px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.5555555556vw;
  }
}
.table-schedule td:first-of-type,
.table-schedule th:first-of-type {
  text-align: left;
}
@media (min-width: 1023px) {
  .table-schedule td:first-of-type,
  .table-schedule th:first-of-type {
    width: 27%;
    padding-left: 1.2em;
  }
}
@media (min-width: 1023px) {
  .table-schedule td:last-of-type,
  .table-schedule th:last-of-type {
    width: 15%;
  }
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 1.7em 1em;
  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%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1420px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #74625D;
  line-height: 1.5;
  background: url(/wp-content/uploads/240514_bg01.jpg) no-repeat center center/cover;
  margin: 0 0 0.5em 0;
  padding: 1.8em 4.5%;
  position: relative;
  color: #74625D;
  z-index: 0;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    padding: 1.3em 4.5%;
    background: url(/wp-content/uploads/240514_bg01.jpg) no-repeat center center/1000px;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: rgba($color: $color_primary, $alpha: 0.6);*/
  background: rgba(228, 222, 205, 0.6);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #B4A173;
}

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

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@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.7em;
  background: #B4A173;
}

/*==================================================
アコーディオンのための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(180, 161, 115, 0.2);
  border-radius: 4px;
}
.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;
  }
}
.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.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(180, 161, 115, 0.05);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(180, 161, 115, 0.05);
  padding: 1em;
}
.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 #B4A173;
}
.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 #B4A173;
  border-right: 3px solid #B4A173;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
}
@media (max-width: 767px) {
  .step h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  padding: 40px 4%;
}

.news-list {
  margin: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list a {
  text-decoration: none;
}
.news-list a:hover {
  text-decoration: underline;
}

.single-wrap > .container,
.archive-list > .container {
  max-width: 1120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .single-wrap > .container,
  .archive-list > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.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.8em 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;
  }
}

.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(180, 161, 115, 0.05);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.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(180, 161, 115, 0.05);
  color: #B4A173;
  border: 1px solid #b4a173;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #B4A173;
  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 #B4A173;
  border-right: 1px solid #B4A173;
  -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 #B4A173;
  border-right: 1px solid #B4A173;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}

/* ===============================================
# 下層余白
=============================================== */
.column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

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

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

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1120px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 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;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 767px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  color: transparent;
  position: relative;
}
.wsp-container .wsp-category-title a {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ===============================================
# 初期クラス
=============================================== */
.contents_wide {
  max-width: none;
  width: 100%;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
# 各下層調整
=============================================== */
/* ===============================================
# 下層
=============================================== */
body:not(.home) h2:left {
  text-align: left;
}
body:not(.home) img {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .shadow_text {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
}

@media (min-width: 768px) {
  .pc_shadow_text {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
}

.u_bg_content .box {
  background: url(/wp-content/uploads/concept_bg001.png) no-repeat top right/contain;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_concept01 h2 {
  text-align: left;
  color: #d2534a;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_concept01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_concept01 h2 {
    font-size: 18px;
  }
}
.u_concept01 .text_box {
  width: 60%;
}
@media (max-width: 767px) {
  .u_concept01 .text_box {
    width: 100%;
  }
}

.u_concept02_img img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.concept_name {
  font-family: "EB Garamond", serif;
  font-size: 26px;
}
.concept_name span {
  font-size: 18px;
}

.u_concept03 .col figure {
  border: solid 1px #eadccc;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.u_concept03 .col figure img {
  display: block;
  margin: auto;
}

.menu_table1 {
  width: 100%;
}
.menu_table1 small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.menu_table1 tr {
  display: block;
}
.menu_table1 tr th,
.menu_table1 tr td {
  display: block;
}
.menu_table1 tr td:first-child {
  font-size: 18px;
  padding-bottom: 0.5em;
}
.menu_table1 tr td:last-child {
  white-space: normal;
}
.menu_table1 tr td:not(:first-child) {
  border-top: 0;
  padding-top: 0;
}
.menu_table1 tr:last-child td:first-child {
  border-bottom: 0;
}

.menu_sec_wrap {
  background: rgba(180, 161, 115, 0.05);
  padding: 40px 4%;
}

.border_box {
  padding: 30px 4%;
  background: #fff;
}

.u_bg_content2 .box {
  background: url(/wp-content/uploads/children_bg001.png) no-repeat top right;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content2 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_children01 h2 {
  text-align: left;
  color: #f2668e;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_children01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_children01 h2 {
    font-size: 22px;
  }
}
.u_children01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_children01 .text_box {
    width: 100%;
  }
}

.u_children02 .img_box {
  background: #fff;
  padding: 40px 4%;
  border: 1px solid #d5d5d5;
}
.u_children02 .img_box p {
  font-size: 15px;
}
.u_children02 .img_box .col {
  margin: 0;
}
.u_children02 .img_box .col:first-child {
  background: #fff;
}
@media (max-width: 767px) {
  .u_children02 .img_box .col:first-child {
    margin-bottom: 20px;
  }
}
.u_children02 .img_box .col:last-child {
  background: #fff;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .u_children02 .img_box .col:last-child {
    padding-left: 0;
  }
}
.u_children02 ul li {
  margin-bottom: 4px;
  color: #B4A173;
}
.u_children02 .text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #d5d5d5;
}
.u_children02 .text_box p {
  font-size: 15px;
}
.u_children02 .text_box h3 {
  color: #333333;
  margin-bottom: 0;
}
.u_children02 .text_box .col {
  margin: 0;
}
.u_children02 .text_box .col:first-child {
  background: #E0D8CB;
  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;
  width: 32%;
}
@media (max-width: 767px) {
  .u_children02 .text_box .col:first-child {
    width: 100%;
    padding: 20px 4%;
  }
}
.u_children02 .text_box .col:last-child {
  background: #fff;
  padding: 40px 2%;
  width: 68%;
}
@media (max-width: 767px) {
  .u_children02 .text_box .col:last-child {
    padding: 20px 4%;
    width: 100%;
  }
}

.img_box_contain {
  background: #fff;
  padding: 30px 4%;
  border: 1px solid #d5d5d5;
}
.img_box_contain p {
  font-size: 15px;
}
.img_box_contain .col {
  margin: 0;
}
.img_box_contain .col:first-child {
  background: #fff;
}
@media (max-width: 767px) {
  .img_box_contain .col:first-child {
    margin-bottom: 20px;
  }
}
.img_box_contain .col:last-child {
  background: #fff;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .img_box_contain .col:last-child {
    padding-left: 0;
  }
}

.img_box_cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #d5d5d5;
}
.img_box_cover p {
  font-size: 15px;
}
.img_box_cover .col {
  margin: 0;
}
.img_box_cover .col figure {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .img_box_cover .col figure {
    padding-top: 80%;
  }
}
.img_box_cover .col figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_box_cover .col:first-child {
  padding: 10px 0 10px 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .img_box_cover .col:first-child {
    padding: 10px 10px 0;
  }
}
.img_box_cover .col:last-child {
  background: #fff;
  padding: 60px 2%;
  width: 68%;
}
@media (max-width: 767px) {
  .img_box_cover .col:last-child {
    padding: 20px 4%;
    width: 100%;
  }
}

.img_box_row {
  border: 1px solid #d5d5d5;
  padding: 40px 2%;
  background: #fff;
}
@media (max-width: 767px) {
  .img_box_row {
    padding: 20px 4%;
  }
}

.este_box {
  border: 1px solid #d5d5d5;
  padding: 40px 2%;
  background: #fff;
  background: url(/wp-content/uploads/este_bg002.jpg) no-repeat left center/contain #fff;
}
@media (max-width: 767px) {
  .este_box {
    background-position: top center;
  }
}
.este_box h2 {
  color: #998b6b;
}
@media (max-width: 1024px) {
  .este_box h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .este_box h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .este_box {
    padding: 20px 4%;
  }
}
.este_box .wrap {
  padding-left: 40%;
}
@media (max-width: 767px) {
  .este_box .wrap {
    padding-left: 0;
    padding-top: 130%;
  }
}
.este_box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.este_box .box > * {
  width: calc((100% - 32px) / 3 - 1px);
}
@media (max-width: 767px) {
  .este_box .box > * {
    width: calc((100% - 16px) / 2 - 1px);
  }
}
.este_box .img figcaption {
  text-align: center;
  color: #998b6b;
}

.u_bg_content3 .box {
  background: url(/wp-content/uploads/foradult_bg001.png) no-repeat top right/contain;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content3 .box {
    background-position: top center;
    background-size: contain;
    padding: 100% 0 0;
  }
}

.u_foradult01 h2 {
  text-align: left;
  color: #9cbd60;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_foradult01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_foradult01 h2 {
    font-size: 22px;
  }
}
.u_foradult01 .text_box {
  width: 60%;
}
@media (max-width: 767px) {
  .u_foradult01 .text_box {
    width: 100%;
  }
}

.u_foradult02 .box {
  background: #fff;
  padding: 40px 4%;
  -webkit-box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
          box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
}

.movie_box {
  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: 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;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .movie_box {
    gap: 20px;
  }
}
.movie_box .img {
  width: 30%;
  padding-right: 4%;
}
@media (max-width: 767px) {
  .movie_box .img {
    width: 100%;
    padding-right: 0;
  }
}
.movie_box .movie {
  width: 70%;
}
@media (max-width: 767px) {
  .movie_box .movie {
    width: 100%;
  }
}
.movie_box .movie video {
  max-width: 100%;
}
.movie_box .movie_img {
  max-width: 250px;
}

.card_box {
  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;
}
.card_box > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  .card_box > * {
    width: 100%;
  }
}
.card_box .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
          box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
}
@media (max-width: 767px) {
  .card_box .card {
    max-width: 350px;
    margin: auto;
  }
}
.card_box .text {
  padding: 20px 6% 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card_box .ttl {
  font-family: "EB Garamond", serif;
  color: #B4A173;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.card_box p.txt {
  font-size: 15px;
  min-height: 0%;
}

.card_box2 {
  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;
}
.card_box2 > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  .card_box2 > * {
    width: 100%;
  }
}
.card_box2 .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
          box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .card_box2 .card {
    max-width: 350px;
    margin: auto;
  }
}
.card_box2 .img {
  margin-bottom: 20px;
}
.card_box2 .ttl {
  font-family: "EB Garamond", serif;
  color: #B4A173;
  line-height: 1.6;
  font-size: 20px;
  padding: 0 4%;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .card_box2 .ttl {
    font-size: 18px;
  }
}
.card_box2 p.txt {
  font-size: 15px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  min-height: 0%;
  padding: 0 4%;
}
.card_box2 .more {
  margin-top: auto;
  width: 100%;
  padding: 0 4%;
}
@media (max-width: 767px) {
  .card_box2 .more {
    margin-top: 30px;
  }
}

.u_foradult02 .list_box {
  background: url(/wp-content/uploads/foradult_bg002.jpg) no-repeat right top/auto 100% #ede8e5;
  padding: 40px 4%;
  border: 1px solid #dcdee3;
  position: relative;
}
@media (max-width: 767px) {
  .u_foradult02 .list_box {
    background: #ede8e5;
    padding: 30px 4%;
  }
}
.u_foradult02 .list_box .list_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .u_foradult02 .list_box .list_inner {
    display: block;
  }
}

.u_foradult03 .list_box {
  background: url(/wp-content/uploads/foradult_bg003.jpg) no-repeat right top/auto 100% #fff;
  padding: 40px 4%;
  border: 1px solid #dcdee3;
  position: relative;
}
@media (max-width: 767px) {
  .u_foradult03 .list_box {
    background: #ede8e5;
    padding: 30px 4%;
  }
}
.u_foradult03 .list_box .list_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .u_foradult03 .list_box .list_inner {
    display: block;
  }
}

.check_list {
  padding-left: 0;
}
.check_list li {
  list-style: none;
  position: relative;
  padding-left: calc(1em + 10px);
  font-size: 18px;
  font-weight: bold;
  color: #5c4343;
}
@media (max-width: 767px) {
  .check_list li {
    font-size: 16px;
  }
}
.check_list li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/trouble_icon.png) no-repeat center/contain;
  position: absolute;
  top: 0.5em;
  bottom: auto;
  left: 0;
  right: auto;
}

.u_bg_content4 .box {
  background: url(/wp-content/uploads/remediation_bg001.jpg) no-repeat top right;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content4 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}
.u_bg_content4.whitening .box {
  background: url(/wp-content/uploads/whitening_bg001.png) no-repeat top right;
}
@media (min-width: 768px) {
  .u_bg_content4.whitening .box {
    padding: 120px 0 130px;
  }
}
@media (max-width: 767px) {
  .u_bg_content4.whitening .box {
    background-position: top center;
    background-size: contain;
    padding: 90% 0 0;
  }
}
.u_bg_content4.mouthpiece .box {
  background: url(/wp-content/uploads/mouthpiece_bg001.png) no-repeat top right;
}
@media (min-width: 768px) {
  .u_bg_content4.mouthpiece .box {
    padding: 130px 0 180px;
  }
}
@media (max-width: 767px) {
  .u_bg_content4.mouthpiece .box {
    background-position: top center;
    background-size: contain;
    padding: 90% 0 0;
  }
}
.u_bg_content4.insurance .box {
  background: url(/wp-content/uploads/insurance_bg001.png) no-repeat top right;
}
@media (min-width: 768px) {
  .u_bg_content4.insurance .box {
    padding: 180px 0 220px;
  }
}
@media (max-width: 767px) {
  .u_bg_content4.insurance .box {
    background-position: top center;
    background-size: contain;
    padding: 90% 0 0;
  }
}

.u_remediation01 h2 {
  text-align: left;
  color: #94dceb;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_remediation01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_remediation01 h2 {
    font-size: 22px;
  }
}
.u_remediation01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_remediation01 .text_box {
    width: 100%;
  }
}
.u_remediation01.insurance h2 {
  color: #a294eb;
}

.u_foradult02 .box {
  background: #fff;
  padding: 40px 4%;
  -webkit-box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
          box-shadow: 0 0 8px 1px rgba(142, 142, 142, 0.3);
}

.u_bg_content5 .box {
  background: url(/wp-content/uploads/shinbi_bg001.png) no-repeat top right;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content5 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_shinbi01 h2 {
  text-align: left;
  color: #ea93b2;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_shinbi01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_shinbi01 h2 {
    font-size: 22px;
  }
}
.u_shinbi01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_shinbi01 .text_box {
    width: 100%;
  }
}

.u_bg_content6 .box {
  background: url(/wp-content/uploads/este_bg001.png) no-repeat top right/contain;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content6 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_este01 h2 {
  text-align: left;
  color: #f5b458;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_este01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_este01 h2 {
    font-size: 22px;
  }
}
.u_este01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_este01 .text_box {
    width: 100%;
  }
}

.este_img_box_wrap {
  margin-top: 40px;
}

.este_img_box_ttl {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  padding: 15px 0;
  color: #726445;
  border-top: 1px solid #726445;
  border-bottom: 1px solid #726445;
}
@media (max-width: 767px) {
  .este_img_box_ttl {
    font-size: 16px;
  }
}

.u_bg_content7 .box {
  background: url(/wp-content/uploads/digital_bg001.jpg) no-repeat top right;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content7 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_digital01 h2 {
  text-align: left;
  color: #7e96ec;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .u_digital01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_digital01 h2 {
    font-size: 18px;
  }
}
.u_digital01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_digital01 .text_box {
    width: 100%;
  }
}

.u_bg_content8 .box {
  background: url(/wp-content/uploads/maintenance_bg001.png) no-repeat top right;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content8 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_maintenance01 h2 {
  text-align: left;
  color: #7dc890;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_maintenance01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_maintenance01 h2 {
    font-size: 22px;
  }
}
.u_maintenance01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_maintenance01 .text_box {
    width: 100%;
  }
}

.u_bg_content9 .box {
  background: url(/wp-content/uploads/speed_remediation_bg001.jpg) no-repeat top right/contain;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content9 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_speed_remediation01 h2 {
  text-align: left;
  color: #f78baf;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_speed_remediation01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_speed_remediation01 h2 {
    font-size: 22px;
  }
}
.u_speed_remediation01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_speed_remediation01 .text_box {
    width: 100%;
  }
}

.speed_img_bg_cover {
  background: url(/wp-content/uploads/speed_remediation_bg002.jpg) no-repeat center center/cover;
  padding: 100px 4%;
}
@media (max-width: 767px) {
  .speed_img_bg_cover {
    padding-top: 50%;
    padding-bottom: 40px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .speed_img_bg_cover {
    background-size: 100% auto;
    background-position: top center;
  }
}
.speed_img_bg_cover h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .speed_img_bg_cover h3 {
    font-size: 20px;
  }
}
.speed_img_bg_cover .box {
  padding-left: 50%;
}
.speed_img_bg_cover .box p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .speed_img_bg_cover .box {
    padding-left: 0;
  }
}

.sports_box {
  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;
  margin-top: 30px;
}
.sports_box > * {
  width: calc((100% - 20px) / 2 - 1px);
}
@media (max-width: 767px) {
  .sports_box > * {
    width: 100%;
  }
}
.sports_box .item {
  background: rgba(180, 161, 115, 0.05);
  padding: 30px 4%;
}

.u_bg_content10 .box {
  background: url(/wp-content/uploads/sports_mouthguard_bg001.png) no-repeat top right/contain;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .u_bg_content10 .box {
    background-position: top center;
    background-size: contain;
    padding: 80% 0 0;
  }
}

.u_sports_mouthguard01 h2 {
  text-align: left;
  color: #87aff0;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .u_sports_mouthguard01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .u_sports_mouthguard01 h2 {
    font-size: 22px;
  }
}
.u_sports_mouthguard01 .text_box {
  width: 50%;
}
@media (max-width: 767px) {
  .u_sports_mouthguard01 .text_box {
    width: 100%;
  }
}

.u_btns .row .col:not(:last-child) {
  margin-bottom: 1.5rem;
}

.u_facilities01 .box:not(:last-child) {
  margin-bottom: 30px;
}
.u_facilities01 .facilities_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
}
@media (max-width: 767px) {
  .u_facilities01 .facilities_list dl {
    display: block;
    margin: 16px 0;
  }
}
.u_facilities01 .facilities_list dl dt,
.u_facilities01 .facilities_list dl dd {
  line-height: 1.8;
  font-size: 15px;
}
@media (max-width: 767px) {
  .u_facilities01 .facilities_list dl dd {
    margin-left: 0;
  }
}
.u_facilities01 .facilities_list dl dt {
  width: 90px;
}
@media (max-width: 767px) {
  .u_facilities01 .facilities_list dl dt {
    font-weight: bold;
    width: 100%;
  }
}
.u_facilities01 .facilities_text p {
  font-size: 15px;
}

.facilities_h2 span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .facilities_h2 span {
    font-size: 18px;
  }
}

.facilities_h3 {
  padding-left: 16px;
  color: #958667;
}
.facilities_h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #958667;
  margin: auto;
}

/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  border-top: 1px solid #ccc;
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion_area .accordion_one:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #333333;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #333333;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 15px 35px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #122948;
  font-size: 2.4rem;
  font-size: 22px;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* ===============================================
# qaここまで
=============================================== */
p.map_txt {
  margin-top: 10px;
}

.u_access02 .acc_box:not(:last-child) {
  margin-bottom: 30px;
}
.u_access02 h3 {
  padding-left: 16px;
}
.u_access02 h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #B4A173;
  margin: auto;
}

.u_access03 h3 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.img_box_contain {
  background: #fff;
  padding: 40px 4%;
  border: 1px solid #d5d5d5;
}
.img_box_contain .col {
  margin: 0;
}
.img_box_contain .col:first-child {
  background: #fff;
}
@media (max-width: 767px) {
  .img_box_contain .col:first-child {
    margin-bottom: 20px;
  }
}
.img_box_contain .col:last-child {
  background: #fff;
  padding-left: 2%;
}
@media (max-width: 767px) {
  .img_box_contain .col:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .side_bar {
    display: none;
  }
}
.side_bar > *:not(:last-child) {
  margin-bottom: 20px;
}
.side_bar .side_bnr {
  background: #fff;
  border: 1px solid #d5d5d5;
}
.side_bar .side_bnr a {
  text-decoration: none;
}
.side_bar .side_bnr a:hover img {
  opacity: 1;
}
.side_bar .side_bnr .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 130px;
}
.side_bar .side_bnr .text_box {
  padding: 10px 2%;
}
.side_bar .side_bnr .text_box .ttl {
  text-align: center;
  color: #B4A173;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  margin-bottom: 6px;
}
.side_bar .side_bnr .text_box p {
  font-size: 12px;
  line-height: 1.6;
}
.side_bar .side_bnr .text_box .btn_box {
  text-align: center;
  background: #b29d8e;
  color: #fff;
  padding: 5px 0 7px;
  margin-top: 6px;
}
.side_bar .side_bnr2 {
  background: #fff;
  border: 1px solid #d5d5d5;
}
.side_bar .side_bnr2 a {
  text-decoration: none;
}
.side_bar .side_bnr2 a:hover img {
  opacity: 1;
}
.side_bar .side_bnr2 .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 150px;
}
.side_bar .side_bnr2 .text_box {
  padding: 10px 2%;
  position: relative;
  background: url(/wp-content/uploads/top_bg006.jpg) no-repeat center center/cover;
}
.side_bar .side_bnr2 .text_box::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.side_bar .side_bnr2 .text_box::before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: #C9B9A0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.side_bar .side_bnr2 .text_box .ttl {
  text-align: center;
  color: #B4A173;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

body section .container .row .column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  body section .container .row .column_main {
    margin-bottom: 80px;
  }
}

.u_reserve01 .border_wrap {
  margin-top: 40px;
  border: solid 1px #B4A173;
  padding: 40px 4%;
}

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

/* ===============================================
# お問い合わせフォーム  
=============================================== */
@media (max-width: 767px) {
  .inquiry .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(180, 161, 115, 0.05);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry fieldset p {
  font-size: clamp(17px, 1.317715959vw, 18px);
}
@media (max-width: 767px) {
  .inquiry fieldset p {
    font-size: 18px;
  }
}
.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: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}
.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 input.age {
  width: 100%;
  max-width: 100px;
  margin-right: 10px;
}
.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;
  border: 1px solid #B4A173;
  color: #fff;
  background: #B4A173;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #B4A173;
  color: #B4A173;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #B4A173;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 767px) {
  .inquiry .required {
    top: 4px;
  }
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@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 {
  max-width: 1120px;
  margin: 0 auto !important;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* お問い合わせフォームここまで */
h2.item_none {
  padding-bottom: 0;
}
h2.item_none::before {
  content: none;
}

.u_calendar_box iframe {
  width: 100%;
}

.page_link {
  margin-top: -120px;
  padding-top: 120px;
}

.u_calendar_box {
  background: rgba(180, 161, 115, 0.05);
  padding: 40px 2.0833333333vw;
}

.simcal-calendar {
  background: #fff;
}
@media (min-width: 768px) {
  .simcal-calendar table .simcal-events {
    font-size: 13px;
  }
}

/* ===============================================
# TOP共通
=============================================== */
[id^=front_sec] {
  background: #fff;
}
[id^=front_sec] .container {
  max-width: calc(1320px + 12%);
  padding: 0 6%;
}
@media (max-width: 767px) {
  [id^=front_sec] .container {
    max-width: 600px;
    padding: 0 6%;
  }
}
[id^=front_sec] h2 {
  font-size: clamp(50px, 4.39238653vw, 70px);
  font-family: "EB Garamond", serif;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 0.5714285714em;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 {
    font-size: 40px;
  }
}
[id^=front_sec] h2::before {
  content: none;
}
[id^=front_sec] h2 span {
  display: block;
}
[id^=front_sec] h2 span.ja {
  font-size: 16px;
  font-family: "Shippori Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 62px;
  background: url(/wp-content/uploads/title_icon_001.png) no-repeat left center/49px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 span.ja {
    background-size: 39px;
    padding-left: 52px;
  }
}
[id^=front_sec] h3 {
  padding-left: 0;
  color: #333333;
  font-weight: 600;
  font-size: clamp(24px, 1.9033674963vw, 28px);
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  margin-bottom: 1.2857142857em;
}
@media (max-width: 767px) {
  [id^=front_sec] h3 {
    font-size: 20px;
  }
}
[id^=front_sec] h3::before {
  content: none;
}

.more_b {
  margin: 0;
}
.more_b a {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding: 1.3888888889em 6.1111111111em 1.3888888889em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media (max-width: 767px) {
  .more_b a {
    font-size: 16px;
  }
}
.more_b a::before {
  content: "";
  display: block;
  width: 4.2222222222em;
  height: 4.2222222222em;
  background: url(/wp-content/uploads/arrow_icon01.png) no-repeat center/11px #B4A173;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_b a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.more_b.left a {
  margin-left: 0;
}
.more_b.right a {
  margin-right: 0;
}

/* ===============================================
# 各セクション
=============================================== */
#front_sec_news {
  padding: 9.844vw 0;
}
@media (max-width: 767px) {
  #front_sec_news {
    padding: 80px 0;
  }
}
#front_sec_news .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec_news .ttl_box {
  width: 31.8181818182%;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  #front_sec_news .ttl_box {
    padding-left: 0;
    width: 100%;
  }
}
#front_sec_news .news-box {
  width: 68.1818181818%;
}
@media (max-width: 1023px) {
  #front_sec_news .news-box {
    width: 100%;
  }
}
#front_sec_news .news-list dt,
#front_sec_news .news-list dd {
  padding: 2.5em 0;
  border-bottom: 1px solid #CFCFCF;
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    padding: 1.5em 0;
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dd {
    padding-top: 0.5em;
  }
  #front_sec_news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#front_sec_news .news-list a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#front_sec_news .news-list a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  bottom: -3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#front_sec_news .news-list a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#front_sec_news .news-list a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#front_sec_news .more_b {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #front_sec_news .more_b {
    margin-top: 30px;
  }
}

#front_sec01 {
  padding-bottom: 354px;
  position: relative;
}
@media (max-width: 1023px) {
  #front_sec01 {
    padding-bottom: 0;
  }
}
#front_sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_bg_002.png) no-repeat right bottom/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 2.448vw;
}
@media (max-width: 767px) {
  #front_sec01::before {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  #front_sec01 .container {
    max-width: calc(1350px + 12%);
  }
}
#front_sec01 h2 {
  margin-bottom: 0.5714285714em;
}
@media (max-width: 767px) {
  #front_sec01 h2 {
    margin-bottom: 36px;
  }
}
#front_sec01 h3 {
  margin-bottom: 1.4285714286em;
}
#front_sec01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec01 .img {
  width: 50.0740740741%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  #front_sec01 .img {
    width: 100%;
  }
}
#front_sec01 .img::before {
  content: "";
  display: block;
  width: 301px;
  padding-top: 331px;
  background: url(/wp-content/uploads/top_img001b.png) no-repeat center/contain;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: -157px;
  right: auto;
  z-index: -1;
}
@media (max-width: 1023px) {
  #front_sec01 .img::before {
    width: 29.4232649071vw;
    padding-top: 32.3558162268vw;
    top: -15.6402737048vw;
    left: -15.3470185728vw;
  }
}
#front_sec01 .img::after {
  content: "";
  display: block;
  width: 166px;
  padding-top: 166px;
  background: url(/wp-content/uploads/top_img001c.png) no-repeat center/contain;
  position: absolute;
  top: auto;
  bottom: -83px;
  left: auto;
  right: -83px;
  z-index: -1;
}
@media (max-width: 1023px) {
  #front_sec01 .img::after {
    width: 16.2267839687vw;
    padding-top: 16.2267839687vw;
    bottom: -8.1133919844vw;
    right: -8.1133919844vw;
  }
}
#front_sec01 .img img.img01 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 874px;
}
@media (max-width: 1023px) {
  #front_sec01 .img img.img01 {
    height: 700px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 767px) {
  #front_sec01 .img img.img01 {
    height: 450px;
  }
}
#front_sec01 .img .img_child {
  position: absolute;
  width: 450px;
  height: 520px;
  top: 661px;
  left: -122px;
  bottom: auto;
}
@media (max-width: 1023px) {
  #front_sec01 .img .img_child {
    top: 456px;
    left: auto;
    right: -80px;
    width: 400px;
    height: 470px;
  }
}
@media (max-width: 767px) {
  #front_sec01 .img .img_child {
    top: 300px;
    left: auto;
    right: -20px;
    width: 200px;
    height: 270px;
  }
}
#front_sec01 .img .img_child .img02 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#front_sec01 .text_box {
  width: 44.4444444444%;
  padding-left: 5.625vw;
}
@media (max-width: 1023px) {
  #front_sec01 .text_box {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #front_sec01 .text_box {
    margin-top: 40px;
  }
}
#front_sec01 .p_box p {
  line-height: 2.1875;
}
#front_sec01 .more_b {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #front_sec01 .more_b {
    margin-top: 30px;
  }
}

#front_sec02 {
  counter-reset: cnt;
  padding: 165px 0 187px;
}
@media (max-width: 767px) {
  #front_sec02 {
    padding: 80px 0;
  }
}
#front_sec02 h2 {
  margin-bottom: 0.6571428571em;
}
@media (max-width: 767px) {
  #front_sec02 h2 {
    margin-bottom: 36px;
  }
}
#front_sec02 .head_txt {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #front_sec02 .head_txt {
    margin-bottom: 0;
  }
}
#front_sec02 .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;
}
@media (max-width: 1023px) {
  #front_sec02 .box {
    gap: 10px 0;
  }
}
#front_sec02 .box > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 1023px) {
  #front_sec02 .box > * {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box > * {
    width: 100%;
  }
}
#front_sec02 .item {
  position: relative;
  padding: 56px 45px 0 0;
}
@media (max-width: 767px) {
  #front_sec02 .item {
    padding-right: 0;
  }
}
#front_sec02 .item::before {
  content: "0" counter(cnt);
  counter-increment: cnt 1;
  display: block;
  width: 111px;
  height: 111px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  font-family: "EB Garamond", serif;
  color: #B4A173;
  letter-spacing: 0.09em;
  font-size: 42px;
  border-radius: 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;
  z-index: 1;
}
@media (max-width: 767px) {
  #front_sec02 .item::before {
    right: -30px;
  }
}
#front_sec02 .item figure {
  margin-bottom: 22px;
}
#front_sec02 .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#front_sec02 .item h3 {
  font-size: 24px;
  margin-bottom: 0.4166666667em;
}
@media (max-width: 767px) {
  #front_sec02 .item h3 {
    font-size: 20px;
  }
}
#front_sec02 .item p {
  line-height: 2.1875;
}

#front_sec_parallax .bg {
  position: relative;
  padding-top: 600px;
}
@media (max-width: 1023px) {
  #front_sec_parallax .bg {
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  #front_sec_parallax .bg {
    padding-top: 350px;
  }
}
#front_sec_parallax .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#front_sec03 {
  padding: 165px 0 50px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #front_sec03 {
    padding: 80px 0 0;
  }
}
#front_sec03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_bg_002.png) no-repeat right bottom/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0.938vw;
  z-index: -1;
}
@media (max-width: 767px) {
  #front_sec03::before {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  #front_sec03 .container {
    max-width: calc(1620px + 12%);
  }
}
#front_sec03 .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 9.323vw;
}
#front_sec03 .box > * {
  width: calc((100% - 9.323vw) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec03 .box > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec03 h2 {
    margin-bottom: 36px;
  }
}
#front_sec03 h3 {
  margin-bottom: 1.2857142857em;
}
#front_sec03 .img {
  margin-top: 42px;
}
@media (max-width: 767px) {
  #front_sec03 .img {
    margin-top: 30px;
  }
}
#front_sec03 .img img {
  width: 100%;
}
#front_sec03 .link_wrap {
  list-style: none;
  padding: 0;
  counter-reset: number 0;
  margin: 0;
}
#front_sec03 .link_wrap li {
  border-bottom: 1px solid #CFCFCF;
}
#front_sec03 .link_wrap a {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 33px 1.2307692308em 33px 4.6153846154em;
  background: url(/wp-content/uploads/arrow_icon02.png) no-repeat right center/1.3076923077em;
  line-height: 1.5;
}
@media (max-width: 1319px) {
  #front_sec03 .link_wrap a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 4.4444444444em;
  }
}
@media (max-width: 767px) {
  #front_sec03 .link_wrap a {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 1.625em;
    padding: 16px 1.2307692308em 16px 4.6153846154em;
  }
}
#front_sec03 .link_wrap a:before {
  display: block;
  font-weight: 500;
  color: #B4A173;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: 40%;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 70px;
  letter-spacing: 0.09em;
}
@media (max-width: 1319px) {
  #front_sec03 .link_wrap a:before {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #front_sec03 .link_wrap a:before {
    font-size: 36px;
    top: 42%;
  }
}
#front_sec03 .link_wrap a:hover {
  color: #B4A173;
}
#front_sec03 .link_wrap a:hover::before {
  color: #B4A173;
}

#front_sec04 {
  padding: 134px 0 175px;
}
@media (max-width: 767px) {
  #front_sec04 {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  #front_sec04 .container {
    max-width: calc(1620px + 12%);
  }
}
#front_sec04 h2 {
  margin-bottom: 0.6285714286em;
}
@media (max-width: 767px) {
  #front_sec04 h2 {
    margin-bottom: 36px;
  }
}
#front_sec04 .link_wrap {
  background: url(/wp-content/uploads/top_bg_003.jpg) no-repeat center center/cover;
  padding: 64px 4.2592592593%;
}
@media (max-width: 1023px) {
  #front_sec04 .link_wrap {
    padding: 50px 6%;
  }
}
@media (max-width: 767px) {
  #front_sec04 .link_wrap {
    padding: 40px 6%;
  }
}
#front_sec04 .link_box {
  background: #fff;
  border: solid 1px #B4A173;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.594vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 3.125vw;
}
@media (max-width: 1023px) {
  #front_sec04 .link_box {
    padding: 50px 6%;
  }
}
@media (max-width: 767px) {
  #front_sec04 .link_box {
    padding: 40px 6%;
    gap: 40px 3.594vw;
  }
}
#front_sec04 .link_box > * {
  width: calc((100% - 7.188vw) / 3 - 1px);
}
@media (max-width: 1023px) {
  #front_sec04 .link_box > *:not(:last-child) {
    width: calc((100% - 3.594vw) / 2 - 1px);
  }
  #front_sec04 .link_box > *:not(:last-child) .img img {
    height: 250px;
  }
  #front_sec04 .link_box > *:last-child {
    width: 100%;
  }
  #front_sec04 .link_box > *:last-child .img img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  #front_sec04 .link_box > *:not(:last-child), #front_sec04 .link_box > *:last-child {
    width: 100%;
  }
  #front_sec04 .link_box > *:not(:last-child) .img img, #front_sec04 .link_box > *:last-child .img img {
    height: auto;
  }
}
#front_sec04 .link {
  position: relative;
}
#front_sec04 .link > a {
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec04 .link > a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec04 .link .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec04 .link figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #B4A173;
  color: #fff;
  padding: 10px 40px 10px 12px;
  font-weight: bold;
}
#front_sec04 .link figcaption::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#front_sec05 {
  padding-bottom: 361px;
}
@media (max-width: 1319px) {
  #front_sec05 {
    padding-bottom: 27.3484848485vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 {
    padding-bottom: 47.0664928292vw;
  }
}
@media (min-width: 768px) {
  #front_sec05 .container {
    max-width: calc(1349px + 12%);
  }
}
#front_sec05 h2 {
  margin-bottom: 0.5714285714em;
}
@media (max-width: 767px) {
  #front_sec05 h2 {
    margin-bottom: 36px;
  }
}
#front_sec05 h3 {
  margin-bottom: 1em;
  font-size: clamp(18px, 1.756954612vw, 28px);
}
@media (min-width: 768px) {
  #front_sec05 .p_box {
    max-width: 449px;
  }
}
#front_sec05 .p_box p {
  line-height: 2.5625;
}
@media (max-width: 1023px) {
  #front_sec05 .p_box p {
    line-height: 2;
  }
}
#front_sec05 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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) {
  #front_sec05 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
#front_sec05 .text_box {
  width: 42.1793921423%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #front_sec05 .text_box {
    width: 100%;
    padding-right: 0;
  }
}
#front_sec05 .img_box {
  width: 57.8206078577%;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec05 .img_box {
    width: 100%;
  }
}
#front_sec05 .box_head {
  position: relative;
}
#front_sec05 .box_head .img01 {
  display: block;
  width: 100%;
  max-width: 630px;
  margin: auto;
  margin-left: 0;
}
@media (max-width: 1319px) {
  #front_sec05 .box_head .img01 {
    max-width: 47.7272727273vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 .box_head .img01 {
    max-width: 82.1382007823vw;
  }
}
#front_sec05 .box_foot {
  position: relative;
  width: 100%;
}
#front_sec05 .box_foot img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec05 .box_foot .img02 {
  position: absolute;
  left: 480px;
  top: -128px;
  max-width: 299px;
}
@media (max-width: 1319px) {
  #front_sec05 .box_foot .img02 {
    max-width: 22.6515151515vw;
    left: 36.3636363636vw;
    top: -9.696969697vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 .box_foot .img02 {
    max-width: 38.9830508475vw;
    left: 62.5814863103vw;
    top: -16.6883963494vw;
  }
}
#front_sec05 .box_foot .img03 {
  position: absolute;
  left: 0;
  top: 60px;
  max-width: 299px;
}
@media (max-width: 1319px) {
  #front_sec05 .box_foot .img03 {
    max-width: 22.6515151515vw;
    top: 4.5454545455vw;
  }
}
@media (max-width: 767px) {
  #front_sec05 .box_foot .img03 {
    max-width: 38.9830508475vw;
    top: 7.8226857888vw;
  }
}
#front_sec05 .more_b {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #front_sec05 .more_b {
    margin-top: 30px;
  }
}

#front_sec_info {
  padding: 143px 0 164px;
}
@media (max-width: 767px) {
  #front_sec_info {
    padding: 80px 0 120px;
  }
}
#front_sec_info h2 {
  margin-bottom: 0.5714285714em;
}
@media (max-width: 767px) {
  #front_sec_info h2 {
    margin-bottom: 36px;
  }
}
#front_sec_info .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 4.635vw;
}
#front_sec_info .box > * {
  width: calc((100% - 4.635vw) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec_info .box > * {
    width: 100%;
  }
}
#front_sec_info .info_img {
  margin-bottom: 2.7083333333vw;
}
@media (max-width: 767px) {
  #front_sec_info .info_img {
    margin-bottom: 30px;
  }
}
#front_sec_info .info_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec_info .map_box {
  position: relative;
  padding-top: 476px;
  margin-bottom: 2.7083333333vw;
}
@media (max-width: 1500px) {
  #front_sec_info .map_box {
    padding-top: 31.8666666667vw;
  }
}
@media (max-width: 767px) {
  #front_sec_info .map_box {
    padding-top: 90%;
    margin-bottom: 30px;
  }
}
#front_sec_info .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#front_sec_info .add_tel .add_ttl {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #front_sec_info .add_tel .add_ttl {
    margin-bottom: 6px;
  }
}
#front_sec_info .add_list {
  padding-left: 0;
  margin: 0;
}
#front_sec_info .add_list li {
  list-style: none;
  padding: 20px 0;
  border-top: solid 1px #CFCFCF;
  border-bottom: solid 1px #CFCFCF;
}
#front_sec_info .add_contents {
  margin-bottom: 24px;
}
#front_sec_info .tel_ttl {
  font-size: 14px;
  margin-bottom: 3px;
}
#front_sec_info .tel {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-left: 0.8484848485em;
  background: url(/wp-content/uploads/tel_icon_black.png) no-repeat left center/0.5454545455em;
  margin: 0;
}
#front_sec_info .table_info {
  margin-top: 22px;
}
@media (max-width: 767px) {
  #front_sec_info .table_info {
    margin-top: 10px;
  }
}
#front_sec_info .top_calendar_btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #front_sec_info .top_calendar_btn {
    margin-top: 30px;
  }
}
#front_sec_info .top_access_btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #front_sec_info .top_access_btn {
    margin-top: 30px;
  }
}

.more_c a {
  border: 1px solid #bcbcbc;
  display: block;
  padding: 15px 0;
  position: relative;
  padding: 19px 0 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  max-width: 320px;
  background: #fff;
  margin: auto;
}
.more_c a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(180, 161, 115, 0.05);
}
.more_c a::before {
  content: "";
  border-top: 3px solid #B4A173;
  border-left: 3px solid #B4A173;
  display: block;
  top: -2px;
  left: -2px;
  position: absolute;
  width: 18px;
  height: 18px;
}
.more_c a::after {
  content: "";
  border-bottom: 3px solid #B4A173;
  border-right: 3px solid #B4A173;
  display: block;
  bottom: -2px;
  right: -2px;
  position: absolute;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .more_c.pc_left a {
    margin-left: 0;
  }
}

/* ===============================================
# footer
=============================================== */
footer {
  padding: 120px 0;
  border-top: 1px solid #B4A173;
}
@media (max-width: 1319px) {
  footer {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 70px 0 100px;
  }
}
footer .container {
  padding: 0 6%;
  max-width: calc(1330px + 12%);
}
footer .footer_sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1319px) {
  footer .footer_sitemap > * {
    width: 100%;
  }
  footer .footer_sitemap > *:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 1319px) and (max-width: 767px) {
  footer .footer_sitemap > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
footer .footer_info {
  width: 33.3082706767%;
  padding-right: 20px;
}
@media (max-width: 1319px) {
  footer .footer_info {
    width: 100%;
    padding-right: 0;
  }
}
footer .footer_info > *:not(:last-child) {
  margin-bottom: 20px;
}
footer .foot_logo {
  margin-bottom: 12px;
}
footer .foot_logo img {
  display: block;
  margin-left: 0;
  max-width: 325px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .foot_logo img {
    max-width: 250px;
  }
}
footer .info {
  margin-bottom: 20px;
}
footer .info .add {
  font-size: 14px;
  line-height: 2.1428571429;
}
footer .copy_right .copy_txt {
  font-size: 12px;
  font-family: "EB Garamond", serif;
  line-height: 1.5;
}
footer .sitemap_nav {
  width: 66.6917293233%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 1319px) {
  footer .sitemap_nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .sitemap_nav {
    gap: 40px 10px;
  }
}
footer .sitemap_list {
  text-align: left;
  display: block;
}
footer .sitemap_list li {
  font-weight: bold;
  display: block;
  border-bottom: 0;
}
footer .sitemap_list li:not(:last-child) {
  margin-bottom: 1.25em;
}
footer .sitemap_list li a {
  line-height: 1.5;
  padding: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
footer .sitemap_list li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  bottom: -3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
footer .sitemap_list li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .sitemap_list li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .sitemap_list .list_child {
  text-align: left;
  margin-top: 1.375em;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 0 23px;
}
footer .sitemap_list .list_child li {
  padding-left: 1.2142857143em;
  position: relative;
  font-size: 14px;
}
footer .sitemap_list .list_child li:not(:last-child) {
  margin-bottom: 1.4285714286em;
}
footer .sitemap_list .list_child li::before {
  content: "";
  display: block;
  width: 0.25em;
  height: 1px;
  position: absolute;
  top: 0.8em;
  bottom: auto;
  left: 2px;
  right: auto;
  background: #333333;
}

#front_sec_slide {
  padding: 93px 0;
  border-top: 1px solid #B4A173;
}
@media (max-width: 767px) {
  #front_sec_slide {
    padding: 40px 0;
  }
}
#front_sec_slide .container {
  max-width: none;
  padding: 0;
}
#front_sec_slide .name_text {
  position: relative;
}
#front_sec_slide .name_text::after {
  content: "";
  display: block;
  width: 350vw;
  height: 144px;
  background: url(/wp-content/uploads/top_img007.png);
  background-size: auto 100%;
  position: absolute;
  background-repeat: repeat-x;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 60;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: expansion 110s linear infinite;
          animation: expansion 110s linear infinite;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
@media (max-width: 1023px) {
  #front_sec_slide .name_text::after {
    -webkit-animation: expansion 40s linear infinite;
            animation: expansion 40s linear infinite;
  }
}
@media (max-width: 767px) {
  #front_sec_slide .name_text::after {
    -webkit-animation: expansion 2s linear infinite;
            animation: expansion 2s linear infinite;
    bottom: 0;
    margin-bottom: 5.3333333333%;
    width: 200vw;
    height: 13.7333333333vw;
  }
}
@-webkit-keyframes expansion {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
@keyframes expansion {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}

/* ===============================================
# アニメーション
=============================================== */
.js-trigger.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.js-trigger.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-trigger.fadeIn.animated:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-trigger.fadeIn.animated:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-trigger.fadeIn.animated:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-trigger.fadeIn.animated:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-trigger.fadeIn.animated:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-trigger.fadeIn.animated:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-trigger.fadeIn.animated:nth-of-type(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-trigger.fadeIn.animated:nth-of-type(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js-trigger.mv_fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.js-trigger.mv_fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}/*# sourceMappingURL=main.css.map */