
@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: #fff;
    font-size: 1.12vw;
    background: #fffbf6;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
.en {
font-family: "Jost", sans-serif;
}
.jp {
	font-family: "Zen Maru Gothic", 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: #00589c;
        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;

}

.slide-menu {
    top: 0;
    left: 0;
    display: inline;
    position: fixed;
    z-index: 4;
    width: 50%;
}
.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: 0.5em 0.4em 0;
}
.slide-menu li{
margin-bottom: 0.8em;
}
.slide-menu .primary li{
margin-bottom: 0.4em;
}
.slide-menu li a {
    font-size: 1em;
    font-weight: 600;
    color: #00579c;
    transition: .4s;
}
.slide-menu .primary li a {
    font-size: 0.85em;
}
.slide-menu li a:hover {


}



.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 {
display: none;
}
.slide-menu-summary {
    display: flex;
    height: 100vh;
    align-items: center;
}
.slide-menu-logo {
    width: 21em;
    margin: 0 auto;
    padding-top: 4em;
}
.slide-menu-logo img {
    width: 100%;
    height: auto;
	    padding-right: 1em;
}
.wrap {
    width: 38em;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0em 0 0 50%;
    padding-bottom: 4em;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.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;
}
.data {
    width: 11em;
    position: fixed;
    z-index: 3;
    left: 6em;
}


.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: 86%;
  margin: 0 auto;
  position: relative;
}
.inner-md {
  width: 85%;
  margin: 0 auto;
  position: relative;
}

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


.sec-lead {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.sec-title {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.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: 0.9em;
    font-weight: 400;
    padding: 0.8em;
  line-height: 1.5;
    width: 7em;
   border-bottom: #d7d7d7 solid 1px;
}
td {
    font-size: 0.9em;
    font-weight: 400;
    padding: 0.8em 0;
    line-height: 1.5;
    border-bottom: #d7d7d7 solid 1px;
	 overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict; 
}
td a {
text-decoration: underline;
}
.note {
padding-top: 1em;
}
ul.sup li {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 4px;
}
ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.85em;
    line-height: 1.4em;
    padding-bottom: 0.3em;
}



ul.indent-h li {
    text-indent: -0.4em;
  padding-left: 0.4em;
}
.access .note {
    margin: 0 auto;
    padding-bottom: 0em;
    padding-top: 2em;
    width: 96%;
}
.access ul.indent li {
    color: #333;
}

.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: 50%;
    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;

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

rt {
    font-size: 13px;
    padding-bottom: 2px;
}

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

.pagetop {
    width: 80px;
    position: fixed;
    bottom: 6%;
    right: 2.8%;
  opacity: 0;
  transition: .4s;
}
.sc01 .pagetop {
  opacity: 1;
  transition: .4s;
}


.sec-logo {
    width: 64%;
    margin: 0 auto;
    padding-top: 2.5em;
}
.l-sec {
    padding: 3em 0;
}
section.l-sec.info {
    background: #f18d00;
}
section.l-sec.timetable {
    background: #f18d00;
}
section.l-sec.access {
    background: #fff;
}
section.l-sec.map {
    background: #fff;
	padding-top: 0;
}
.onabe {
    padding-top: 2em;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uten {
    background: #ff570c;
    padding: 2em;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 4em;
}
.uten-title {
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 0.5em;
}
.uten p {
    padding-bottom: 0;
    font-size: 0.9em;
    line-height: 1.6em;
}
.outline {
    padding-top: 3em;
    margin: 0 auto;
    color: #000;
}

section#point {
    padding-bottom: 4em;
}
.sec-title-img {
    padding-bottom: 1.4em;
    width: 66%;
    margin: 0 auto;
}
#modelcourse .sec-title-img {
    width: 50%;
}
.modelcourse-items {
	padding-left: 3em;
}

.sec-title-jp {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 1.4em;
}
.home-coupon-data {
    text-align: center;
	 margin-top: 0.9em;
}
.home-coupon-data span {
    background: #fff;
    color: #6ab7bf;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 99px;
    padding: 0.4em 1em;
   
    display: inline-block;
}



