@charset "UTF-8";
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2A2A2A;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img.circle {
  border-radius: 50%;
}

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

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  color: #2A2A2A;
}
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;
}

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

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

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

.lead {
  color: #FBB03C;
  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: #FBB03C !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: #FBB03C;
}

.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: 3%;
  }
  .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: 3%;
  }
  .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;
}

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

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

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

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

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

body.scroll-prevent {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}

main {
  margin-top: 0 !important;
}

.home .header {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 100;
}
@media (min-width: 1100px) {
  .home .header * {
    color: #fff;
  }
}
.home .header nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .home .header nav > ul li a:hover {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1099px) {
  .home .header .btn-gnavi:after, .home .header .btn-gnavi:before,
  .home .header .btn-gnavi span {
    background: #fff;
  }
}
@media (min-width: 1100px) {
  .home #header .has_under > a::after {
    border-color: #fff;
  }
}

.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;
  position: relative;
}
.header .container {
  width: 100%;
  max-width: 1800px;
  max-width: calc(1800px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
@media (max-width: 1099px) {
  .header .container {
    max-width: calc(1000px + 9%);
  }
}
.header .box {
  position: relative;
  display: table;
}
@media (max-width: 1099px) {
  .header .box {
    width: 100%;
  }
}
.header .title,
.header .gnav {
  height: 115px;
  display: table-cell;
}
@media (max-width: 1099px) {
  .header .title,
  .header .gnav {
    height: auto;
  }
}
.header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1100px) {
  .header .title {
    vertical-align: middle;
    padding: 43px 0 24px;
  }
}
@media (max-width: 1099px) {
  .header .title {
    padding: 16px 0;
  }
}
.header .title a {
  display: block;
  width: 273px;
  height: 48px;
}
@media (max-width: 1099px) {
  .header .title a {
    width: 220px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1100px) {
  .header .gnav {
    vertical-align: bottom;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1099px) {
  .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 4%;
  }
}
.header nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .header nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1099px) {
  .header nav > ul li {
    background: #fff;
    display: block;
  }
  .header nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(42, 42, 42, 0.5);
  }
}
.header nav > ul li a {
  padding: 0em 0.875em;
  color: #2A2A2A;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(251, 176, 60, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .header nav > ul li a:hover {
    border-bottom: 1px solid #fbb03c;
  }
}
@media (max-width: 1099px) {
  .header nav > ul li a {
    color: #2A2A2A;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
.header nav > ul li a span {
  color: #FBB03C;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1099px) {
  .header nav > ul li a span {
    display: none;
  }
}
.header .header_info_wrap {
  position: absolute;
  top: 20px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .header .header_info_wrap {
    display: none;
  }
}
.header .header_info_wrap .header_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_info_wrap .header-btn a {
  width: 292px;
  max-width: 100%;
  font-size: 1.9rem;
  padding: 0.7368421053em;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.header .header_info_wrap .header-btn a::before {
  content: "";
  display: block;
  width: 1.0526315789em;
  height: 1.0526315789em;
  background: url(/wp-content/uploads/reservation-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header_info_wrap .header-btn a::after {
  content: "";
  display: block;
  width: 0.7368421053em;
  height: 0.6315789474em;
  background: url(/wp-content/uploads/outlink-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: auto;
  right: 22px;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header_info_wrap .header_time .time {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
.header .header_info_wrap .header_time .time:not(:first-of-type) {
  margin-top: 0.4285714286em;
}
.header .btn-gnavi {
  margin: 0;
}
@media (max-width: 1099px) {
  .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: #FBB03C;
    -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: #FBB03C;
    -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):after, .header .btn-gnavi.close:not(.fix):before {
    background: #FBB03C;
  }
  .header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
  }
  .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 .has_under > a {
  position: relative;
  padding-right: 1.5em;
}
#header .has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2A2A2A;
  border-right: 1px solid #2A2A2A;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #header .has_under > a:after {
    right: 3%;
  }
}
#header .has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
#header .has_under .sub-menu {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
@media (min-width: 1100px) {
  #header .has_under .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: rgba(251, 176, 60, 0.9);
    z-index: 52;
  }
}
@media (max-width: 1099px) {
  #header .has_under .sub-menu {
    margin-bottom: 1em;
    padding: 0 6%;
  }
}
#header .has_under .sub-menu li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #header .has_under .sub-menu li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  #header .has_under .sub-menu li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #2A2A2A;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#header .has_under .sub-menu a {
  background: rgba(251, 176, 60, 0.96);
}
@media (max-width: 1099px) {
  #header .has_under .sub-menu a {
    background: transparent;
    padding: 0;
  }
}
#header .has_under .sub-menu a:hover {
  opacity: 0.8;
}

@media (min-width: 1100px) {
  #header .has_under {
    position: relative;
  }
  #header .has_under .sub-menu {
    min-width: 230px;
    padding: 0;
  }
  #header .has_under .sub-menu li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #header .has_under .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header .has_under .sub-menu li a {
    background: transparent;
    display: block;
    padding: 0.7em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
}
.main_visual_slick:not(.slick-initialized) > li {
  display: none;
}

.main_visual_slick:not(.slick-initialized) > li:first-child {
  display: block;
}

.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;
  min-height: 947px;
  height: 100svh;
  min-height: auto;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    min-height: 500px;
  }
}
.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 {
  width: 28.125%;
  margin: auto;
  top: 41.4994720169%;
  left: 0;
  right: 0;
  bottom: auto;
  position: absolute;
  display: block;
  -webkit-filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 64.8%;
    max-width: 243px;
    bottom: 38.8%;
  }
}

footer {
  background: #FBB03C;
  color: #fff;
}
@media (max-width: 1023px) {
  footer {
    margin-bottom: 57px;
  }
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  footer nav ul {
    max-width: 78.125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 18px 0;
  }
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #fff;
  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: #fff;
  padding: 16px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.2rem;
}

