@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}

:root {
  --main-color: #ffed4d;
  --key-color: #00773f;
  --font-size-xs: 14px;
  --font-size-sm: 16px;
  --font-size-md: 18px;
  --font-size-md2: 20px;
  --font-size-lg: 24px;
  --font-size-xl: 32px;
  --font-size-xxl: 40px;
  --padding-xs: 10px;
  --padding-sm: 16px;
  --padding-md: 24px;
  --padding-lg: 32px;
  --padding-xl: 40px;
  --padding-xxl: 60px;
  --modal-dur: .8s;
  --modal-ease: cubic-bezier(.2, .7, .2, 1);
}
body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
     color: var(--key-color);
    font-size: 1.11vw;
    background: var(--main-color);
   overflow-x: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  body {
     font-size: 1.4vw;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: "Wendy One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en2 {
font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
img {
    width: 100%;
    margin: 0;
}
p {
    line-height: 2;
    letter-spacing: 0.14em;
    font-feature-settings: "palt";
}
header {

}
.inner {
  width: 72%;
  margin: 0 auto;
	position: relative;
}

.inner-min {
    width:56%;
    margin: 0 auto;
	position: relative;
}
.flex {
	display: flex;
}
.row-reverse {
  flex-direction: row-reverse;
}
.content {
  position: relative;
}
.l-sec {
  padding-top: 6em;
}
.hero {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 90vh;
  width: 100%;
}

.hero-bg {
  height: 100%;
  width: 100%;
}

.hero-bg .swiper-slide {
  height: 90vh;
  width: 100%;
}

.hero-bg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を維持しつつ埋める */
  object-position: center; /* 中央寄せ */
  display: block;
}
.hero-copy {
    position: absolute;
    z-index: 2;
    width: 33vw;
    bottom: -4vw;
    left: 4vw;
}
.gnav ul {
	font-weight: 900;
}
.gnav li {
    font-size: 1.1em;
    font-weight: 900;
}
.gnav li.sub {
    font-size: 0.9em;
}
.gnav li.sub.last {
    margin-bottom: 1em;
}
.gnav li {
    display: inline-block;
    padding-left: 0.55em;
}
.gnav li div {
    display: inline-block;
    padding: 0.45em 0;
}
.gnav {
    text-align: right;
    padding-right: 2.5em;
    padding-top: 1.8em;
}

.sec-title-jp {
    font-size: 1em;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 2em;
    font-weight: 700;
}
.sec-title-en {
    line-height: 0.9;
    font-size: 3.5em;
    margin: 0 auto;
    font-weight: 900;
    padding-bottom: 0.24em;
}

.sec-subtitle {
    font-size: 1.8em;
    font-weight: 900;
	padding-bottom: 1em;
	line-height: 1.5em;
}
.sec-title-wrap {

}

.l-sec {
    position: relative;
}
.guest-items {
padding-top: 4em;
}
.guest-item.flex {
    gap: 2em;
    padding-bottom: 2em;
    justify-content: flex-start;
}
.guest-item-subtitle {
    font-size: 0.96em;
    padding-bottom: 0.5em;
    font-weight: 600;
}
.guest-item-title {
    font-size: 1.24em;
    font-weight: 600;
    padding-bottom: 0.8em;
}
.guest-item-tmb {
    width: 20%;
}
.guest-item-txt {
    width: 80%;
}
.guest-item p {
    line-height: 1.8em;
    font-size: 0.9em;
}
.guest-item p a{
text-decoration: underline;
}
.guest-item-tmb img {
    border-radius: 0.8em;
    border: var(--key-color) solid 0.25em;
}
.guest-item-tmb .aac-logo img {
    border-radius: 0.4em;
    border: none;
    margin-top: 10px;
}

#movie .sec-title-wrap {
    padding-bottom: 1em;
    text-align: right;
}
.root-items {
    position: relative;
    z-index: 2;
	    padding-bottom: 5em;
}
.root-item {
    width: 30%;
  position: relative;
      margin-top: -10%;
}
.fukidashi.en2 {
    position: absolute;
    top: -3em;
	display: none;
}
.root-item-tmb {
    border-radius: 0 1em 1em 1em;
    overflow: hidden;
    border: var(--key-color) solid 0.25em;
    position: relative;
	cursor: pointer;
	transition: .4s;
	background:var(--key-color);
}
.root-item-tmb.no-link {
 pointer-events: none;
	 cursor: default;
}
.root-item-tmb img {
	transition: .4s;
}
.root-item-tmb:hover img {
transform: scale(1.1, 1.1);
	transition: .4s;
}
.root-item-tmb.no-link:hover img {
transform: scale(1, 1);
	transition: .4s;
}



