
@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: 1.12vw;
    background: #e1e8ed;
    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: 3em;
    left: 3em;
    padding: 2em;
    display: inline;
    position: fixed;
    z-index: 4;
    background: #e1e8ed;
}
.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 {


}
.home-coupon-map {
    width: 90%;
    margin: 0 auto;
    padding-top: 2em;
    position: relative;
}

.koori-logo {
    width: 8em;
    margin-bottom: 1em;
}
.koori-add-name {
    font-weight: 600;
}
.koori-add-cat {
    font-size: 0.9em;
    padding-top: 0.3em;
}
.koori-add-name a {
text-decoration: underline;
}
.koori-add-cat a {
text-decoration: underline;
}
.koori-add span.sup {
    font-size: 0.8em;
    padding-top: 1em;
    display: block;
    line-height: 1.4em;
}
.pc.koori-add-wrap {
    position: fixed;
    bottom: 0;
    left: 5em;
    padding: 0 0 2em;
    background: #e1e8ed;
    z-index: 5;
}

.map-pin {
	position: absolute;
	top: 0;
	left: 0;
}
.map-pin a {
    width: 2em;
    height: 2em;
    background: #ed7575;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-weight: 600;
    border-radius: 99px;
}
.map-pin.pin05 {
    top: 81%;
    left: 28%;
}
.map-pin.pin04 {
    top: 53%;
    left: 35.4%;
}
.map-pin.pin07 {
    top: 51%;
    left: 41.5%;
}
.map-pin.pin06 {
    top: 10%;
    left: 5%;
}
.map-pin.pin03 {
    top: 34%;
    left: 36%;
}
.map-pin.pin02 {
    left: 92%;
    top: 62%;
}
.map-pin.pin01 {
    top: 76%;
    left: 33%;
}

.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 {

}
.slide-menu-logo {
    width: 10em;
    padding-bottom: 1.5em;
}
.wrap {
    width: 40em;
    background: #fff;
    border-radius: 0 0 2em 2em;
    left: 0;
    right: 0;
    margin: 0em 0 0 40%;
    padding-bottom: 4em;
    overflow: hidden;
	position: relative;
    z-index: 3;
}
.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: 89%;
  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 {
    font-size: 1.4em;
    color: #00579c;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center;
}
.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;
}

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


.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;
}
.sec-logo {
    width: 64%;
    margin: 0 auto;
    padding-top: 2.5em;
}
.l-sec {
    padding: 5em 0 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point-item-pic {
    width: 48%;
	border-radius: 1em;
	overflow: hidden;
}
.point-item-title {
    font-size: 1.45em;
    text-align: center;
    padding-bottom: 0.8em;
    font-weight: 600;
}
.point-item p {
    font-size: 0.85em;
    text-align: justify;
    line-height: 1.9;
	font-weight: 500;
	padding-bottom: 0;
}
.info-item {
    background: #00589c;
    border-radius: 1em;
    padding: 3em;
    color: #fff;
}
.event-lead.jp {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 2em;
    padding-top: 0.4em;
    font-weight: 600;
}
.event-detail th {
    border-bottom: #528fbf solid 1px;
	    font-size: 0.88em;
	width: 5em;
}
.event-detail td{
    border-bottom: #528fbf solid 1px;
	    font-size: 0.88em;
}
.event-detail table {
    border-top: #ffffff solid 1px;
}
span.data-wrap {
    display: block;
    padding-bottom: 1em;
    font-weight: 600;
    font-size: 1.15em;
	    line-height: 1.3;
}
span.data-wrap.end {
    padding-bottom: 0em;
}
.event-detail td .sup {
    font-size: 0.75em;
    font-weight: 400;
}
span.gentei {
    color: #ffec5a;
    padding-left: 0.3em;
}
.point-item {
  align-items: center;
	color: #00579c;
}
.point-item.row-reverse.flex {
    flex-direction: row-reverse;
}
.point-item-txt {
    width: 48%;
    padding:1em;
}
.coupon-fl-img {
     width: 32%;
    position: absolute;
    top: -4em;
    left: 4em;
}
section#coupon {

}
section#coupon .sec-bg {
    background: #6ab7bf;
    border-radius: 3em 3em 0 0;
    color: #fff;
    position: relative;
    padding-top: 5em;
}


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.4em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}
.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;
}


