
@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 {
  --key-color: #d6edf4;
  --main-color: #ffeb5a;
  --font-color: #000;
  --main-lh: 1.5;
  --font-size11: 0.6875em;
}

body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    background: #7fbe26;
    font-feature-settings: "palt";
	letter-spacing: 0.06em;
}

.en {
  font-family: "Oswald", sans-serif;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

img {
  width: 100%;
}
p {
    line-height: 2;
    padding-bottom: 1em;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.circle {
    border-radius: 999px;
    overflow: hidden;
}
.hamburger {
        width: 56px;
        height: 56px;
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 12;
        cursor: pointer;
        opacity: 0;
        transition: .4s;
        display: block;
        background: #8cc43d;
        border-radius: 99px;
}
.hamburger span {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hamburger span:first-of-type {
    top: 22px;
}
.hamburger span:nth-of-type(2) {
    top: 29px;
}
.hamburger span:nth-of-type(3) {
    top: 36px;
}
.menu-active .hamburger {
        background:none;

}
.point .aside p {
    font-size: 15px;
    padding-bottom: 36px;
    line-height: 1.9;
}
.mg40 {
  margin-top: 40px;
}


.slide-menu {
    position: fixed;
    top: 110px;
    left: calc(50% + 340px + 80px);
    color: #fff;
}
.hamburger-title {
    font-size: 15px;
    position: absolute;
    top: 48px;
    right: 27px;
    font-weight: 600;
}
.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 0px 0;
}
.slide-menu li{
margin-bottom: 12px;
}
.slide-menu li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #78BB1A;
    padding: 10px 24px;
    transition: .4s;
    text-align: center;
    background: #fff;
    border-radius: 99px;
}
.slide-menu li a:hover {
    color: #fff;
    transition: .4s;
    text-align: center;
    background: #78BB1A;

}



.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg); 
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg); 
}
.menu-active .hamburger span:nth-of-type(3){
opacity: 0;
}
.menu-active .hamburger-title{
opacity: 0;
}


.menu-active .slide-menu {
 opacity: 0.97;
  pointer-events: auto;
  transform: scale(1, 1) 
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}
.gnav {
    position: absolute;
    top: 3.1vw;
    left: 26.5vw;
}
/*.gnav {
    position: absolute;
    top: 3.6vw;
    width: 100%;
    text-align: center;
}*/


.slide-menu-nav {
    width: 28vw;
}
.slide-menu-logo {
    width: 200px;
}



.wrap {
    width: 680px;
    background: #fff;
    border-radius: 18px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    left: 0;
    right: 0;
    margin: 100px auto 3%;
    padding-bottom: 46px;
	overflow: hidden;
}
.hero {
    position: relative;
}
h1.logo {
    width: 75%;
    position: absolute;
    margin: 0 auto;
    top: 11%;
    left: 0;
    right: 0;
}
.hero-time {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.hero-dc.flex {
    align-items: center;
    justify-content: center;
}
.hero-dc-title {
    padding-left: 15px;
    font-weight: 600;
    color: #0068b7;
}
.swiper {
    padding-top: 40px;
}



.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;
  }
}

a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}


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