/* ---------------------
      pagetop
--------------------- */
.pagetop {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  background: #FBB03C;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 1023px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}

.chatbot {
  border: none;
  background: transparent;
  width: 9.21875vw;
  width: max(9.21875vw, 147px);
  position: fixed;
  right: 10px;
  bottom: 100px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  .chatbot {
    bottom: 120px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .chatbot {
    width: 110px;
  }
}
.chatbot:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.chatbot img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  opacity: 0;
  position: fixed;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .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;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #FBB03C;
}
#ftr_info .sp .btn.btn_no03 {
  background: #22C94E;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/outlink-icon.svg) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a,
.more span {
  display: block;
  color: #fff;
  background: #FBB03C;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
}
.more a:hover,
.more span:hover {
  background-color: rgb(250.3849246231, 163.8522613065, 30.0150753769);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a.add_arrow:after,
.more span.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 8.4615384615%;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}
.more a.add_arrow:hover:after,
.more span.add_arrow:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .more.pc-left a {
    margin-left: 0;
    margin-right: auto;
  }
}
.more.sub-color a {
  background: #6DD4DA;
}
.more.sub-color a:hover {
  background: rgb(84.5868852459, 204.8098360656, 211.8131147541);
}
.more.border a, .more.border span {
  border: solid 2px #fff;
  background: transparent;
}

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: 0.7em 0.5em;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #FBB03C;
}
.table-default th {
  background: #FBB03C;
  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 #FBB03C;
}

.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 #FBB03C;
}
@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 #FBB03C;
}