.home-coupon-lead {
    padding-top: 2em;
    width: 96%;
    margin: 0 auto;
}
.home-coupon-item {
    width: calc(50% - 0.7em);
    margin-bottom: 2em;
    position: relative;
}
.home-coupon-items.flex {
    padding-top: 4em;
}
.home-coupon-item-no {
    width: 2em;
    height: 2em;
    background: #ed7575;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-weight: 600;
    border-radius: 99px;
    position: absolute;
    top: 0.6em;
    left: 0.6em;
}
.home-coupon-item-img {
    border-radius: 0.8em;
    overflow: hidden;
}
.home-coupon-item-name {
    font-size: 1.1em;
    text-align: center;
    padding-top: 0.9em;
}
.home-coupon-item p {
    font-size: 0.84em;
    line-height: 1.7em;
    padding-top: 0.8em;
}

section#modelcourse {
 background: #6ab7bf;
}
section#modelcourse .sec-bg {
  background: #4d95c9;
    border-radius: 3em 3em 0 0;
    color: #fff;
    position: relative;
    padding-top: 5em;
}

section#information {
    padding-top: 2em;
}
.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;
}

.shop .wrap {
    background: #6ab7bf;
}
section#shop {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border-radius: 1em;
}
.shop-logo {
    width: 30%;
    margin: 0 auto;
}
.shop-name {
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
    font-size: 1.4em;
}
.shop-coupon-data {
    text-align: center;
    font-weight: 500;
    padding-bottom: 1em;
    color: #e9a200;
    font-size: 1.1em;
}
.shop-coupon {
    width: 80%;
    margin: 0 auto;
}
.shop .l-sec {
    padding: 3em 0 0;
}

.coupon-use {
  margin: 40px auto 0;
}
.coupon-use-inner {
    border-radius: 16px;
    width: 70%;
    margin: 0 auto;
}
.shop-coupon-note {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3em;
    color: #555;
}
.shop-coupon-note li {
    font-size: 0.88em;
    line-height: 1.4em;
    padding-bottom: 0.3em;
    text-indent: -1em;
    padding-left: 1em;
}
.shop-info {
    border-top: #333 dotted 1px;
    padding-top: 3em;
}
.shop-pic img {
    border-radius: 1em;
    margin-bottom: 1em;
}
.shop-pic {
    padding-bottom: 2em;
}
.shop-summary {
    line-height: 1.8em;
    padding-bottom: 2em;
	font-size: 0.9em;
}
.coupon-use-lead {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.coupon-use-form {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.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;
}


.coupon-pin {
    flex: 1;
    min-width: 0;
    height: 3em;
    padding: 0 1em;
    border: 2px solid #cfcfcf;
    border-radius: 0.3em;
    font-size: 1em;
    color: #333;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f5f5f5;
}

.coupon-pin::placeholder {
  color: #999;
}

.coupon-pin:focus {
  border-color: #333;
  box-shadow: 0 0 0 4px rgba(51, 51, 51, 0.12);
}

.coupon-btn {
    flex-shrink: 0;
    height: 3em;
    padding: 0 24px;
    border: none;
    border-radius: 0.3em;
    background: #db5164;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background-color .3s, transform .2s, opacity .3s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
}

.coupon-btn:hover {
  background: #111;
}

.coupon-btn:active {
  transform: translateY(1px);
}

.coupon-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.coupon-message {
  margin: 14px 0 0;
  min-height: 1.5em;
  font-size: 14px;
  line-height: 1.6;
  color: #d93025;
  text-align: center;
}
.page .wrap {
    padding-bottom: 1em;
    border-radius: 0 0 1em 1em;
}
.shop-map {
    padding: 2em 0;
    box-sizing: border-box;
}

.shop-map iframe {
    width: 100%;
    border-radius: 1em;
    height: 300px;
}
.page .sec-logo {
    display: none;
}
.page article {
    padding-top: 1em;
}

#access .sec-title-jp {
    font-size: 1.2em;
    font-weight: 600;
    color: #095ca7;
    letter-spacing: 0.05em;
    text-align: center;
}
#access .sec-title-img {
    width: 50%;

}
.access-wrap {
    padding-top: 2em;
}

.bg {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
}
.coupon-message.is-loading::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  vertical-align: -0.15em;
  animation: coupon-spin .8s linear infinite;
}