.inner-mini {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.l-sec {
    padding:90px 0 0;
}


.sec-lead {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.sec-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px 12px 18px;
    line-height: 1em;
    background: #7fbe26;
    border-radius: 0 90px 90px 0;
    display: inline-block;
    line-height: 1em;
    margin-bottom: 50px;
}
.hero-dc-logo {
    width: 140px;
}
.insta {
    position: fixed;
    right: 43px;
    width: 40px;
    top: 100px;
  z-index: 2;
}

table {
    margin-bottom: 20px;
    border-top: #b4b4b4 solid 1px;
    width: 100%;
}
th {
font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  line-height: 1.6;
    width: 7em;
    border-bottom: #b4b4b4 solid 1px;
}
td {
font-size: 16px;
  font-weight: 400;
  padding: 15px 0px;
  line-height: 1.6;
   border-bottom: #b4b4b4 solid 1px;
}
td a {
text-decoration: underline;
}

ul.sup li {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 4px;
}
ul.indent li {
    text-indent: -1em;
  padding-left: 1em;
}
ul.indent-h li {
    text-indent: -0.4em;
  padding-left: 0.4em;
}
.comingsoon-wrap {
    padding: 40px 0 0;
}
.comingsoon {
    padding-bottom: 20px;
}
.comingsoon-wrap p {
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

.accordion-icon {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    background: #b4b4b4;
    border-radius: 99px;
    text-align: center;
    position: absolute;
    right: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}


.terms-item-header {
    padding: 20px 20px;
       border-top: #949494 solid 1px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.terms-items p {
    font-size: 16px;
    line-height: 1.8;
}
.terms-items li {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 8px;
}
.terms-item .accordion-icon {
  top: 20px;
}
#policy li {
      font-size: 14px;
    line-height: 1.8;
    padding-bottom: 8px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  transition: .5s;
}
.accordion-content-inner {
      padding: 30px 15px;
}
.accordion.open .accordion-content {
  max-height: 3000px;
  transition: .5s;
}

.accordion-icon {
  transition: transform 0.5s ease;
}

.accordion.open .accordion-icon {
  transform: rotate(45deg);
}
.foot-logo {
    width: 80%;
    margin: 0 auto;
}
.foot-address-name {
    font-size: 15px;
    color: #fff;
    padding-top: 8px;
    text-align: center;
    font-weight: 400;
}div#flow04 {
    margin-top: 24px;
}
ul.indent li a{
text-decoration: underline;
}
footer {
    text-align: center;
    padding: 0 0 100px 0;
}
.foot-sumary {
text-align: left;
    display: inline-block;
    line-height: 1.8;
  font-size: 1.218em;
}
.slide-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px;
    font-weight: 700;
    color: #7fbe26;
}
.bnr-link {
    text-align: center;
    padding: 10px 0;
}
.bnr-link a{
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
    color: #ff8096;
	 position: relative;
    padding: 20px;
	display: inline-block;
}
.bnr-link a::before,
.bnr-link a::after {
    position: absolute;
top: 20px;
    height: 24px;
    content: '';
}

.bnr-link a::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}

.bnr-link a::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}

.bnr a img{
	transition: .4s;
}
.bnr a {
	transition: .4s;
}
.bnr a img:hover {
	opacity: .5;
	transition: .4s;
}


.copyright {
    width: 100%;
    text-align: center;
    padding-top: 2vw;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto; /* モーダル全体をスクロール可能に */
  padding-top: 5%;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  padding: 70px;
  width: 78%;
  border-radius: 0 100px 100px;
  position: relative;
  text-align: center;
  border: #000 solid 3px;
  margin: 50px auto; /* 上下の余白を追加 */
}


.modal-title {
    position: absolute;
    top: -1em;
    font-size: 1.94em;
    color: #fff;
    background: #000;
    padding: 0.4em 1.8em 0.32em;
    border-radius: 99px;
    font-weight: 600;
    left: -1em;
    letter-spacing: 1.4px;
}
.modal-works-name {
    font-size: 35px;
    font-weight: 600;
    padding-left: 1em;
    margin-top: -0.4em;
}
rt {
    font-size: 13px;
    padding-bottom: 2px;
}

.modal-content-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-works-title {
    font-size: 48px;
    font-weight: 600;
}
.modal-items {
    display: flex;
    justify-content: space-between;
    padding-top: 1.8vw;
}.modal-works-subtitle {
    font-size: 22px;
    text-align: left;
    padding-top: 0.8em;
}
.modal-faq {
    width: 58%;
    text-align: left;
}
.modal-faq dt {
    padding-left: 25px;
    font-size: 19px;
    position: relative;
    margin-bottom: 0.5em;
}
.ico-q {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
}
.ico-a {
   position: absolute;
    left: 0;
    width: 36px;
}
.modal-faq dd p {
    font-size: 15px;
    padding-left: 20px;
}
.modal-faq dd {
padding-bottom: 1em;
}


    
.modal-faq-title {
    width: 20vw;
    margin-bottom: 1.6vw;
}


