﻿@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css?family=Fredoka+One&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {

    /* ==========================================
       TYPOGRAPHY - FONTS
       ========================================== */
    
    --font-base: 'MFW-YuGoPr6N-Regular', sans-serif;
    --font-base-m:'MFW-YuGoPr6N-Medium', sans-serif;
    --font-base-b:'MFW-YuGoPr6N-Bold', sans-serif;

}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

@media (min-width:990.1px) {
html {
  scroll-padding-top: 100px;
}
}

body {
  background: #f3f3f3 url(img/bg_washi.png);
  background-size: 48px 48px;
  font-family: var(--font-base);
  letter-spacing: 0.1em;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

.cl {
  overflow: hidden;
}

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

/*==================================================
 Area
===================================*/

#main-area {
  margin: 0 0 100px 0;
}

#container {
  position: relative;
  overflow-x: hidden;
}

#content-area {
  width: 100%;
  padding: 0 0 0 230px;
}

@media screen and (max-width: 990px) {
  #content-area {
    padding: 0;
  }
}

.inner {
  padding: 20px 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 30px;
  }
}

/*==================================================
 Heading
===================================*/

.heading-block {
  position: relative;
  display: flex;
  justify-content: center;
}

.heading-block h2 {
  font-family: var(--font-base-m);
}

.heading-block p {
  font-size: 4rem;
  text-transform: uppercase;
  color: #ddd;
  position: absolute;
  top: 108px;
  z-index: -1;
  letter-spacing: 0.3em;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

_:-ms-lang(x)::-ms-backdrop,
#menu .heading-block p {
  margin: 0 0 0 -2.5em;
}
_:-ms-lang(x)::-ms-backdrop,
#access .heading-block p {
  margin: 0 0 0 -3.3em;
}
_:-ms-lang(x)::-ms-backdrop,
#faq .heading-block p {
  margin: 0 0 0 -2.3em;
}

#menu h2,
#access h2,
#faq h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  font-size: 2rem;
  margin: 100px 0;
}

@media screen and (max-width: 990px) {
  .heading-block p {
    font-size: 2.7rem;
    top: 58px;
  }
  #menu h2,
  #access h2,
  #faq h2 {
    font-size: 1.6rem;
    margin: 50px 0;
  }
}

.heading01 {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.heading01 .title {
  font-size: 1.5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .heading01 .title {
    font-size: 1.2rem;
  }
}

.heading01 .cap {
  color: #666;
  font-size: 0.9rem;
}

.heading02 {
  font-size: 1.1rem;
  margin: 0 0 50px 0;
  text-align: center;
}

/*==================================================
 404
===================================*/

.error404 .inner p {
  margin: 0 0 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .error404 .inner p.desc {
    text-align: left;
  }
}

/*==================================================
 Slider
===================================*/

#slider-area {
  position: relative;
}

#slider-area .scrolldown1 {
  top: inherit;
  bottom: 0;
  z-index: 1;
}

/*==================================================
  Header
===================================*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  background: #fdfdfd;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#header h1 {
  padding: 80px 0 42px 0;
  text-align: center;
}

#header svg {
  max-width: 170px;
}

#header h1 span {
  display: none;
}

/* #header p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.3em;
    font-size: 1rem;
    position: relative;
    left: 46px;
} */

#header dl {
  position: relative;
  max-width: 80%;
  left: 10%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 10px;
}

#header dl dt {
  font-size: 1.3rem;
}

#header dl dd {
  font-size: 0.9rem;
}

#header .sns-link {
  position: relative;
  max-width: 80%;
  left: 10%;
  text-align: center;
  margin-bottom: 20px;
}

@keyframes rotate {
  0% {
    color: #fff;
  }
  50% {
    color: #534330;
  }
  100% {
    color: #fff;
  }
}

#header .modal-open {
  background: #508058;
  color: #fff;
  padding: 15px 10px;
  display: block;
  font-size: 0.7rem;
  width: 184px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s;
}

.sptel {
  display: none;
}

#g-nav-list li,
.footer-link li {
  text-align: center;
}
#g-nav-list li a span,
.footer-link li a span,
#main-nav p a span {
  display: block;
  font-size: 0.6rem;
  position: relative;
  top: -5px;
  letter-spacing: 1px;
  
}

@media screen and (max-width: 990px) {
  #header {
    position: relative;
    width: auto;
    height: auto;
    background: none;
  }

  .top #header {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
  }

  #header h1 {
    padding: 90px 0 20px 0;
  }

  .top #header h1 {
    padding:300px 0 15px 0;
  }

  #header p {
    display: none;
  }

  .top #header p {
    display: block;
  }

  .top #header h1 svg path {
    fill: #fff;
  }


  #header dl {
    display: none;
  }

  .sptel {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #534330;
    color: #fff;
    text-align: center;
    height: 55px;
    width: 54px;
    position: fixed;
    right: 62px;
    top: 3px;
    z-index: 3;
  }

  .sptel a {
    display: block;
    color: #fff;
  }
  .sptel i {
    transform: rotate(-4deg);
    font-size: 1.2rem;
  }

  /* #header .sns-link{
    left: 10px;
    top:20px;
     bottom:inherit;
    } */
  #header .sns-link {
    left: 10px;
    top: -4px;
    bottom: inherit;
    position: absolute;
  }

  .top #header .sns-link a {
    color: #fff;
  }
}