.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(251, 176, 60, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(251, 176, 60, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(251, 176, 60, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(251, 176, 60, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(251, 176, 60, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}

.primary-color {
  color: #FBB03C;
}

@media (min-width: 768px) {
  .table-schedule {
    table-layout: fixed;
  }
}
.table-schedule th,
.table-schedule td {
  font-size: clamp(14px, 1.0980966325vw, 16px);
  white-space: nowrap;
}
.table-schedule thead tr th {
  padding: 0.5em 0.5em;
  background: #FBB03C;
  color: #fff;
  font-weight: 500;
}
.table-schedule thead tr th:first-child {
  text-align: center;
}
@media (min-width: 768px) {
  .table-schedule thead tr th:first-child {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .table-schedule thead tr th:first-child {
    width: 24%;
  }
}
@media (min-width: 768px) {
  .table-schedule thead tr .last {
    width: 64px;
  }
}
.table-schedule tbody tr td {
  border-bottom: 1px solid #FBB03C;
  background: #fff;
}
.table-schedule tbody tr td {
  font-size: clamp(14px, 1.0980966325vw, 16px);
  padding: 0.9375em 0.25em;
  font-weight: 500;
  color: #FBB03C;
  text-align: center;
}
.table-schedule tbody tr td:first-child {
  font-size: clamp(14px, 1.0980966325vw, 16px);
  color: #2A2A2A;
  text-align: center;
}

.table-note {
  margin-top: 20px;
  font-size: 1.4rem;
}

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

@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: 1300px) {
  .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,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

h1:not(.title):not(.hdr-ttl) {
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em 0;
  padding: 3em 0.5em;
  z-index: 0;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  h1:not(.title):not(.hdr-ttl) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 2.6rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/h1_bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}

h2 {
  text-align: center;
  color: #2A2A2A;
  margin: 0 0 1.5em 0;
  word-wrap: break-word;
  padding-bottom: 16px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #FBB03C;
  position: absolute;
}

h3:not(.post_side_title) {
  color: #2A2A2A;
  margin: 0 0 1em 0;
  padding-left: 12px;
  word-wrap: break-word;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h3:not(.post_side_title) {
    font-size: 2rem;
  }
}
h3:not(.post_side_title)::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  top: 0.3em;
  left: 0;
  background: #FBB03C;
}

h4 {
  color: #2A2A2A;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  word-wrap: break-word;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #FBB03C;
}

/* ===============================================
# TOPページNEWS
=============================================== */
.news-list {
  padding: 0;
  margin: 0;
}
.news-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}
.news-list > li:first-of-type {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
.news-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  padding: 1.375em 1em;
}
@media (max-width: 767px) {
  .news-list > li > a {
    padding: 1em 0.3em;
  }
}
.news-list > li > a:hover .ttl,
.news-list > li > a:hover .time {
  color: #FBB03C;
}
.news-list .ttl,
.news-list .time {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-list .news-time {
  width: 220px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .news-list .news-time {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.news-list .cat {
  background: #FBB03C;
  color: #fff;
  text-align: center;
  padding: 3px 12px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
  min-width: 74px;
  display: inline-block;
  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;
  margin-top: 1px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-list .cat {
    min-width: 100px;
  }
}
.news-list .news-ttl {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .news-list .news-ttl {
    width: 100%;
    padding-top: 0.8em;
  }
}

/* ===============================================
# archive
=============================================== */
.ac-list {
  padding: 0;
  margin: 0;
}
.ac-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}
.ac-list > li:first-of-type {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
.ac-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  padding: 1.375em 0;
}
@media (max-width: 767px) {
  .ac-list > li > a {
    padding: 1em 0;
  }
}
.ac-list > li > a:hover .ttl,
.ac-list > li > a:hover .time {
  color: #FBB03C;
}
.ac-list .ttl,
.ac-list .time {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ac-list .news-time {
  width: 220px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ac-list .news-time {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.ac-list .cat {
  background: #FBB03C;
  color: #fff;
  text-align: center;
  padding: 3px 12px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
  min-width: 74px;
  display: inline-block;
  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;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .ac-list .cat {
    min-width: 100px;
  }
}
.ac-list .news-ttl {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .ac-list .news-ttl {
    width: 100%;
    padding-top: 0.8em;
  }
}

/* ===============================================
# single
=============================================== */
.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.single-wrap .post-area {
  background: rgba(251, 176, 60, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-top: 40px;
  margin-bottom: 20px;
}
.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(251, 176, 60, 0.1);
  color: #FBB03C;
  border: 1px solid #fbb03c;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #FBB03C;
  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 #FBB03C;
  border-right: 1px solid #FBB03C;
  -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 #FBB03C;
  border-right: 1px solid #FBB03C;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-navigation li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FBB03C;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #FBB03C;
  border-left: 1px solid #FBB03C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #FBB03C;
  border-left: 1px solid #FBB03C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
          transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# サイドバー
=============================================== */
@media (min-width: 768px) {
  .post_sidebar {
    padding-left: 3rem;
  }
}
.post_sidebar .side_content:not(:last-child) {
  margin-bottom: 35px;
}
.post_sidebar .post_side_title {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #FBB03C;
  padding-bottom: 0.5em;
}
.post_sidebar .post_side_list {
  padding: 0;
  margin: 0;
}
.post_sidebar .post_side_list > li {
  padding-left: 0;
  border-bottom: solid 1px rgba(42, 42, 42, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}
.post_sidebar .post_side_list > li > a {
  padding: 0.9em 0.5em;
}
.post_sidebar .post_side_list > li > ul {
  padding: 0;
  margin: 0;
  margin-top: -0.5em;
}
.post_sidebar .post_side_list > li > ul li {
  padding-left: 0.5em;
}
.post_sidebar .post_side_list > li > ul li a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  position: relative;
}
.post_sidebar .post_side_list > li > ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #FBB03C;
  position: absolute;
  top: 0.9em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.post_sidebar .post_side_list > li > ul li:last-child a {
  padding-bottom: 0.9em;
}
.post_sidebar .post_side_list li {
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.post_sidebar .post_side_list a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FBB03C;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #2A2A2A;
  border: solid 1px #2A2A2A;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

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: 1240px;
  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: 1240px;
  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;
}
body:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1240px;
}
@media (max-width: 767px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

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

@media (max-width: 767px) {
  .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .column_2 .column_sub {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

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

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

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1240px;
}
@media (max-width: 767px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1240px;
}
@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 #2A2A2A;
  border-right: 1px solid #2A2A2A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 140px;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 100px;
  }
}
@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;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@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 {
  font-size: 0;
  position: relative;
}

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

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(251, 176, 60, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-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[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #FBB03C;
  color: #fff;
  background: #FBB03C;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #FBB03C;
  color: #FBB03C;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #FBB03C;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@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%;
    resize: vertical;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

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

.contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(251, 176, 60, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 6%;
  }
}
.contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
.contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  padding-right: 1.375em;
  margin-right: 0.375em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  color: #FBB03C;
  font-weight: 500;
}
.contact-policy .contact-policy-outLink:hover {
  text-decoration: none;
}
.contact-policy .contact-policy-outLink::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #FBB03C;
  -webkit-mask-image: url(../img/contact_outlink.svg);
          mask-image: url(../img/contact_outlink.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ===============================================
# 初期クラス
=============================================== */
.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%;
}

.highlight {
  background: rgba(251, 176, 60, 0.1);
  padding: 36px 30px 40px;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}
.highlight.--white {
  background: #fff;
}
.highlight.--small {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .highlight.--small {
    padding: 20px 4%;
  }
}
.highlight.--blue {
  background: rgba(109, 212, 218, 0.1);
}
.highlight.--gra {
  z-index: 0;
  position: relative;
  background: transparent;
}
.highlight.--gra::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 209, 148)), to(rgb(152, 214, 232)));
  background: -webkit-linear-gradient(left, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  background: linear-gradient(90deg, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.15;
  z-index: -1;
}

/* ===============================================
# 各下層調整
=============================================== */
body:not(.home) h2 {
  font-size: clamp(2.9rem, 2.2693997072vw, 3.3rem);
}
@media (max-width: 767px) {
  body:not(.home) h2 {
    font-size: 2.4rem;
  }
}
body:not(.home) h2::before {
  content: none;
}
body:not(.home) h2.u-h2 {
  padding-top: 1.2121212121em;
  text-align: left;
  margin-bottom: 1.8181818182em;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.home) h2.u-h2 {
    margin-bottom: 40px;
  }
}
body:not(.home) h2.u-h2::after {
  content: "";
  display: block;
  width: 3.0303030303em;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 209, 148)), to(rgb(152, 214, 232)));
  background: -webkit-linear-gradient(left, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  background: linear-gradient(90deg, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
body:not(.home) h2.u-h2.--center {
  text-align: center;
}
body:not(.home) h2.u-h2.--center::after {
  content: "";
  right: 0;
}
body:not(.home) h3 {
  padding-left: 0;
}
body:not(.home) h3::before {
  content: none;
}
body:not(.home) h3.u-h3-long {
  line-height: 1.7;
}
body:not(.home) h3.u-h3 {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  font-size: clamp(2rem, 1.6105417277vw, 2.4rem);
}
@media (max-width: 767px) {
  body:not(.home) h3.u-h3 {
    font-size: 2rem;
  }
}
body:not(.home) h3.u-h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 209, 148)), to(rgb(152, 214, 232)));
  background: -webkit-linear-gradient(left, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  background: linear-gradient(90deg, rgb(255, 209, 148) 0%, rgb(152, 214, 232) 100%);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
body:not(.home) h3.u-h3.--small {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  body:not(.home) h3.u-h3.--small {
    font-size: 1.8rem;
  }
}
body:not(.home) h3.u-h3.--features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  body:not(.home) h3.u-h3.--features {
    display: table;
  }
}
body:not(.home) h3.u-h3.--features .feature {
  font-size: 1.4rem;
  color: #fff;
  background: #6DD4DA;
  display: table;
  padding: 0.6em 1em 0.5em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border-radius: 4px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  body:not(.home) h3.u-h3.--features .feature {
    margin-bottom: 0.7142857143em;
    font-size: 1.3rem;
    padding: 0.5em 1em 0.5em;
  }
}
body:not(.home) h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #2A2A2A;
  padding-left: 0;
  font-weight: bold;
}
body:not(.home) h4::before {
  content: none;
}
body:not(.home) .c-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 50px;
  }
}
body:not(.home) .under_mb2 > div:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb2 > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
body:not(.home) .under_mb3 > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb3 > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) .under_btn {
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  body:not(.home) .under_btn {
    gap: 10px;
  }
}
body:not(.home) .under_btn__item {
  width: calc((100% - 20px) / 2 - 1px);
}
@media (max-width: 767px) {
  body:not(.home) .under_btn__item {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  body:not(.home) .under_btn .more a {
    font-size: 1.4rem;
  }
}
body:not(.home) .under_btn .more a.add_arrow::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
body:not(.home) .bg-color {
  padding: 90px 0 100px;
  background: rgba(251, 176, 60, 0.1);
}
@media (max-width: 767px) {
  body:not(.home) .bg-color {
    padding: 60px 0 70px;
  }
}
body:not(.home) .bg-color.--gra {
  z-index: 0;
  position: relative;
  background: transparent;
}
body:not(.home) .bg-color.--gra::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(308deg, rgb(255, 209, 148) 0%, rgb(255, 255, 230) 50%, rgb(152, 214, 232) 100%);
  background: linear-gradient(142deg, rgb(255, 209, 148) 0%, rgb(255, 255, 230) 50%, rgb(152, 214, 232) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: -1;
}
body:not(.home) .bg-color.--blue {
  background: rgba(109, 212, 218, 0.1);
}
body:not(.home) .img21 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  display: block;
}
body:not(.home) .under_list {
  padding-left: 0;
  margin: 0;
}
body:not(.home) .under_list li {
  list-style: none;
  position: relative;
  padding-left: 0.9375em;
  line-height: 1.7;
}
body:not(.home) .under_list li:not(:last-child) {
  margin-bottom: 0.625em;
}
body:not(.home) .under_list li::before {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  background: #FBB03C;
  position: absolute;
  top: 0.73em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
body:not(.home) .under_list li .list_main {
  display: block;
  margin-bottom: 0.375em;
  font-size: 1.6rem;
}
body:not(.home) .under_list.--small li {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body:not(.home) .under_list.--small li {
    font-size: 1.4rem;
  }
}
body:not(.home) .check_list {
  padding-left: 0;
}
body:not(.home) .check_list li {
  list-style: none;
}
body:not(.home) .check_list li:not(:first-of-type) {
  margin-top: 1em;
}
body:not(.home) .check_list li .list-inner {
  position: relative;
  padding-left: 1.625em;
  display: block;
}
body:not(.home) .check_list li .list-inner::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/check_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.35em;
  bottom: auto;
  left: 0;
  right: auto;
}
body:not(.home) .check_list li .list_main {
  display: block;
  margin-bottom: 0.375em;
  font-size: 1.6rem;
}
body:not(.home) .check_list.--blue li .list-inner::before {
  background: url(/wp-content/uploads/check_icon_blue.svg) no-repeat center/contain;
}
body:not(.home) .check_list.--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}
body:not(.home) .check_list.--flex li {
  width: calc((100% - 20px) / 2 - 1px);
  background: #fff;
  margin: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  body:not(.home) .check_list.--flex li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body:not(.home) .flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body:not(.home) .flex_box > div {
    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;
  }
  body:not(.home) .flex_box > div > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
body:not(.home) .table-menu03 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(251, 176, 60, 0.5);
  background: #fff;
}
body:not(.home) .table-menu03 tr {
  border: 1px solid rgba(251, 176, 60, 0.5);
}
body:not(.home) .table-menu03 tr:not(:first-child) {
  border-top: 0;
}
@media (min-width: 768px) {
  body:not(.home) .table-menu03 th,
  body:not(.home) .table-menu03 td {
    padding: 4rem 4rem;
    font-size: clamp(16px, 1.317715959vw, 20px);
  }
}
@media (max-width: 767px) {
  body:not(.home) .table-menu03 th,
  body:not(.home) .table-menu03 td {
    padding: 1.6rem 1.6rem;
    display: block;
  }
}
body:not(.home) .table-menu03 th {
  text-align: left;
  font-weight: 500;
}
@media (min-width: 768px) {
  body:not(.home) .table-menu03 th {
    border: 1px solid rgba(251, 176, 60, 0.5);
  }
}
body:not(.home) .table-menu03 td {
  color: #FBB03C;
  font-weight: bold;
}
@media (min-width: 768px) {
  body:not(.home) .table-menu03 td {
    width: 30%;
  }
}
@media (max-width: 767px) {
  body:not(.home) .table-menu03 td {
    padding-top: 0;
  }
}
body:not(.home) .table-menu03 td:last-child {
  text-align: right;
}
body:not(.home) .table-menu03 small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: normal;
}
body:not(.home) .step_box3 {
  position: relative;
}
body:not(.home) .step_box3 .step_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: #cccccc 0px 3px 6px;
          box-shadow: #cccccc 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
}
body:not(.home) .step_box3 .step_flex:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  body:not(.home) .step_box3 .step_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body:not(.home) .step_box3 .step_flex::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #6DD4DA !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}
body:not(.home) .step_box3 .step_flex .step_area {
  background: #6DD4DA;
  padding: 20px;
  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;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  body:not(.home) .step_box3 .step_flex .step_area {
    min-width: 120px;
  }
}
@media (max-width: 425px) {
  body:not(.home) .step_box3 .step_flex .step_area {
    padding: 0 20px;
  }
}
body:not(.home) .step_box3 .step_flex .step_area p {
  color: #fff;
}
body:not(.home) .step_box3 .step_flex .step_area p .s_s {
  font-size: 18px;
}
body:not(.home) .step_box3 .step_flex .step_area p .s_b {
  font-size: 22px;
}
body:not(.home) .step_box3 .step_flex .content_area {
  padding: 30px 20px;
  background: #fff;
  width: 100%;
}
body:not(.home) .step_box3 .step_flex .content_area .color_r {
  color: #FBB03C;
}
body:not(.home) .step_box3 .step_flex h3 {
  font-size: clamp(2rem, 1.6105417277vw, 2.4rem);
  margin-bottom: 20px;
}
body:not(.home) .step_box3.--days .step_flex .step_area p .s_s {
  font-size: 24px;
}
body:not(.home) .step_box3.--days .step_flex .step_area p .s_b {
  font-size: 16px;
}
body:not(.home) .step_box3 .step_flex:last-child::after {
  display: none;
}