.root-item-data {
    position: absolute;
    z-index: 2;
    background: var(--key-color);
    padding: 0.3em 1em 0.5em;
    color: #ffed4d;
    font-weight: 900;
    font-size: 0.9em;
    line-height: 1em;
}
.root-item-title {
    padding-top: 1em;
    text-align: center;
    line-height: 1.4;
    font-size: 1.05em;
    font-weight: 700;
}
.root-item p {
    font-size: 0.86em;
    line-height: 1.6;
    padding-top: 0.6em;
}
.btn-item {
    text-align: center;
}
.root-item.root01 {
    margin-left: 70%;
}
.root-item.root03 {
    margin-left: 70%;
}
.root-item.root05 {
    margin-left: 70%;
}

#rootmap .sec-title-en {
  font-size: 4.5em;
  line-height: 0.8em;
}
#rootmap p.lead {
    position: absolute;
    width: 40%;
    font-size: 0.9em;
    padding-top: 10%;
}
section#rootmap {
    padding-bottom: 4em;
}
p.lead {
    font-size: 1.1em;
    font-weight: 600;
}

section#movie {

}

section#access {
    background: var(--key-color);
    color: var(--main-color);
    padding-top: 4em;
}
footer {
background: var(--key-color);
color: var(--main-color);
}


video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}
.access-items.flex {
    gap: 2em;
    padding-top: 3em;
    padding-bottom: 4em;
}
.access-item-title {
    font-weight: 1.1em;
    font-weight: 600;
    font-size: 1.1em;
    padding-bottom: 2em;
}
.access-item.car {
    width: 50%;
}
.rootmap-bg {
    position: absolute;
    top: 12%;
    width: 61%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 0%;
}
.footer-bnr-itmes.flex {
    gap: 1em;
    padding: 4vw 0;
}
.footer-bnr-itmes a {
transition: .4s;
}
.footer-bnr-itmes a:hover {
	opacity: 0.6;
transition: .4s;
}

.line {
    padding-bottom: 3em;
}
.people {
    position: absolute;
    width: 6vw;
}
.p01.people {
    top: -9vw;
    left: 10vw;
	 width: 7vw;
}
.p02.people {
    left: 24vw;
    top: 5vw;
}
.p03.people {
    top: -9vw;
    width: 7vw;
    right: 3vw;
}
.p08.people {
    top: -9vw;
    left: 7vw;
    width: 14vw;
}
.p05.people {
    width: 6vw;
    right: -10vw;
}
.p06.people {
    left: -10vw;
    width: 9vw;
    top: 3vw;
}
.p04.people {
    left: -10vw;
    width: 5vw;
    bottom: 6vw;
}
.p0.people {
    width: 10vw;
    left: 19vw;
    top: -5vw;
}
.syukaku-title {
    padding: 3em 0 0;
    font-weight: 600;
}

/* ------------------------------
fade in 初回
------------------------------ */
.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------
youtube
------------------------------ */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: #00773f solid 0.3em;
    border-radius: 1.2vw;
    overflow: hidden;
	background: #00773f;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-cap {
    padding-top: 1.5em;
    text-align: center;
    font-size: 0.9em;
}
/* ------------------------------
hamburger
------------------------------ */
.hamburger {
    width: 5vw;
    height: 5vw;
    position: fixed;
    top: 2vw;
    right: 3vw;
    background: var(--key-color);
    border-radius: 999px;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95, 0.95);
    transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}