@media (min-width: 769px) {
  #header .sns-link li a {
    border: 1px solid #888;
    padding: 6px 3px;
    display: flex;
    font-size: 0.7rem;
    width: 184px;
    margin: 4px 0;
    transition: all 0.2s ease-in;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: .1rem;
    flex-direction: row;
  }
  #header .sns-link li a:hover {
    background: #508058;
    color: #fff;
  }
}

@media screen and (max-width: 450px) {
  #header h1 svg {
    width: 120px;
  }

  .top #header h1 svg {
    width: 160px;
  }
}

/* sns */

.sns-link li {
  display: inline-block;
  position: relative;
}

.sns-link li i {
  font-size: 1.1rem;
}

/*==================================================
 G-navi
===================================*/

#main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

#main-nav.fixed {
  position: fixed;
  top: 0;
  width: calc(100% - 230px);
  background: #fdfdfd;
  z-index: 9;
}

#g-nav ul {
  display: flex;
}

#g-nav ul li a {
  display: block;
  padding: 34px 25px;
  position: relative;
  transition: all 0.3s;
}

#main-nav.fixed #g-nav ul li a {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 1140px) {
  #g-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1080px) {
  #g-nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#g-nav ul li.current a::before,
#g-nav ul li a:hover::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 20px;
  background: #534330;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: gnavipathmove 2.4s ease-in-out infinite;
  opacity: 0;
  color: #6a2e9e;
}

@media screen and (max-width: 990px) {
  #main-nav.fixed {
    position: relative;
    width: auto;
    background: transparent;
  }

  #g-nav ul {
    display: block;
    text-align: center;
  }
  #g-nav ul li a {
    padding: 15px;
    color: #fff;
  }
  #g-nav ul li.current a::before,
  #g-nav ul li a:hover::before {
    animation: none;
    left: 0;
    top: 48%;
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: 1;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes gnavipathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}

#main-nav p a {
  background: #534330;
  color: #fff;
  padding: 37px 20px;
  text-align: center;
  display: block;
}

#main-nav.fixed p a {
  padding-top: 27px;
  padding-bottom: 27px;
}

#main-nav p a:hover {
  background: #508058;
}

@media screen and (max-width: 990px) {
  #main-nav p a {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    padding: 10px 0;
    font-size: 1.2rem;
  }

  #main-nav p.reserveactive {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 20%;
    width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: UpAnime 1s forwards;
  }
}

@media screen and (max-width: 420px) {
  #main-nav p.telactive {
    width: 90%;
    left: 5%;
  }
}

/*==================================================
  News
===================================*/

.more-btn {
  margin: 50px 0 0 0 !important;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .more-btn {
    text-align: center;
  }
  .more-btn a,
  .more-btn span {
    display: block;
  }
}

.article-list {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ccc;
}

.wp-pagenavi {
  text-align: center;
  padding: 0 0 50px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  padding: 8px 14px !important;
  margin: 0 5px !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: none !important;
  background: #ddd;
}

#news-area {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(139, 135, 119, 0.9);
  width: 50%;
  z-index: 2;
}

@media screen and (max-width: 990px) {
  #news-area {
    position: relative;
    width: 100%;
  }
}

#news-area article .no-link,
#news-area article a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#news-area article:last-child .no-link,
#news-area article:last-child a {
  border: none;
}

#news-area article a:hover {
  background: #508058;
}

#news-area time {
  font-size: 0.6rem;
  padding: 0 10px 0 0;
}

#news-area h3 {
  font-size: 0.8rem;
}

/*==================================================
ボタン
===================================*/

.btnarrow5 {
  position: relative;
  border: 1px solid #555;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all 0.2s linear;
  font-size: 0.9rem;
}
.menu-box .btnarrow5 {
  padding: 8px 3px;
  margin-right: 1rem;
}
@media (max-width: 905px) {
  .menu-box .btnarrow5 {
    min-height: auto;
    width: 100%;
    margin-top: 1rem;
  }
}

.btnarrow5:hover {
  background: #508058;
  color: #fff;
}

.btnarrow5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #508058;
  transition: all 0.2s linear;
}
.menu-box .btnarrow5::before {
  content: none;
}

/* .btnarrow5::after{
	content:"";
	position: absolute;
    top: 19%;
    right: -21px;
	width:1px;
	height:12px;
	background:#508058;
    transform:skewX(45deg);
    transition: all .2s linear;
} */

.btnarrow5:hover::before {
  right: -30px;
}

/* .btnarrow5:hover::after{
	right:-25px;
} */
.menuBtn:hover::before {
  right: 50%;
}
/* .menuBtn:hover::after{right:59%;} */

@media (min-width: 640.1px) {
.menu--cvr {
  display: flex;
  gap: 1rem;
}
}

.menu--cvr a {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #333;
  border: 1px solid #ccc;
  font-size: 0.75rem;
  width: 200px;
  text-align: center;
  margin-bottom: 1rem;
}.menu--cvr a:hover {
  background: #fff;
}

/*==================================================
  Lead
===================================*/

#lead {
  position: relative;
  display: flex;
  justify-content: center;
  padding:150px 0 100px 0;
}

#lead .lead-area {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}

#lead .svganimeblock {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#lead .lead-heading {
  width: 65%;
}

