@charset "UTF-8";
/*
Theme Name: NASUCIC
Theme URI: nasusougouhoken.com
Description: 
Version: 1.0
Author: 
Author URI: 
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/
/* RESET
----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* General Setting 
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
blockquote {
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-left: 2rem;
}
/* Link
----------------------------------------------------*/
a:link {
  color: #1F6934;
  text-decoration: underline;
}
a:visited {
  color: #1F6934;
  text-decoration: underline;
}
a:hover {
  color: #3487c7;
  text-decoration: none;
}
a:active {
  color: #3487c7;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=6);
  transition: all 0.5s;
}
/* structure layout
----------------------------------------------------*/
.container {
  margin: 0 auto;
}
.inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0;
}
.content {
  margin: 0 auto;
  padding: 100px 0;
}
.home .content {
  padding: 100px 0 !important;
}
.page .content {
  padding: 60px 0 100px;
}
.single .content, .archive .content {
  margin-top: 0;
}
.content-inner {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
}
.wrap {
  max-width: 98rem;
  margin: 0 auto;
}
#wrapper {}
#header {
  margin: 0;
  padding: 0;
  background-color: #007d33;
}
.home #header {
  background-color: initial;
}
#footer {
  position: relative;
  margin: 0;
  padding: 6rem 0 6rem;
  background-color: #007d33;
  text-align: center;
}
figure {
  overflow: hidden;
  line-height: 0;
}
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
iframe {
  max-width: 100%;
  width: 100%;
}
/* header element
----------------------------------------------------*/
#header, #header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header.scroll_header {
  display: none;
  background: rgba(255, 255, 255, 0);
}
.archive #header, .single #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 85vw;
  height: 100px;
}
.home #header .header-inner {
  max-width: initial;
  height: initial;
}
#header h1.logo {
  margin: 0;
  font-size: 0.1rem;
  text-align: left;
  line-height: 0;
}
#header h1.logo a {
  display: block;
  width: min(200px, 45vw);
  margin: 0 auto;
}
#header h1.logo .svg, .home #header h1.logo .svg {
  fill: #000;
}
.home #header h1.logo {
  display: none;
}
#header p.tagline {}
#header .yoyaku-block {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#header .yoyaku-block li {
  margin: 0 5px;
}
/* global navigation
----------------------------------------------------*/
.menu-wrap {
  position: relative;
  padding: 0;
}
#nav-toggle {
  position: fixed;
  top: 30px;
  right: 35px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 0 8px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 99999
}
.open #nav-toggle, .home #nav-toggle {
  position: fixed;
  top: 30px;
  right: 35px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 0 8px;
  border: 2px solid #007d33;
  border-radius: 50px;
  z-index: 99999
}
#nav-toggle > div {
  position: relative
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease
}
.open #nav-toggle span, .home.open #nav-toggle span, .home #nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #007d33;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease
}
#nav-toggle span:nth-child(1) {
  top: 11px
}
#nav-toggle span:nth-child(2) {
  top: 20px
}
#nav-toggle span:nth-child(3) {
  top: 29px
}
#nav-toggle:hover span:nth-child(1) {
  top: 13px
}
#nav-toggle:hover span:nth-child(3) {
  top: 27px
}
.open #nav-toggle {}
.open #nav-toggle span {}
.open #nav-toggle span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg)
}
.open #nav-toggle span:nth-child(2) {
  top: 20px;
  width: 0;
  left: 50%
}
.open #nav-toggle span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg)
}
nav.gnav {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  background-color: #e8fdd4;
  text-align: center;
  transition: .5s;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
.gnav ul.menu {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.gnav ul.menu li {
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0 1.5rem;
  padding: 0;
  text-align: center;
}
.gnav ul.menu li a {
  position: relative;
  font-size: 0rem;
  text-decoration: none;
}
.open nav.gnav {
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: 100vh;
}
.open .gnav ul.menu {
  display: block;
  list-style: none;
  margin: 1rem auto;
  padding: 10rem 0;
  font-size: 0;
  text-align: center;
}
.open .gnav ul.menu li {
  position: relative;
  display: block;
  list-style-type: none;
  margin: 6rem 1.5rem;
  padding: 5px 0;
  text-align: center;
}
.gnav ul.menu li:first-child {}
.open .gnav ul.menu li a {
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
}
.gnav ul.menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #3487c7;
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .4s;
}
.gnav ul.menu li a:hover::after {
  transform: scale(1, 1);
}
.gnav ul.menu li .current, .gnav ul.menu li a:hover {
  text-decoration: none;
  color: #3487c7;
}
.gnav ul.menu ul.sub-menu, .gnav ul.menu ul.children {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  background: #3487c7;
  z-index: 99999;
}
.gnav ul.menu ul.sub-menu ul, .gnav ul.menu ul.children ul {
  left: 100%;
  top: 0;
}
.gnav ul.menu ul li:first-child {
  border-left: none;
}
.gnav ul.menu ul a, .gnav ul.menu ul ul a {
  width: 20rem;
  margin: 0;
  border-right: none;
  color: #000;
}
.gnav ul.menu ul a:hover, .gnav ul.menu ul ul a:hover {
  background-color: #fff;
}
.gnav ul.menu li:hover > ul, .gnav ul.menu ul li:hover > ul {
  display: block;
  background: #fff;
}
.gnav ul .current_page_item > a, .gnav ul .current_page_ancestor > a, .gnav ul .current-menu-item > a, .gnav ul .current-menu-ancestor > a, .gnav ul .current-post-ancestor > a {}
.menu-toggle {
  display: none;
}
/* footer element
----------------------------------------------------*/
#footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto 30px;
}
#footer .footer-inner h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}
#footer .footer-inner p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
#footer p.copyright {
  width: 100%;
  margin: 0;
  padding: 0 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}