.modal-faq dd {
    padding-left: 30px;
    font-size: 19px;
    position: relative;
}
.modal-pic {
    width: 40%;
}
.modal-close {
    position: absolute;
    top: -35px;
    right: -35px;
    background: none;
    border: none;
    font-size: 64px;
    cursor: pointer;
}
.pagetop {
    width: 80px;
    position: fixed;
    bottom: 6%;
    right: 2.8%;
  opacity: 0;
  transition: .4s;
}
.sc01 .pagetop {
  opacity: 1;
  transition: .4s;
}


.swiper-wrapper {
transition-timing-function: linear;
  width: 100%;
}
.swiper {
    padding-top: 50px;
}
.hero {
    position: relative;
    z-index: 2;
}
.zutto {
	padding-top: 80px;
}
.zutto p {
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    font-weight: 600;
}
.countdown {
    position: relative;
	  z-index: 10;
  transition: all 0.3s ease;
}
.countdown.fixed {
  position: fixed;
  top: 0;
left: 0;
	right: 0;
	margin: 0 auto;
  width: 680px;
	z-index: 10;
}
.count-no-wrap {
    position: absolute;
    top: 14px;
    left: 0;
    color: #037754;
    font-weight: 700;
    text-align: center;
    width: 28%;
}
.count-title {
    font-size: 13px;
    padding-bottom: 5px;
}
.count-copy {
    position: absolute;
    left: 35%;
    top: 31px;
    width: 58%;
}
span#count-number {
    font-size: 47px;
    line-height: 1em;
}
.foot-pref {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 10px;
    transition: .4s;
}
.foot-pref a:hover {
opacity: 0.5;
    transition: .4s;
}




/* 各bgクラスに個別設定（方向＋速度） */
/*
.bg01 {
  width: 8%;
  animation: move-up 60s linear infinite;
}
.bg02 {
  width: 4%;
  animation: move-down 110s linear infinite;
}
.bg03 {
  width: 16%;
  animation: move-up 100s linear infinite;
}
.bg04 {
  width: 4%;
  animation: move-down 90s linear infinite;
}
.bg05 {
  width: 8%;
  animation: move-up 95s linear infinite;
}
.bg06 {
  width: 4%;
  animation: move-down 120s linear infinite;
}
.bg07 {
  width: 8%;
  animation: move-up 90s linear infinite;
}
.bg08 {
  width: 4%;
  animation: move-up 85s linear infinite;
}
.bg09 {
  width: 4%;
  animation: move-up 120s linear infinite;
}
.bg10 {
  width: 8%;
  animation: move-down 85s linear infinite;
}
.bg11 {
  width: 4%;
  animation: move-up 90s linear infinite;
}
.bg12 {
  width: 8%;
  animation: move-down 100s linear infinite;
}

.bg13 {
  width: 16%;
  animation: move-up 120s linear infinite;
}

.bg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
 */
.bg-wrap {
    display: flex;
	justify-content: space-between;
 position: fixed;
  z-index: -1;

  overflow: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0.1;
  top: 0;
}


