/*------------------
*f-view　
--------------------*/
.wrapper{
	position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	pointer-events: none;
}

/*人物登場*/
.delay-time1{
	animation-delay: 1.5s;
	position: absolute;
	top:-15vh;
	z-index: 2;
	pointer-events: none;
}
.delay-time2{
	animation-delay: 1.7s;
	position: absolute;
	top:60px;
	z-index: 2;
	pointer-events: none;

}

.delay-time3{
	animation-delay: 1.9s;
	position: absolute;
	top:60px;
	z-index: 2;
	pointer-events: none;

}
.delay-time4{
	animation-delay: 2.1s;
	position: absolute;
	top:60px;
	z-index: 2;
	pointer-events: none;

}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.3s;
	animation-fill-mode:forwards;
	opacity: 0;
	pointer-events: none;

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

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*//人物登場*/

/*NEWYARDRAFTING*/
.zoomin{
  	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	position: absolute;
	top: 10px;
	z-index: 2;
	animation-delay: 2.4s;
	opacity: 0;
	pointer-events: none;

}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*//NEWYARDRAFTING*/

/*NEWYARD上の女の子出現*/
.poyoyon{
  	animation: poyoyon 1s ease-in-out forwards;
	position: absolute;
	top: 5px;
	z-index: 3;
	opacity: 0;
	animation-delay: 2.6s;
	pointer-events: none;

}
 
@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
/*//NEWYARD上の女の子出現*/

/*ボート出現*/
.poyoyon2 {
  	animation: poyoyon 1s ease-in-out forwards;
	position: absolute;
	z-index: 4;
	opacity: 0;
	top: 5px;
	animation-delay: 2.8s;
	pointer-events: none;

}
 
/*//ボート出現*/

/*文字出現*/
.slidein {
  	animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	position: absolute;
	top: 11vh;
	animation-delay: 3.0s;
	opacity: 0;
	z-index: 5;
	pointer-events: none;

}
 