#footer p.copyright a, #footer p.copyright abbr {
  border: none;
}
/* visual element
-------------------------------------------------------------- */
.home.page #visualArea {
  margin: 0 auto;
}
.single #visualArea, .archive #visualArea, .page #visualArea {
  margin: 100px auto 60px;
}
#visualArea .cover {
  position: relative;
  margin: 0 auto;
  line-height: 0;
}
#visualArea .cover h2.cover-ttl {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
  line-height: 0.8;
}
#visualArea .cover h2.cover-ttl span {
  font-size: 1.6rem;
}
#visualArea .cover img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.slider {
  margin: 0 auto;
}
.slider img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.slick-current img {
  transform: scale(1);
}
.slick-slide img {
  margin: 0 auto;
  text-align: center;
}
.single-item {
  max-width: 100%;
  margin: 0 auto 5rem;
}
.slick-prev::before, .slick-next::before {
  font-size: 2.4rem;
}
.center-item .slick-next {
  right: 5rem;
  z-index: 99;
}
.center-item .slick-prev {
  left: 5rem;
  z-index: 100;
}
.single-item .slick-prev::before, .single-item .slick-next::before {
  color: #666;
}
.mv_copy {
  position: absolute;
  right: 5vw;
  z-index: 100;
  bottom: 8vh;
  text-align: center;
  margin: 0 auto;
  width: 160px;
  height: 365px;
}
.mv_copy img {
  text-align: center;
  margin: 0 auto;
}
.mv-copy-blcok {
  display: block;
  position: absolute;
  left: 6.5vw;
  top: 15vh;
  ;
  width: 480px;
  z-index: 10;
}
.mv-copy-ttl {
  margin: 0 auto 30px;
  color: #007d33;
  font-size: 84px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.mv-copy-ttl span {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.mv-copy-sub {
  margin: 0 auto 30px;
  color: #000;
  font-size: 32px;
  text-align: left;
  line-height: 1.4;
}
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}
.bg {
  margin-bottom: 10rem;
  padding: 10rem 0;
  background-color: #e1f6f4;
}
/* lyout element
----------------------------------------------------*/
.col_layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 98rem;
  margin: 0 auto 6rem;
  padding: 6rem 0;
}
.col_layout > aside, .col_layout > div {}
.col_layout .col_main {
  width: 70vw;
  border-radius: 2rem;
  background-color: #fff;
  padding: 3rem;
}
.col_layout .col_side {
  width: 20vw;
  padding: 3rem 0;
}
/* common element
----------------------------------------------------*/
.order_1 {
  order: 1;
}
.order_2 {
  order: 2;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .order_1 {
    order: 2;
  }
  .order_2 {
    order: 1;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.fade {
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  } /*アニメーション終了時は不透明度100%*/
}
/*ふわっと表示*/
.offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eachTextAnime.appeartext span:nth-of-type(20), .eachTextAnime.appeartext span:nth-of-type(11) {
  overflow-wrap: break-word !important;
}
.more-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  padding: 10px 0;
  border: 1px solid #1f6934;
  border-radius: 10px;
  background-color: #1f6934;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: color 0.5s ease;
  overflow: hidden;
}
.more-links a:hover {
  color: #1f6934;
}
.more-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0;
  background: #fff;
  transform: translate(-50%, -50%) rotate(135deg) scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.more-links a:hover::before {
  transform: translate(-50%, -50%) rotate(135deg) scaleY(1);
  height: 200%;
}
.more-links a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  position: relative;
  z-index: 2;
}
.more-links a:hover::after {
  border-color: #1f6934;
}
.more-links a span {
  position: relative;
  z-index: 2;
}
/* facebook & twitter
----------------------------------------------------*/
/* home element
----------------------------------------------------*/
.page .content .hd_ttl {
  margin: 0 auto 6rem;
  font-size: 3rem;
  font-weight: bold;
}
.intro_block {
  margin: 0 auto 16rem;
}
.intro_block p.copy {
  margin: 0 auto 12rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 2;
}
.feature_block {
  margin: 0 auto 10rem;
  padding: 6rem 0;
  background-color: #e8fdd4;
}
.feature_block h2 {
  background: linear-gradient(transparent 50%, #fff 100%);
  display: table;
  padding: 0 10px;
  text-align: center;
}
.feature_block .feature_block_inner > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature_block .feature_block_inner > div > div.wp-block-group {
  width: 24%;
}
.feature_block .feature_block_inner .wp-block-group__inner-container > div p:first-child {
  padding: 5px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.feature_block .feature_block_inner .wp-block-group__inner-container > div p:last-child {
  font-size: 18px;
}
.feature_item {
  margin-bottom: 15px;
  background-color: #fff;
}
.faq_block {
  margin: 0 auto 12rem;
}
.page .content .acd-menu {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
.page .content .acd-menu-box {
  margin: 0 0 1rem;
}
.page .content .acd-check {
  display: none;
}
.page .content .acd-label {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  padding: 2rem 3rem;
  background-color: #007d33;
  color: #fff;
  font-size: 2.4rem;
}
.page .content .acd-content {
  position: relative;
  height: 0;
  font-size: 2.4rem;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  visibility: hidden;
  opacity: 0;
}
.page .content .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  margin: 0 0 3rem;
  padding: 2rem 3rem;
  visibility: visible;
  opacity: 1;
  line-height: 1.6;
}
.page .content .acd-menu-box label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  transform: rotate(135deg);
}
.page .content .acd-menu-box input[type=checkbox]:checked + label::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service_item_block {
  margin: 0 auto 12rem;
}
.service_item_block p.ttl_type {
  display: block;
  max-width: 50%;
  margin: 0 auto 3em;
  padding: 10px;
  border-radius: 10px;
  background-color: #eef6ff;
  font-size: 1.8rem;
}
.service_item_block_inner {
  margin: 0 auto 10rem;
}
.service_item_block_inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.service_item_block .service_item_block_inner > div > div.wp-block-group {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 200px;
  width: 280px;
  padding: 0 2rem 3rem;
  border: 1px solid #999;
}
.service_item_block .service_item_block_inner > div > div.wp-block-group > div {
  margin: 0 auto;
  text-align: center;
}
.service_item_block .service_item_block_inner > div > div.wp-block-group figure img {
  max-height: 80px;
}
.service_item_block .service_item_block_inner > div > div.wp-block-group > div p.caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.flow_block {
  margin: 0 auto 12rem;
  padding: 4rem 4rem 6rem;
  background-color: #e8fdd4;
}
.flow_block .flow_block_inner {}
.flow_block .flow_block_inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flow_block .flow_block_inner > div > div.wp-block-group {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 300px;
  width: 300px;
  padding: 0 2rem;
  background-color: #fff;
  text-align: center;
}
.flow_block .flow_block_inner > div .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid #007d33;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-radius: 5px;
}
.flow_block .flow_block_inner > div > div.wp-block-group > div {
  margin: 0 auto;
  text-align: center;
}
.flow_block .flow_block_inner > div > div.wp-block-group figure img {
  max-height: 110px;
  margin: 0 auto 15px;
}
.flow_block .flow_block_inner > div > div.wp-block-group > div h3 {
  margin: 0 auto 15px;
  font-size: 2rem;
  font-weight: bold;
}
.flow_block .flow_block_inner > div > div.wp-block-group > div p {
  font-size: 1.8rem;
}
.local_nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 50%;
  margin: 100px auto;
}

