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

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

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

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

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

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

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

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

.fax {
  pointer-events: none;
}

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

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

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

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

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

.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_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_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
}
@media (min-width: 1300px) {
  header {
    margin-bottom: 40px;
  }
}
header .container {
  width: 83.3333333333%;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1299px) {
  header .container {
    width: 100%;
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
@media (max-width: 1299px) {
  header .header {
    position: relative;
    width: 100%;
    z-index: 50;
  }
}
header .box {
  display: table;
  position: relative;
}
@media (max-width: 1299px) {
  header .box {
    width: 100%;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1300px) {
  header .title {
    display: table-cell;
    vertical-align: middle;
    min-height: 121px;
    padding: 22px 0;
  }
}
@media (max-width: 1299px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 300px;
  height: 51px;
}
@media (max-width: 1299px) {
  header .title a {
    width: 150px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1300px) {
  header .gnav {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-align: right;
    padding-bottom: 8px;
  }
}
@media (max-width: 1299px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 30px;
  }
}
header .gnav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 90px;
}
header .gnav > ul li {
  border-right: 1px solid #bbb;
}
@media (max-width: 1300) {
  header .gnav > ul li {
    border-right: none;
  }
}
header .gnav > ul li:last-child {
  border-right: none;
}
@media (min-width: 1300px) {
  header .gnav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1299px) {
  header .gnav > ul li {
    background: #fff;
    margin: 0;
  }
  header .gnav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
}
header .gnav > ul li a {
  /*padding: 0em (14/$font_size)+em;*/
  padding: 0em 1.875em;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(51, 51, 51, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1300px) {
  header .gnav > ul li a:hover {
    /*border-bottom: 2px solid rgba($color_primary, 1);*/
    opacity: 0.5;
  }
}
@media (max-width: 1299px) {
  header .gnav > ul li a {
    color: #333333;
    padding: 1em 6%;
    text-align: left;
  }
}
header .gnav > ul li a span {
  color: #333333;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1599px) {
  header .gnav > ul li a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1299px) {
  header .gnav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
header .header_info_wrap .header_info .more a {
  border-radius: 10px;
  width: 100%;
  min-width: 230px;
  max-width: 380px;
  padding: 1.1em 0.5em 1.1em 1.5em;
}
header .header_info_wrap .header_info .more a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/reservation_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 5%;
  right: auto;
  border: none;
  -webkit-transform: none;
          transform: none;
}
header .header_info_wrap .header_info .more a:hover {
  opacity: 0.5;
  background: #333333;
  color: #fff;
}
header .header_info_wrap .header_info .more a:hover::after {
  border: none;
}
header .header_info_wrap .header_info .line a {
  background: #319850;
  border: 1px solid #319850;
}
header .header_info_wrap .header_info .line a::after {
  background: url(/wp-content/uploads/line_icon.png) no-repeat center/contain;
  left: 7%;
}
header .header_info_wrap .header_info .line a:hover {
  opacity: 1;
  background: #fff;
  color: #319850;
}
header .header_info_wrap .header_info .line a:hover::after {
  background: url(/wp-content/uploads/line_icon2.png) no-repeat center/contain;
}
header .header_info_wrap .header_info .web a {
  padding: 0.5em 0.5em 0.5em 4em;
  text-align: left;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
}
header .header_info_wrap .tel a {
  color: #333333;
}
header .header_info_wrap p {
  color: #333333;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 1299px) {
  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: #333333;
    -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: #333333;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #333333;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #333333;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .gnav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > ul > li > ul a {
  background: rgba(51, 51, 51, 0.96);
}

@media (max-width: 1299px) {
  header .gnav > ul li {
    border-right: none;
  }
  header .gnav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1299px) and (max-width: 1299px) {
  header .gnav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1299px) {
  header .gnav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
}
.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 .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 90%;
  padding-right: 19%;
  background-color: #333333;
  will-change: transform, width;
}
@media (max-width: 767px) {
  .main_visual .mv_bg {
    display: none;
  }
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: calc(100vh - 121px);
  min-height: 928;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  max-width: 500px;
  width: 100%;
  top: auto;
  right: 5.0537634409%;
  left: auto;
  bottom: 7.5431034483%;
  position: absolute;
}
@media (max-width: 999px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 93.3333333333%;
    bottom: 5.8666666667%;
    left: 3.4666666667%;
    right: 0;
    top: auto;
  }
}

footer {
  background: #333333;
  color: #fff;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #333333;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #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;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #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: 25px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 35px 10px;
  }
}
footer .copyright p {
  font-size: 12px;
}

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

