/* ---------------------------------------------------------------------------------------------

　   ヒーロー

--------------------------------------------------------------------------------------------- */
#hero_top {
	height: 100vh;
}

 .hero_top_inn {
     background-image: url("../image/index/hero.webp");
     background-position: center;
     background-size: cover;
     height: 100vh;
}

/* ---------------------------------------------------------------------------------------------

　   検索エリア（フォーム）ヒーロー

--------------------------------------------------------------------------------------------- */
#searchForm {
	bottom: 30vh;
}

/* ---------------------------------------------------------------------------------------------

　   CONCEPT

--------------------------------------------------------------------------------------------- */
#concept, #access, #active {
	background-color: #d5d2c7;
    padding-top: 50px;
}

#concept .concept_inn {
    width: 100%;
    margin: 0 auto;
}

#concept h2 {
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
	font-size: 3em;
}

#concept h2 img {
	width: 500px;
}

#concept .concept_inn .concept_top {
	display: flex;
	min-height: 100%;
    height: auto;
}

#concept .concept_inn .infograph {
	text-align: center;
    z-index: 98;
    position: relative;
	width: 100%;
	flex: 1;
}

#concept .concept_inn .infograph img {
	max-width: 500px;
    width: 100%;
    padding: 50px 0;
}

#concept .eightstyles {
	padding-top: 100px;
    width: 90%;
    margin: 0 auto;
}

#concept .eightstyles .eight_pts {
	display: flex;
    justify-content: space-around;
}

#concept .eightstyles .eight_pts .pt_thumb {
	margin: 5px;
}

#concept .eightstyles .eight_pts figure img {
	width: 100%;
	max-width: 300px;
    height: auto;
}

#concept .eightstyles .eight_pts figure.hover-parent {
	flex: 25%;
    width: 100%;
	max-width: 300px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#concept .eightstyles .eight_pts figcaption.hover-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 0.9em;
	padding: 10px;
}

#concept .eightstyles .eight_pts figure.hover-parent:hover .slideup {
　padding-bottom: 30px;
}

#concept .eightstyles .eight_pts figcaption.slideup {
	transition: all 0.6s ease;
	padding-bottom: 0;
}
#concept .eightstyles .eight_pts figure.hover-parent:hover .slideup {
	opacity: 1;
	padding-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------

　   NEWS（埋め込み）

--------------------------------------------------------------------------------------------- */
#about {
	padding: 50px;
}

#news {
	margin: 50px 0;
}

#news p {
	text-align: center;
}

#news a {
	color: inherit;
    text-decoration: underline;
    font-size: 1em;
}

.news_topics {
    max-width: 1200px;
    height: 35vh;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.news_topics iframe {
    width: 1200px;
    height: 30vh;
}

.thumbnail {
	width: 100%;
    flex: 1;
    text-align: center;
    margin: 10px;
}

.thumbnail img {
	width: 400px;
}

.thumbnail dl {
	max-width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 480px){
.news_topics iframe {
    height: 40vh;
}
    
.thumbnail img {
    width: 100%;
}
}

/* ---------------------------------------------------------------------------------------------

　   ACCESS

--------------------------------------------------------------------------------------------- */
#access {
    padding: 50px;
}

#access p, #about p {
	text-decoration: underline;
	text-align: right;
}

#access a, #about a {
	color: #444;
}