@keyframes coupon-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .coupon-use {
    margin-top: 28px;
  }

  .coupon-use-inner {
    padding: 24px 16px;
    border-radius: 14px;
  }

  .coupon-use-lead {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .coupon-use-form {
    flex-direction: column;
    gap: 10px;
  }

  .coupon-pin,
  .coupon-btn {
    width: 100%;
    height: 52px;
    font-size: 15px;
  }

  .coupon-btn {
    min-width: 0;
  }
}
.pc-tel { display: inline; }
.sp-tel { display: none; }

@media screen and (max-width: 767px) {
  .pc-tel { display: none; }
  .sp-tel {
    display: inline;
    color: inherit;
    text-decoration: none;
  }
}

.modelcourse .wrap {
    background: #4393cd;
}
.course-title-en {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.course-name {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 0.5em;
}
.course-lead {
    text-align: center;
    background: #ebf5fd;
    border-radius: 99px;
    padding: 1em;
    font-size: 0.9em;
    font-weight: 600;
	margin-bottom: 4em;
}
.course-item-no {
    height: 2.6em;
    width: 2.6em;
    background: #4393cd;
    border-radius: 99px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 0.5em;
    line-height: 1em;
}
.course-item-copy {
    text-align: center;
    font-weight: 500;
    font-size: 0.88em;
    border-radius: 99px;
}
.course-item-name {
    text-align: center;
    padding: 0.3em 0 1.5em;
    font-size: 1.2em;
    font-weight: 600;
}
.course-pic {
    margin-bottom: 1.5em;
    position: relative;
}
.coupon-tag {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}
.coupon-tag a{
display: block;
    background: #fdd749;
    border-radius: 99px;
    padding: 0.6em 1em;
    color: #1a1a1a;
    font-size: 0.88em;
    font-weight: 600;
	transition: .4s;
}
.coupon-tag a:hover{
    background: #db5164;
    color: #fff;
	transition: .4s;
}

.course-pic img {
    border-radius: 1em;
}
.course-summary {
    font-size: 0.88em;
    line-height: 1.9;
    padding-bottom: 2em;
}
.modelcourse th {
  font-size: 0.8em;
    font-weight: 400;
    padding: 0.8em;
    line-height: 1.5;
    width: 8em;
 
}
.modelcourse td {
    font-size: 0.8em;
    font-weight: 400;
    padding: 0.8em 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
.modelcourse td dl.pd {
    padding-bottom: 0.5em;
}


.course-outline-title {
    font-weight: 600;
    font-size: 0.9em;
    padding-bottom: 1em;
}
.course-item {

}
.course-line {
    width: 0.3em;
    margin: 1.5em auto 1.2em;
}
p.sup {
    font-size: 0.8em;
    text-align: center;
}

.access-title.jp {
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
    background: #095ca7;
    padding: 0.6em;
    border-radius: 99px;
    color: #fff;
}
.access-items.flex {
    padding-top: 2em;
    display: flex;
    justify-content: space-between;
}
.access-item {
    width: 48%;
}
.access-item p {
    font-size: 0.8em;
    line-height: 1.5;
    padding-top: 1.5em;
}
.access-subtitle {
    font-weight: 600;
    text-align: center;
    color: #3c8bc6;
    padding-bottom: 1.5em;
}
section#access {
    background: #4d95c9;
}
.access-bg {
    background: #fff;
    padding-top: 5em;
    border-radius: 3em 3em 0 0;
}
.point-item-ico {
    width: 40%;
    margin: 0 auto;
}
#sendaiya .shop-logo {
    width: 22%;
    margin: 0 auto;
}
#melba .shop-logo {
    width: 25%;
    margin: 0 auto;
}
/* ---------- フォーム全体 ---------- */

#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;
}
/* ---------- スマホ ---------- */

@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;
}
.tokyo {
	padding-bottom:1.5em;
}
.sendai span.data-wrap {
    padding-bottom: 0;
}


@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;
}
}
@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;
}span#count-number {
    font-size: 30px;
    line-height: 1em;
}.wrap {
    margin: 70px auto 3%;
}
	
}

@media screen and (max-width:900px) {
	h1.logo {
        width: 78%;
        top: 9%;
}
	.hamburger {
	display: block;
}
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;
}
	.info-item {
    background: #00589c;
    border-radius: 1em;
    padding: 24px;
    color: #fff;
}
	.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: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;
}
}