/* ===============================================
# フッター追尾
=============================================== */
#id_name {
  z-index: 101;
  width: 100%;
}
#id_name .container {
  padding: 0;
}
#id_name .sp {
  display: none;
  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: 767px) {
  #id_name .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#id_name .sp > * {
  width: 100%;
}
#id_name .sp > *:not(:last-child) {
  position: relative;
}
#id_name .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;
}
#id_name .sp .btn {
  padding: 8px 0 4px;
  background: #333333;
}
#id_name .sp .sp_line {
  background-color: #319850 !important;
}
#id_name .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#id_name .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#id_name .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/tab.png) no-repeat center/100%;
}
#id_name .sp .icon {
  max-width: 20px;
  margin: auto;
}
#id_name .sp .icon img {
  width: 100%;
}
#id_name .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 {
  display: block;
  border: 1px solid #333333;
  color: #fff;
  background: #333333;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  left: auto;
  margin: auto;
  width: 23px;
  height: 13px;
  background: url(/wp-content/uploads/Icon_b.png) no-repeat center/contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover {
  background: #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  border-color: #333333;
  right: 5%;
  background: url(/wp-content/uploads/icon_w.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 1em;
}
@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    padding: 0.7em 0.5em;
  }
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #333333;
}
.table-default th {
  background: #333333;
  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 #333333;
}

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

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

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #333333;
}
.table-schedule tbody {
  color: #333333;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #333333;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #333333;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(51, 51, 51, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

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

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

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

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #333333;
  margin: auto;
}

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

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

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(51, 51, 51, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

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

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

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

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

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

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(51, 51, 51, 0.1);
  color: #333333;
  border: 1px solid #333333;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #333333;
  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 #333333;
  border-right: 1px solid #333333;
  -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 #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

body {
  background: #fff;
}

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

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

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

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

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

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

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

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

/* ===============================================
# 各下層調整
=============================================== */
body:not(.home) .mt50 {
  margin-top: 50px !important;
}
body:not(.home) * {
  font-weight: 500;
}
body:not(.home) h2.left {
  text-align: left;
}
body:not(.home) h2.item_none {
  padding-bottom: 0;
}
body:not(.home) h2.item_none::before {
  content: none;
}
body:not(.home) h2.small_h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  body:not(.home) h2.small_h2 {
    font-size: 22px;
  }
}
body:not(.home) h3 {
  padding: 0 0 0.65em;
  position: relative;
  border-bottom: 1px solid #BBBBBB;
}
body:not(.home) h3::before {
  content: none;
}
body:not(.home) h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -1px;
  background-color: #333333;
  width: 100px;
  height: 1px;
}
body:not(.home) h3.item_none {
  border-bottom: 0;
  padding-bottom: 0;
}
body:not(.home) h3.item_none::after {
  content: none;
}
body:not(.home) h4:before {
  top: 0.95em;
}
body:not(.home) strong {
  font-weight: bold;
}
body:not(.home) .u_text-xlarge {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body:not(.home) .u_text-xlarge {
    font-size: 18px;
  }
}
body:not(.home) .more.left a {
  margin-left: 0;
}
body:not(.home) .more.u_out_link {
  position: relative;
}
body:not(.home) .more.u_out_link a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 5%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
}
body:not(.home) .more.u_out_link a:hover:after {
  background: url(/wp-content/uploads/tab_h.png) no-repeat center/100%;
}

.u_highlight {
  padding: 60px 6%;
  background: #EEEEEE;
  background: rgba(238, 238, 238, 0.7);
}
@media (max-width: 767px) {
  .u_highlight {
    padding: 40px 6%;
  }
}
.u_highlight.small {
  padding: 30px 6%;
}
.u_highlight.xsmall {
  padding: 30px 4%;
}
.u_highlight.reverse {
  background: #fff;
}

.u_bg {
  background: rgba(238, 238, 238, 0.7);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .u_bg {
    padding: 70px 0;
  }
}

.u_cont_box > *:not(:last-child) {
  margin-bottom: 6px;
}
.u_cont_box .u_tel,
.u_cont_box .u_mail {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
.u_cont_box .more {
  margin-top: 20px;
}

.under_dl_list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.2em 1.5em;
}
.under_dl_list dt {
  font-weight: bold;
}
.under_dl_list > * {
  margin: 0;
}