.modelcourse-items {
    padding-top: 2em;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  height: auto;
}
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}


.modelcourse-item-pic {
    border-radius: 1em;
    overflow: hidden;
}
.modelcourse-item-title {
	text-align: center;
	padding-top: 1em;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 0.6em;
}
.modelcourse-item p {
	text-align: center;
	line-height: 1.5;
	font-size: 0.88em;
}

.bnr {
    width: 80%;
    margin: 0 auto;
}

.btn-back a {
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    border: #333 solid 1px;
    width: 6em;
    margin: 0 auto;
    border-radius: 99px;
    padding: 0.5em 0;
    line-height: 1em;
	display: block;
}
.btn-back {
    padding-bottom: 3em;
    padding-top: 2em;
}
.bg {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    height: 100%;

}
.bg2 {
    position: fixed;
    z-index: 3;
    width: 98%;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    height: 98%;
    background: #fff200;
}
.bg3 {
    position: fixed;
    z-index: 3;
    width: 96%;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    height: 96%;
    background: #fbfbfb;
}
.fl-img {
	position: fixed;
	width: 8em;
	z-index: -1;
}
.fl-img.fl02 {
    left: 37em;
    top: -2em;
    width: 10em;
}
.fl-img.fl03 {
    top: 16em;
    width: 7em;
    left: -2em;
}
.fl-img.fl04 {
    left: 36em;
    width: 5em;
    top: 17em;
}
.fl-img.fl05 {
    bottom: 4em;
    width: 9em;
    left: 38em;
}
.fl-img.fl06 {
    left: 24em;
    width: 5em;
    top: 3em;
}
.fl-img.fl07 {
    width: 11em;
    bottom: 1em;
    left: 1em;
}
.fl-img.fl01 {
    width: 6em;
    top: 8em;
    left: 2em;
    z-index: 5;
}
.fl-img.fl08 {
    right: 1em;
    top: 3em;
    width: 4em;
    position: fixed;
}
.fl-img.fl09 {
    right: 1em;
    top: 26em;
    width: 8em;
}
.fl-img.fl10 {
    width: 5em;
    right: -2em;
    top: 35em;
}
.fl-img.fl11 {
    width: 3em;
    left: -1em;
    top: 36em;
}
.fl-img.fl12 {
    width: 4em;
    left: 41em;
    top: 10em;
}
.fl-img.fl13 {
    width: 3em;
    right: 4em;
    top: 20em;
}
.pc-tel { display: inline; }
.sp-tel { display: none; }

ul.indent2 li {
    text-indent: -1em;
    padding-left: 1em;
}
.fl-img.c01 {
    width: 3em;
    top: 2em;
    left: 20em;
}
.fl-img.c02 {
    width: 3.2em;
    left: 37em;
    top: 6em;
}
.fl-img.c03 {
    width: 3em;
    left: 40em;
    top: 24em;
}
.fl-img.c04 {
    width: 3.2em;
    left: 33em;
    top: 21em;
}
.fl-img.c05 {
    width: 4.7em;
    top: 19em;
    left: 2em;
}
.fl-img.c06 {
    bottom: 10em;
    width: 3.4em;
    left: 7em;
}
.fl-img.c07 {
    width: 3em;
    left: 36em;
    bottom: 6em;
}
.fl-img.c08 {
    width: 2.7em;
    bottom: 2em;
    left: 30em;
}
@media screen and (max-height: 700px) {
.slide-menu-logo {
    width: 18em;
    margin: 0 auto;
    padding-top: 4em;
}
}
@media screen and (max-width: 767px) {
  .pc-tel { display: none; }
  .sp-tel {
    display: inline;
    color: inherit;
    text-decoration: none;
  }
}

.modelcourse .wrap {
    background: #4393cd;
}

p.sup {
    font-size: 0.8em;
    text-align: center;
}

/* ---------- フォーム全体 ---------- */

#form-wrap {
    max-width: 800px;
    margin: 0 auto;
}

#form-area dl {
    margin-bottom: 28px;
}

#form-area dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

