p{line-height:2.5;}
.catch-hero{font-size:2vw;text-shadow:0 0 1px rgba(0,0,0,.8);top:40%}
.section{
	width:70%;
	margin:auto;
	justify-content:space-between
}
.section-title{
	width:100%;
	text-align: center;
	font-size:1.1em;
	margin:8em 0 4em}

.eachTextAnime span{opacity: 0;font-weight:bold}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.about{
	margin: auto;
	padding-bottom:6em;
	text-align: center;
}
.about img{
	width: 25%;
	border-radius:50%;
	margin: 6em 2vw 0;
	box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.8);
	transition:all 0.8s ease;
}
.content{
	margin: 8em auto 0;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
.ryokin{
	width:100%;
	margin-bottom: 2em
}
.riyoujikan{
	width: 50%
}
.riyoujikan p:first-of-type{
	margin-bottom: 20px
}
.amenity{
	width: 50%
}
.content h4{
	padding:5px 10px;
	margin-bottom:20px;
	display:inline-block;
	background-color:#dcb779;
	color:#fff;
	font-size:1em;
	border-radius:15px
}
.gradient{
    /*ボタンの形状*/
	width: 80%;
	font-weight:bold;
    display: inline-block;
    padding: 18px 60px;  
    border-radius:30px;
    text-decoration: none;
    border:1px solid #77b8d4;
    color: #77b8d4;
    outline: none;
    /*アニメーションの指定*/ 
    ;-webkit-transition:all .6s ease;
	transition:all .6s ease
}
.yoyaku{
	text-align: center;
	margin-top:8em 
}
/*hoverした際、グラデーションと影を付ける*/
.gradient:hover{
    /*ボタンの形状*/
    border-color:transparent;
    color: #fff;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #d6bd60 0%, #77b8d4 40%, #219c68 100%);
    background-size: 200% auto;
    background-position: right center;
    /*ボックスの影*/   
    box-shadow: 0 3px 5px rgb(16,185,188,0.4);
}
.kankou{
	margin: 8em auto 0;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kankou p{
	width:18%
}
.kankou a{
	border-bottom:solid thin #a4a4a4;
	padding-bottom:5px
}
.kankou a:hover{
	border-bottom:none;
}
.kankou img{
	border-radius:15px
}

@media screen and (max-width:1200px) and (min-width:771px){
.section{
	width:90%;
}

}

@media screen and (max-width:770px){
.catch-hero{font-size:4vw}
p{font-size:1.1em}
.section{
	width:90%;
}
.section-title{
	font-size:1.5em;
	margin:4em 0 2em}
.about{
	padding-bottom:2em;
}
.about img{
	width: 80%;
}
.about img:nth-of-type(n+2){
	display: none
	}
.ryokin{
	width:100%;
	margin: 0;
}
.riyoujikan{
	width: 100%;
	margin-top: 4em
}
.amenity{
	width: 100%;
	margin-top: 4em
}
.content{
	margin: 4em auto 0;
}
.yoyaku{
	margin-top:4em;
	padding-bottom: 0
}
.gradient{
    /*ボタンの形状*/
    border-color:transparent;
    color: #fff;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #d6bd60 0%, #77b8d4 40%, #219c68 100%);
    background-size: 200% auto;
    background-position: right center;
    /*ボックスの影*/   
    box-shadow: 0 3px 5px rgb(16,185,188,0.4);
	width: 100%;
	font-size:1.4em
}
.kankou{
	margin: 0 auto;
}
.kankou p{
	width:30%;
	font-size:0.6em;
	padding-bottom: 2em
}
}