.yoyaku_block {
  position: sticky;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.yoyaku_block.is-visible {
  opacity: 1;
  visibility: visible;
}
.reservation_block {
  margin-bottom: 10rem;
  padding: 3rem 0;
  background-color: #aad861;
}
.reservation_block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.reservation_block h2::before, .reservation_block h2::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: '';
}
.reservation_block h2::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.reservation_block h2:after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.reservation_block .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 480px;
  padding: 30px 0;
  border: 1px solid #1f6934;
  border-radius: 50px;
  background: linear-gradient(160deg, #ffffff 50%, #fffdb8 50%); /* ← 斜め地に変更 */
  color: #1f6934;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  outline: none;
  transition: color 0.5s ease;
  overflow: hidden;
}
.reservation_block .btn a:hover {
  color: #fff;
}
.reservation_block .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0;
  background: linear-gradient(160deg, #1f6934 90%, #14522a 90%); /* ← ホバー時の斜め反転地 */
  transform: translate(-50%, -50%) rotate(160deg) scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.reservation_block .btn a:hover::before {
  transform: translate(-50%, -50%) rotate(160deg) scaleY(1);
  height: 200%;
}
.reservation_block .btn a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #1f6934;
  border-right: 2px solid #1f6934;
  content: '';
  position: relative;
  z-index: 2;
}
.reservation_block .btn a:hover::after {
  border-color: #fff;
}
.reservation_block .btn a span {
  position: relative;
  z-index: 2;
}
/* page element
----------------------------------------------------*/
.page .content h1.page_ttl {
  margin: 0 auto 10rem;
  color: #007d33;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}
.page .content h2.ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 10px;
  color: #007d33;
  font-size: 3rem;
  font-weight: bold;
}
.page .content h2.ttl::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #007d33;
  z-index: 1;
}
.page .content h2.ttl::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.post .section {
  margin-bottom: 16rem;
}
.post p.tel {
  font-size: 1.8rem;
}
.post p.tel strong {
  font-size: 2.4rem;
  font-weight: bold;
}
/* post meta
----------------------------------------------------*/
div.post-meta {
  margin: 0 0 3rem;
  padding: 0;
}
div.post-meta ul {
  margin: 0;
}
div.post-meta ul li {
  display: inline-flex;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1;
}
div.post-meta ul li.cal {}
div.post-meta ul li.cat {}
div.post-meta ul li.author, div.post-meta ul li.comment {}
div.post-meta ul li.tag {}
div.post-meta ul li a {
  display: block;
  margin: 5px 0 auto;
  padding: 0.2rem 1.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #eee;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}
div.post-meta ul li .new_bg {}
div.post-meta ul li .new_bg::before {}
div.post-meta ul li .new_bg .new-text {
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  color: #c00;
}
.post_list_block {
  margin-bottom: 3rem;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
.post_list_block:first-child {}
.post_list_block .post-meta {
  margin-bottom: 1rem;
}
.post_list_block h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.post_list_block h2 a {
  text-decoration: none;
}
/* content element
----------------------------------------------------*/
.content .post {}
.page .content .post {}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 3rem 0;
}
.post .header_block h2 {
  margin: 0 0 2.5rem;
  padding: 1.5rem 0;
  border-bottom: 2px solid #e5e5e5;
  color: #333;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.post h2 {
  font-size: 2.4em;
  font-weight: bold;
}
.post section > h3 {
  margin-top: 0 !important;
}
.post h3 {
  padding-left: 1rem;
  border-left: 5px solid #333;
  font-size: 2.2rem;
  font-weight: bold
}
.post h4 {
  font-size: 2rem;
  font-weight: bold;
}
.post h5 {
  font-size: 1.8rem;
}
.post h6 {
  font-size: 1.6rem;
}
.post p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post code {
  color: #06c;
  font-family: 'Courier New', Courier, monospace;
}
.post img.wp-smiley {
  border: none;
  padding: 0;
  background: none;
  margin: 0;
}
.post blockquote p {
  margin: 0;
}
.post blockquote {
  clear: both;
  position: relative;
  margin: 0 0 3rem;
  padding: 3rem 5rem 4rem;
  background: #fafafa;
  border: 1px #e5e5e5 solid;
}
.post blockquote:before {
  position: absolute;
  top: 20px;
  left: 10px;
  content: '\f10d';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote:after {
  position: absolute;
  bottom: 20px;
  right: 10px;
  content: '\f10e';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote cite {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1.2rem;
  color: #808080;
}
.post div.wp-caption {
  margin: 2rem 0;
}
.post div.wp-caption img {
  margin: 0;
}
.post div.wp-caption p {
  font-size: 1.4rem;
}
.post ul {
  margin: 0 0.5rem 2rem;
  padding: 0;
  list-style: disc;
}
.post ol {
  margin: 0 15px 20px;
  padding: 0;
  list-style: decimal;
  list-style-position: outside;
}
.post li {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
  font-size: 1.6rem;
}
.post li a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.post li a:hover {}
.post .wp-block-image {
  margin-bottom: 30px;
}
.post table {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
}
.post table th {
  width: 25%;
  padding: 10px;
  border: 1px solid #999;
  border-width: 0 0 1px 1px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.6;
}
.post table td {
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  font-size: 16px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.6;
}
/* Bottom Navigation, Comment Navigation
----------------------------------------------------*/
div.nav-below {
  margin: 80px 0 0;
  overflow: auto;
}
div.navigation {
  overflow: auto;
}
div.navigation a {
  margin-bottom: 10px
}
.nav-previous a, .nav-next a, div.navigation .pagenext a, div.navigation .pageprev a {
  font-size: 85%;
  text-decoration: none;
}
.nav-previous a, div.navigation .pageprev a {
  float: left;
  padding: 2px 10px;
  border: 1px solid #519fc9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #519fc9 url(./images/icon_prev.gif) no-repeat left top;
  color: #fff;
  text-decoration: none;
}
.nav-next a, div.navigation .pagenext a {
  float: right;
  padding: 2px 10px;
  border: 1px solid #519fc9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #519fc9 url(./images/icon_next.gif) no-repeat right top;
  color: #1F6934;
  text-decoration: none;
}
.nav-previous a, div.navigation .pageprev a:hover, .nav-next a, div.navigation .pagenext a:hover {
  border: 1px solid #519fc9;
  background: #92d0f1;
  color: #519fc9;
}
/* Sidebar Area
----------------------------------------------------*/
.sideArea {
  margin: 10px 0 6rem;
  padding: 0;
}
.widget-area ul {
  margin: 0;
  padding: 0
}
.widget-area ul li {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style-position: outside;
  line-height: 1.2;
  font-size: 1.6rem
}
.widget-area #categories-2, .widget-area #recent-posts-2, .widget-area #search-2 {
  margin: 0 0 6rem;
  padding: 0
}
.widget-area .screen-reader-text {
  display: none
}
.sideArea h3 {
  margin: 3rem 0 1.5rem;
  padding: 1rem 0 1rem;
  border-bottom: 2px solid #e5e5e5;
  font-weight: bold;
  text-align: left;
  font-size: 2rem
}
.sideArea li:first-child h3 {
  margin-top: 0
}
.sideArea p {
  margin: 0 0 15px;
  padding: 0
}
.sideArea a {
  text-decoration: none;
}
/* Comments Area
----------------------------------------------------*/
/* Form
----------------------------------------------------*/
/* Searchform
----------------------------------------------------*/
form#searchform {}
form#searchform input[type=submit] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 15px;
  line-height: normal;
  cursor: pointer; /* Old browsers */
}
form#searchform input[type=submit]:hover {}
form#searchform input[type=text] {
  width: 200px;
  height: 35px;
  padding: 5px;
}
form#searchform input[type="text"]:focus {
  color: #444;
}
form#searchform label {
  display: none;
}
/* コンタクトフォーム
----------------------------------------------------*/
.wpcf7-list-item {
  display: block;
  margin-top: 1rem;
}
.contact-input-area .contact_form {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  margin: 0 auto 30px;
  border: none;
}
.contact-input-area .contact_form th {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem;
  border: none;
  background-color: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form td {
  display: block;
  position: relative;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  border: none;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form th p, .contact-input-area .contact_form td p {
  margin: 0;
}
.contact-input-area .contact_form input[text], .contact-input-area .contact_form textarea {
  width: 100%;
  margin: 0;
}
.contact-input-area .required-contactform {
  margin: 0 0 0 1rem;
  color: #c03;
  font-size: 1.4rem;
}
.contact-input-area .unrequired-contactform {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background: #bdbdbd;
  border-radius: 3px;
  color: #bdbdbd;
}
.contact-input-area .table-bordered {}
.contact-input-area .table-bordered td, .contact-input-area .table-bordered th {
  /*  border-bottom: 1px solid #ddd;*/
}
.contact-input-area input[type=submit] {
  display: block;
  width: 280px;
  margin: 1.5rem auto;
  padding: 1.5rem;
  border: 1px solid #007d33;
  border-radius: 10px;
  background-color: #007d33;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 0 #eee;
  cursor: pointer;
}
.contact-input-area input[type=submit]:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
  transition: .4s;
  color: #007d33;
  border: 1px solid #007d33;
  background-color: #fff;
}
.contact-input-area input[type="radio"] {
  margin: 0 0 4px 0;
}
input[type="text"], input[type="email"], input[type="search"], textarea {
  margin: 0;
  padding: 1rem;
  max-width: 100%;
  width: 100%;
  outline: none;
  background-color: #efefef;
  border: 1px solid #1F6934;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  font-size: 1.6rem;
  vertical-align: bottom;
}
textarea {
  overflow: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #519fc9;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  -moz-box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  color: #444;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem;
}
/* --- privacy-policy --- */
.privacy-box {
  margin-bottom: 50px;
}
.privacy-box .privacy-policy {
  display: block;
  width: 100% !important;
  max-width: 980px;
  height: 200px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  overflow-y: scroll;
}
.privacy-box .privacy-policy p {
  margin-bottom: 15px !important;
  font-size: 14px;
}
.privacy-box .privacy-comment {
  font-size: 13px;
  margin-bottom: 10px;
}
.privacy-box .check-disabled {
  font-size: 16px;
  color: #afafaf;
}
/* PREV NEXT
----------------------------------------------------*/
#prev-next {
  display: table;
  width: 100%;
  margin: 60px 0;
  padding: 0;
}
#prev-next .prev-block, #prev-next .next-block {
  display: table-cell;
  position: relative;
  width: 50%;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}