#lead h2 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding: 0 0 0 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#lead .lead-desc {
  width: 35%;
  display: flex;
  flex-direction: row-reverse;
  height: 23em;
}

#lead .lead-desc p {
  letter-spacing: 0.1em;
  line-height: 3;
  margin: 0 0 0 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

_:-ms-lang(x)::-ms-backdrop,
#lead .lead-btn {
  margin: 0 10em 0 0;
}

#lead .btnarrow5,
.menuBtn {
  padding: 20px 15px 40px 15px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#lead .btnarrow5::before,
.menuBtn::before {
  top: 90%;
  right: 50%;
  width: 1px;
  height: 40px;
}

#lead .btnarrow5::after,
.menuBtn::after {
  top: 105%;
  right: 60%;
}

_:-ms-lang(x),
#lead .btnarrow5::after,
.menuBtn::after {
  right: 70%;
}

@media screen and (max-width: 1020px) {
  #lead h2 {
    line-height: 1.8;
    padding: 0 0 50px 0;
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }

  #lead .lead-desc p {
    line-height: 2.5;
  }

  #lead .svganimeblock {
    top: 22%;
    width: 220px;
  }
}

@media screen and (max-width: 920px) {
  _:-ms-lang(x)::-ms-backdrop,
  #lead .lead-btn {
    margin: 0;
  }

  #lead {
    height: auto;
    padding: 100px 0;
  }

  #lead .lead-heading {
    width: 100%;
    text-align: center;
  }

  #lead .lead-desc {
    width: 100%;
    padding: 0 30px;
    display: block;
    height: auto;
    font-size:.8rem;
  }

  #lead .lead-desc p {
    width: auto;
    margin: 0 0 30px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  #lead .lead-desc p br {
    display: none;
  }

  #lead .btnarrow5,
  .menuBtn {
    display: block;
    padding: 8px 30px;
    width: 250px;
    margin: 0 auto;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  #lead .btnarrow5::after,
  .menuBtn::after {
    top: 152%;
    right: 52%;
  }
}

@media (max-width: 640px) {
  #lead h2 {
    font-size: 1.2rem;
  }
}

/*==================================================
  Menu
===================================*/

#menu {
  position: relative;
  margin: 0 0 100px 0;
}

#menu .menu-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
    padding-top:600px;
}

#menu .menu-lead {
  position: relative;
  display: flex;
  justify-content: space-between;
    align-items: center;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  margin: 0 0 100px 0;
}

@media screen and (min-width: 906px) {
#menu .menu-lead {
    padding-left:4em;
}
}

#menu .menu-lead:nth-of-type(2n) {
  flex-direction: row-reverse;
  text-align: right;
}

#menu .menu-lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(img/bg_lead.png) no-repeat;
  background-size: cover;
  width: 60%;
  height: 70%;
  z-index: -1;
}

#menu .menu-lead:nth-of-type(2n)::after {
  background: url(img/bg_lead02.png) no-repeat;
  background-size: cover;
  right: 0;
  left: inherit;
}

#menu .menu-lead-img {
  width: 30%;
  margin: 0 0 0 10%;
}

#menu .menu-lead:nth-of-type(2n) .menu-lead-img {
  margin: 0 10% 0 0;
}

#menu .menu-lead-area {
  width: 50%;
}

#menu .menu-lead-area h3 {
  font-family: var(--font-base-b);
  margin: 0 0 50px 0;
}
@media (min-width:640.1px){
  #menu .menu-lead-area h3 {
    font-size: 1.2rem;
  }
}

#menu .menu-lead-area h3 .cap {
  font-size: 0.9rem;
  display: block;
}

#menu .menu-lead-area p {
  margin: 0 0 30px 0;
}

#menu section.menu-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: flex-start;
margin-bottom: 5em;
}

#menu section.menu-detail:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#menu .menu-img {
  width: 45%;
    line-height: 0;
}

#menu .menu-img-detail {
  position: relative;
}

#menu .pdf-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  width: 90%;
  margin-top: 30px;
}

#menu .pdf-link li {
  width: 48%;
  margin-bottom: 10px;
  text-align: center;
    
}

#menu .pdf-link a {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #333;
  border: 1px solid #ccc;
  font-size: 0.75rem;
}

#menu .pdf-link a:hover {
  background: rgba(255, 255, 255, 0.8);
}

#menu .menu-box {
  animation-delay: 0.5s;
}
#menu .menu-box h3 {
  font-family: var(--font-base-b);
}

#menu .menu-content {
  padding-top: 2em;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (max-width: 905px) {
  #menu .menu-content {
    padding-top: 0;
  }
}

#menu section.menu-detail .menu-img-detail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#menu .menu-content h3 {
  font-size: 1.2rem;
  margin: 0 0 0 1em;
}

#menu .menu-content p {
  height: 30em;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #menu .menu-bg {
    background-attachment: inherit;
      padding-top: 300px;
  }
}

@media screen and (max-width: 905px) {
  #menu .menu-lead::after,
  #menu .menu-lead:nth-of-type(2n)::after {
    right: 0;
    top: 6%;
    left: inherit;
    bottom: inherit;
    width: 60%;
    height: 34%;
    z-index: -1;
  }

  #menu .menu-lead {
    padding: 0;
    margin: 0;
  }

  #menu .menu-lead-img {
    width: 80%;
    margin: 0;
  }

  #menu .menu-lead-area {
    width: 100%;
    margin:0 0 50px 0;
    padding: 20px;
  }

  #menu .menu-img {
    width: 90%;
    margin: 0 auto 30px auto;
  }
    
