body {
    margin: 0px;
	background-color: #fff;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%; height: 100vh;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}


.wrapper{
  overflow: hidden;
}


.box{
  width: 220px;
  padding: 20px;
  margin:0 20px 20px 0;
  background: #666;
  color: #fff;
  box-sizing:border-box;
}

.forie{
    width: 100%;
    background-color: #fff;
    padding: 50px auto;
    text-align: center;
    line-height: 1.3em;
}



/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeUpTrigger{
    opacity: 0;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

img{
    margin: auto;}

header{
    background-color: #ff0000;
    padding: 10px;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
        color:#fff;
}
footer{
    text-align: center;
    margin: 10px auto;
}

header nav{
position: fixed;
	bottom: 3%;
	left: 3%;
    z-index: 6;
}

header nav ul li{
font-size: 1.1em;
color: #79D9D7;
font-weight: bold;
padding: 10px 0;
text-align: left;
}


header nav ul li a{
	color: #79D9D7;}

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

.ct {
  position: relative;
  width: 100%;
	height: 100vh;
  background: #fff;
    overflow-x: hidden;
}

.bg_blue {
  position: absolute;
  top: 0;
width: 100%;
  height: 68%;
z-index: 1;
  background: #79D9D7;
}

.ct_ttl{
    position: absolute;
    top: 5%;
	width: 100%;
	z-index: 3;
}

.ct_ttl img{
	width:600px;
	margin: auto;
	display: block;

}

.ct_txt{
    position: absolute;
	top: 80px;
    left: 70%;
	z-index: 3;
}

.ct_txt img{
	width:230px;
	display: block;}


.mvimg{
    position: absolute;
	width: 100%;
	z-index: 2;
    bottom: 12%;
}

.mvimg img{
	width: 1100px;
	margin: auto;
	display: block;
}

.txt {
	position: absolute;
	z-index: 5;
	bottom:4%;
	width: 100%;
	text-align: center;
}

.txt p{
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: auto;
	width:350px;
	padding: 10px;
	background: #1DB2BE;
}

/* about */
#about{
	margin: 130px auto;
}

.about_box{
	position: relative;
    height: 550px;
}

.left{
	position: absolute;
	background:#FBFBFB;
	width: 45%;
	padding: 80px 0 30px 20%;
	margin-left: 0;
}

.left h2{
	position: absolute;
	top:-12%;
}

.left p{
	line-height: 2em;
}

.left p.join{
	color: #1DB2BE;
	font-weight: bold;
	position: relative;
	border: solid 2px #1DB2BE;
	margin-top: 40px;
	padding: 30px 20px 20px 20px;
    display: inline-block;
}

.left p.join span{
	position: absolute;
	top:-20px;
	color: #fff;
	background: #1DB2BE;
	font-weight: bold;
	padding: 5px 20px;
    display: inline-block;
}

.right{
	position: absolute;
    right: 5%;
	top: -25px;
	width:570px;
}


/* flow */
#flow{
	margin: 160px auto;
}

.flow_box{
	width: 100%;
	background: #FAFAFA;
	position: relative;
	height: 1449px;
    padding-top: 100px;
}


.flow_box h2{
	position: absolute;
	top:-2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flow_box-bg{
    position: absolute;
    left: -5%;
    top: 0%;
    width: 110%;
    text-align: center;
}
.flow_box-bg img{
	z-index: 1;
}

.flow_box-2-bg{
    position: absolute;
    left: -5%;
    top: 0;
    width: 110%;
    text-align: center;

}

.flow_box-1 {
    height: 1040px;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}
.flow_box-2 {
	width: 100%;
	background: #FAFAFA;
    height: 2500px;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 5;
    padding-top: 150px;
}

.flow_box-1 p{
    position: absolute;
    line-height: 1.5em;
}

.flow_box-1 p a{
	color: #2D7EDB;
}

.flow_box-1-ttl,.flow_box-2-ttl{
	text-align: center;
}

.flow_box-1--1{
    max-width: 1200px;
    position: relative;
	padding: 0 10px;
    top: 3%;
    margin: auto;
}

p.flow_box-1--1--txt{
    position: absolute;
    top: 12%;
    left: 16%;
}

p.flow_box-1--2--txt{
    position: absolute;
    top: 52%;
    left: 36%;
}

p.flow_box-1--3--txt{
    position: absolute;
    top: 88%;
    left: 53%;
}

p.flow_box-1--4--txt{
	color: #fff;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
    position: absolute;
    top: 53%;
    left: 33%;
}

span.under {
border-bottom:dotted;
border-color:#fff;
border-width:1px;
}

p.flow_box-2--1--txt{
    position: absolute;
	line-height: 1.8em;
    top: 3.5%;
    left: 51%;
}

span.area{
	margin: 20px 0;
	border-radius: 10px;
	display: block;
	width:80px;
	color: #fff;
	font-weight: 500;
	background: #DDAD42;
	font-size: 1.1em;
	padding: 10px;
}


span.park{
	margin-top: 10px;
	margin-top: 10px;
	display: block;
	font-size: 0.9em;}

p.flow_box-2--1--txt a{
    color: #2D7EDB;}

p.flow_box-2--2--txt{
    position: absolute;
	line-height: 1.8em;
    top: 26.5%;
    left: 34%;
}

p.flow_box-2--3--txt{
    position: absolute;
	line-height: 1.8em;
    top: 67%;
    left: 17%;
}
p.flow_box-2--4--txt{
    position: absolute;
	line-height: 1.8em;
    top: 81.5%;
    left: 34.5%;
}
p.flow_box-2--5--txt{
    position: absolute;
	line-height: 1.8em;
    top: 96%;
    left: 52%;
}

.flow_box-1--2{
	padding-top: 100px;
	z-index: 3;
    text-align: center;
    position: relative;
}

/* info */
#info{
    margin-top: 2375px;
    text-align: center;
}

th {
    background: #f4f4f4;
    /* border: solid 1px #ccc; */
    color: #353535;
    padding: 30px;
    width: 30%;
}
td {
    background: #f4f4f4;
    padding: 11px;
    width: 70%;
}
.info_box{
	height: auto;
    max-width: 1200px;
    margin: auto;
}

.tbl-m01 {
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
}
.tbl-r02 th {
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
.tbl-m01 {
  border-collapse: separate;
  border-spacing: 5px;
}
.tbl-m01.m02 {
  border-spacing: 10px 0;
  margin: 0 auto 100px;
}
.tbl-m01.m02 th {
  border: none;
}
.tbl-m01.m02 td {
  background: #fbf5f5;
  border: none;
}

.attention_2{
	line-height: 1.8em;
}

.info_box-etc{
	width:100%;
	margin: 120px auto;
	display: flex;
}

.info_box-etc--cont{
	position: relative;
    background: #f4f4f4;
    width: 49%;
    text-align: center;
    height: 200px;
    margin: auto;
}

.info_box-etc--ttl{
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.info_box-etc--cont p{
	margin-top: 80px;
	font-size: 1.2em;
	line-height: 1.8em;
}

.info_box-attention{
	width:100%;
	margin: 120px auto;
	display: flex;
}

.info_box-attention--cont{
	position: relative;
    background: #FFFCE2;
    width: 100%;
    text-align: center;
    margin: auto;
	background-image: url("../img/cycle.svg");
	background-repeat: no-repeat;
	background-position: right 5% bottom 10%;
}

.info_box-attention--ttl{
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	margin-bottom: 80px;
}

.info_box-attention--cont p{
	margin-top: 80px;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
}

.info_box-attention--cont ul li{
	padding-left: 5%;
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
}

/* reserved */
#reserved{
	background-image: url("../img/reserve_bg.png");
	background-size: cover;
	padding: 100px;
}

.reserved_box{
	display: flex;

    justify-content: space-evenly;
    align-items: center;
}

/* contact */
.contact_box{
	text-align: center;
	position: relative;
	background-color: #79D9D7;
	padding: 80px;
}
.contact_box h2{
	color: #fff;
	font-size: 3em;
	margin-bottom: 30px;
}
.contact_box p{
	color: #fff;
	margin-bottom: 10px;
}

a.tel{
	color: #fff;
	font-size: 3em;
}

.contact_bg-left{
	position: absolute;
	top: 20%;
	left:10%;
}

.contact_bg-right{
	position: absolute;
	top: 50%;
	right:10%;
}

/* Footer */
.footer_box{
	background-color: #6AB4B2;
	padding: 40px;
	display: flex;
    justify-content: space-evenly;
}

.footer_box h3{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.footer_box div{margin-bottom: 60px;}

.footer_box p{
	color: #fff;
	padding: 10px;
}

.footer_box div:nth-child(2){
	border-right: solid 1px #fff;
}

.copy{
	background-color: #909F9E;
	padding: 20px;
	color: #fff;
}

@media screen and (max-width: 640px) {
  .tbl-m01 th {
    width: 20%;
  }
  .tbl-m01 td {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {

  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-m01 th {
    width: 20%;
  }
  .tbl-m01 td {
    width: 25%;
  }
}


@media screen and (max-width: 896px){
    .block__elem img {
    width: 100%;
    margin: 10px 0;
}

.block {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-bottom: 150px;
}
.block__elem {
  display: flex;
  justify-content: center;
  align-items: center;
      width: 55%;

}
.flex_test-item {
    padding: 10px;
    width:100%;               /* 幅指定 */
	}}


@media screen and (max-width: 1440px) {
	p.flow_box-1--4--txt{
    left: 27%;
	}

	.flow_box-1 {
		height: 1000px;}

	.right {
    position: absolute;
    right: 5%;
    top: 100px;
    width: 505px;
}
}

@media screen and (max-width: 1250px) {
.right{
    top: 130px;
    right: 1%;
	width: 440px;}
}


@media screen and (max-width: 1150px) {
	.tab{display: block;}
	.pc{display: none;}}

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

.ct_ttl {
    position: absolute;
	top: 10%;}

	.ct_ttl img {
	width: 50%;}

	.ct_txt {
    position: absolute;
		top: 14%;}

#info {
	margin-top: 1840px;}

.flow_box-2 {
	height: 2060px;}

.left {
    position: absolute;
    background: #FBFBFB;
    width: 51%;
    padding: 80px 50px 30px 10%;
    margin-left: 0;
}

p.flow_box-1--4--txt {
    left: 20%;
}

span.area {
    margin: 5px 0;
    border-radius: 10px;
    display: block;
    width: 80px;
    color: #fff;
    font-weight: 500;
    background: #DDAD42;
    font-size: 1.1em;
    padding: 8px;
}

	.flow_box-2--2--txt img{
	width:80%;
	}

.contact_bg-left{
	left:0;
}

.contact_bg-right{
	right:0;
}

	.reserved_box-ttl{width:30%;}
	.reserved_box-btn{width:50%;}

}


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

	.tab{display: none;}
	.sp{display: block;
    width: 100%;
    margin: auto;}
.about_box {
    position: relative;
    height: 640px;
}
.right {
    width: 290px;
}

.flow_box-2 {
    height: 2250px;
}

p.flow_box-1--1--txt {
    position: absolute;
    top: 12%;
    left: 28%;
}

	p.flow_box-1--2--txt {
    position: absolute;
    top: 51%;
    left: 28%;
}

	p.flow_box-1--3--txt {
    position: absolute;
    top: 84%;
    left: 28%;
}

p.flow_box-2--1--txt {
    position: absolute;
    line-height: 1.8em;
    top: 3.5%;
    left: 27%;
}

p.flow_box-2--2--txt {
    position: absolute;
    line-height: 1.8em;
    top: 30%;
    left: 27%;
}

p.flow_box-2--3--txt {
    position: absolute;
    line-height: 1.8em;
    top: 71%;
    left: 25%;
}

	p.flow_box-2--4--txt {
    position: absolute;
    line-height: 1.8em;
    top: 82.5%;
    left: 25%;
}

	p.flow_box-2--5--txt {
    position: absolute;
    line-height: 1.8em;
    top: 94%;
    left: 26%;
}

	#info {
    margin-top: 2030px;
}

	.footer_box h3 {
    font-size: 1em;
    margin-bottom: 5px;
	}

p.flow_box-1--4--txt {
    left: 13%;
}
.bg_blue {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    background: #79D9D7;
	}

.ct_ttl img {
    width: 60%;
}

	.ct_txt {
    position: absolute;
    top: 10%;
    left: 73%;
    width: 100%;
    z-index: 3;
}

	.ct_txt img {
    width: 200px;
    display: block;
}

	.txt {
    bottom: 0%;
	}
.mvimg {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 29%;
}

.txt p {
    margin: 30px auto;
}



}


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

	header nav{display: none;}
a.tel {
    color: #fff;
    font-size: 2.5em;
}

    .flow_box h2 {
    top: -1%;}

	.info_box-price img{
		width:80%;
	}

	.contact_bg-left,.contact_bg-right{
		display: none;
	}

.ct_txt {
    position: absolute;
    top: 20%;
    left: 72%;
    width: 100%;
    z-index: 3;
}

.ct_ttl {
    position: absolute;
    top: 10%;
}

.txt img{
    margin: auto;
    width:90%;
}
#info {
    margin-top: 2612px;
}

.flow_box-1 {
    height: 1456px;
}

    p.flow_box-1--1--txt{
    left: 14%;
    top: 14%;
    font-size: 1.3em;
    }

.flow_box-2 {
    height: 3285px;
}

    .flow_box {
        height: 2345px;}

p.flow_box-1--2--txt {
    left: 14%;top: 50%;
    font-size: 1.3em;

}

    p.flow_box-1--3--txt {
    position: absolute;
    top: 84%;
    left: 14%;
    font-size: 1.3em;
    }
    p.flow_box-1--4--txt{
        top: 47%;
    }

p.flow_box-2--1--txt {
    position: absolute;
    line-height: 1.8em;
    top: 5.5%;
    left: 10%;
    font-size: 1.3em;
}
    span.area{width: 99px;}

p.flow_box-2--2--txt {
    position: absolute;
    line-height: 1.8em;
    top: 32%;
    left: 10%;
    font-size: 1.3em;
}

p.flow_box-2--3--txt {
    position: absolute;
    line-height: 1.8em;
    top: 67%;
    left: 10%;
    font-size: 1.3em;
}
.flow_box-2 p,.flow_box-1 p{width:80%;}

p.flow_box-2--4--txt {
    top: 80.5%;
    left: 14%;
    font-size: 1.3em;
}

p.flow_box-2--5--txt {
    top: 95%;
    left: 14%;
    font-size: 1.3em;
}

}