#prev-next .prev-block a, #prev-next .next-block a {
  display: block;
  padding: 20px;
  color: #1F6934;
  font-size: 1.4rem;
  text-decoration: none;
}
#prev-next .prev-block a:hover, #prev-next .next-block a:hover {
  background-color: rgba(238, 238, 238, 0.7);
  color: #ccc;
  text-decoration: none;
  transition: 0.8s;
}
#prev-next .prev-block-no, #prev-next .prev-block {
  border-right: 1px dotted #ccc;
}
#prev-next .next-block-no, #prev-next .next-block a #next_title {
  text-align: right;
}
#prev-next .prev-block-no, #prev-next .next-block-no {
  display: table-cell;
  position: relative;
  width: 50%;
  padding: 20px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  color: #ccc;
  font-size: 1.4rem;
}
@media only screen and (min-width: 780px) {
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
}
/* sns
----------------------------------------------------*/
.sns-share {
  width: 100%;
  margin: 3rem auto 6rem;
  padding: 0;
}
.snstext, .snscount {
  display: none;
}
.sns-share ul {
  margin: 0 auto;
  text-align: center;
}
.sns-share ul li {
  position: relative;
  display: inline-flex;
  list-style: none;
  margin: 0 1rem 1rem;
  width: 40px;
  list-style-type: none;
}
.sns-share li:last-child {}
.sns-share li i {
  font-size: 1.6rem !important;
}
.sns-share ul li a {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
}
.sns-share ul li a:hover {}
.sns-share .twitter a, .sns-share .facebook a, .sns-share .pocket a, .sns-share .hatebu a, .sns-share .line a {
  background-color: #000;
}
.sns-share .twitter a:hover, .sns-share .facebook a:hover, .sns-share .hatebu a:hover, .sns-share .line a:hover, .sns-share .pocket a:hover {
  background-color: #9fa0a0;
}
/* 関連記事表示部分
----------------------------------------------------*/
.post-related {
  margin: 0 0 6rem;
}
.post-related .related-ttl {
  margin: 0 0 3rem;
  padding: 1.5rem;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.8rem;
  font-weight: bold;
}
.post-related .article-img {
  width: 15%;
}
.post-related .article-text {
  width: 80%;
}
.post-related .article-text {
  font-size: 1.8rem;
}
.post-related {
  font-size: 1.6rem;
}
/* gallery
----------------------------------------------------*/
#gallery-1 {
  margin: auto;
}
#gallery-1 ul {
  width: 100%;
}
#gallery-1 .gallery-item {
  display: inline-block;
  position: relative;
  width: auto /*33%*/ ;
  list-style: none;
  margin: 0px 6px 6px 0;
  padding: 0px;
  text-align: left;
}
#gallery-1 .gallery-icon {
  margin: 0;
}
#gallery-1 .gallery-item a {
  line-height: 0;
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
}
#gallery-1 img {
  width: 240px;
  height: 240px;
}
#gallery-1 .gallery-title {
  position: absolute;
  left: 0;
  top: 126px;
  width: 130px;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