.menu-img img{
    width:100%!important;
    }
  #menu .menu-content {
    width: 100%;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 20px;
    flex-wrap: wrap;
  }

  #menu .menu-content h3 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  #menu .menu-content p {
    height: auto;
    line-height: 1.85;
  }

  #menu .pdf-link {
    width: 100%;
    justify-content: space-between;
    font-size: 0.7rem;
  }

  /* #menu section.menu-detail {
    flex-direction: column-reverse !important;
  }
  #menu section.menu-detail:first-of-type {
    flex-direction: column !important;
  } */
}

/*==================================================
  Access
===================================*/

#access {
  position: relative;
}

#access .access-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding-top:600px;
}

#access .access-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 4px 4px #ccc;
  width: 90%;
  margin: 0 auto 100px auto;
}

#access .access-area .access-block {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em;
}

#access .access-area .access-block h3 {
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}

#access .access-area .access-block p {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}

#access .access-area .access-block ul {
  list-style: disc;
  margin: 0 0 50px 1.2em;
}

#access .access-map {
  width: 50%;
}

#access .iframe-wrap {
  position: relative;
  padding-bottom: 104.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}

#access .iframe-wrap iframe,
#access .iframe-wrap object,
#access .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  #access .access-area .access-block,
  #access .access-map {
    width: 100%;
  }
  #access .iframe-wrap {
    padding-bottom: 56.65%;
  }
  #access .access-area .access-block {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  #access .access-bg {
    background-attachment: inherit;
      padding-top: 300px;
  }
}

@media (641px <= width <= 768px )  {
  #menu .menu-bg,#access .access-bg{
      height: 25vh;
      }
  #menu .menu-content p {
      max-width: 70vw;
  }

  .mc {
      margin-inline: auto;
      max-inline-size: max-content;
  }
  .mc a {
      display: block;
      max-width: 80vw;
  }
}


@media (max-width: 640px) {
  #access .access-bg {
    background-position: center;
  }
}

/* faq */

#faq {
  position: relative;
}

.accordion-area {
  width: 90%;
  margin: 0 auto 100px auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.acc-title {
  position: relative;
  cursor: pointer;
  padding: 20px 20px 20px 50px;
  transition: all 0.5s ease;
}

.acc-title::before,
.acc-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ccc;
}

.acc-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.acc-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

.acc-title.close::before {
  transform: rotate(45deg);
}

.acc-title.close::after {
  transform: rotate(-45deg);
}

.box {
  display: none;
  padding: 20px;
  margin: 20px;
  background: #eee;
}

/* reserve */

#reserve {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 100px auto;
  padding: 100px 0 0 0;
  text-align: center;
}

#reserve .scrolldown1,
#faq .scrolldown1 {
  top: -10vh;
}

#reserve h2 {
  font-size: 1.2rem;
}

#reserve .tel {
  font-size: 2vw;
  margin: 0 0 20px 0;
}

#reserve .tel-time {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 990px) {
  #reserve h2 {
    font-size: 1rem;
  }
  #reserve .tel {
    font-size: 1.5rem;
  }
}

/* footer */
#footer .footer-logo {
  margin: 0 30px 30px 30px;
}

#footer .footer-info {
  background: #ecefef;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-time li {
  margin: 0 0 20px 0;
  font-size: 0.8rem;
}

#footer .footer-time dl {
  display: flex;
}

#footer .footer-time dt {
  width: 8em;
}

#footer .footer-time dt:after {
  content: ":";
}

#footer .footer-area {
  padding: 40px;
  background: #534330;
  color: #fff;
  text-align: center;
}

.sns-footer {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin: 0 0 40px 0;
}
.sns-footer li {
  padding: 0 10px;
}
.sns-footer a {
  padding: 0 10px;
  position: relative;
  transition: all 0.15s ease;
  font-family: "PT Sans", sans-serif;
}
.sns-footer a:hover .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}
.sns-footer a:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.sns-footer a.tw .tooltip {
  background: #2b97f1;
}
.sns-footer a.tw .tooltip:after {
  border-top-color: #2b97f1;
}
.sns-footer a.line .tooltip {
  background: #43c507;
}
.sns-footer a.line .tooltip:after {
  border-top-color: #43c507;
}
.sns-footer a.fb .tooltip {
  background: #3b5a9b;
}
.sns-footer a.fb .tooltip:after {
  border-top-color: #3b5a9b;
}
.sns-footer a.insta .tooltip {
  background: #527fa6;
}
.sns-footer a.insta .tooltip:after {
  border-top-color: #527fa6;
}
.sns-footer a.yt .tooltip {
  background: #c31414;
}
.sns-footer a.yt .tooltip:after {
  border-top-color: #c31414;
}
.sns-footer a i {
  position: relative;
  top: 1px;
}
.tooltip {
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  left: 50%;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

#footer .footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin: 0 0 30px 0;
}

#footer .footer-link li {
  display: inline-block;
  margin: 0 10px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccc;
}