.acs_guide, .hotel_guide {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.acs_guide .l-box img, .hotel_guide .l-box img {
	width: 100%;
}

.acs_guide dt, .hotel_guide dt {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 3em;
}

@media only screen and (max-width: 768px){
.hotel_guide {
	display: block;
}

.sign {
	display: block;
}

.sign .l-box, .sign .r-box {
	width: 100%;	
}
}
/* ---------------------------------------------------------------------------------------------

　   ABOUT HOTEL

--------------------------------------------------------------------------------------------- */
.img_box img {
	padding: 10px;
	width: 100%;
}


.room1 {
	background-image: url("../image/index/cabin.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 240px;
    min-height: 14vh;
    height: auto;    
}

.room2 {
	background-image: url("../image/index/twin.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 240px;
    min-height: 14vh;
    height: auto;
}

.room3 {
	background-image: url("../image/index/triple_1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 240px;
    min-height: 14vh;
    height: auto;
}

.room1:hover{
	background-image: url("../image/index/cabin_2.jpg");
	transition: all 0.6s ease;
}

.room2:hover{
	background-image: url("../image/index/twin_2.jpg");
	transition: all 0.6s ease;
}

.room3:hover{
	background-image: url("../image/index/triple_2.jpg");
	transition: all 0.6s ease;
}

.hotel_guide .r-box .img_box a {
    width: 100%;
    margin:10px;
}

.hotel_guide .l-box, .hotel_guide .r-box {
	flex: 1;
}

/* ---------------------------------------------------------------------------------------------

　   ACTIVITIES & FACILITIES

--------------------------------------------------------------------------------------------- */
#active {
	padding: 50px;
}

#active .act_fac {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.act_fac p {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
/* ---------------------------------------------------------------------------------------------

　  メディアクエリ

--------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 2560px) {
	.down {
		display: none;
	}
}

@media only screen and (max-width: 1540px){	
	#hero_top {
	    height: 130vh;
	}
	
	.hero_top_inn {
    	height: 130vh;
	}
	
	#searchForm {
		bottom: 35vh;
	}

@media only screen and (max-width: 1024px){
	.down {
		top: 1100px;
	}
	
	#searchForm {
	    bottom: 40vh;
	}
	
	#concept .concept_inn {
 	    width: 100%;
	}

	#concept .eightstyles {
		padding-top: 0px;
	}
	
	#concept .eightstyles .eight_pts figure img {
    max-width: 200px;
	}
	
	#concept .eightstyles .eight_pts figcaption.hover-mask {
		font-size: 0.7em;
	}

	#concept h2 img {
	    width: 450px;
	}
	
	#concept h2 {
		font-size: 2em;
	}
	 .acs_guide, .hotel_guide {
    	display: block;
	}

	.room1, .room2, .room3 {
		width: 70%;
		max-width: 100%;
		min-height: 165px;
		margin: 10px;
	}
	
	.news_topics iframe {
		 height: 65vh;
	 }

}

 @media only screen and ( max-width : 768px ) {
	 
	 #concept .eightstyles .eight_pts {
		flex-wrap: wrap;
	}
	 
	 #concept .eightstyles .eight_pts figcaption.hover-mask {
		font-size: 0.9em;
	}
	 
	#concept .eightstyles .eight_pts figure img {
		max-width: 300px;
	}
	 
	.news_topics iframe {
		 height: 35vh;
	 }
	 
}

@media only screen and (max-width: 480px){
	.hotel_guide .r-box .img_box {
			display: block;
	}

	#concept, #access, #active, #about {
		padding: 30px;
	}

	#concept h2 img {
		width: 100%;
	}

	#concept h2 {
		font-size: 1.7em;
	}

	#concept .concept_inn .infograph {
		height: 65vh;
	}

    .news_topics {
        height: 60vh;
    }

    .news_topics iframe {
        height: 60vh;
    }

	.room1, .room2, .room3 {
		width: 100%;
		min-height: 21vh;
	    margin: 0 auto;
	    margin-top: 10px;	
	}
	
	.acs_guide dt, .hotel_guide dt {
		font-size: 1em;
	}

	.acs_guide dd, .hotel_guide dd {
		font-size: 0.9em;
	}
	
	#news a, #access a, #about a {
		color: inherit;
		text-decoration: underline;
		font-size: 0.8em;
	}
	
	.act_fac p {
		margin: 0 0 30px 0;
		font-size: 0.9em;
	}
}

 @media only screen and ( max-width : 320px ) {
	 
}

	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 