@charset "UTF-8";
/* CSS Document */

html { scroll-behavior: smooth;}



p{
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: initial;
	padding: initial;
}

.hed-p{
	margin: 10px 10px 0 60px;
}

h1{
	display: inline-block;
	margin: initial;
	vertical-align: top;
	padding: 5px 0 0 0;
	
}

h2{
	margin: initial;
}

.box-h2{
	margin: 15px 0 0 30px;
}

h3{
	margin-top: 34px;

}
h3 span{
	display: inline-block;
	margin-right: -7px;
}


h4:after{
	position: absolute;
	width: 120px;
	height: 2px;
	content: '';
	background: rgb(244,146,177);
	margin: 25px 0 0 -106px;
}

h5{
	margin: 20px auto 22px auto;
	float: left;
	width: 195px;
	text-align: center;
}

h5:before{
	position: absolute;
	width: 40px;
	height: 2px;
	content: '';
	background: rgb(244,146,177);
	margin: 35px 0 0 0;
}


.section3 .box p{
	position: relative;
	left: 30px;
	width: 80%;
	max-width: 520px;
	display: inline-block;
	vertical-align: middle;
}

.number{
	float:left;
	position: absolute;
	margin-left:145px;
	margin-top: -3px;

}

.logo-top{
	margin: 50px 0 0 90px;
}

.hd-top{
	width: 100%;
	height: 20px;
	background: #68c3c5;
	box-shadow: 0px 5px 10px rgba(104, 195, 197, 0.3);
	position: absolute;
	z-index: 100;

}

.mainbox{
	position: absolute;
	overflow: hidden;
	z-index: -10;
	max-width: 678px;
	height: 678px;
	top: 0px;
	right: 0px;
}

.mainvsl{
	position: relative;
	top: -120px;
}

.copy-rights{
	margin: 0 0 0 90px;
	margin-top: 210px;
}

.copy{
	margin-right: 10px;
}

.profile{
	position: absolute;
	right: 80px;
	top:550px;
}

.profile::after{
	position: absolute;
	width: 30px;
	height: 2px;
	content: '';
	background: rgb(244,146,177);
	margin:-52px 0 0 90px;

}

.profile h3, .profile h1{
	margin: initial;
}



.button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	width: auto;
	height: 50px;
	border-radius: 25px;
	background-color: rgb(244,146,177);
	box-shadow: 3px 3px 10px rgba(104, 195, 197, 0.3);
	text-align: center;
	margin: 0 20px 20px 20px;
	padding: 0 50px 3px 50px;
	border: solid 3px white;
	transition: background-color 0.5s , transform 0.5s , box-shadow 0.5s;

}

.button:hover{
	background-color: rgb(254,166,197);
	transform:  translate(-5px,-5px);
	box-shadow: 5.5px 5.5px 10px rgba(104, 195, 197, 0.3);
	transition: background-color 0.5s , transform 0.5s , box-shadow 0.5s;
	
}

.top-button{
	margin: 79px 0 110px 240px;
}

.button:after {
	position: absolute;
	width: 30px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	margin:12px 0 0 35px;
}