/* 2023.5.16追加 */
/* ---------------- */
.info_title{
  font-size: 20px;
  margin-top: 50px;
  color: #1DB9C2;
}

.tbl-m01 {
    margin-top: 20px;
}

.tbl-m01 td{
  width: calc(100% / 3);
}

.display_sp{
  display: none;
}
@media screen and (max-width: 540px) {
  .display_sp{
    display: block;
  }

  th {
      padding: 10px;
  }

  .tbl-m01 th, td {
      line-height: 2;
  }
}
/* ----ここまで------------ */


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

	body{
		overflow-x: hidden;
	}

	.tt{
		font-size: 0.9em;
		color: #1DB9C2;
	}
	.left{
		width:90%;
    padding: 50px 20px;
	}
	.left h2 {
    position: absolute;
    top: -8%;
    width: 80%;
}
	.flow_box h2{
		top: -1%;
	}
	.flow_box{
    padding-top: 50px;
	}

	.right {
    width: 245px;
    top: 520px;
		right: 3%;
	}

    .flow_box-1 p,.flow_box-2 p{
font-size: 0.8em;
    }

	p.flow_box-1--1--txt,p.flow_box-1--2--txt,p.flow_box-1--3--txt{
		left:6%;
    width: 90%;
	}

	p.flow_box-2--1--txt,p.flow_box-2--2--txt,p.flow_box-2--3--txt,p.flow_box-2--4--txt,p.flow_box-2--5--txt
{left: 6%;
    width: 90%;}
	p.flow_box-1--4--txt{
    line-height: 1.5em;
    font-size: 1em;
	top:50%;
	font-size: 0.9em;}