.menu-active .hamburger {
        background:none;

}
.hamburger span {
    position: absolute;
    width: 52%;
    height: 4px;
    background-color: var(--main-color);
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.hamburger span:first-of-type {
    top: 2.15vw;
}
.hamburger span:nth-of-type(2) {
    top: 2.84vw;
}
.slide-menu {
    background: #007741;
    position: fixed;
    top: 0;
    width: 100%;
    transition: .5s;
    height: 100%;
    z-index: 3;
	opacity: 0;
	  transform: scale(0.94, 0.94);
	pointer-events: none;
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu li a {
    text-decoration: none;
    display: inline-block;
    padding: 0.1em 0;
    color:#ffed4d;
}

.slide-menu li.sub {
    font-size: 1em;
}
.slide-menu li .js-modal-trigger {
    cursor: pointer;
    display: block;
    padding: 0 0 0.6em 0.6em;
    color: #ffed4d;
}

.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color:#ffed4d;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #ffed4d;
}
.menu-active .hamburger{
 

}

.slide-menu-wrap.flex {
    width: 80%;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
}
.menu-active .slide-menu {
opacity: 1;
	 transform: scale(1, 1);
	pointer-events: auto;
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}

.slide-menu-logo {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
.slide-menu-items {
    width: 50%;
}
.slide-menu-gnav a {
text-decoration: none;
}

.slide-menu-link {
    width: 50%;
}
.slide-menu ul {
    padding-left: 2em;
}
.slide-menu-wrap li {
    font-size: 2.5em;
    text-align: left;
    font-weight: 900;
}.slide-menu li.sub {
    font-size: 1em;
    padding-bottom: 0.8em;
	display: block;
}

/* ------------------------------
 MODAL
------------------------------ */
.modal {
  position: fixed;
  inset: 0;
  place-items: center;
  z-index: 1000;
  transition: .5s;
  visibility: hidden;
  pointer-events: none;
}
.modal[aria-hidden="true"] .modal__overlay {
  opacity: 0;
}
.modal[aria-hidden="true"] .modal__panel {
  opacity: 0;
  transform: scale(.9);
}
.modal[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
    position: absolute;
    inset: 0;
      background: rgb(0 119 63 / 98%);
    transition: opacity var(--modal-dur) var(--modal-ease);
}
.modal__wrap {
    height: 100vh;
    overflow-y: scroll;
    padding: 2em 0;
    width: 100%;
}
.modal__panel {
	  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
  transition:
    opacity var(--modal-dur) var(--modal-ease),
    transform var(--modal-dur) var(--modal-ease);
	margin: 0 auto;
}
.modal-content {

}
.modal__title {
  font-weight: 700;
  text-align: center;
  font-size: var(--font-size-lg);
  padding: var(--padding-sm) 0 0;

}
.modal__close {
    position: fixed;
    top: 0.75em;
    right: 1.05em;
    border: none;
    border-radius: 999px;
    color: #ffed4d;
    font-size: 3em;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
    text-align: center;
	 transition: .5s;
}
.modal__close {
  transition: opacity 0.4s ease;
}
.modal[aria-hidden="true"] .modal__close {
  opacity: 0;
}
.modal[aria-hidden="false"] .modal__close {
  opacity: 1;
}

.modal__panel { transform-origin: 50% 50%; }  
.modal[aria-hidden="false"] .modal__panel {
  transition-delay: .12s, .12s;      /* ← 開始を少し遅らせる */
}

.modal-ico {
    width: 20%;
    margin: 0 auto;
}
.modal-content {
    padding: 4em 0;
    color: #ffed4d;
    width: 64%;
    margin: 0 auto;
}
.modal-title {
    font-size: 3.3em;
    text-align: center;
    padding: 0.15em 0 0.2em;
    font-weight: 900;
    line-height: 1em;
}
.modal-subtitle {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1em;
}
.modal-address {
    font-size: 0.85em;
    text-align: center;
}
.modal-content p.lead {
    font-size: 0.96em;
    font-weight: 400;
    padding-bottom: 1em;
}
.modal-content .start01-item-title.en {
    font-size: 1.2em;
    text-align: center;
}
.modal-main-img {
    padding-top: 3em;
}
.modal-main-img img {
  height: auto;
	border-radius: 1.5em;
}
button.modal__close.circle__close__btn {
    position: absolute;
    top: 16px;
    right: 8px;
    border: none;
    border-radius: 999px;
    background: #b59675;
    font-size: var(--font-size-lg);
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    font-weight: 900;
    color: #fff;
    padding: 8px;
    text-align: center;
}

.btn-item .js-modal-trigger {
    font-weight: 600;
    text-align: center;
    padding: 0.8em 2em;
    border-radius: 99px;
    cursor: pointer;
    transition: .4s;
    border: #00773f solid 2px;
    margin-top: 1em;
    display: inline-block;
        background: var(--main-color);
    color: var(--key-color);
}
.btn-item .js-modal-trigger:hover {
    background: var(--key-color);
    color: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}
.access-bg {
    position: absolute;
    bottom: 0;
	    width: 100%;
}
.modal-content-title {
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 0.6em;
    line-height: 1.4em;
}
.modal-content p {
    font-size: 0.96em;
    line-height: 1.8em;
}



.modal-img-item img {
border-radius: 1em;
	margin-bottom: 2vw;
}
.modal-detail-wrap {
    padding-top: 4vw;
}
.modal-detail-title {
    font-weight: 600;
    padding-bottom: .5em;
    font-size: 1.1em;
}
.modal-detail-wrap table {
    width: 100%;
    border-top: #f6e94c solid 1px;
    margin-top: 1.5em;
	 font-feature-settings: "palt";
}
.modal-detail-wrap th {
    font-size: 0.94em;
    padding: 1.3em 0.8em;
    width: 8em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
	
}
.modal-detail-wrap td {
    font-size: 0.94em;
    padding: 1.3em 0.8em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
}
.syukaku table {
    width: 100%;
    border-top: #f6e94c solid 1px;
    margin-top: 1.5em;
	 font-feature-settings: "palt";
}
.syukaku th {
    font-size: 0.94em;
    padding: 1.1em 0.5em;
    width: 12em;
    border-bottom: #f6e94c solid 1px;
   font-weight: 700;
    line-height: 1.5;
}
.syukaku td {
    font-size: 0.94em;
    padding: 1.1em 0;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.syukaku thead td {
    line-height: 1.4;
    text-align: center;
    background: #feec4d;
    color: #057a40;
    font-weight: 700;
    border-left: #03773f dotted 1px;
}
.syukaku thead th {
    background: #feec4d;
    color: #057a40;
    font-weight: 700;
	text-align: center;
}


.modal-content-body {
    padding: 5vw;
}
.gmap {
padding-top: 4vw;
	padding-bottom: 4vw;
}
.gmap iframe {
width: 100%;
	border-radius: 1em;
	overflow: hidden;
}
.modal-main-img {
    padding-top: 3em;
    position: relative;
}
.modal-title-img {
    width: 16vw;
    position: absolute;
    left: -3vw;
    top: 0vw;
}
.modal__close.close-txt {
    position: relative;
    font-size: 1.3em;
    border: #ffed4d solid 2px;
    padding: 0.8em;
    font-weight: 900;
    width: 10em;
    margin: 0 auto;
	transition: .4s;
}
.modal__close.close-txt:hover {
background: #ffed4d;
	color:#057a40;
	transition: .4s;
}
.modal-img {
    margin: 2em 0;
}
.modal-img img {
border-radius: 1em;
}

.access-item {
    width: 50%;
}
.copyright {
    padding: 2em;
    text-align: center;
    font-size: 0.8em;
}
p.sub {
    font-size: 0.85em;
}


@media screen and (max-width:1360px) {
 body {
    font-size: 16px;
}  
	.hamburger span {
    height: 3px;
}
	.rootmap-bg {
    width: 65%;
}
}

@media screen and (max-width:1200px) {
.inner {
    width: 75%;
}.modal__panel {
    width: 60%;
}
}
@media screen and (max-width:1100px) {
.rootmap-bg {
    width: 78%;
}
}
@media screen and (max-width:1000px) {
.inner {
    width: 85%;

} body {
    font-size: 15px;
}.inner-min {
    width: 75%;
}
}

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

.inner {
    width: 90%;
}.rootmap-bg {
    width: 95%;
}
	.root-item-title {
    padding-top: 1em;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 700;
}
	.root-item p {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 0.6em;
}
.root-item {
    width: 60%;
    position: relative;
    margin-top: 0%;
    margin-bottom: 40px;
}
	.root-item.root01 {
    margin-left: 40%;
}.root-item.root03 {
    margin-left: 40%;
}.root-item.root05 {
    margin-left: 40%;
}.root-item-data {
    font-size: 14px;
}
}


@media screen and (max-width:650px) {
	  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
 
.gnav {
display: none;
}
	.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 999px;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    transform: scale(0.95, 0.95);
    transition: .4s;
}
	.hamburger span:nth-of-type(2) {
    top: 32px;
}
	.hamburger span:first-of-type {
    top: 25px;
}

	body {
    font-size: 14px;
}
.hero {
    height: 60vh;
}
	.hero-bg .swiper-slide {
  height: 60vh;
}.hero-copy {
    position: absolute;
    z-index: 2;
    width: 360px;
    bottom: -80px;
    left: 0;
    margin: 0 auto;
    right: 0;
}.l-sec {
    padding-top: 120px;
}.sec-title-en {
    line-height: 0.9;
    font-size: 40px;
    margin: 0 auto;
    font-weight: 900;
    padding-bottom: 0.24em;
}p.lead {
    font-size: 16px;
    font-weight: 600;
}.inner-min {
    width: 85%;
}.guest-item-subtitle {
    font-size: 13px;
    padding-bottom: 0.5em;
    font-weight: 600;
}.guest-item-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.8em;
}.guest-item p {
    line-height: 1.8em;
    font-size: 13px;
}.youtube-cap {
    padding-top: 1.5em;
    text-align: center;
    font-size: 13px;
}.guest-item-tmb img {
    border-radius: 10px;
    border: var(--key-color) solid 3px;
}.youtube {
    border: #00773f solid 4px;
    border-radius: 15px;

}#rootmap .sec-title-en {
    font-size: 60px;
    line-height: 0.8em;
}
	.p0.people {
    width: 15%;
    left: 140px;
    top: -80px;
}
	#rootmap p.lead {
    position: relative;
    width: 100%;
    font-size: 0.9em;
    padding-top: 0;
    padding-bottom: 30px;
}
	.p02.people {
    right: -25%;
    top: 0;
}.people {
    position: absolute;
    width: 25%;
}.p03.people {
    top: -120px;
    width: 25%;
    right: 3vw;
}.p04.people {
    left: -40%;
    width: 20%;
    bottom: 30px;
}.p05.people {
    width: 22%;
    right: -30%;
    top: 50px;
}.p08.people {
    top: -80px;
    left: auto;
    width: 48%;
    right: 20px;
}.p06.people {
    left: -40%;
    width: 30%;
    top: 50px;
}.sec-title-jp {
    font-size: 15px;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 2em;
    font-weight: 700;
}.access-item-title {
    font-size: 15px;
    padding-bottom: 2em;
}.access-items.flex {
    gap: 2em;
    padding-top: 3em;
    padding-bottom: 4em;
    display: block;
}.access-item {
    width: 100%;
}.access-item.train {
    padding-bottom: 30px;
}.copyright {
    padding: 2em;
    text-align: center;
    font-size: 12px;
}.access-item.car {
    width: 100%;
}
	.slide-menu-wrap.flex {
    width: 80%;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
    display: block;
    padding-top: 100px;
}
	.slide-menu-logo {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
	.modal__panel {
    width: 100%;
}.modal__wrap {
    height: 100vh;
    overflow-y: scroll;
    padding: 2em 0;
    width: 100%;
}.modal-subtitle {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
}.modal-title {
    font-size: 40px;
    text-align: center;
    padding: 0.15em 0 0.2em;
    font-weight: 900;
    line-height: 1em;
}.modal-address {
    font-size: 13px;
    text-align: center;
}.modal-title-img {
    width: 120px;
    position: absolute;
    left: -20px;
    top: 0vw;
}.modal-main-img img {
    height: auto;
    border-radius: 20px;
}.modal-content-body {
    padding: 24px;
}.modal-content-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0.6em;
    line-height: 1.4em;
}.modal-content p {
    font-size: 14px;
    line-height: 1.8em;
}.modal-img img {
    border-radius: 14px;
}.modal-detail-wrap {
    padding-top: 40px;
}.modal-detail-title {
    font-weight: 600;
    padding-bottom: .5em;
    font-size: 16px;
}.modal-detail-wrap th {
    font-size: 13px;
    padding: 1.3em 0.8em;
    width: 8em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
}.modal-detail-wrap td {
    font-size: 13px;
    padding: 1.3em 0.8em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
}.gmap {
    padding-top: 30px;
    padding-bottom: 30px;
}.gmap iframe {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}.syukaku th {
    font-size: 13px;
    padding: 1.1em 0.5em;
    width: 12em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 700;
    line-height: 1.5;
}.syukaku td {
    font-size: 13px;
    padding: 1.1em 0;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}.guest-item-tmb {
    width: 40%;
}.p01.people {
    top: -9vw;
    left: auto;
    width: 20%;
    right: -40%;
}.rootmap-bg {
    top: 16%;
}.p02.people {
    right: -28%;
    top: 50px;
    left: auto;
}.modal-content {
    padding: 4em 0;
    color: #ffed4d;
    width: 90%;
    margin: 0 auto;
    padding-left: 15px;
}p.sub {
    font-size: 12px;
}
}
@media screen and (max-width:500px) {
.modal__wrap {
    height: 100vh;
    overflow-y: scroll;
    padding: 8px 0;
    width: 100%;
}p.lead {
    font-size: 14px;
    font-weight: 500;
}.modal-title {
    font-size: 28px;

}.footer-bnr-itmes.flex {
    gap: 1em;
    padding: 4vw 0;
    display: block;
}.footer-bnr-itme {
    margin-bottom: 10px;
}.hero-copy {
    width: 320px;
}.guest-item p {
    line-height: 1.8em;
    font-size: 12px;
}.guest-item.flex {
    gap: 16px;
    padding-bottom: 2em;
    justify-content: flex-start;
}.inner-min {
    width: 90%;
}.rootmap-bg {
    width: 100%;
}.rootmap-bg {
    top: 17%;
}.root-item p {
    font-size: 12px;
    line-height: 1.6;
    padding-top: 0.6em;
}.modal-content {
    width: 100%;
}.modal-title-img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0vw;
}.modal-detail-wrap th {
    font-size: 13px;
    padding: 1.1em 0.4em;
    width: 6em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
}.modal-detail-wrap td {
    font-size: 13px;
    padding: 1.1em 0.4em;
    border-bottom: #f6e94c solid 1px;
    font-weight: 400;
    line-height: 1.5;
}.modal-content-body {
    padding: 30px 16px;
}.modal-subtitle {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 10px;
}.modal__close {
    top: 30px;
    right: 30px;
}.syukaku th {
    width: 7em;
}.modal-content {
        width: 90%;        padding-left: 0;
    }.modal__close.close-txt {
    top: auto;
    right: auto;
    margin-top: 40px;
}.modal-address {
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
}.modal-img {
    margin: 15px 0;
}.modal-detail-wrap table {
    margin-top: 12px;
}
}