.button::after {
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

.headnig-c{
	text-align: center;
}

.heading{
	margin: 50px 0 30px 0;
	height: 60px;
	padding: initial;
}

.heading:after{
	position: absolute;
	width: 60px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgb(244,146,177);
	margin: 60px 0 0 -60px;
}

.heading::after {
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

.symbol{
	display: inline-block;
	margin: 0 10px 0 0;
}

.box{
	height: auto;
	border-radius: 20px;
	background: #fff;
	padding: 20px 30px;
	margin: 0 auto 30px auto;
}

.section1 .box{
	width: 80%;
	max-width: 800px;
	
}

.section2{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.section2 .box{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.g-box{
	width: 60%;
	max-width: 600px;
	height: auto;
	border-radius: 20px;
	background: #fff;
	padding: 20px 20px;
	margin: 0 0 30px 0;
}

.graph-box{
	text-align: center;
}

.movie{
	text-align: center;
}

.youtube{
	box-shadow: 20px 20px 0px 0 rgba(255,255,255,1);
	width: 80%;
	height: 337px;
	max-width: 600px;
}

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

.set-container{
	background-color: #FFF;
	width: 80%;
	max-width: 800px;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}

.set{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	position: relative;
	top: 8px;
	padding: 0 20px;
}

.form{
	font-family: "Shippori Mincho B1";
	font-weight: 600;
	
}

.form .label{
	width: 150px;
	display: inline-block;
	text-align: right;
	
}


label span{
	font-size: 8px;
	color: red;
	vertical-align: top;
}

.c-b{
	text-align: center;
	margin: 10px 0 0 0;
}

.input{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:"Noto Sans JP";
	color: #244445;
	border:solid 1px #ccc;
	margin:20px 0 20px 0;
	width: 80%;
	width:500px;
	font-size: 15px;
	display: inline-block;
}

.select .input{
	width: 80%;
	width: 522px;
	display: inline-block;
}

hr{
	background-color: #244445;
	opacity: 0.1;
	height: 1px;
	border: none;
	width: 80%;
	max-width: 600px;
}

.error{
	font-size: 13px;
	color: red;
	
}

.form .set{
	font-family:  "Shippori Mincho B1";
	text-align: center;
}

.underline{
	display: inline-block;
	margin: 0px 0 5px 0;
	white-space: nowrap;
}

.underline:after{
	position: absolute;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgb(244,146,177);
	margin: 40px -30px;
}

.section3{
	width: 80%;
	max-width: 800px;
	margin:0 auto;
}

.flow-container{
	display: inline-block;
	vertical-align: middle;
}

.price .box h2:before{
	position: absolute;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgb(244,146,177);
	margin: 40px 0px;
}

.price .box{
	width: 80%;
	max-width: 400px;
}

.box .price-b{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 46px;
	text-align: center;
	margin: initial;
	margin-bottom: 10px;

}

.box .price-b span{
	font-size: 36px;
}

.price-a .price .box h2{
	font-size: 17px;
}

.price-a .price .box h2:before{
	position: absolute;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgb(244,146,177);
	margin: 30px 0px;
}

.price-a .price .box .price-b{
	font-size: 36px;
}

.price-a .price .box .price-b span{
	font-size: 26px;
}

.section4 .box{
	width: 80%;
	max-width: 800px;
}


.l-button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	width: auto;
	height: 40px;
	border-radius: 20px;
	background-color: rgb(6,200,85);
	box-shadow: 3px 3px 10px rgba(104, 195, 197, 0.3);
	text-align: center;
	margin: 0 20px 20px 20px;
	padding: 0 30px 0 0;

}

.l-button:after {
	position: absolute;
	width: 30px;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	margin:10px 0 0 15px;
}

.l-button::after {
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

.button-icon{
	vertical-align: middle;
	margin: 0 8px;
}

footer{
	margin: 30px 0 0 0;
	background-color: white;
	padding: 40px 0 0 0;
}

.section5{
	width: auto;
	text-align: center;
}

.footer-logo{
	text-align: center;
	margin-bottom: 30px;
}

.section5 .inner{
	display: inline-block;
	vertical-align: top;
}

.photo-container{
	border-radius: 10px;
	overflow: hidden;
	height: 191px;
	margin: 0 20px 20px 0;
}

.adress{
	text-align: left;
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.1em;

}

.timetable{
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.map{
	max-width: 440px;
	margin: initial;
	border-radius: 10px;
	overflow: hidden;
	height: 200px;
}

footer .c .l-button{
	background-color: rgb(104,195,197);
}

.loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
	margin: 20px 0 40px 0;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}

.copyrights{
	font-family: Montserrat;
font-weight: 500;
font-size: 10px;
letter-spacing: 0.05em;
text-align: center;
color: #fff;
background: #68c3c5;
box-shadow: 0px -5px 10px rgba(104, 195, 197, 0.3);
	height: 20px;
	padding: 5px 0 0 0;

}

.thanks{
	text-align: center;
	padding: auto;
}

.body-copy{
	margin: 0 auto 30px auto;
	display: inline-block;
}

.under{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.thanks-body{
	padding-top: 40vh;
}

.body-copy span{
	margin-right: 0px;
}