.u_check_list {
  padding-left: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .u_check_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.u_check_list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  list-style: none;
}
.u_check_list li:not(:last-child) {
  margin-bottom: 0.3em;
}
.u_check_list li .fa-regular.fa-square-check {
  font-size: 22px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.list_flex {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 36px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u_marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: rgba(255, 228, 0, 0.4);
          text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u_number_list {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.u_number_list li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .u_number_list li {
    font-size: 18px;
  }
}
.u_number_list li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.u_number_list li:last-child {
  margin-bottom: 0;
}
.u_number_list li::before {
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  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;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}

.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #333333;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #333333;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #333333;
  padding-left: 0;
  margin-bottom: 14px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 20px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

.u_once .u_calculation {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  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;
  gap: 5px;
}
@media (max-width: 767px) {
  .u_once .u_calculation {
    font-size: 16px;
  }
}
.u_once .u_calculation span {
  font-weight: bold;
}
.u_once .u_calculation span.once {
  display: inline-block;
  border: solid 1px #333333;
  padding: 10px 14px;
  vertical-align: middle;
}
.u_once .u_calculation span.num {
  display: inline-block;
  border: solid 1px #333333;
  border-radius: 50%;
  padding: 20px;
  width: 72px;
  height: 72px;
  vertical-align: middle;
  font-size: 30px;
  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;
}
@media (max-width: 767px) {
  .u_once .u_calculation span.num {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}

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

.u_once_detail {
  counter-reset: number;
  margin-top: 60px;
  border: solid 1px #333333;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .u_once_detail {
    padding: 40px 6%;
  }
}
.u_once_detail .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 3em;
  gap: 10px 50px;
}
.u_once_detail .item::before {
  border-radius: 50%;
  border: solid 1px #333333;
  color: #333333;
  content: counter(number);
  counter-increment: number;
  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;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
  position: absolute;
  top: 3px;
  left: 0;
}
.u_once_detail .item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .u_once_detail .head {
    width: 30%;
  }
}
.u_once_detail .ttl {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .u_once_detail .ttl {
    font-size: 22px;
  }
}
.u_once_detail .ttl .small {
  font-size: 16px;
  line-height: 1.5;
}
.u_once_detail .detail p {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-weight: 500;
}

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

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

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

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* ===============================================
# qaここまで
=============================================== */
/* ===============================================
# MV
=============================================== */
.main_visual_slick li {
  top: 60px !important;
  left: 60px !important;
}
@media (max-width: 767px) {
  .main_visual_slick li {
    top: 0 !important;
    left: 0 !important;
  }
}

/* ===============================================
# TOP共通
=============================================== */
[id^=front_sec] {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  [id^=front_sec] {
    margin-bottom: 80px;
  }
}
[id^=front_sec] .container {
  padding: 0 6%;
  max-width: calc(1200px + 12%);
}
[id^=front_sec] h2::before {
  content: none;
}
@media (max-width: 767px) {
  [id^=front_sec] .mb60 {
    margin-bottom: 4rem !important;
  }
}
[id^=front_sec] h2 {
  font-weight: bold;
  color: #333333;
  padding-bottom: 0;
  font-size: 1.1111111111em;
  letter-spacing: 0.06em;
  line-height: 1.4411764706em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 {
    font-size: 24px;
  }
}
[id^=front_sec] h2.en:before {
  content: attr(data-en);
  display: block;
  font-weight: bold;
  font-family: "sofia-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  content: attr(data-en);
  color: #333333;
  font-size: 66px;
  height: auto;
  width: auto;
  background: transparent;
  position: static;
  line-height: 1;
  margin-bottom: 16px;
}

/* ===============================================
# scroll
=============================================== */
.scroll {
  position: absolute;
  font-size: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  right: 50%;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* ===============================================
# sec01
=============================================== */
#front_sec01 {
  padding: 200px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec01 {
    padding: 25% 0 0;
  }
}
#front_sec01 .scroll {
  top: 5%;
}
@media (max-width: 510px) {
  #front_sec01 .scroll {
    top: -1%;
  }
}
@media (max-width: 280px) {
  #front_sec01 .scroll {
    top: -5%;
  }
}
#front_sec01 .scroll::after {
  height: 170px;
}
@media (max-width: 510px) {
  #front_sec01 .scroll::after {
    height: 120px;
  }
}
@media (max-width: 280px) {
  #front_sec01 .scroll::after {
    height: 80px;
  }
}
#front_sec01 .container {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #front_sec01 .container {
    text-align: left;
  }
}
#front_sec01 .container::after {
  content: "Clinic";
  display: block;
  font-size: clamp(13rem, 14.6412884334vw, 200px);
  font-family: "sofia-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -19rem;
  left: 0;
  right: 0;
  color: #EEEEEE;
  text-align: center;
  z-index: -1;
  font-weight: 600;
}
@media (max-width: 1299px) {
  #front_sec01 .container::after {
    top: -15rem;
  }
}
@media (max-width: 767px) {
  #front_sec01 .container::after {
    top: -14rem;
  }
}
@media (max-width: 280px) {
  #front_sec01 .container::after {
    font-size: 10rem;
    top: -10rem;
  }
}
#front_sec01 .container h2 {
  font-size: clamp(2rem, 2.4158125915vw, 34px);
}
@media (min-width: 331px) {
  #front_sec01 .container .sp-only2 {
    display: none;
  }
}