/* ===============================================
# 症例紹介
=============================================== */
.u-case {
  max-width: 700px;
  margin: auto;
}
.u-case .case-h3 {
  padding: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  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;
  gap: 20px;
  margin-bottom: 2.0833333333em;
  background: #6DD4DA;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .u-case .case-h3 {
    font-size: 1.8rem;
    text-align: left;
    gap: 10px;
  }
}
.u-case .case-h3 .case {
  display: inline-block;
  background: #fff;
  color: #6DD4DA;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 100px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .u-case .case-h3 .case {
    font-size: 1.3rem;
  }
}
.u-case .case-subTtl {
  font-family: "Montserrat", sans-serif;
  color: #FBB03C;
}
.u-case .case-subTtl.--be {
  color: #6DD4DA;
}
.u-case__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;
  margin: auto;
}
.u-case__box > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .u-case__box > * {
    width: 100%;
  }
}
.u-case__table {
  border-collapse: separate;
}
.u-case__table th,
.u-case__table td {
  text-align: left;
  padding: 20px;
}
@media (max-width: 767px) {
  .u-case__table th,
  .u-case__table td {
    padding: 16px;
  }
}
.u-case__table tbody th {
  width: 230px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .u-case__table tbody th {
    width: 39%;
  }
}
.u-case__table tbody tr {
  background: #FEE7C4;
}
.u-case__table tbody tr:nth-child(odd) {
  background-color: #fff;
}

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