.bg-slider {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.bg-slider-inner {
    display: flex;
    flex-direction: column;

}


.bg-slider-list {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    list-style: none;
}
.bg-slider-item {
    width: 100%;
}
.bg-slider-item img {
    width: 100%;
    height: auto;
    display: block;
}
.bg01{
  width: 8%;
}
.bg02 {
  width: 4%;
}
.bg03 {
  width: 16%;
}
.bg04 {
  width: 4%;
}
.bg05 {
  width: 8%;
}
.bg06 {
  width: 4%;
}
.bg07 {
  width: 8%;
}
.bg08 {
  width: 4%;
}
.bg09 {
  width: 4%;
}
.bg10 {
  width: 8%;
}
.bg11 {
  width: 4%;
}
.bg12 {
  width: 8%;
}

.bg13 {
  width: 16%;
}
.bg01 .bg-slider-list {
  animation: move-up 160s linear infinite;
}
.bg02 .bg-slider-list {
  animation: move-down 180s linear infinite;
}
.bg03 .bg-slider-list {
  animation: move-up 160s linear infinite;
}
.bg04 .bg-slider-list {
  animation: move-down 220s linear infinite;
}
.bg05 .bg-slider-list {
  animation: move-up 200s linear infinite;
}
.bg06 .bg-slider-list {
  animation: move-down 150s linear infinite;
}
.bg07 .bg-slider-list {
  animation: move-up 200s linear infinite;
}
.bg08 .bg-slider-list {
  animation: move-up 160s linear infinite;
}
.bg09 .bg-slider-list {
  animation: move-up 170s linear infinite;
}
.bg10 .bg-slider-list {
  animation: move-down 140s linear infinite;
}
.bg11 .bg-slider-list {
  animation: move-up 180s linear infinite;
}
.bg12 .bg-slider-list {
  animation: move-up 150s linear infinite;
}

.bg13 .bg-slider-list {
  animation: move-down 200s linear infinite;
}

@keyframes move-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); } /* 画像2セット分の高さがある前提 */
}
@keyframes move-down {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

.triangle {
    position: absolute;
    width: 90px;
    z-index: -1;
    top: -10px;
    left: -10px;
}
.hamburger {
	display: none;
}

span.sup {
    font-size: 14px;
}
.btn-map {
padding-top: 8px;
}
td .btn-map a {
    display: inline-block;
    font-size: 12px;
    border: #7fbe26 solid 1px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 99px;
    color: #7fbe26;
    transition: .4s;
    font-weight: 600;
    text-decoration: none;
    line-height: 1em;
}
td .btn-map a:hover {
    background: #7fbe26;
    color: #fff;
    transition: .4s;
}



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


  body {
    font-size: 16px;
}
.slide-menu-logo {
    width: 140px;
}
.slide-menu {
    position: fixed;
    left: calc(50% + 340px + 30px);
    color: #fff;
}.slide-menu li a {
    font-size: 15px;

}
}
@media screen and (max-width:1200px) {
.wrap {
    width: 540px;
}
	.countdown.fixed {
  width: 540px;
}
	
	.slide-menu {
    position: fixed;
    left: calc(50% + 270px + 30px);
    color: #fff;
}.count-title {
    font-size: 11px;
    padding-bottom: 3px;
}span#count-number {
    font-size: 30px;
    line-height: 1em;
}.count-copy {
    position: absolute;
    left: 35%;
    top: 20px;
    width: 58%;
}body {
    font-size: 15px;
}
}
@media screen and (max-width:900px) {
.wrap {
    width: 420px;
}
	.countdown.fixed {
  width:420px;
}
	.slide-menu {

}  .pc {
  display: none;
}
.sp {
  display: block;
}.count-copy {
    top: 24px;
}
.count-title {
    font-size: 12px;
    padding-bottom: 5px;
}
span#count-number {
    font-size: 33px;
    line-height: 1em;
}body {
    font-size: 14px;
}.sec-title {
    font-size: 16px;
}th {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 6px;
    line-height: 1.6;
    width: 7em;
    border-bottom: #b4b4b4 solid 1px;
}td {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0px;
    line-height: 1.6;
    border-bottom: #b4b4b4 solid 1px;
}.foot-address-name {
    font-size: 11px;
    color: #fff;
    padding-top: 8px;
    text-align: center;
    font-weight: 400;
}span#count-number {
    font-size: 20px;
    line-height: 1em;
}.count-title {
    font-size: 10px;
    padding-bottom: 0px;
    line-height: 1.1;
}.count-no-wrap {
    top: 8px;
}.count-copy {
    top: 17px;
}.l-sec {
    padding: 50px 0 0;
}.sec-title {
    margin-bottom: 30px;
}
	.count-copy {
    left: 40%;
    width: 55%;
}.count-no-wrap {
    width: 36%;
}.foot-pref {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    transition: .4s;
}.bg09 {
    display: none;
}
	.bg10 {
    display: none;
}
	.bg11 {
    display: none;
}
	.bg12 {
    display: none;
}
	.bg13 {
    display: none;
}.bg01{
  width: 15%;
}
.bg02 {
  width: 5%;
}
.bg03 {
  width: 20%;
}
.bg04 {
  width: 5%;
}
.bg05 {
  width: 15%;
}
.bg06 {
  width: 5%;
}
.bg07 {
  width: 25%;
}
.bg08 {
  width: 10%;
}.slide-menu {
    position: fixed;
    top: 80px;
    left: calc(50% + 210px + 30px);
    color: #fff;
}.slide-menu li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #78BB1A;
    padding: 10px 14px;
    transition: .4s;
    text-align: center;
    background: #fff;
    border-radius: 99px;
}span#count-number {
    font-size: 30px;
    line-height: 1em;
}.wrap {
    margin: 70px auto 3%;
}
}