.flow_box-1 {
    height: 835px;
    font-size: 0.9em;
}

	.flow_box-bg{display: none;}

	p.flow_box-2--1--txt {
    top: 5.5%;
    line-height: 1.4em;
}

p.flow_box-2--2--txt{
top: 31%;
}
	p.flow_box-2--3--txt{
    top: 67%;
	}

	p.flow_box-2--4--txt
	{
    top: 80%;
}

		p.flow_box-2--5--txt
	{
    top: 95%;
}

	.flow_box-2 {
    height: 1678px;
    font-size: 0.9em;
    line-height: 1.2em;
}

	#info {
        margin-top: 320px;
}
	.bg_blue{
    height: 53%;}
	.ct {
    height: 85vh;
}

.ct_ttl {
    position: absolute;
    top: 10%;
}

	.txt {
    bottom: 0;
}

	.txt img{
		margin-top: 20px;
		width:70%;
	}

.mvimg {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 33%;
	}

.ct_txt {
display: none;
}

.ct_txt img {
    width: 165px;
    display: block;
}

.ct_ttl img {
    width: 75%;
}

	.attention_2 {
		font-size: 0.8em;
}

	.info_box-etc--ttl img{
		width:80%;
	}
	.info_box-etc {
    width: 100%;
    margin: 120px auto;
    display: flex;
    flex-wrap: wrap;
}

	.info_box-etc--cont {
    width: 100%;
    margin: 30px auto;
}

	.info_box-attention--cont p{margin-top: 61px;}

	#reserved {
    padding: 60px 10px;
}

	.footer_box{
		flex-wrap: wrap;
	}

	.footer_box div:nth-child(2){
		display: none;
	}

.info_box-attention--cont ul li {
    padding: 0 20px;
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
}

	.contact_box {
    text-align: center;
    position: relative;
    background-color: #79D9D7;
    padding: 10% 4%;
}

	.contact_box h2 {
    font-size: 2em;
}

	a.tel {
    font-size: 2em;
}
	.info_box-attention--ttl{
    top: -5%;}

	.info_box-attention--cont{
    height: 620px;
	}
}

@media screen and (max-width: 375px){
.info_box-attention--cont {
    height: 720px;
}

.flow_box-1 {
	height: 740px;}
}

@media screen and (max-height: 870px) {

.mvimg img {
    width: 930px;
}

}