#form-area dd {
    margin: 0;
}

.red {
    color: #d90000;
    margin-left: .3em;
}

/* ---------- 入力欄 ---------- */

.form100 {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    transition: .3s;
}

.form100:focus {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

textarea.form100 {
    min-height: 220px;
    resize: vertical;
}

/* ---------- ボタン ---------- */

.btn-wrap {
    margin-top: 50px;
    text-align: center;
}

.contact-form-submit-btn button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    height: 60px;
    padding: 0 40px;
    background: #ed7575;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    cursor: pointer;
    transition: .3s;
}

.contact-form-submit-btn button:hover {
    background: #444;
    transform: translateY(-2px);
}
.coupon-btn:disabled {
  opacity: .6;
  cursor: wait;
}

.coupon-message.is-loading {
  color: #333;
}
	.guest-items.flex {
    margin: 0 auto;
}
	.guest-item-tmb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}.guest-item-cat {
    font-weight: 600;
    text-align: center;
    padding-top: 0.5em;
    font-size: 0.9em;
}
	.guest-item-name {
    font-size: 1.36em;
    font-weight: 900;
    text-align: center;
}.guest-item-time {
    text-align: center;
    font-weight: 600;
    font-size: 0.9em;
    padding-top: 0.1em;
    padding-left: 0.8em;
}.guest-item {
    width: 31.5%;
    margin-bottom: 2em;
}.event-sub {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
}.event-title {
    width: 76%;
    margin: 0 auto;
    padding: 2em 0;
}
.event-items {
    margin: 0 auto;
}.event-item {
    background: #fff;
    border-radius: 0.6em;
    margin-top: 0.9em;
	position: relative;
}
.copyright-pokemon {
    position: absolute;
    font-size: 11px;
    right: 5em;
}
	.message-bosyu {
    width: 90%;
    margin: 0 auto;
    color: #3aa77c;
    font-weight: 600;
}
	.modal-btn {
    background: #fff200;
    padding: 0.7em;
    border-radius: 99px;
    text-align: center;
    font-size: 1.1em;
    margin-top: 0.2em;
    font-weight: 700;
		    width: 100%;
    display: block;
		transition: .4s;
}
	.modal-btn:hover {
    background: #3aa77c;
    color: #fff;
		transition: .4s;
}
	
	
.message-bosyu p {
    font-size: 0.88em;
    line-height: 1.6;
    padding-top: 1em;
}.event-img {
    position: absolute;
    z-index: 2;
    width: 5.4em;
    right: -2em;
    top: -0.4em;
}
	.item06 .event-img {
    top: -2.7em;
}
	.item04 .event-img {
    width: 6.8em;
    top: 1em;
    right: 1em;
}
.sec-title-en {
    text-align: center;
    font-size: 2.8em;
    font-weight: 900;
}
	span.info-data.en {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
}
	#parking .sec-title-en {
    color: #f18d00;
}
#parking .sec-title-jp {
color: #f18d00;
}

/* ---------- スマホ ---------- */

@media (max-width: 768px) {

    #form-area dl {
        margin-bottom: 22px;
    }

    #form-area dt {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .form100 {
        padding: 14px 16px;
        font-size: 16px; /* iPhoneの拡大防止 */
    }

    textarea.form100 {
        min-height: 180px;
    }

    .contact-form-submit-btn button {
        width: 100%;
        min-width: auto;
        height: 56px;
        font-size: 15px;
    }

}

section#form {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border-radius: 1em;
}
#contact .wrap {
    background: #00589c;
}
#form-wrap {
    margin: 0 auto;
    padding-top: 2em;
}
.form100 {
    padding: 10px 10px;
    font-size: 16px;
    background: #efefef;
}
#form-wrap {
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 50px;
}
.event-detail-title {
    font-size: 1.15em;
    font-weight: 600;
    padding-bottom: 1em;
}