/* ===============================================
# front_sec02
=============================================== */
#front_sec02 {
  position: relative;
}
#front_sec02::after {
  content: "Doctor";
  display: block;
  font-size: clamp(10rem, 14.6412884334vw, 200px);
  font-family: "sofia-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100px;
  height: 19%;
  min-height: 100px;
  position: absolute;
  bottom: -3%;
  left: 0;
  right: auto;
  color: #fff;
  font-weight: 600;
  z-index: -1;
}
@media (max-width: 1284px) {
  #front_sec02::after {
    bottom: -5%;
  }
}
@media (max-width: 1190px) {
  #front_sec02::after {
    bottom: -10%;
  }
}
@media (max-width: 980px) {
  #front_sec02::after {
    bottom: -14%;
  }
}
@media (max-width: 767px) {
  #front_sec02::after {
    bottom: -18%;
  }
}
@media (max-width: 280px) {
  #front_sec02::after {
    bottom: -20%;
    font-size: 9rem;
  }
}
#front_sec02::before {
  content: "";
  display: block;
  width: 100%;
  height: 87%;
  background-color: #EEEEEE;
  position: absolute;
  top: 25%;
  left: auto;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #front_sec02::before {
    height: 85%;
  }
}
#front_sec02 .container {
  padding: 0 6%;
  max-width: calc(1280px + 12%);
}
@media (min-width: 768px) {
  #front_sec02 .container .box .img img {
    min-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#front_sec02 .container .text_box {
  margin-top: 15%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  #front_sec02 .container .text_box {
    padding-left: 0;
    margin-top: 5%;
  }
}
#front_sec02 .container .text_box .doctor {
  margin-bottom: 40px;
}
#front_sec02 .container .text_box .doctor span {
  font-size: clamp(24px, 1.317715959vw, 26px);
  margin-left: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #front_sec02 .container .text_box .more a {
    margin-left: 0;
  }
}
#front_sec02 .container h3 {
  font-weight: 600;
  padding-left: 0;
  margin: 0 0 1em 0;
}
#front_sec02 .container h3::before {
  content: none;
}

/* ===============================================
# front_sec03
=============================================== */
#front_sec03 {
  padding-top: 110px;
  position: relative;
}
#front_sec03::after {
  content: "Medical";
  display: block;
  font-size: clamp(10rem, 14.6412884334vw, 200px);
  font-family: "sofia-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100px;
  height: 21%;
  min-height: 100px;
  position: absolute;
  bottom: -3%;
  left: auto;
  text-align: center;
  margin: 0 auto;
  right: -25px;
  top: 25%;
  bottom: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #EEEEEE;
  font-weight: 600;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #front_sec03::after {
    display: none;
  }
}
@media (min-width: 280px) {
  #front_sec03 h2.en:before {
    font-size: 60px;
  }
}
#front_sec03 .list .title {
  padding-left: 0;
  position: relative;
  font-size: clamp(2rem, 2.196193265vw, 32px);
  font-weight: 600;
}
@media (max-width: 767px) {
  #front_sec03 .list .title {
    margin-bottom: 5%;
  }
}
#front_sec03 .list .title::before {
  content: none;
}
#front_sec03 .list .title::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #BBBBBB;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #front_sec03 .list .title::after {
    width: 70%;
  }
}
@media (max-width: 280px) {
  #front_sec03 .list .title::after {
    width: 60%;
  }
}
#front_sec03 .list .title span {
  color: #BBBBBB;
}
#front_sec03 .list .title2 {
  padding-left: 0;
  position: relative;
  text-align: right;
  font-size: clamp(2rem, 2.196193265vw, 32px);
  font-weight: 600;
}
@media (max-width: 767px) {
  #front_sec03 .list .title2 {
    margin-bottom: 5%;
  }
}
#front_sec03 .list .title2::before {
  content: none;
}
#front_sec03 .list .title2::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #BBBBBB;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  #front_sec03 .list .title2::after {
    width: 70%;
  }
}
@media (max-width: 280px) {
  #front_sec03 .list .title2::after {
    width: 60%;
  }
}
#front_sec03 .list .title2 span {
  color: #BBBBBB;
}
#front_sec03 .list .img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 10px 10px 0px 0px #EEEEEE;
          box-shadow: 10px 10px 0px 0px #EEEEEE;
}
@media (max-width: 767px) {
  #front_sec03 .list .img img {
    min-height: 100%;
  }
}
#front_sec03 .list .text_box .box-wrap {
  padding-left: 5%;
}
@media (max-width: 767px) {
  #front_sec03 .list .text_box .box-wrap {
    padding-left: 0;
  }
}
#front_sec03 .list .text_box h3 {
  margin-top: 60px;
  font-weight: 600;
}
@media (max-width: 900px) {
  #front_sec03 .list .text_box h3 {
    margin-top: 0;
  }
}
#front_sec03 .list .text_box h3::before {
  background: #EEEEEE;
}
@media (max-width: 767px) {
  #front_sec03 .list .text_box h3 {
    margin: 5% auto;
  }
}
@media (max-width: 1140px) {
  #front_sec03 .list .text_box .pc-only {
    display: none;
  }
}
#front_sec03 .list .text_box .p_box {
  margin: 40px auto;
}
@media (max-width: 767px) {
  #front_sec03 .list .text_box .p_box {
    margin: 6% auto;
  }
}
#front_sec03 .list .text_box .more a {
  margin: 0;
}
@media (max-width: 767px) {
  #front_sec03 .list .text_box .more a {
    margin: 0 auto;
  }
}
#front_sec03 .mb {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #front_sec03 .mb {
    margin-bottom: 20%;
  }
}