.home main .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
.home h2 {
  padding-bottom: 0;
}
.home h2::before {
  content: none;
}
.home h3 {
  padding-left: 0;
}
.home h3::before {
  content: none;
}
.home h4 {
  padding-left: 0;
}
.home h4::before {
  content: none;
}
.home img {
  display: block;
  margin: auto;
}
.home .top-en {
  font-size: clamp(3.2rem, 2.4890190337vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 1.1111111111em;
}
@media (max-width: 767px) {
  .home .top-en {
    font-size: 2.6rem;
  }
}
.home .top-en::before {
  content: attr(ttl-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.4444444444em;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: color_primary;
  margin: auto;
  background: transparent;
  color: #FBB03C;
  font-weight: normal;
  position: static;
  margin-bottom: 1.875em;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .home .top-en::before {
    font-size: 1.3rem;
  }
}
.home .top-en.pc-left {
  text-align: left;
}
.home .top-en.pc-left::before {
  text-align: left;
}

/* ===============================================
# セクション
=============================================== */
.gradation-bg {
  z-index: 0;
  position: relative;
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  .gradation-bg {
    padding: 50px 0 60px;
  }
}
.gradation-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(308deg, rgb(255, 209, 148) 0%, rgb(255, 255, 230) 50%, rgb(152, 214, 232) 100%);
  background: linear-gradient(142deg, rgb(255, 209, 148) 0%, rgb(255, 255, 230) 50%, rgb(152, 214, 232) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.gradation-bg > section {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  #front_sec01 .container {
    max-width: calc(1520px + 12%);
  }
}
#front_sec01 .t-concept {
  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: 767px) {
  #front_sec01 .t-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#front_sec01 .t-concept__img {
  width: 45.3947368421%;
}
@media (max-width: 767px) {
  #front_sec01 .t-concept__img {
    width: 60%;
  }
}
#front_sec01 .t-concept__text {
  width: 54.6052631579%;
  padding-left: 4.4078947368%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #front_sec01 .t-concept__text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }
}
#front_sec01 .t-concept__img2 {
  width: 15.78125vw;
  height: 11.4583333333vw;
  position: absolute;
  bottom: 14.4791666667vw;
  left: 446px;
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #front_sec01 .t-concept__img2 {
    top: calc(100% + 14.6666666667vw);
    left: auto;
    right: 2.6666666667vw;
    width: 32vw;
  }
}
#front_sec01 .t-concept__img2 img {
  display: block;
}
#front_sec01 .t-concept__textInner {
  padding-top: 1.3541666667vw;
  max-width: 496px;
}
#front_sec01 .t-concept__p p:not(:first-of-type) {
  margin-top: 1.875em;
}
#front_sec01 .t-concept .more {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #front_sec01 .t-concept .more {
    margin-top: 30px;
  }
}
#front_sec01 .t-movie {
  margin: max(5.2083333333vw, 80px) auto max(6.25vw, 100px);
  position: relative;
}
@media (max-width: 767px) {
  #front_sec01 .t-movie {
    margin: 50px 0 60px;
  }
}
#front_sec01 .t-movie .text-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
#front_sec01 .t-movie .text-slider .text-slider {
  overflow: hidden;
}
#front_sec01 .t-movie .text-slider .loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6458333333vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop 100s linear infinite;
          animation: loop 100s linear infinite;
}
@media (max-width: 480px) {
  #front_sec01 .t-movie .text-slider .loop-wrap {
    gap: 20px;
  }
}
#front_sec01 .t-movie .text-slider .loop-wrap span {
  white-space: nowrap;
  font-size: 100px;
  background: rgba(255, 255, 255, 0.6);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  #front_sec01 .t-movie .text-slider .loop-wrap span {
    font-size: 6rem;
  }
}
@-webkit-keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#front_sec01 .t-movie__container {
  max-width: 1000px;
  margin: auto;
}
#front_sec01 .t-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin: auto;
}
#front_sec01 .t-movie__wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#front_sec02 {
  width: 1600px;
  max-width: 90%;
  margin: auto;
  background: #fff;
  padding: max(3.6458333333vw, 50px) 0 max(4.1666666667vw, 60px);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #front_sec02 {
    padding: 40px 0 50px;
  }
}
@media (min-width: 768px) {
  #front_sec02 .top-en {
    margin-bottom: 1.6666666667em;
  }
}
#front_sec02 .t-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec02 .t-menu:not(:first-of-type) {
  margin-top: max(4.1666666667vw, 60px);
}
@media (max-width: 767px) {
  #front_sec02 .t-menu:not(:first-of-type) {
    margin-top: 40px;
  }
}
#front_sec02 .t-menu__img {
  width: 43%;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec02 .t-menu__img {
    padding-top: 60%;
    width: 100%;
  }
}
#front_sec02 .t-menu__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec02 .t-menu__text {
  width: 57%;
  padding: 36px 0 36px 5.9375vw;
}
@media (max-width: 767px) {
  #front_sec02 .t-menu__text {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
#front_sec02 .t-menu__ttl {
  font-size: clamp(2.6rem, 2.0497803807vw, 3rem);
  padding-bottom: 0.3333333333em;
  margin-bottom: 0.9333333333em;
  font-weight: 500;
  border-bottom: solid 1px #FBB03C;
}
@media (max-width: 767px) {
  #front_sec02 .t-menu__ttl {
    font-size: 2rem;
  }
}
#front_sec02 .t-menu__ttl .en {
  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;
  gap: 16px;
  padding-left: 0.7142857143em;
  position: relative;
  z-index: 0;
}
#front_sec02 .t-menu__ttl .en::before {
  content: "";
  display: block;
  width: 1.9333333333em;
  height: 1.4666666667em;
  background: url(/wp-content/uploads/ttl-deco_orange.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
#front_sec02 .t-menu__ttl .en::after {
  content: attr(subTtl-en);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5333333333em;
  font-weight: normal;
  color: color_primary;
  background: transparent;
  color: #FBB03C;
  font-weight: normal;
  position: static;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #front_sec02 .t-menu__ttl .en::after {
    font-size: 1.2rem;
  }
}
#front_sec02 .t-menu .more {
  margin-top: 28px;
}
#front_sec02 .t-menu.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#front_sec02 .t-menu.--reverse .t-menu__text {
  padding-right: 5.9375vw;
  padding-left: 0;
}
@media (max-width: 767px) {
  #front_sec02 .t-menu.--reverse .t-menu__text {
    padding: 0;
  }
}
#front_sec02 .t-menu.--reverse .t-menu__ttl {
  border-color: #6DD4DA;
}
#front_sec02 .t-menu.--reverse .t-menu__ttl .en::before {
  background-image: url(/wp-content/uploads/ttl-deco_blue.svg);
}
#front_sec02 .t-menu.--reverse .t-menu__ttl .en::after {
  color: #6DD4DA;
}