@media screen and (max-width:650px) {
	h1.logo {
        width: 78%;
        top: 9%;
}
	.hamburger {
	display: block;
}
th {
    padding: 12px 0;
    width: 5em;
}footer {
    text-align: center;
    padding: 30px 0 40px 0;
}.wrap {
    width: 95%;
    margin: 2% auto;
}
.countdown.fixed {
 width: 95%;
}	
	
	.count-title {
    font-size: 13px;
    padding-bottom: 0px;
    line-height: 1.1;
}span#count-number {
    font-size: 44px;
    line-height: 1em;
}.count-no-wrap {
    top: 14px;
}.count-copy {
    top: 23px;
}

	.countdown {
    position: fixed;
    z-index: 10;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    bottom: 0;
		top: auto;
}.countdown.fixed {
    width: 100%;
    top: auto;
}footer {
    text-align: center;
    padding: 30px 0 100px 0;
}
	.slide-menu {
    position: fixed;
    top: 0;
    left: auto;
		right: -100%;
    z-index: 11;
    width: 100%;
    height: 100vh;
    background: #8cc43d;
		opacity: 0;
		transition: .6s;
}.menu-active .slide-menu {
    opacity: 0.97;
    pointer-events:all;
	right: 0;
	transition: .6s;
}.slide-menu-wrap {
    width: 70%;
    margin: 90px auto;
	position: relative;
}.slide-menu-logo {
    width: 50%;
}.slide-menu-nav {
    width: 100%;
}.slide-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #78BB1A;
    padding: 14px 14px;
    transition: .4s;
    text-align: center;
    background: #fff;
    border-radius: 99px;
    width: 100%;
}span.sup {
    font-size: 11px;
}td .btn-map a {

    font-size: 10px;
}
}

@media screen and (max-width:540px) {
span#count-number {
    font-size: 30px;
    line-height: 1em;
}.count-title {
    font-size: 11px;
    padding-bottom: 0px;
    line-height: 1.1;
}

}

@media screen and (max-width:480px) {
.count-title {
    font-size: 10px;
    padding-bottom: 0px;
    line-height: 1.1;
}
.count-no-wrap {
    top: 8px;
}span#count-number {
    font-size: 24px;
    line-height: 1em;
}.count-copy {
    top: 16px;
}body {
    font-size: 13px;
}th {
    font-size: 13px;
}td {
    font-size: 13px;
}ul.sup li {
    font-size: 11px;
    line-height: 1.6;
    padding-bottom: 4px;
}
}