@media screen and (max-width:430px) {
.p08.people {
    top: -70px;
    left: auto;
    width: 48%;
    right: 20px;
}
}

@media screen and (max-width:390px) {
.hero-copy {
    width: 300px;
}section#movie {
    padding-top: 80px;
}.root-item.root01 {
    margin-left: 32%;
}.root-item {
    width: 68%;
}.root-item.root05 {
    margin-left: 32%;
}.root-item.root03 {
    margin-left: 32%;
}.p08.people {
    top: -70px;
    left: auto;
    width: 48%;
    right: 20px;
}.hero {
    height: 50vh;
}
	.hero-bg .swiper-slide {
  height: 50vh;
}.hero-copy {
    width: 280px;bottom: -100px;
}.guest-item-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0.8em;
}.p0.people {
    width: 19%;
    left: 160px;
    top: -40px;
}.btn-item .js-modal-trigger {
    font-weight: 600;
    text-align: center;
    padding: 0.6em 1.6em;
    border-radius: 99px;
    cursor: pointer;
    transition: .4s;
    border: #00773f solid 2px;
    margin-top: 1em;
    display: inline-block;
    background: var(--main-color);
    color: var(--key-color);
    font-size: 13px;
}.sec-title-jp {
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 1em;
    font-weight: 700;
}.root-item-title {
    padding-top: 1em;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}.root-item p {
    font-size: 11px;
    line-height: 1.6;
    padding-top: 0.6em;
}.root-item {
    margin-bottom: 30px;
}.rootmap-bg {
    top: 19%;
}.p01.people {
    top: 0px;
    width: 22%;
    right: -37%;
    left: auto;
}.p03.people {
    top: -90px;
    width: 25%;
    right: 3vw;
}.p05.people {
    width: 24%;
    right: -30%;
    top: 50px;
}.p06.people {
    left: -40%;
    width: 33%;
    top: 50px;
}p {
    font-size: 13px;
    line-height: 1.8em;
}.guest-item p {
    line-height: 1.8em;
    font-size: 11px;
}.guest-item-subtitle {
    font-size: 13px;
    padding-bottom: 0.3em;
    font-weight: 600;
}p.lead {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}.slide-menu-items {
    width: 100%;
}.slide-menu-wrap.flex {
    width: 80%;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
    display: block;
    padding-top: 80px;
}    

}