#front_sec03 .t-case {
  padding: max(10.4166666667vw, 150px) 0;
  display: block;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec03 .t-case {
    padding: 60px 0 70px;
    pointer-events: none;
  }
}
#front_sec03 .t-case::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_case_img001.jpg) no-repeat center center/cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  #front_sec03 .t-case:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #front_sec03 .t-case:hover .t-case__text::before {
    -webkit-animation: arrow-right 0.5s ease-in-out;
            animation: arrow-right 0.5s ease-in-out;
  }
}
#front_sec03 .t-case * {
  color: #fff;
}
#front_sec03 .t-case .top-en::before {
  color: #fff;
}
#front_sec03 .t-case p {
  font-weight: 500;
}
#front_sec03 .t-case__text {
  padding-right: 5.7291666667vw;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec03 .t-case__text {
    padding-right: 0;
  }
}
#front_sec03 .t-case__text::before {
  content: "";
  display: block;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: url(/wp-content/uploads/arrow-down-light.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #front_sec03 .t-case__text::before {
    content: none;
  }
}
#front_sec03 .t-case .more {
  margin-top: 30px;
}
#front_sec03 .t-case .more .btn-inner {
  pointer-events: all;
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
            transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(30px, 0, 0);
            transform: translateY(-50%) translate3d(30px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(-30px, 0, 0);
            transform: translateY(-50%) translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
            transform: translateY(-50%) translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
            transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(30px, 0, 0);
            transform: translateY(-50%) translate3d(30px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translate3d(-30px, 0, 0);
            transform: translateY(-50%) translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
            transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
#front_sec04 {
  padding: max(5.2083333333vw, 80px) 0 max(3.6458333333vw, 60px);
}
@media (max-width: 767px) {
  #front_sec04 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  #front_sec04 .top-en {
    margin-bottom: 0.8333333333em;
  }
}
#front_sec04 .t-greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  #front_sec04 .t-greeting {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#front_sec04 .t-greeting__img {
  width: 38%;
}
@media (max-width: 767px) {
  #front_sec04 .t-greeting__img {
    width: 80%;
    margin: auto;
  }
}
#front_sec04 .t-greeting__text {
  width: 62%;
  padding: 2.5520833333vw 0 2.5520833333vw 31px;
}
@media (max-width: 767px) {
  #front_sec04 .t-greeting__text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
#front_sec04 .t-greeting__ttl {
  font-weight: 500;
  font-size: clamp(2rem, 1.6105417277vw, 2.4rem);
  margin-bottom: 1.4166666667em;
  line-height: 1.6;
}
#front_sec04 .t-profile {
  padding: 2.6041666667vw 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 3.125vw;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec04 .t-profile {
    padding: 40px 0 0;
  }
}
#front_sec04 .t-profile::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/Dot-Grid.svg) no-repeat center center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #front_sec04 .t-profile::before {
    background-position: center top;
    width: 200vw;
    bottom: auto;
    left: -50vw;
  }
}
#front_sec04 .t-profile > * {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec04 .t-profile > * {
    width: 100%;
  }
}
#front_sec04 .t-profile__item {
  padding: 20px 30px 30px;
  background: #fff;
  border: solid 1px #FBB03C;
}
@media (max-width: 767px) {
  #front_sec04 .t-profile__item {
    padding: 20px 6%;
  }
}
#front_sec04 .t-profile__ttl {
  color: #FBB03C;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: normal;
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  margin-bottom: 0.5em;
}
#front_sec04 .t-profile__dl {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.625em 1.875em;
  line-height: 1.7;
}
#front_sec04 .t-profile__dl dt {
  font-weight: normal;
}
#front_sec04 .t-profile__dl > * {
  margin: 0;
}
#front_sec04 .t-profile__list {
  padding-left: 0;
  margin: 0;
}
#front_sec04 .t-profile__list li {
  list-style: none;
  position: relative;
  padding-left: 1.5625em;
  line-height: 1.7;
}
#front_sec04 .t-profile__list li:not(:last-child) {
  margin-bottom: 0.625em;
}
#front_sec04 .t-profile__list li::before {
  content: "";
  display: block;
  width: 0.3125em;
  height: 0.3125em;
  background: #FBB03C;
  position: absolute;
  top: 0.73em;
  bottom: auto;
  left: 0.625em;
  right: auto;
  border-radius: 50%;
}