.sendai span.data-wrap {
    padding-bottom: 0;
}
.info-items {

}
.info-item {
    padding: 1.1em;
    font-weight: 400;
    background: #f3a02b;
    border-radius: 0.5em;
    margin-bottom: 10px;
}
section#information {
    padding-bottom: 2em;
    padding-top: 4em;
}
span.info-title {
    display: block;
    line-height: 1.6em;
    padding-top: 0.2em;
}
@media screen and (max-width:2000px) {
.data {
    width: 13em;
}.fl-img.fl01 {
    left: 1em;
}
}

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


  body {
    font-size: 16px;
}


}
@media screen and (max-width:1200px) {
.wrap {
    width: 540px;
}
	.countdown.fixed {
  width: 540px;
}
.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;
}
.fl-img {
    display: none;
}
.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;
}span#count-number {
    font-size: 30px;
    line-height: 1em;
}.wrap {
    margin: 70px auto 3%;
}
	
	h1.logo {
        width: 78%;
        top: 9%;
}
	.hamburger {

}
th {
    padding: 12px 0;
    width: 5em;
}   .wrap {
        width: 100%;
        margin: 0;
    }
.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;
}
	.slide-menu {
    position: fixed;
    top: 0;
    left: auto;
		right: -100%;
    z-index: 11;
    width: 100%;
    height: 100vh;
    background: #00589c;
		opacity: 0;
		transition: .6s;
}.menu-active .slide-menu {
    opacity: 0.97;
    pointer-events:all;
	right: 0;
	transition: .6s;
}.slide-menu-wrap {
        width: 80%;
        margin: 20px auto;
        position: relative;
	height: 100%;
}.slide-menu-logo {
    width: 40%;
	        margin: 0 auto;
}.slide-menu-nav {
    width: 100%;
}.slide-menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .4s;
    width: 100%;
}span.sup {
    font-size: 11px;
}td .btn-map a {

    font-size: 10px;
}
	.slide-menu .primary li a {
    font-size: 16px;
}

	
	
	.event-lead.jp {
    font-size: 16px;
}
	span.data-wrap {
    font-size: 15px;
}
	.event-detail th {
    font-size: 13px;
}.event-detail td {
    border-bottom: #528fbf solid 1px;
    font-size: 13px;
}
	.event-detail td .sup {
    font-size: 11px;
    font-weight: 400;
}
	.point-item-ico {
    width: 70px;
    margin: 0 auto;
}.point-item-title {
    font-size: 16px;
}.point-item p {
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
    font-weight: 500;
    padding-bottom: 0;
}
	.sec-title-jp {
    font-size: 16px;
}.home-coupon-data span {
    background: #fff;
    color: #6ab7bf;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    border-radius: 99px;
    padding: 0.4em 1em;
    display: inline-block;
}.home-coupon-item {
    width: calc(50% - 6px);
    margin-bottom: 20px;
    position: relative;
}.home-coupon-item-name {
    font-size: 14px;
    text-align: center;
    padding-top: 0.9em;
}.home-coupon-item p {
    font-size: 11px;
    line-height: 1.7em;
    padding-top: 0.8em;
}.modelcourse-item-title {
    text-align: center;
    padding-top: 1em;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0.6em;
}.modelcourse-item p {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    text-align: left;
}#access .sec-title-jp {
    font-size: 18px;
    font-weight: 600;
    color: #095ca7;
    letter-spacing: 0.05em;
    text-align: center;
}.sec-title-jp {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}.access-title.jp {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    background: #095ca7;
    padding: 0.6em;
    border-radius: 99px;
    color: #fff;
}.access-items.flex {
    padding-top: 20px;
    display: block;
    justify-content: space-between;
}.access-item {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}.access-subtitle {
    font-weight: 600;
    text-align: center;
    color: #3c8bc6;
    padding-bottom: 1.5em;
    font-size: 15px;
}
	.page .sec-logo {
    display: block;
}
	.shop-coupon {
    width: 90%;
    margin: 0 auto;
}
.coupon-use-inner {
    border-radius: 16px;
    width: 90%;
    margin: 0 auto;
}	
	.coupon-use-inner {
    padding: 0;
    border-radius: 14px;
}.shop-coupon-note {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 3em;
    color: #555;
}
	.shop-coupon-note li {
    font-size: 11px;
    line-height: 1.4em;
    padding-bottom: 0.3em;
    text-indent: -1em;
    padding-left: 1em;
}
	.shop-summary {
    line-height: 1.8em;
    padding-bottom: 2em;
    font-size: 14px;
}.shop-name {
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
    font-size: 18px;
}
	.shop-coupon-data {
    font-size: 14px;
}.course-title-en {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 2em;
}.course-name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}.course-lead {
    text-align: center;
    background: #ebf5fd;
    border-radius: 99px;
    padding: 1em;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4em;
}.course-item-copy {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    border-radius: 99px;
}.course-item-name {
    text-align: center;
    padding: 0.3em 0 1.5em;
    font-size: 16px;
    font-weight: 600;
}.course-summary {
    font-size: 14px;
    line-height: 1.9;
    padding-bottom: 2em;
}.modelcourse th {
    font-size: 13px;
    font-weight: 400;
    padding: 0.8em;
    line-height: 1.5;
    width: 7em;
}.modelcourse td {
    font-size: 13px;
    font-weight: 400;
    padding: 0.8em 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}.course-lead {
    line-height: 1.3em;
}.course-item-no {
    font-size: 18px;
}.koori-logo {
   display: none;
}.slide-menu li a {
    border-bottom: #fff solid 1px;
    padding: 10px 0;
    margin: 0;
}.slide-menu li {
    margin-bottom: 0;
}.sec-logo {
    width: 64%;
    margin: 0 auto;
    padding-top: 20px;
}.btn-back {
    padding-bottom: 20px;
    padding-top: 20px;
}.foot-logo {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}