#footer small {
  color: #ccc;
}

#footer #page-top span {
  position: relative;
  top: -10px;
}

#footer #page-top span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  background: #6c6c6c;
  width: 1px;
  height: 30px;
}

#footer #page-top span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  background: #6c6c6c;
  width: 1px;
  height: 20px;
  transform: rotate(-45deg);
}

#footer #page-top a:hover span::before,
#footer #page-top a:hover span::after {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #footer a {
    line-height: 3;
    max-width: 200px;
    /* display: block; */
  }
  #footer .footer-info {
    padding: 40px 20px;
  }
  #footer .footer-time li {
    margin: 0 0 30px 0;
  }
  #footer .footer-time li:nth-of-type(2),
  #footer .footer-time li:nth-of-type(3),
  #footer .footer-time li:nth-of-type(4) {
    text-align: center;
  }
  #footer .footer-time dl {
    display: block;
  }
  #footer .footer-time dt {
    width: auto;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  #footer .footer-time dt::before,
  #footer .footer-time dt::after {
    content: "－";
    padding: 0 10px;
  }
}

#notice-switch {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 90px);
  z-index: 2;
}
#notice-switch a {
  background: rgba(159, 185, 191, 0.8);
  color: #fff;
  padding: 15px 10px;
  display: block;
  font-size: 0.8rem;
  width: 100%;
  margin: 0;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
#notice-switch a:hover {
  background: rgba(60, 49, 36.8);
}

/*==================================================
　Loading
===================================*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #534330;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo svg {
  width: 180px;
}

/*==================================================
　Bg slide
===================================*/

.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #534330;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

#container {
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=============== SVGアニメーションの指定 =================*/

#mask path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #fff;
}

#mask.done path {
  fill: #fff;
  fill-opacity: 1;
  stroke: none;
}

/*==================================================
Gnavi 背景拡大
===================================*/

@media screen and (max-width: 990px) {
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #534330 /*#68461c*/;
    transform: scale(0);
    bottom: -50px;
    left: calc(50% - 50px);
    transition: all 0.6s;
  }

  .circle-bg.circleactive {
    transform: scale(50);
  }

  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
  }

  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  #g-nav.panelactive ul {
    opacity: 1;
  }

  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========= Gnavi ボタン ===============*/

.openbtn {
  display: none;
}