#front_sec05 {
  background: #FFF5E6;
  padding: max(6.25vw, 100px) 0 max(5.2083333333vw, 80px);
  position: relative;
}
@media (max-width: 767px) {
  #front_sec05 {
    padding: 60px 0 60px;
  }
}
#front_sec05::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  background: url(/wp-content/uploads/top_faq_bg001.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
#front_sec05 .more {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #front_sec05 .more {
    margin-top: 30px;
  }
}

.c-qa li:not(:first-child) {
  margin-top: 16px;
}
.c-qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-qa .title,
.c-qa .box {
  position: relative;
  padding: 30px 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .c-qa .title,
  .c-qa .box {
    padding: 20px 16px;
  }
}
.c-qa .title {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-qa .box {
  display: none;
  padding-top: 0px;
}
.c-qa .box-text,
.c-qa .title-text {
  position: relative;
  padding-left: 64px;
}
@media (max-width: 767px) {
  .c-qa .box-text,
  .c-qa .title-text {
    padding-left: 32px;
  }
}
.c-qa .box-text:after,
.c-qa .title-text:after {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .c-qa .box-text:after,
  .c-qa .title-text:after {
    font-size: 2rem;
  }
}
.c-qa .title-text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
}
.c-qa .title-text:after {
  content: "Q";
  color: #6DD4DA;
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-qa .box-text:after {
  content: "A";
  color: #FBB03C;
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-qa .box-text:after {
    -webkit-transform: translate(0);
            transform: translate(0);
    top: 0.3em;
  }
}
.c-qa .toggle {
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-qa .toggle::before, .c-qa .toggle::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-qa .toggle::before {
  border-top: 2px solid #6DD4DA;
  width: 12px;
  height: 0;
}
.c-qa .toggle::after {
  border-left: 2px solid #6DD4DA;
  width: 0;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-qa .title.close .toggle::after {
  height: 0;
}
.c-qa.--color_highlight .title,
.c-qa.--color_highlight .box {
  background: rgba(109, 212, 218, 0.1);
}

#front_sec06 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #front_sec06 {
    padding: 50px 0 60px;
  }
}
#front_sec06 .t-access {
  border: dashed 2px #FBB03C;
  padding: max(3.125vw, 40px);
}
@media (max-width: 767px) {
  #front_sec06 .t-access {
    padding: 30px 6%;
  }
}
#front_sec06 .t-access__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 3.125vw;
}
#front_sec06 .t-access__box > * {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_sec06 .t-access__box > * {
    width: 100%;
  }
}
#front_sec06 .t-access__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 0;
  margin: 0;
}
#front_sec06 .t-access__list > dt,
#front_sec06 .t-access__list > dd {
  margin: 0;
}
#front_sec06 .t-access__list > dt {
  width: 5.625em;
  color: #FBB03C;
  font-weight: 500;
}
#front_sec06 .t-access__list > dd {
  width: calc(100% - 5.625em);
  padding-left: 14px;
}
@media (max-width: 767px) {
  #front_sec06 .t-access__list > dd {
    padding-left: 10px;
  }
}
#front_sec06 .t-access .tel-icon {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 1.1em;
  background: url(/wp-content/uploads/tel-icon.svg) no-repeat left center/0.6em;
}
@media (max-width: 767px) {
  #front_sec06 .t-access .tel-icon {
    font-size: 1.8rem;
  }
}
#front_sec06 .t-access .open-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
#front_sec06 .t-access .open-time > dt,
#front_sec06 .t-access .open-time > dd {
  margin: 0;
}
#front_sec06 .t-access .open-time > dt {
  width: 86px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #front_sec06 .t-access .open-time > dt {
    width: 100%;
  }
}
#front_sec06 .t-access .open-time > dd {
  width: calc(100% - 86px);
  padding-left: 10px;
}
@media (max-width: 767px) {
  #front_sec06 .t-access .open-time > dd {
    width: 100%;
    padding: 0;
  }
}
#front_sec06 .t-access__map {
  position: relative;
}
@media (max-width: 767px) {
  #front_sec06 .t-access__map {
    padding-top: 90%;
  }
}
#front_sec06 .t-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#front_sec06 .t-access__info {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #front_sec06 .t-access__info {
    margin-top: 40px;
  }
}
#front_sec06 .more {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #front_sec06 .more {
    margin-top: 30px;
  }
}