.foot-sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
  .foot-sp.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.foot-sp a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.foot-item.foot-coupon {
    width: 50%;
    background: #49a9b3;
}
	.foot-item.foot-modelcourse {
    width: 50%;
    background: #3f81b1;
}.slide-menu ul {
    padding: 0;
}
	.slide-menu {
    background: #00589c;

}.page .wrap {
    padding-bottom: 60px;
    border-radius: 0 0 1em 1em;
}
	.map-pin a {
    width: 24px;
    height: 24px;
    background: #ed7575;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-weight: 600;
    border-radius: 99px;
    font-size: 11px;
}
	.map-pin.pin07 {
    top: 51%;
    left: 42%;
}
	.map-pin.pin04 {
    top: 53%;
    left: 34.4%;
}.map-pin.pin05 {
    top: 81%;
    left: 26%;
}.coupon-fl-img {
    width: 160px;
    position: absolute;
    top: -40px;
    left: 30px;
}
	.event-detail-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 1em;
}
	.event-detail th {
    width: 4em;
}

.sp.koori-add-wrap {
    padding: 30px 0;
    text-align: center;
}
	.sp.koori-add-wrap .koori-logo {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-bottom: 20px;
}
	.koori-add-name {
    font-weight: 600;
    font-size: 14px;
}
	.koori-add-cat {
    font-size: 14px;
    padding-top: 0;
		 font-weight: 600;
}
	.koori-add span.sup {
    font-size: 12px;
    padding-top: 1em;
    display: block;
    line-height: 1.4em;
}
	
}

@media screen and (max-width:767px) {
	.guest-items.flex {
    display: block;
}
	.modal-btn {
    font-size: 16px;
    line-height: 1.3;
}.guest-item {
    width: 100%;
    margin-bottom: 2em;
}.event-img {
    position: absolute;
    z-index: 2;
    width: 4.1em;
    right: -2em;
    top: -0.3em;
}.event-item {
    margin-top: 13px;
}.copyright-pokemon {
    position: absolute;
    font-size: 10px;
    right: 2em;
}.guest-item-name {
    font-size: 20px;
}.guest-item-cat {
    font-size: 15px;
}.guest-item-time {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding-top: 0.1em;
    padding-left: 0.8em;
}.item04 .event-img {
    width: 4.8em;
    top: 1em;
    right: 1em;
}.item06 .event-img {
    top: -2em;
}.l-sec {
    padding: 20px 0 0;
}
	}


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