@media screen and (max-width: 990px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 3px;
    right: 3px;
    width: 55px;
    height: 55px;
    background: #534330;
  }

  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }

  .openbtn span:nth-of-type(1),
  .openbtn span:nth-of-type(3) {
    height: 1px;
    background: #fff;
    width: 62%;
    left: 10px;
  }

  .openbtn span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn span:nth-of-type(2) {
    top: 19px;
    left: 11px;
    font-size: 0.55rem;
    text-transform: uppercase;
    color: #fff;
  }

  .openbtn span:nth-of-type(3) {
    top: 41px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/*==================================================
  線が動く
===================================*/

.scrolldown1 {
  position: absolute;
  left: 50%;
  top: 480px;
  height: 100px;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #534330;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}

/*===========================================================*/
/* Page top link*/
/*===========================================================*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
bottom: 10px!important;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@media screen and (max-width: 1023px) {
  #footer .notice-switch.UpMove {
    display: block;
    animation: UpAnime 0.5s forwards;
  }
  #header .sns-link {
    display: none;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*===========================================================*/
/* slick*/
/*===========================================================*/

.slick-slide{
    height: auto!important;
}

.slick-slide img{
    width:100%!important;
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #534330;
}

/*==================================================
動き
===================================*/

/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

/*枠線が伸びて出現*/

.lineTrigger {
  position: relative;
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #508058;
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #508058;
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

.lineTrigger.lineanime .lineinappear img{
    width:100%;
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==================================================
SVGアニメーション2
===================================*/

.svganimeblock svg {
  width: 100%;
}

/*アニメーション前の指定*/
.svganimeblock svg path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #ccc;
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
.svganimeblock svg.done path {
  fill: #efefef;
  fill-opacity: 1;
  stroke: none;
}

/*==================================================
SINGLE
===================================*/

.wrapper p {
  margin: 0 0 20px 0;
}

.wrapper time,
.link-date {
  color: #666;
  font-size: 0.7rem;
}

.wrapper time.heading-time {
  text-align: center;
  display: block;
  margin: -40px 0 80px 0;
}

.select-year {
  text-align: center;
  margin: 0 0 50px 0;
}

.select-year li {
  display: inline;
}

.select-year li::after {
  content: "|";
  padding: 0 10px;
}

.select-year li:last-child::after {
  content: "";
}

.pn-link {
  margin: 50px 0;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  display: flex;
  justify-content: space-between;
}

.pn-link li:last-child {
  text-align: right;
}

.pn-link li.wd50 {
  width: 50%;
}

.pn-link a {
  display: block;
  padding: 10px 40px 10px 40px;
  position: relative;
  color: #333;
}

.pn-link a:hover {
  background: #ddd;
  text-decoration: none;
}

.pn-link li a:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #534330;
  border-right: 1px solid #534330;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 3;
}

.pn-link li:first-child a:after {
  right: inherit;
  left: 13px;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 1000px) {
  .pn-link {
    flex-wrap: wrap;
  }
  .pn-link li.wd50 {
    width: 100%;
  }
  .pn-link li:first-child a {
    border-bottom: 1px solid #aaa;
  }
}
@media only screen and (max-width: 430px) {
  .topics-block.wd25 {
    width: 100%;
  }

  .pn-link a {
    padding: 10px 30px 10px 30px;
  }

  .pn-link li:first-child a {
    padding: 10px 30px 10px 30px;
  }
}

/*------------- Form --------------*/
/*datepicker装飾*/
.ui-datepicker {
  width: auto !important;
}
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker-title,
.ui-datepicker-title select,
input,textarea {
  font-family: "Noto Sans JP", sans-serif;

}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 35% !important;
  border: none;
  border-bottom: 1px dotted #aaa;
  height: 30px;
  margin: 4px !important;
  background: #fafafa;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
  border-radius: 50%;
  margin: 4px;
}
table.ui-datepicker-calendar tbody td:last-child a.ui-state-default {
  background: #69b !important;
}
table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {
  background: #c66 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f90 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: flex !important;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
}
.ui-datepicker .ui-datepicker-next {
  top: 5px;
  right: 5px;
  left: auto;
}
.ui-datepicker .ui-datepicker-prev {
  top: 5px;
  left: 5px;
  right: auto;
}
.flow_chart {
  list-style: none;
  overflow: hidden;
  margin: 0 auto 50px auto;
  display: flex;
  max-width: 900px;
}
.flow_chart li {
  background: #f2f2f2;
  color: #999;
  width: 31.333333%;
  font-size: 0.9rem;
  display: block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  min-width: 80px;
  padding: 0 10px 0 20px;
  font-weight: bold;
  white-space: nowrap;
}

.flow_chart li:before {
  background: #f2f2f2;
  box-shadow: 5px 0 0 #fff;
  -moz-box-shadow: 5px 0 0 #fff;
  -webkit-box-shadow: 5px 0 0 #fff;
  content: " ";
  display: block;
  float: right;
  height: 12px;
  margin-bottom: -12px;
  margin-left: auto;
  margin-right: -20px;
  transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -webkit-transform: skew(50deg);
  width: 20px;
}

.flow_chart li:after {
  background: #f2f2f2;
  box-shadow: 5px 0 0 #fff;
  -moz-box-shadow: 5px 0 0 #fff;
  -webkit-box-shadow: 5px 0 0 #fff;
  content: " ";
  display: block;
  height: 12px;
  margin-left: auto;
  margin-right: -20px;
  margin-top: -12px;
  position: relative;
  transform: skew(-50deg);
  -o-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  -moz-transform: skew(-50deg);
  -webkit-transform: skew(-50deg);
  width: 20px;
}
.flow_chart li:first-child {
  padding: 0 10px 0 20px;
}
.flow_chart li.active {
  background: #508058;
  color: #fff;
}
.flow_chart li.active:before,
.flow_chart li.active:after {
  background: #508058;
}

.form_table {
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.form_table dl {
  display: table;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.form_table dt,
.form_table dd {
  display: table-cell;
  vertical-align: middle;
}
.form_table dt {
  width: 30%;
  background: #eee;
  padding: 15px 0 15px 10px;
  font-weight: bold;
  position: relative;
}
.form_table dt.required:after {
  content: "必須";
  width: 31px;
  height: 16px;
  position: absolute;
  right: 0;
  margin: 2px 10px 0 0;
  display: inline-block;
  background: #d00;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
}
.form_table dt.any:after {
  content: "任意";
  width: 31px;
  height: 16px;
  position: absolute;
  right: 0;
  margin: 2px 10px 0 0;
  display: inline-block;
  background: #aaa;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
}

.notes {
  font-size: 0.7rem;
  margin: 15px 0;
  border: 1px dotted #ccc;
  padding: 15px;
  color: rgb(160, 23, 41);
}

.wrapper #mw_wp_form_mw-wp-form-97 p {
  margin: 0 0 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .wrapper #mw_wp_form_mw-wp-form-97 p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .notes br {
    display: none;
  }
  .footer-link li a span {
    top: -20px;
  }
}
.form_table dd {
  /*	width: 70%;*/
  padding: 15px 20px;
}
.form_table .form_box dl:last-child {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .form_table dl {
    border-top: 0;
  }
}
.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="number"],
.form_table input[type="email"],
.form_table select,
.form_table textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: #f9fafb;
  border: 1px solid #ccc;
  font-size: .9rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .form_table input[type="text"],
  .form_table input[type="tel"],
  .form_table input[type="number"],
  .form_table input[type="email"],
  .form_table select,
  .form_table textarea {
    max-width: 100% !important;
    font-size: 0.8rem;
  }
}
.form_table select {
  width: 25%;
  height: 40px;
}
.ick input:nth-child(1) {
  border-bottom: 1px dotted #ccc;
  border-radius: 5px 5px 0 0;
}
.ick input:nth-child(2),
.ick input:nth-child(3) {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.ick input:nth-child(4) {
  border-top: 1px dotted #ccc;
  border-radius: 0 0 5px 5px;
}
.form_table input[type="text"],
.form_table input[type="tel"] {
  max-width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.form_table .check_list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form_table .check_list .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-top: 5px;
}
.form_table .check_list span {
  width: 33%;
}
.form_table .check_list span:nth-child(1),
.form_table .check_list span:nth-child(2),
.form_table .check_list span:nth-child(3) {
  margin-top: 0 !important;
}
.form_table .mr10 {
  margin-right: 10px;
}
.form_table input[type="text"].w-100 {
  width: 100px;
}
.form_table .zip p {
  margin-top: 5px;
}
.form_table input[type="text"]#address {
  max-width: 100%;
}
.form_table textarea {
  box-sizing: border-box;
}
.mw_wp_form_input .check {
  display: none;
}
.mw_wp_form_input .flow02 {
  display: none;
}
.mw_wp_form_preview .flow01 {
  display: none;
}
.mw_wp_form_preview .flow02 {
  display: block;
}
.mw_wp_form_preview .check {
  text-align: center;
}