#front_cta {
  margin-bottom: max(5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  #front_cta {
    margin-bottom: 60px;
  }
}
#front_cta .container {
  max-width: calc(1600px + 12%);
}
#front_cta .t-cta {
  background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center center/cover;
  padding: max(6.0416666667vw, 90px) 6%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #front_cta .t-cta {
    padding: 30px 6% 40px;
  }
}
#front_cta .t-cta::before {
  content: "CONTACT";
  font-size: max(10.4166666667vw, 120px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #FAAA2F;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  #front_cta .t-cta::before {
    font-size: 5rem;
  }
}
#front_cta .t-cta > div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#front_cta .t-cta__ttl {
  color: #fff;
  text-align: center;
  font-size: clamp(3.2rem, 2.635431918vw, 4rem);
  font-weight: 600;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #front_cta .t-cta__ttl {
    font-size: 2.4rem;
    margin-bottom: 26px;
  }
}
#front_cta .t-cta__telBox {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
#front_cta .t-cta__tel {
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: table;
  margin: auto;
  padding-left: 1.3em;
  font-weight: 500;
  font-size: clamp(4rem, 3.2942898975vw, 5rem);
  line-height: 1.2;
  background: url(/wp-content/uploads/telephone-icon.svg) no-repeat left center/1.08em;
}
@media (max-width: 767px) {
  #front_cta .t-cta__tel {
    font-size: 3rem;
  }
}
#front_cta .t-cta__add {
  display: block;
  text-align: center;
  margin-top: 1em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #front_cta .t-cta__add {
    font-size: 1.3rem;
  }
}
#front_cta .t-cta__linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 3.125vw;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #front_cta .t-cta__linkBox {
    margin-top: 20px;
  }
}
#front_cta .t-cta__linkBox > * {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
}
@media (max-width: 767px) {
  #front_cta .t-cta__linkBox > * {
    width: 100%;
  }
}
#front_cta .t-cta__btn {
  background: #fff;
  line-height: 1.5;
  display: block;
  border-radius: 10px;
  padding: 1.5789473684em;
  position: relative;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  border: solid 2px transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #front_cta .t-cta__btn {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #front_cta .t-cta__btn:hover {
    border-color: #FBB03C;
  }
  #front_cta .t-cta__btn:hover .t-cta__btnTxt {
    color: #FBB03C;
  }
  #front_cta .t-cta__btn:hover.--line .t-cta__btnTxt {
    color: #22C94E;
  }
}
#front_cta .t-cta__btn::before {
  content: "";
  display: block;
  width: 2.5263157895em;
  height: 2.5263157895em;
  background: url(/wp-content/uploads/reservation-icon_orange.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: auto;
  left: 1.5789473684em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #front_cta .t-cta__btn::before {
    left: 10px;
  }
}
#front_cta .t-cta__btn::after {
  content: "";
  display: block;
  width: 1.0526315789em;
  height: 1.0526315789em;
  background: url(/wp-content/uploads/outlink-icon2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: auto;
  right: 2.1052631579em;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #front_cta .t-cta__btn::after {
    right: 14px;
  }
}
#front_cta .t-cta__btn.--line::before {
  background-image: url(/wp-content/uploads/line-icon_green.svg);
}
#front_cta .t-cta__btnTxt {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

#front_sec07 {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
  padding: max(5.2083333333vw, 90px) 0;
}
@media (max-width: 767px) {
  #front_sec07 {
    padding: 50px 0 60px;
  }
}
#front_sec07 h2,
#front_sec07 p {
  color: #fff;
}
#front_sec07 .t-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec07 .t-about__ttl {
  font-size: clamp(2.7rem, 2.1229868228vw, 3.1rem);
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1.7708333333vw;
  width: 40.6666666667%;
  padding-right: 3.125vw;
}
@media (max-width: 767px) {
  #front_sec07 .t-about__ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
#front_sec07 .t-about__text {
  width: 59.3333333333%;
}
@media (max-width: 767px) {
  #front_sec07 .t-about__text {
    width: 100%;
  }
}

.foot-sec {
  padding: 50px 0 50px;
  position: relative;
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .foot-sec {
    padding-bottom: 50px;
  }
}
.foot-sec .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
.foot-sec::before {
  content: "";
  display: block;
  width: 5.6770833333vw;
  height: 7.5520833333vw;
  background: url(/wp-content/uploads/tonobo001.svg) no-repeat center/contain;
  position: absolute;
  top: 4.7916666667vw;
  bottom: auto;
  left: 4.0625vw;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .foot-sec::before {
    width: 66.6666666667px;
    height: 88.6666666667px;
    top: 10px;
    left: 10px;
  }
}
.foot-sec::after {
  content: "";
  display: block;
  width: 6.6145833333vw;
  height: 9.4270833333vw;
  background: url(/wp-content/uploads/tonobo002.svg) no-repeat center/contain;
  position: absolute;
  top: 2.34375vw;
  bottom: auto;
  left: auto;
  right: 4.1666666667vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .foot-sec::after {
    width: 69.6666666667px;
    height: 99.3333333333px;
    top: 14px;
    right: 5px;
  }
}
.foot-sec__ttl {
  max-width: 273px;
  margin: 0 auto 30px;
}

.side_fix {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 80px;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FBB03C;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
}
.side_fix .side-btn:hover {
  -webkit-transform: translateX(-220px);
          transform: translateX(-220px);
}
.side_fix .side-btn.line {
  background: #22C94E;
}
.side_fix .side-btn > a {
  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;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  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;
}
.side_fix .icon img {
  max-width: 25px;
  width: 100%;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  font-weight: 500;
}

/* ===============================================
# アニメーション
=============================================== */
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}/*# sourceMappingURL=main.css.map */