/* ===============================================
# sec04
=============================================== */
#front_sec04 {
  position: relative;
  margin-top: 179px;
}
@media (max-width: 280px) {
  #front_sec04 .sp-only3 {
    display: none !important;
  }
}
#front_sec04::before {
  content: "";
  display: block;
  width: 100%;
  height: 79px;
  background: url(/wp-content/uploads/top_bg001.png) no-repeat center/contain;
  position: absolute;
  top: -77px;
  left: auto;
  right: auto;
  z-index: -1;
}
#front_sec04 .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(/wp-content/uploads/top_img005.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: auto;
  right: auto;
}
#front_sec04 .container {
  max-width: 1200px;
}
#front_sec04 .container h2 {
  font-size: clamp(2.5rem, 1.8301610542vw, 3.5rem);
  color: #fff;
}
#front_sec04 .container h2::after {
  content: "";
  display: block;
  width: 57%;
  height: auto;
  position: absolute;
  bottom: -15px;
  border-bottom: 2px dashed #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  #front_sec04 .container h2::after {
    width: 45%;
  }
}
@media (max-width: 1350px) {
  #front_sec04 .container h2::after {
    width: 40%;
  }
}
@media (max-width: 1202px) {
  #front_sec04 .container h2::after {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #front_sec04 .container h2::after {
    width: 70%;
  }
}
@media (max-width: 500px) {
  #front_sec04 .container h2::after {
    width: 80%;
  }
}
#front_sec04 .box_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
  color: #fff;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 890px) {
  #front_sec04 .box_wrap ul {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #front_sec04 .box_wrap ul {
    display: contents;
  }
}
#front_sec04 .box_wrap ul li {
  list-style: none;
  position: relative;
  font-size: clamp(1.8rem, 1.4641288433vw, 20px);
  padding-left: 2.5em;
  width: 50%;
  min-width: 336px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #front_sec04 .box_wrap ul li {
    width: 100%;
    min-width: 100%;
    font-size: clamp(1.6rem, 1.4641288433vw, 20px);
  }
}
@media (max-width: 280px) {
  #front_sec04 .box_wrap ul li {
    min-width: 100%;
    margin-bottom: 4%;
  }
}
#front_sec04 .box_wrap ul li::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/wp-content/uploads/top_img006.png) no-repeat center/contain;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  #front_sec04 .box_wrap ul li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
#front_sec04 .box_wrap ul li .block {
  display: inline-block;
}
#front_sec04 .box_wrap ul li .marker {
  background-color: #333333;
  padding: 2px 8px;
  margin-left: 0.5rem;
}
@media (max-width: 280px) {
  #front_sec04 .box_wrap ul li .marker {
    padding: 0.5rem 1rem;
    line-height: 2.5;
  }
}
@media (max-width: 500px) {
  #front_sec04 .box_wrap ul li .mno {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #front_sec04 .box_wrap ul li .mno {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #front_sec04 .box_wrap ul li .mno2 {
    margin-left: 0;
  }
}
@media (max-width: 870px) {
  #front_sec04 .box_wrap ul li .pc-only2 {
    display: none;
  }
}
#front_sec04 .bg_img {
  padding: 80px;
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
}
@media (max-width: 1299px) {
  #front_sec04 .bg_img {
    padding: 60px;
  }
}
@media (max-width: 800px) {
  #front_sec04 .bg_img {
    padding: 60px 5% 60px 8%;
  }
}
@media (max-width: 780px) {
  #front_sec04 .bg_img {
    padding: 80px 5%;
  }
}
@media (max-width: 572px) {
  #front_sec04 .bg_img {
    padding: 18% 5%;
  }
}