@keyframes slideIn {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*//文字出現*/
/*水飛沫*/
.water{
	position: absolute;
	top: 5px;
	z-index: 5;
	pointer-events: none;

}
/* 動画
.movie{
	position: relative;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
	line-height: 100%;
	display: flex;
	align-items: end;
}
.movie::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
	display: block;
}
.catch{
	position: absolute;
    top: 35%;
	text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.catch>img{
	margin-left: 60px;
}
.fview-btn{
	margin: 5rem 30% 6rem;
    text-align: center;
}

.pdf-top a:first-of-type{
	display: block;
	margin: 1rem auto;
}
.pdf-top a:first-of-type:hover{ 
	opacity:0.5;
	transition:0.3s;
}
*/

/*お盆期間の空き人数はこちら*/
.comment-reservation{
	text-align: center;
	margin: 4rem 0 3rem 0;
	font-weight: bold;
	margin-top: -2.5rem;
	color: #ea3a25;
}
.comment-reservation a{
	color: #ea3a25;
	font-weight: bold;
	font-size: 2.5rem;
	text-decoration: underline;
	display: block;
	margin-bottom: 1rem;
}

.comment-reservation{
	margin: 5rem 0; 
}

/*------------------
*リンクスライド
--------------------*/
.link-slide ul {
	display: flex;
	list-style: none;
	justify-content: center;
}
.link-slide li.item {
	display: inline-block;
	margin: 30px;
}
.link-slide a:hover{ 
	opacity:0.5;
	transition:0.3s;
}
.link-slide ul li p{
	font-weight: normal;
	text-align: center;
}


.your-class {	margin: 0 0 50px;}
.your-class .slick-next { right: 20px; z-index: 99;}
.your-class .slick-prev { left: 15px; z-index: 100;}
.your-class{
	font-weight: normal;
	text-align: center;
}
.item{
	margin: 0 18px;
}
.item p{
	margin: 10px 0;
}

/*------------------
*comment
---------- ----------*/
.comment-section{
	background-image: url("../img/TOP/back-nyr.webp");
	background-size: 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 50px bottom;
	padding: 3rem;
}
.message-1{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message-1>li{
	width: 50%;
}
.poem-1{
	color: black;
	line-height: 2.0;
	margin-left: 10rem;
}
.poem-1>p:last-of-type{
	margin-top: 3rem;
}
.message-2{
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	color: black;
	margin: 10rem 0;
}
.message-3{
	position: relative;
}
.message-pic1{
	position: absolute;
	width: 53%;
	left: 2rem;
}
.message-pic2{
	position: absolute;
    top: 20rem;
    right: 45px;
    width: 40%;
}
.introduce{
	margin: 76rem 7rem 0;
	display: flex;
	color: black;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.introduce>li{
	width: 50%;
}
.introduce-message{
	margin: 0 0rem 0 5rem;
}
.introduce-title{
	font-weight: 500;
	font-size: 2rem;
}
.introduce-comment{
	margin-top: 3rem;
}
.comment-hyouka {
    padding: 0.5em 1em;
    margin: 5rem 2rem;
	font-weight: bold;
    color: #E86D40;/*文字色*/
    background: #FFF;
    border: solid 3px #E86D40;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.comment-hyouka p {
	color: black;
    margin: 1rem; 
    padding: 1.5rem;
}

/*-----------------------
*新着情報
------------------------*/
.whatsnew{
	margin: 10rem 0;
}
.whatsnew h2{
	text-align: center;
}
.whatsnew h2 p{
	color: #E86D40;
	font-weight: bold;
	font-size: 3.5rem;
}
.whatsnew h2 p span{
	display: block;
	font-family: "futura", Gadget, "sans-serif";
	font-size: 1.6rem;
	margin-top: -15px;
}
.whatsnew-contents{
	margin: 3rem 7rem;
}
.news-contents{
	margin: 1.8rem 0;
}
.news-contents p:first-of-type{
	display: inline-block;
	margin-right: 3rem;
	color: #E86D40;
}
.news-contents p:last-of-type{
	display: inline-block;
	color: black;
}
.news-contents p a{
	color: black;
	text-decoration: none;
}
hr {
  	border-top: 1px dashed #ccc;
}
/*-----------------------
*Rescue3 Japan国際認定
------------------------*/
.rescue{
	padding: 5rem 7rem;
	color: black;
}
.comment-safety p:first-of-type{
	margin: 1.5rem 0 3rem 0;
}
.comment-safety p:nth-child(3){
	font-weight: bold;
}

.comment-safety h2{
    font-size: 28px;
    border-bottom: solid 5px;
    margin-right: 50%;
    line-height: 1.5;
}
.comment-safety h2:first-letter {
  font-size: 200%;
  color: #E86D40;
}

.top-base{
	margin: 3rem 5rem;
}
.nzra{
	font-size: 13px;
	line-height: 16px;
	display: block;
}
/*-----------------------
*プラン
------------------------*/
.plan{
	margin: 10rem 0;
}
.plan-contents>ul{
	max-width: 1200px;
	margin: 5rem 10rem;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.plan-contents>ul>li{
	width: 50%;
}
.plan>p{
	position: center;
	max-width: 1200px;
	margin: 3rem 10rem;
}
/*プラン名*/
.plan-title{
	list-style: none;
	display: flex;
	color: #E86D40;
}
.emphasize-blue{
	font-size: 4rem;
	color: #1A2D51;
}
.plan-name{
	font-size: 2.5rem;
}
.plan-price{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
	margin-right: 3rem;
}
.plan-price span{
	display: block;
	font-weight: normal;
	font-size: 1.6rem;
}
.plan-title>li{
	line-height: 1.3;
	margin-left: 1rem;
}
.plan-title li a{
	color: #E86D40;
}
.planname-ttl{
	display: block;
	list-style: none;
	justify-content: space-between;
}
/*割引ボックス*/
.box-student {
    padding: 0.6em 1em;
    margin: auto 0 auto 1rem;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #e84040;
    border: solid 3px #e84040;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-student p {
    margin: 0; 
    padding: 0;
}
.box-group {
    padding: 0.6em 1em;
    margin: auto 0 auto 1rem;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #4083e8;
    border: solid 3px #4083e8;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-group p {
    margin: 0; 
    padding: 0;
}

/*プランについての説明*/
.plan-ex{
	margin-left: 5rem;
	width: 40%;
}
.plan-comment{
    margin: 1rem 1rem 3.8rem 1rem;
	line-height: 1.8;
}
.plan-btn{
	list-style: none;
	display: block;
	margin: 0 30% 0 0;
}
.plan-btn>li{
	margin-bottom: 3rem;
	text-align: left;
}

/*シーズンオフ後のコメント*/
.season-off{
	font-weight: bold;
	text-align: center;
	margin-top: -2.5rem;
	color: #ea3a25;
}
.familytour{
	position: relative;
	background-color: #000000;
}
.familytour img{
	display: block;
	/*opacity: 1;*/
}
.familytour p{
  	position: absolute;/*重ねたい子要素にabsolute*/
  	top:50%;
  	left: 50%;
 	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  	transform: translate(-50%,-50%);/*センター寄せの修正*/
  	color: #fff;
  	font-size: 1.8rem;
	width: 80%;
	text-align: center;
}
.oboketour{
	position: relative;
	background-color: #000000;
}
.oboketour img{
	display: block;
	/*opacity: 0.4;*/
}
.oboketour p{
  	position: absolute;/*重ねたい子要素にabsolute*/
  	top:50%;
  	left: 50%;
 	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  	transform: translate(-50%,-50%);/*センター寄せの修正*/
  	color: #fff;
  	font-size: 1.8rem;
	width: 80%;
	text-align: center;
}
/*-----------------------
*ギャラリー
------------------------*/
.gallery{
	margin: 10rem 0;
}
.sns{
	margin-left: 10rem;
	padding: 2rem 0;
	display: flex;
	list-style: none;
	text-align: left;
	align-items: center;
	text-decoration: underline;
}
.sns>li{
	margin-left: 1rem;
}
.snapwidget{
	padding: 0 10rem;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------
*３つの特徴
------------------------*/
/*タイトル*/
.reason{
	padding: 10rem 0;
	background-image: url("../img/TOP/white_00115.jpg");
	background-attachment: fixed;
	background-size: cover;
}
.reason>h1{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 3rem 5rem 3rem;
	line-height: 1.3;
	justify-content: center;
}
.emphasize-orange-ttl{
	font-size: 6rem;
	color: #E86D40;
}
.reason>h1 {
  border-bottom: solid 5px #E86D40;
  position: relative;
}
.reason>h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #1A2D51;
  bottom: -5px;
  width: 80%;
}

/*内容*/
.reason-pic{
	width: 80%;
	text-align: center;
}
.reason-contents{
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	padding: 2rem 10rem;
}
.reason-contents>li{
	width: 50%;
}
/*内容ー説明*/

.reason-comment{
	margin-left: 0rem;
	text-align: left;
}
.reason-comment-2{
	margin-right: 0rem;
}
.reason-contents>li>h2{
	font-size: 2.5rem;
}
.emphasize-orange{
	font-size: 3.5rem;
	color: #E86D40;
	margin-right: 1rem;
}
.reason-comment>p{
	margin: 1rem 0rem;;
}
.reason-comment-2>p{
	margin: 1rem 0rem;;
}
.reason-comment>h2{
	font-weight: bold;
	font-size: 2rem;
}
/*-----------------------
*写真
------------------------*/
.content-pic{
	position: relative;
	margin: 10rem;
}
.pic-1{
    position: absolute;
	right: 0;
    width: 55%;
}
.pic-2{
    position: absolute;
    top: 36rem;
    left: -100px;
    width: 60%;
}
.pic-3{
	position: absolute;
    top: 60rem;
    right: 8rem;
    width: 40%;
}

/*-----------------------
*新着情報
------------------------*/
.news{
	margin-top: 100rem;
}
.tweet ul{
	display: flex;
	list-style: none;
	justify-content: space-around;
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
}
.tweet ul li:first-of-type{
	margin:0 1rem 0 10rem;
}
.tweet ul li:last-of-type{
	margin:0 10rem 0 1rem;
}
/*-----------------------
*アクセス
------------------------*/
.access{
	padding: 9rem 5rem 3rem 5rem;
}
.access ul{
	display: flex;
	list-style: none;
	align-items: flex-start;
}
.access ul li{
	width: 50%;
}
.access ul li:first-of-type{
	margin-right: 3rem;
}
.gmap {
height: 65vh;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



	/*-------------
	*iPad表示
	--------------*/
@media screen and (max-width:1200px){

	/*------------------
	*f-view　
	--------------------*/
	/*人物登場*/
	.delay-time1{
		animation-delay: 1.5s;
		position: absolute;
		top:-4vh;
		z-index: 2;
		pointer-events: none;
	}
	/*文字出現*/
	.slidein {
		animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
		position: absolute;
		top: 6vh;
		animation-delay: 3.0s;
		opacity: 0;
		z-index: 5;
		pointer-events: none;

	}
		/*------------------
		*リンクスライド
		--------------------*/
		.link-slide ul {
			display: flex;
			list-style: none;
			justify-content: center;
		}
		.link-slide li.item {
			display: inline-block;
			margin: 10px;
		}
		.link-slide a:hover{ 
			opacity:0.5;
			transition:0.3s;
		}
		.link-slide ul li p{
			font-weight: normal;
			text-align: center;
		}

		.your-class {	margin: 0 0 50px;}
		.your-class .slick-next { right: 20px; z-index: 99;}
		.your-class .slick-prev { left: 15px; z-index: 100;}
		.your-class{
			font-weight: normal;
			text-align: center;
		}
		.item{
			margin: 0 18px;
		}
		.item p{
			margin: 10px 0;
			font-size: 12px;
		}
	
	
		.comment-reservation{
			text-align: center;
			margin: 3rem 0;
		}
		.comment-reservation a{
			color: #ea3a25;
			font-weight: bold;
			font-size: 1.8rem;
			text-decoration: underline;
			display: block;
			margin-bottom: 1rem;
		}
		/*------------------
		*comment
		---------- ----------*/
		.comment-section{
			background-image: url("../img/TOP/back-nyr.webp");
			background-size: 60%;
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: right 50px bottom;
			padding: 3rem;
		}
		.message-1{
			list-style: none;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.message-1>li:first-child{
			width: 40%;
		}
		.message-1>li:last-child{
			width: 60%;
		}
		.poem-1{
			color: black;
			line-height: 1.6;
			margin-left: 3rem;
		}
		.poem-1>p:last-of-type{
			margin-top: 2rem;
		}
		.message-2{
			text-align: center;
			font-size: 2.4rem;
			font-weight: 400;
			color: black;
			margin: 5rem 0;
		}
		.message-3{
			position: relative;
		}
		.message-pic1{
			position: absolute;
			width: 63%;
			left: 2rem;
		}
		.message-pic2{
			position: absolute;
			top: 25rem;
			right: 45px;
			width: 50%;
		}
		.introduce{
			margin: 60rem 7rem 0;
			display: block;
			color: black;
			list-style: none;
			justify-content: center;
			align-items: center;
		}
		.introduce>li{
			width: 100%;
		}
		.introduce-message{
			margin: 0 0rem 0 0rem;
		}
		.introduce-title{
			font-weight: 500;
			font-size: 2rem;
		}
		.introduce-comment{
			margin-top: 2rem;
		}
		.comment-hyouka {
			padding: 0.5em 1em;
			margin: 5rem 2rem;
			font-weight: bold;
			color: #E86D40;/*文字色*/
			background: #FFF;
			border: solid 3px #E86D40;/*線*/
			border-radius: 10px;/*角の丸み*/
		}
		.comment-hyouka p {
			color: black;
			margin: 1rem; 
			padding: 1.5rem;
		}

		/*-----------------------
		*新着情報
		------------------------*/
		.whatsnew{
			margin: 0 0 7rem 0;
		}
		.whatsnew-contents{
			margin: 3rem 2.5rem;
		}
		.news-contents{
			margin: 1.4rem 0;
		}
		.news-contents p:first-of-type{
			display: block;
			margin-right: 1rem;
			color: #E86D40;
		}
		.news-contents p:last-of-type{
			display: inline-block;
			color: black;
		}
		.news-contents p a{
			color: black;
		}

		/*-----------------------
		*Rescue3 Japan国際認定
		------------------------*/
		.rescue{
			padding: 0rem;
			margin: 3rem;
			color: black;
		}
		.comment-safety p:first-of-type{
			margin: 1.5rem 0 2rem 0;
		}
		.comment-safety p:nth-child(3){
			font-weight: bold;
		}
		.comment-safety h2{
			font-size: 18px;
			border-bottom: solid 3px;
			margin-right: 0;
			line-height: 1.5;
		}
		.comment-safety h2:first-letter {
		  font-size: 200%;
		  color: #E86D40;
		}

		.top-base{
			margin: 1rem 1rem;
		}

		/*-----------------------
		*プラン
		------------------------*/
		.plan{
			margin: 5rem 0;
		}
		.plan-contents>ul{
			display: block;
			margin: 5rem 2.5rem;
		}
		.plan-contents>ul>li{
			width: 100%;
		}
		.plan>p{
			margin: 2rem 2.5rem;
		}
		/*プラン名*/
		.plan-title{
			list-style: none;
			display: flex;
			color: #E86D40;
		}
		.emphasize-blue{
			font-size: 4rem;
			color: #1A2D51;
		}
		.plan-name{
			font-size: 2.5rem;
		}
		.plan-price{
			font-size: 1.8rem;
			font-weight: bold;
			text-align: right;
			margin-right: 0rem;
		}
		.plan-title>li{
			line-height: 1.3;
			margin-left: 1rem;
		}
		.planname-ttl{
			display: block;
			margin-top:2rem; 
		}

/*割引ボックス*/
.box-student {
    padding: 0px 5.5rem;
    margin: auto 0 auto 1rem;
	font-size: 13px;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #e84040;
    border: solid 3px #e84040;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-student p {
    margin: 0; 
    padding: 0;
}
.box-group {
    padding: 0px 5.5rem;
    margin: auto 0 auto 1rem;
	font-size: 13px;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #4083e8;
    border: solid 3px #4083e8;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-group p {
    margin: 0; 
    padding: 0;
}
.sp-planname-discount{
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 1rem 0;
}
		/*プランについての説明*/
		.plan-ex{
			margin-left: 0rem;
			width: 100%;
		}
		.plan-comment{
			margin: 1rem 1rem 3.8rem 1rem;
			line-height: 1.8;
		}
		.plan-btn{
			list-style: none;
			display: block;
			margin: 0 10%;
		}
		.plan-btn>li{
			margin-bottom: 3rem;
		}
		.sp-btn{
			margin: 0 auto;
		}


		/*-----------------------
		*ギャラリー
		------------------------*/
		.gallery{
			margin: 10rem 0;
		}
		.sns{
			margin-left: 2.5rem;
			padding: 2rem 0;
			display: flex;
			list-style: none;
			text-align: left;
			align-items: center;
			text-decoration: underline;
		}
		.sns>li{
			margin-left: 1rem;
		}
		.snapwidget{
			padding: 0rem;
		}

		/*-----------------------
		*３つの特徴
		------------------------*/
		/*タイトル*/
		.reason{
			padding: 10rem 0;
			background-image: url("../img/TOP/white_00115.jpg");
			background-attachment: fixed;
			background-size: cover;
		}
		.reason>h1{
			text-align: center;
			font-size: 3rem;
			font-weight: bold;
			margin: 0 3rem 5rem 3rem;
			line-height: 1.3;
			justify-content: center;
		}
		.emphasize-orange-ttl{
			font-size: 6rem;
			color: #E86D40;
		}
		.reason>h1 {
		  border-bottom: solid 5px #E86D40;
		  position: relative;
		}
		.reason>h1:after {
		  position: absolute;
		  content: " ";
		  display: block;
		  border-bottom: solid 5px #1A2D51;
		  bottom: -5px;
		  width: 80%;
		}

		/*内容*/
		.reason-pic{
			width: 80%;
			text-align: center;
		}
		.reason-contents{
			display: flex;
			list-style: none;
			justify-content: center;
			align-items: center;
			padding: 2rem 2.5rem;
		}
		.reason-contents>li{
			width: 50%;
		}
		/*内容ー説明*/

		.reason-comment{
			margin-left: 0rem;
			text-align: left;
		}
		.reason-comment-2{
			margin-right: 0rem;
		}
		.reason-contents>li>h2{
			font-size: 2.5rem;
		}
		.emphasize-orange{
			font-size: 3.5rem;
			color: #E86D40;
			margin-right: 1rem;
		}
		.reason-comment>p{
			margin: 1rem 0rem;;
		}
		.reason-comment-2>p{
			margin: 1rem 0rem;;
		}
		.reason-comment>h2{
			font-weight: bold;
			font-size: 2rem;
		}
		/*-----------------------
		*写真
		------------------------*/
		.content-pic{
			position: relative;
			margin: 10rem;
		}
		.pic-1{
			position: absolute;
			right: 0;
			width: 55%;
		}
		.pic-2{
			position: absolute;
			top: 36rem;
			left: -100px;
			width: 60%;
		}
		.pic-3{
			position: absolute;
			top: 60rem;
			right: 8rem;
			width: 40%;
		}

		/*-----------------------
		*写真
		------------------------*/
		.content-pic{
			position: relative;
			margin: 5rem;
		}
		.pic-1{
			position: absolute;
			right: 0;
			width: 50%;
		}
		.pic-2{
			position: absolute;
			top: 14rem;
			left: -80px;
			width: 55%;
		}
		.pic-3{
			position: absolute;
			top: 27rem;
			right: -5rem;
			width: 60%;
		}

		/*-----------------------
		*新着情報
		------------------------*/
		.news{
			margin-top: 50rem;
		}
		.tweet ul{
			display: block;
			list-style: none;
			justify-content: center;
			scroll-snap-type: x mandatory;
			overflow-x: none;
		}
		.tweet ul li:first-of-type{
			margin: 1rem 5rem;
		}
		.tweet ul li{
			margin:1rem 5rem;
		}
		.tweet ul li:last-of-type{
			margin:1rem 5rem;
		}

		/*-----------------------
		*アクセス
		------------------------*/
		.access{
			margin: 0 3rem;
			padding: 0;
		}
		.access ul{
			display: block;
			list-style: none;
			align-items: flex-start;
			overflow-x: hidden;
		}
		.access ul li{
			width: 100%;
			margin: 1rem 0;
		}
		.access ul li:first-of-type{
			margin-right: 0;
	}


	/*-------------
	*スマホ表示
	--------------*/

@media screen and (max-width:750px){
	body::before {
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100vw;
		height:100vh;
		background:url("../img/TOP/back-nyr-sp.webp") no-repeat bottom right;
		-webkit-background-size:contain;
		background-size:50%;
		content:"";
		}

		.wrapper{
			position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
			pointer-events: none;
			
		}
		/*人物登場*/
		.delay-time1{
			animation-delay: 1.45s;
			position: absolute;
			top:-7vh;
			z-index: 2;
			pointer-events: none;
		}
		.delay-time2{
			animation-delay: 1.65s;
			position: absolute;
			top:-1vh;
			z-index: 2;
			pointer-events: none;
		}
		.delay-time3{
			animation-delay: 1.85s;
			position: absolute;
			top:12.2vh;
			z-index: 2;
			pointer-events: none;
		}
		.delay-time4{
			animation-delay: 2.05s;
			position: absolute;
			top:-4vh;
			z-index: 2;
			pointer-events: none;
		}

		.fadeUp {
			animation-name:fadeUpAnime;
			animation-duration:0.3s;
			animation-fill-mode:forwards;
			opacity: 0;
			pointer-events: none;
		}
		/*//人物登場*/

		/*NEWYARDRAFTING*/
		.zoomin{
			animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
			position: absolute;
			top: -9vh;
			z-index: 2;
			animation-delay: 2.3s;
			opacity: 0;
			pointer-events: none;
		}
		/*//NEWYARDRAFTING*/

		/*NEWYARD上の女の子出現*/
		.poyoyon{
			animation: poyoyon 1s ease-in-out forwards;
			position: absolute;
			top: -9.2vh;
			z-index: 3;
			opacity: 0;
			animation-delay: 2.5s;
			pointer-events: none;
		}

		/*//NEWYARD上の女の子出現*/

		/*ボート出現*/
		.poyoyon2 {
			animation: poyoyon 1s ease-in-out forwards;
			position: absolute;
			z-index: 4;
			opacity: 0;
			top: -7vh;
			animation-delay: 2.7s;
			pointer-events: none;
		}

		/*//ボート出現*/

		/*文字出現*/
		.slidein {
			animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
			position: absolute;
			top: 8.3vh;
			animation-delay: 2.9s;
			opacity: 0;
			z-index: 5;
			pointer-events: none;
		}

		/*//文字出現*/
		/*水飛沫*/
		.water{
			position: absolute;
			top: -3px;
			z-index: 5;
			pointer-events: none;
		}
		/*------------------
		*movie
		
		.pc-movie{
			display: none;
		}
		.sp-movie{
			display: inline;
		}
		--------------------*/
	
		/*------------------
		*f-view
		
		.catch>img{
			margin-left: 21px;
		}
		.fview-btn{
			margin: 5rem 2.5rem;
			text-align: center;
		}
		.catch{
		position: absolute;
		top: 30%;
		text-align: center;
		width: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		}
		--------------------*/
	
		/*お盆期間の空き人数はこちら*/

	.comment-reservation{
	font-size: 1.5rem;
	text-align: center;
	margin: 4rem 0 3rem 0;
	font-weight: bold;
	margin-top: -2.5rem;
	color: #ea3a25;
}
		.comment-reservation a{
			color: #ea3a25;
			font-weight: bold;
			font-size: 1.5rem;
			text-decoration: underline;
			display: block;
		}
	
		.comment-reservation{
			text-align: center;
			margin: 3rem 0 2rem 0;
		}

		/*------------------
		*リンクスライド
		--------------------*/
		.link-slide{
			margin: 5rem 0;
		}
		.link-slide ul.horizontal-list {
			overflow-x: auto;
			white-space: nowrap;
		}
		.link-slide li.item {
			width: 60%;
			display: inline-block;
			margin: 20px 20px;
		}
		.link-slide a:hover{ 
			opacity:0.5;
			transition:0.3s;
		}
		.link-slide ul li p{
			font-weight: normal;
			text-align: center;
			font-size: 14px;
		}
		/*------------------
		*comment
		--------------------*/
		.comment-section{
			background-image: none;
		}
		.message-1{
			display: block;
		}
		.message-1>li{
			width: 100%;
		}
		.message-1>li>img{
			width: 100%;
		}
		.poem-1{
			text-align: center;
			color: black;
			font-size: 1.3rem;
			line-height: 1.5;
			margin: 3rem 0;
		}
		.poem-1>p:last-of-type{
			margin-top: 3rem;
		}
		.message-1>li:first-child{
			width: 100%;
		}
		.message-1>li:last-child{
			width: 100%;
		}
		.message-2{
			text-align: center;
			font-size: 2rem;
			font-weight: 400;
			margin: 5rem 0;
		}
		.message-3{
			position: relative;
		}
		.message-pic1{
			position: absolute;
			width: 90%;
			left: 4rem;
		}
		.message-pic2{
			position: absolute;
			top: 23rem;
			right: 4rem;
			width: 93%;
		}
		.introduce{
			margin: 50rem 0 0;
			display: block;
		}
		.introduce>li{
			width: 100%;
		}
		.introduce-message{
			margin: 3rem 0;
			font-weight: 300;
			font-size: 2rem;
		}
		.introduce-title{
			font-weight: 400;
			font-size: 1.6rem;
			margin: 3rem 0rem;
		}
		.sp-jpn{
			width: 90%;
			margin: 1rem;
		}
		.introduce-comment{
			margin-top: 1rem;
			font-size: 1.6rem;
		}
		.comment-hyouka {
			padding: 0.5em 1em;
			margin: 5rem 0rem;
			font-weight: bold;
			color: #E86D40;/*文字色*/
			background: #FFF;
			border: solid 3px #E86D40;/*線*/
			border-radius: 10px;/*角の丸み*/
		}
		.comment-hyouka p {
			color: black;
			margin: 0.5rem; 
			padding: 1rem;
		}

		/*-----------------------
		*新着情報
		------------------------*/
		.whatsnew{
			margin: 0 0 7rem 0;
		}
		.whatsnew-contents{
			margin: 3rem 2.5rem;
		}
		.news-contents{
			margin: 1.4rem 0;
		}
		.news-contents p:first-of-type{
			display: block;
			margin-right: 1rem;
			color: #E86D40;
		}
		.news-contents p:last-of-type{
			display: inline-block;
			color: black;
		}
		.news-contents p a{
			color: black;
		}

		/*-----------------------
		*Rescue3 Japan国際認定
		------------------------*/
		.rescue{
			padding: 0rem;
			margin: 3rem;
			color: black;
		}
		.comment-safety p:first-of-type{
			margin: 1.5rem 0 2rem 0;
		}
		.comment-safety p:nth-child(3){
			font-weight: bold;
		}
		.comment-safety h2{
			font-size: 18px;
			border-bottom: solid 3px;
			margin-right: 0;
			line-height: 1.5;
		}
		.comment-safety h2:first-letter {
		  font-size: 200%;
		  color: #E86D40;
		}

		.top-base{
			margin: 1rem 1rem;
		}

		/*-----------------------
		*プラン
		------------------------*/
		.plan{
			margin: 5rem 0;
		}
		.plan-contents>ul{
			display: block;
			margin: 5rem 2.5rem;
		}
		.plan-contents>ul>li{
			width: 100%;
		}
		.plan>p{
			margin: 2rem 2.5rem;
		}
		/*プラン名*/
		.plan-title{
			list-style: none;
			display: flex;
			color: #E86D40;
		}
		.emphasize-blue{
			font-size: 4rem;
			color: #1A2D51;
		}
		.plan-name{
			font-size: 2.5rem;
		}
		.plan-price{
			font-size: 1.8rem;
			font-weight: bold;
			text-align: right;
			margin-right: 0rem;
		}
		.plan-title>li{
			line-height: 1.3;
			margin-left: 1rem;
		}
		.planname-ttl{
			display: block;
			margin-top:2rem; 
		}

/*割引ボックス*/
.box-student {
    padding: 0px 5.5rem;
    margin: auto 0 auto 1rem;
	font-size: 13px;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #e84040;
    border: solid 3px #e84040;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-student p {
    margin: 0; 
    padding: 0;
}
.box-group {
    padding: 0px 5.5rem;
    margin: auto 0 auto 1rem;
	font-size: 13px;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #4083e8;
    border: solid 3px #4083e8;/*線*/
    border-radius: 0px;/*角の丸み*/
}
.box-group p {
    margin: 0; 
    padding: 0;
}
.sp-planname-discount{
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 1rem 0;
}
		/*プランについての説明*/
		.plan-ex{
			margin-left: 0rem;
			width: 100%;
		}
		.plan-comment{
			margin: 1rem 1rem 3.8rem 1rem;
			line-height: 1.8;
		}
		.plan-btn{
			list-style: none;
			display: block;
			margin: 0 10%;
		}
		.plan-btn>li{
			margin-bottom: 3rem;
		}
		.sp-btn{
			margin: 0 auto;
		}


		/*-----------------------
		*ギャラリー
		------------------------*/
		.gallery{
			margin: 10rem 0;
		}
		.sns{
			margin-left: 2.5rem;
			padding: 2rem 0;
			display: flex;
			list-style: none;
			text-align: left;
			align-items: center;
			text-decoration: underline;
		}
		.sns>li{
			margin-left: 1rem;
		}
		.snapwidget{
			padding: 0rem;
		}

		/*-----------------------
		*選ばれる３つの理由
		------------------------*/
		.reason{
			padding: 10rem 0;
			background-image: url("../img/TOP/white_00115.jpg");
			background-attachment: -webkit-fixed;
			background-size: cover;
		}	
		/*タイトル*/
		.reason>h1{
			text-align: center;
			font-size: 2.5rem;
			font-weight: bold;
			margin: 0 3rem 5rem 3rem;
			line-height: 1.3;
			justify-content: center;
		}

		/*内容*/
		.reason-pic{
			width: 100%;
			text-align: center;
		}
		.reason-contents{
			display: block;
			padding: 5rem 0rem;
		}
		.reason-contents>li{
			width: 100%;
		}
		/*内容ー説明*/

		.reason-comment{
			margin-left: 0rem;
			text-align: left;
		}
		.reason-comment-2{
			margin-right: 0rem;
		}
		.reason-contents>li>h2{
			font-size: 2rem;
		}
		.emphasize-orange{
			font-size: 2.5rem;
			color: #E86D40;
			margin-right: 1rem;
		}
		.reason-comment>p{
			margin: 1rem 0rem;;
		}
		.reason-comment-2>p{
			margin: 1rem 0rem;;
		}
		/*※ベース注釈　（絶賛工事中です）*/
		.note{
			font-size: 13px;
		}
		/*-----------------------
		*写真
		------------------------*/
		.content-pic{
			position: relative;
			margin: 5rem;
		}
		.pic-1{
			position: absolute;
			right: 0;
			width: 100%;
		}
		.pic-2{
			position: absolute;
			top: 14rem;
			left: -100px;
			width: 100%;
		}
		.pic-3{
			position: absolute;
			top: 27rem;
			right: -5rem;
			width: 83%;
		}

		/*-----------------------
		*新着情報
		------------------------*/
		.news{
			margin-top: 50rem;
		}
		.tweet ul{
			display: block;
			list-style: none;
			justify-content: space-around;
			scroll-snap-type: x mandatory;
			overflow-x: none;
		}
		.tweet ul li:first-of-type{
			margin: 1rem 3rem;
		}
		.tweet ul li{
			margin:1rem 3rem;
		}
		.tweet ul li:last-of-type{
			margin:1rem 3rem;
		}

		/*-----------------------
		*アクセス
		------------------------*/
		.access{
			margin: 0 3rem;
			padding: 0;
		}
		.access ul{
			display: block;
			list-style: none;
			align-items: flex-start;
			overflow-x: hidden;
		}
		.access ul li{
			width: 100%;
			margin: 1rem 0;
		}
		.access ul li:first-of-type{
			margin-right: 0;
		}

		/*-----------------------
		*カヤックスクールへのリンク
		------------------------*/
		.link-kayak{
			margin: 3rem 2rem;
		}
		.link-kayak p{
			position: absolute;
			top: 20px;
			left: 20px;
			color: #E8A540;
			font-family: alternate-gothic-atf,sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 3.3rem;
			line-height: 32px;
		}
		.link-kayak p span{
			display: block;
			color: white;
			font-size: 1.5rem;
		}
	}
}