.bg_gd:hover {
  opacity: 0.7;
}
.bg_gd {
  background: #508058;
  color: #fff;
  max-width: 239px;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 0.2em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.back {
  background: #ddd;
  max-width: 239px;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 0.2em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}

@media only screen and (max-width: 820px) {
  .form_table dl,
  .form_table dt,
  .form_table dd {
    display: block;
    width: auto;
  }
}

@media only screen and (max-width: 385px) {
  .back,
  .bg_gd {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* .phone,#reserve .tel,#reserve .tel-time {display:none} */

.sponly {
  display: none;
}
@media only screen and (max-width: 640px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}

.ban{
	position: absolute;
	bottom:-50px;
	right:1vw;
	z-index: 1;
    max-width: 25vw;
}
.ban img{
	width:100%;
    box-shadow: 4px 4px 10px rgba(0,0,0,.5);
    border-radius: 10px;
}

@media only screen and (max-width: 1020px) {
  .ban {
    /* bottom: 165px;
    right: inherit;
    left: 3px;
    z-index: 2; */
    display: none;
  }
  /* .ban img {
    width: 50vw;
    border: 1px solid #fff;
  } */
}
/* @media only screen and (max-width: 480px) {
  .ban {
    margin: auto;
    max-width: 70vw;
    left: 0;
    right: 0;
  }
  .ban img {
    width: 100%;
  }
} */

.bnr_fv_spArea {
  width: 90%;
  margin: 0 auto 20px auto;
}
.bnr_fv_spArea img {
  border-radius: 10px;
}
/* ----------------------------------------
POPUP
---------------------------------------- */

#popupinfo{
  display: none;
}


.popupinfo-area{
  padding-top:60px;
  display: grid;
  grid-template-columns: 1.8fr 3fr;
  gap: 2em;
}
@media only screen and ( max-width : 500px ) {
  .popupinfo-area{
      padding-top:15px;
      grid-template-columns: 1fr;
      gap: 0;
  }
}

.popupinfo-area figure img{
  aspect-ratio: 1/1;
  object-fit: cover;
}

.popupinfo-area .btn-area{
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
@media (max-width:640px) {
  .popupinfo-area figure img {
      aspect-ratio: 1 / .65;
      object-position: top;
  }
  .popupinfo-area .btn-area{
      justify-content: center;
  }
}

.popupinfo-area .btn-area li{
  list-style: none;
  margin:1em 0 0 0!important;
}

.popupinfo-area .btn-area li a{
  background:#6b8b61;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 0.2em;
}
@media (max-width:640px) {
  .popupinfo-area .btn-area li,.popupinfo-area .btn-area li a {
      width: 100%;
  }
}

.popupinfo-area .btn-area li a:hover{
  background:#333;
}

.modaal-close{
  position: absolute!important;
  border-radius: 0!important;
}


.modaal-content-container h2{
  font-size: 1.4rem;
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.modaal-content-container p,
.modaal-content-container ul{
  margin:0 0 30px 0;
}

.modaal-content-container h3{
  font-size: 1.3rem;
  margin: 0 0 30px 0;
}
.modaal-content-container h4{
  font-size: 1rem;
  margin:0 0 30px 0;
}

@media only screen and ( max-width : 768px ) {
  .modaal-content-container h2{
      font-size: 1.2rem;
  }

  .modaal-content-container h3{
      font-size: 1.1rem;

  }

}

.modaal-content-container  .border-box h4{
  border-bottom: 2px solid #333;
  padding: 0 0 10px 0;
}

.modaal-content-container ul li{
   list-style: disc;
  margin: 0 0 10px 1.5em;
}

.modaal-content-container .border-box{
  text-align: center;
  font-weight: bold;
}

@media only screen and ( max-width : 768px ) {
.modaal-content-container .border-box{
  text-align: left;
  }
.modaal-content-container .m-btn-l{
  width:100%;
}
}

.modaal-close:after, .modaal-close:before{
  width: 1px!important;
  height: 34px!important;
  background: #888!important;
}

.modaal-close:focus, .modaal-close:hover{
  background: none!important;
}

.modaal-close{
  top:0!important;
  }

.modaal-close span {
  position: absolute !important;
  clip: auto!important;
  clip: auto!important;
  padding: 0 !important;
  border: 0 !important;
  height: auto!important;
  width: auto!important;
  overflow: auto!important;
  color: #333;
  left: 0;
  right: 0;
  bottom: -20px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #fff;

}

@media only screen and ( max-width : 768px ) {

  .modaal-close{
      right: 5px!important;
      top: -5px!important;
      }
      

}

@media only screen and ( max-width : 640px ) {

  .modaal-close{
      position: fixed!important;
      right: 0!important;
      top: 0!important;
      background: #fff !important;
      width: 60px;
      }
  .modaal-close:after, .modaal-close:before {
      left: 30px!important;
  }        

}



.modal-open {
      margin:.2rem;
      padding: .9rem;
      background: #4c300b;
      color: #fff;
      position: fixed;
      top: 0;
      z-index: 3;
      width: 230px;
      text-align: center;
      transition:.2s ease-in all;
  }
@media (min-width:769px){
  .modal-open {
      margin: 0;
  }
}
.modal-open:hover {
  background:#000;
}
.modal-open i{
  transform: rotate(15deg);
  /* animation:4s ease-in 1s infinite alternate forwards running moved; */
  }
  /* @keyframes moved{
      0%{
          transform: rotate(20deg);
      }
      50%{
          transform: rotate(-20deg);
      }
      100%{
          transform: rotate(20deg);
      }
  } */

  @media screen and (max-height: 1000px){
      .modaal-inner-wrapper {
          max-width: 100vw;
      }
  }
  @media (max-width:640px){
      .modaal-content-container {
          padding: 15px!important;
      }
      .modaal-content-container p{
          font-size: .8rem;
          margin: 0 0 10px 0;
      }
  }

#reservation-button,
#reservation-modal {
  display: none;
}

#reservation-modal .reservation-modal_text {
  font-size: 10vw;
}

@media screen and (max-width: 990px) {
  #reservation-button {
    position: fixed;
    left: 10px;
    z-index: 2;
    bottom: 10px!important;
    width: calc(100% - 90px);
    max-width: inherit !important;
    opacity: 0;
    transform: translateY(100px);
    display: block;
    --offset: 60px;
    inset-block-end: calc(var(--offset) + env(safe-area-inset-bottom));
    inset-inline-end: var(--offset);
  }

  #reservation-button.UpMove {
    animation: UpAnime 0.5s forwards;
  }

  /* 予約ボタン */
  #reservation-button button {
    background: #6b8b61;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 1.5 !important;
    letter-spacing: 0.1em;
    width: 100%;
    display: grid;
    place-content: center;
    text-transform: uppercase;
  }

  #reservation-button button:hover {
    transition: all 0.3s;
    opacity: 0.9;
  }

  #reservation-button button span {
    font-size: 13px;
  }

  #reservation-modal {
    width: 100%;
    height: 100svh;
    max-width: inherit;
    max-height: inherit;
    border: none;
    background: none;
    letter-spacing: 0.1em;
    text-align: center;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 0.9;
    }
  }

  #reservation-modal[open] {
    display: flex;
  }

  #reservation-modal::backdrop {
    background: #6b8b61 /*#68461c*/;
    opacity: 0.9;
    transition: opacity 0.3s;
  }

  #reservation-modal[open]::backdrop {
    animation: fadeIn 0.5s 1;
  }

  #reservation-modal .reservation-modal_inner {
    position: relative;
    z-index: 1;
    padding: 40px 24px;
    margin: auto;
    width: 100%;
    max-width: 640px;
  }

  #reservation-modal * {
    color: #fff;
  }

  #reservation-modal .reservation-modal_text {
    font-size: 15vw;
    opacity: 0.15;
    position: fixed;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  #reservation-modal .reservation-modal_close-btn {
    display: grid;
    margin: 64px auto 0;
    place-content: center;
  }

  #reservation-modal .reservation-modal_close-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }

  #reservation-modal .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 24px;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    margin: 0 auto;
    position: relative;
    transform: rotate(45deg);
    margin-bottom: 10px;
  }

  #reservation-modal .dli-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  #reservation-modal .reservation-modal_title {
    text-transform: uppercase;
    max-width: inherit !important;
    line-height: 1.5 !important;
    display: grid;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_title span {
    font-size: 13px;
  }

  #reservation-modal .reservation-modal_tel {
    display: grid;
    line-height: 1.5;
    max-width: inherit;
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  #reservation-modal .reservation-modal_tel span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
  }

  #reservation-modal .reservation-modal_sub-ttile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    gap: 5px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_sub-ttile:before,
  #reservation-modal .reservation-modal_sub-ttile:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
  }

  #reservation-modal .reservation-modal_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #reservation-modal .reservation-modal_link a {
    display: grid;
    place-content: center;
    border: 1px solid #fff;
    min-height: 72px;
    line-height: 1.75;
    max-width: inherit;
    transition: all 0.3s;
  }

  #reservation-modal .reservation-modal_link a:hover {
    background: #fff;
    color: #534330;
  }
}

.btn_irregular {
  border: 2px solid #534330;
  display: block;
  color: #534330;
  padding: 1.1rem 0;
  font-size: .8rem;
  max-height: fit-content;
  letter-spacing: 0.2rem;
  border-radius: 5px;
  line-height: 1.8;
  margin-right: 1rem;
  transition: all .2s ease-in;
}
.btn_irregular:hover {
  border: 2px solid #508058;
  color: #508058;
  background: #fff;
}
@media (max-width:905px) {
  .btn_irregular {
    margin-right: 0;
    text-align: center;
    margin-top: 1rem;
  }
}