/* ===============================================
# sec05
=============================================== */
#front_sec05 {
  position: relative;
}
@media (max-width: 280px) {
  #front_sec05 {
    margin-bottom: 60px;
  }
}
#front_sec05 .scroll {
  top: -22%;
}
@media (max-width: 767px) {
  #front_sec05 .scroll {
    top: -17%;
  }
}
#front_sec05 .scroll::after {
  height: 100px;
}
@media (max-width: 510px) {
  #front_sec05 .scroll::after {
    height: 120px;
  }
}
#front_sec05 .container {
  position: relative;
  max-width: 1200px;
}
#front_sec05 .container::after {
  content: "";
  display: block;
  width: 119px;
  height: 119px;
  background: url(/wp-content/uploads/bg_001.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #front_sec05 .container::after {
    width: 79px;
  }
}
@media (max-width: 280px) {
  #front_sec05 .container::after {
    top: -10%;
  }
}
#front_sec05 .container::before {
  content: "";
  display: block;
  width: 119px;
  height: 119px;
  background: url(/wp-content/uploads/bg_002.png) no-repeat center/contain;
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media (max-width: 767px) {
  #front_sec05 .container::before {
    width: 79px;
    top: 0;
  }
}
@media (max-width: 280px) {
  #front_sec05 .container::before {
    top: -10%;
  }
}
@media (max-width: 767px) {
  #front_sec05 .container img {
    max-width: 40%;
  }
}
#front_sec05 .container h2 {
  padding-top: 2rem;
  font-size: 34px;
}
#front_sec05 .container h2 .icon {
  font-size: 34px;
  position: relative;
}
#front_sec05 .container h2 .icon::before {
  content: "＼";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 20%;
  left: -34px;
  right: auto;
}
@media (max-width: 767px) {
  #front_sec05 .container h2 .icon::before {
    left: -3.5294117647rem;
  }
}
@media (max-width: 330px) {
  #front_sec05 .container h2 .icon::before {
    content: none;
  }
}
#front_sec05 .container h2 .icon::after {
  content: "／";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 20%;
  right: -34px;
  left: auto;
}
@media (max-width: 767px) {
  #front_sec05 .container h2 .icon::after {
    right: -3.5294117647rem;
  }
}
@media (max-width: 330px) {
  #front_sec05 .container h2 .icon::after {
    content: none;
  }
}
@media (max-width: 767px) {
  #front_sec05 .container h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) and (max-width: 280px) {
  #front_sec05 .container h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
#front_sec05 .container h2 span {
  font-size: 18px;
}
@media (max-width: 767px) {
  #front_sec05 .container h2 span {
    font-size: 1.6rem;
  }
}
#front_sec05 .container .link_wrap {
  width: 100%;
  margin: 60px auto 0;
  /*padding: 0 4%;*/
  /* @media (max-width : ($header_break_point - 1)+px) {
            width: calc(80% + 8%);
        }

        @media (max-width : 820px) {
            width: calc(85% + 8%);
        }*/
}
@media (max-width: 280px) {
  #front_sec05 .container .link_wrap {
    width: 100%;
    padding: 0;
    margin-top: 15%;
  }
}
#front_sec05 .container .link_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
@media (min-width: 981px) {
  #front_sec05 .container .link_wrap ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (max-width: 980px) {
  #front_sec05 .container .link_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
#front_sec05 .container .link_wrap ul li {
  width: calc((100% - 16px) / 3);
}
@media (max-width: 980px) {
  #front_sec05 .container .link_wrap ul li {
    width: 100%;
    margin-bottom: 6%;
  }
}
#front_sec05 .container .link_wrap ul li .reservation {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  #front_sec05 .container .link_wrap ul li .reservation {
    margin-bottom: 6%;
  }
}
#front_sec05 .container .link_wrap ul li .reservation a {
  padding: 1.1em 0.5em 1.1em 1.5em;
}
#front_sec05 .container .link_wrap ul li .reservation a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/reservation_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 5%;
  right: auto;
  border: none;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 800px) and (min-width: 768px) {
  #front_sec05 .container .link_wrap ul li .reservation a::after {
    width: 18px;
    height: 18px;
  }
}
#front_sec05 .container .link_wrap ul li .reservation a:hover {
  opacity: 0.5;
  background: #333333;
  color: #fff;
}
#front_sec05 .container .link_wrap ul li .reservation a:hover::after {
  border: none;
}
#front_sec05 .container .link_wrap ul li .reverse {
  /*@media (max-width: 980px) {
    margin-bottom: 6%;
  }*/
}
#front_sec05 .container .link_wrap ul li .reverse a {
  border: 1px solid #333333;
  color: #333333;
  background: #fff;
}
#front_sec05 .container .link_wrap ul li .reverse a:after {
  background: url(/wp-content/uploads/icon_w.png) no-repeat center/contain;
}
#front_sec05 .container .link_wrap ul li .reverse a:hover {
  background: #333333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec05 .container .link_wrap ul li .reverse a:hover:after {
  border-color: #fff;
  background: url(/wp-content/uploads/Icon_b.png) no-repeat center/contain;
}
@media (min-width: 981px) {
  #front_sec05 .container .link_wrap ul li:nth-child(-n+2) {
    width: 45%;
    margin: auto auto 60px;
  }
}
#front_sec05 .container .link_wrap .line a {
  background: #319850;
  border: 1px solid #319850;
}
@media (max-width: 767px) {
  #front_sec05 .container .link_wrap .line a {
    margin-bottom: 6%;
  }
}
#front_sec05 .container .link_wrap .line a::after {
  background: url(/wp-content/uploads/line_icon.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  left: 5%;
  margin: 0;
}
#front_sec05 .container .link_wrap .line a:hover {
  opacity: 1;
  background: #fff;
  color: #319850;
}
#front_sec05 .container .link_wrap .line a:hover::after {
  background: url(/wp-content/uploads/line_icon2.png) no-repeat center/contain;
}
#front_sec05 .container .link_wrap .insta a {
  background: -webkit-gradient(linear, left top, right top, from(rgba(113, 58, 166, 0.7)), color-stop(75%, rgba(246, 37, 2, 0.7)), to(rgba(247, 207, 0, 0.7))) !important;
  background: -webkit-linear-gradient(left, rgba(113, 58, 166, 0.7) rgba(182, 47, 82, 0.7) 45%, rgba(246, 37, 2, 0.7) 75%, rgba(247, 207, 0, 0.7)) !important;
  background: linear-gradient(to right, rgba(113, 58, 166, 0.7) rgba(182, 47, 82, 0.7) 45%, rgba(246, 37, 2, 0.7) 75%, rgba(247, 207, 0, 0.7)) !important;
  border: none;
  /*@media (max-width: 767px) {
    margin-bottom: 6%;
  }*/
}
@media (min-width: 981px) {
  #front_sec05 .container .link_wrap .insta a {
    margin-left: 5%;
  }
}
#front_sec05 .container .link_wrap .insta a::after {
  content: none;
}
#front_sec05 .container .link_wrap .insta a:hover {
  opacity: 0.5;
  color: #fff;
}
@media (min-width: 981px) {
  #front_sec05 .container .link_wrap .pc_mgR a {
    margin-right: 5%;
  }
}