#gallery-1 .gallery-item:hover .gallery-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
#gallery-1 .gallery-caption {
  margin: 0;
}
/* Misc
----------------------------------------------------*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  display: inline-block;
  float: right;
  margin: 0 0 1em 1.5em;
  width: auto;
}
.alignleft {
  display: inline-block;
  float: left;
  margin: 0 1.5em 1em 0;
  width: auto;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption-text, .gallery-caption {
  font-size: 80%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
/* wp_pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  overflow: hidden;
  margin: 30px auto 100px;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 16px;
  text-align: center;
}
.wp-pagenavi .pages {}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ccc;
  margin-left: 5px;
  padding: 3px;
  color: #e68012;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
}
.wp-pagenavi a:hover {
  background: #e68012;
  color: #fff;
  text-shadow: none;
  border-color: #e68012 !important;
}
.wp-pagenavi span.current {
  background: #e68012;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-color: #e68012 !important;
}
/* socialArea
----------------------------------------------------*/
#socialArea {
  margin: 30px auto !important;
  padding: 0;
  text-align: center;
}
#socialArea ul {
  /*	position: absolute;
	top: 80px;
	left: 350px;*/
  margin: 0 0 0 150px;
  padding: 0;
}
#socialArea ul li {
  display: inline;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
#socialArea ul li.btnTwitter {
  width: 100px;
}
#socialArea ul li.btnFacebook {
  width: 110px;
}
#socialArea ul li.btnGoogle {
  width: 100px;
}
/* pagetop
----------------------------------------------------*/
.pagetop {
  margin: 0;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: 1;
  text-indent: -99999px;
}
.pagetop a {
  display: block;
  position: fixed;
  right: 2.5rem;
  bottom: 6rem;
  width: 3rem;
  height: 3rem;
  background-color: #007d33;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(255 255 255 / 16%);
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}
.pagetop a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.pagetop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 0 0 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pagetop a:hover:before {
  border-color: #007d33;
}
/* notfound 
----------------------------------------------------*/
.notfound {
  max-width: 980px;
  margin: 100px auto 200px;
  padding: 30px 0;
}
.notfound .page-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.notfound p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px;
}
/* clearfix
----------------------------------------------------*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1367px) {}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    padding: 0;
  }
  .wrap {
    max-width: 100%;
    margin-right: 5%;
    margin-left: 5%;
  }
  /* header element
----------------------------------------------------*/
  /* global navigation
----------------------------------------------------*/
  @media screen and (max-width: 820px) {}
  @media screen and (max-width: 768px) {
    /* structure layout
----------------------------------------------------*/
    .container {
      margin: 0;
      padding: 0 5%;
    }
    .content-inner {
      padding: 0 5%;
    }
    .content {
      padding: 30px 0 100px;
    }
    .page .content {
      padding: 0px 0 100px;
    }
    .single .content, .archive .content {
      margin-top: 72px !important;
    }
    #footer {
      padding: 6rem 0 10rem;
    }
    /* lyout element
----------------------------------------------------*/
    .col_layout, .col_section {
      display: block;
      margin: 0 5%;
      max-width: none;
      width: auto;
    }
    .col_layout .col_main, .col_layout .col_side {
      width: 100%;
      padding: 0;
    }
    .order-1 {
      order: 2;
    }
    .order-2 {
      order: 1;
    }
    .order-3 {
      order: 3;
    }
    /* footer element
----------------------------------------------------*/
    #footer .footer-inner {
      display: block;
    }
    #footer .footer-inner-block:first-child, #footer .footer-inner-block {
      width: 100%;
    }
    #footer .footer-inner-block .logo {
      width: 260px;
      margin: 0 auto 60px;
    }
    #footer .footer-inner-block h2 {
      text-align: center;
    }
    #footer .footer-inner-block p {
      text-align: center;
    }
    #footer .footer-inner-block .fnav {
      display: none;
    }
    #footer .support_bnr {
      margin: 60px auto;
      text-align: center;
    }
    #footer .support_bnr ul {
      justify-content: space-around;
    }
    /* visual element
----------------------------------------------------*/
    #visualArea .cover {
      width: 100%;
    }
    .mv-copy-blcok {
      left: 5vw;
      width: 90%;
    }
    .mv-copy-ttl {
      margin: 0 auto 10px;
      font-size: 50px;
      line-height: 1.2;
    }
    .mv-copy-sub {
      font-size: 18px;
    }
    .mv_pc {
      display: none;
    }
    .mv_sp {
      display: block;
    }
    /* home element
----------------------------------------------------*/
    .intro_block p.copy {
      font-size: 2.4rem;
      line-height: 1.6;
    }
    .page .content .ttl {
      font-size: 2.3rem;
    }
    .feature_block .feature_block_inner > div {
      flex-wrap: wrap;
    }
    .feature_block .feature_block_inner > div > div.wp-block-group {
      width: 100%;
      margin-bottom: 3rem;
    }
    .page .content .acd-label {
      padding: 1.5rem 3rem 1.5rem 1.5rem;
      font-size: 1.6rem;
    }
    .page .content .acd-menu-box label::before {
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      right: 10px;
    }
    .page .content .acd-check:checked + .acd-label + .acd-content {
      padding: 2rem 1.5rem;
    }
    .page .content .acd-content {
      font-size: 1.6rem;
    }
    .service_item_block p.ttl_type {
      max-width: 100%;
      font-size: 1.8rem;
    }
    .service_item_block_inner > div {
      display: block;
    }
    .service_item_block .service_item_block_inner > div > div.wp-block-group {
      width: 98%;
      padding: 0 2rem 3rem;
      margin-bottom: 30px;
    }
    .flow_block {
      padding: 4rem 2rem 6rem;
    }
    .flow_block .flow_block_inner > div {
      display: block;
    }
    .flow_block .flow_block_inner > div > div.wp-block-group {
      width: 100%;
      margin-bottom: 3rem;
    }
    .flow_block .flow_block_inner > div .arrow {
      transform: rotate(90deg);
      margin: 0 auto 3rem;
    }
    .local_nav {
      display: block;
      width: 100%;
      max-width: 100%;
      margin: 100px auto;
    }
    .local_nav p.more-links {
      margin-bottom: 30px;
      text-align: center;
    }
    .reservation_block .btn a {
      width: 80%;
      padding: 20px 0;
    }
    /* page element
----------------------------------------------------*/
    /* コンタクトフォーム
----------------------------------------------------*/
    .wpcf7-list-item {
      display: block;
      margin-top: 1rem;
    }
    .contact-input-area .contact_form {
      width: 100%;
      overflow: hidden;
      table-layout: fixed;
      margin: 0 auto 30px;
    }
    .contact-input-area .contact_form th, .contact-input-area .contact_form td, .contact-input-area .contact_form tr:last-child th, .contact-input-area .contact_form tr:last-child td {
      display: block;
      width: 100%;
      padding: 0 0 2rem;
    }
    .contact-input-area .table-bordered th {
      border-bottom: none;
    }
  }