/* ===============================================
# front_sec_info
=============================================== */
#front_sec_info {
  margin-bottom: 0;
  padding: 80px 0;
  background-color: #EEEEEE;
}
@media (max-width: 767px) {
  #front_sec_info {
    padding-bottom: 250px;
  }
}
@media (max-width: 280px) {
  #front_sec_info {
    padding-top: 60px;
  }
}
#front_sec_info .mb30 {
  margin-bottom: 30px;
}
#front_sec_info .mb20 {
  margin-bottom: 20px;
}
#front_sec_info .mb {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #front_sec_info .mb30_sp20 {
    margin-bottom: 20px !important;
  }
}
#front_sec_info .more_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #front_sec_info .more_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front_sec_info .more_box .more {
  width: 50%;
}
@media (max-width: 767px) {
  #front_sec_info .more_box .more {
    width: 100%;
    margin-bottom: 20px;
  }
}
#front_sec_info .more_box .reverse a {
  border: none;
  color: #333333;
  background: #fff;
}
#front_sec_info .more_box .reverse a:after {
  background: url(/wp-content/uploads/icon_w.png) no-repeat center/contain;
}
#front_sec_info .more_box .reverse a:hover {
  background: #333333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec_info .more_box .reverse a:hover:after {
  border-color: #fff;
  background: url(/wp-content/uploads/Icon_b.png) no-repeat center/contain;
}
#front_sec_info .tel {
  position: relative;
}
#front_sec_info .tel a {
  font-size: clamp(30px, 2.9282576867vw, 40px);
  margin-left: 0.85em;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
#front_sec_info .tel a::before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat left center/100%;
  position: absolute;
  top: 35%;
  bottom: 50%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  #front_sec_info .tel a::before {
    top: 30%;
  }
}
#front_sec_info .info_box .table-schedule {
  border: none;
}
#front_sec_info .info_box .table-schedule thead,
#front_sec_info .info_box .table-schedule th {
  background: none;
  color: #333333;
  border-left: 1px solid #BBBBBB;
  border-right: 0;
}
#front_sec_info .info_box .table-schedule th,
#front_sec_info .info_box .table-schedule td {
  border: none;
  background: none;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
}
#front_sec_info .shopinfo {
  position: relative;
  padding-left: 4%;
  height: 100%;
}
@media (max-width: 767px) {
  #front_sec_info .shopinfo {
    padding: 0;
  }
}
#front_sec_info .shopinfo .map {
  grid-area: map;
}
#front_sec_info .shopinfo .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 470px;
}
@media (max-width: 767px) {
  #front_sec_info .shopinfo .map iframe {
    height: 350px;
  }
}
#front_sec_info .shopinfo .sub_box {
  position: absolute;
  top: 520px;
  width: 100%;
  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;
}
@media (max-width: 1100px) {
  #front_sec_info .shopinfo .sub_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #front_sec_info .shopinfo .sub_box {
    top: 400px;
  }
}
#front_sec_info .shopinfo .sub_box .no1 {
  background: rgba(51, 51, 51, 0.8);
  padding: 0.1rem 2rem;
  color: #fff;
  text-align: center;
}
#front_sec_info .shopinfo .sub_box .no2 {
  margin-top: -5px;
  max-width: 157px;
}
#front_sec_info .shopinfo .sub_box .no2 a:hover {
  opacity: 0.5;
}

/* ===============================================
# ani
=============================================== */
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-trigger.wow {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

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

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

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

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

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

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

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

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

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

/* ===============================================
# 修正追加
=============================================== */
.sml {
  font-size: clamp(10px, 0.878477306vw, 12px);
}
@media (max-width: 330px) {
  .sml {
    font-size: 8.5px;
  }
}

@media (max-width: 767px) {
  .top_sml {
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 0.3333333333em !important;
  }
}

[id^=front_sec] .sml {
  padding-left: 8px;
}

#front_sec05 .link_wrap {
  /*li {
    &:nth-of-type(5) {
      .reservation a {
        padding-left: 2.5em !important;

        @media screen and (min-width: 767px) and (max-width: $header_break_point - 1+px) {
          padding-left: 1.5em !important;
        }
      }
    }
  }*/
}
#front_sec05 .link_no2 ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 980px) {
  #front_sec05 .link_no2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 981px) {
  #front_sec05 .link_no2 ul .link_no2 ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #front_sec05 .link_no2 ul .more 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
#front_sec05 .link_no2 ul > * {
  width: calc((100% - 30px) / 3 - 1px);
}
@media (max-width: 980px) {
  #front_sec05 .link_no2 ul > * {
    width: 100%;
    margin-bottom: 6%;
  }
}
#front_sec05 .link_no2 ul .line a {
  background: #319850;
  border: 1px solid #319850;
}
@media (max-width: 980px) {
  #front_sec05 .link_no2 ul .line a {
    margin-bottom: 0;
  }
}
#front_sec05 .link_no2 ul .line a::after {
  background: url(/wp-content/uploads/line_icon.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  left: 5%;
  margin: 0;
}
#front_sec05 .link_no2 ul .line a:hover {
  opacity: 1;
  background: #fff;
  color: #319850;
}
#front_sec05 .link_no2 ul .line a:hover::after {
  background: url(/wp-content/uploads/line_icon2.png) no-repeat center/contain;
}
#front_sec05 .link_no2 ul .reservation a {
  padding-left: 1.25em;
}
@media (max-width: 767px) {
  #front_sec05 .link_no2 ul .reservation a {
    padding: 1.1em 0.3em 1.1em 2em;
  }
}
#front_sec05 .link_no2 ul .reservation a::after {
  background: url(/wp-content/uploads/reservation_icon.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  right: auto;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#front_sec05 .link_no2 ul .reservation a:hover {
  opacity: 0.5;
  color: #fff;
  background: #333333;
}
@media (min-width: 981px) {
  #front_sec05 .link_no2 ul p {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1299px) {
  #front_sec05 .sml {
    display: block;
  }
}

@media (max-width: 484px) {
  footer .sp-only {
    display: block;
  }
}
@media (max-width: 412px) {
  footer .sp-only02 {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */