@charset "UTF-8";

/*///////////////////////////////////////////////*/
/*//////////////////// Reset ////////////////////*/
/*///////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
img{
	border:none;
	vertical-align: bottom;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

/*//////////////////////////////////////////////*/
/*//////////////////// Base ////////////////////*/
/*//////////////////////////////////////////////*/

main{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}
main p{
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 0.95em;
}

.clearfix:after {  
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}

.txtL{text-align: left;}
.txtR{text-align: right;}
.txtC{text-align: center;}

.FR{float: right;}
.FL{float: left;}

.pt5p{padding-top: 5px;}
.mr1{margin-right: 1em;}
.ml1{margin-left: 1em;}

.mt0{margin-top: 0;}
.mt1{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mt3{margin-top: 3em;}
.mt4{margin-top: 4em;}
.mt5{margin-top: 5em;}
.mt05{margin-top: 0.5em;}
.mt15{margin-top: 1.5em;}
.mt25{margin-top: 2.5em;}
.mt35{margin-top: 3.5em;}
.mt45{margin-top: 4.5em;}
.mt55{margin-top: 5.5em;}

.mb0{margin-bottom: 0;}
.mb1{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}
.mb3{margin-bottom: 3em;}
.mb4{margin-bottom: 4em;}
.mb5{margin-bottom: 5em;}
.mb05{margin-bottom: 0.5em;}
.mb15{margin-bottom: 1.5em;}
.mb25{margin-bottom: 2.5em;}
.mb35{margin-bottom: 3.5em;}
.mb45{margin-bottom: 4.5em;}
.mb55{margin-bottom: 5.5em;}

.pt0{padding-top: 0;}
.pt1{padding-top: 1em;}
.pt2{padding-top: 2em;}
.pt3{padding-top: 3em;}
.pt4{padding-top: 4em;}
.pt5{padding-top: 5em;}
.pt05{padding-top: 0.5em;}
.pt15{padding-top: 1.5em;}
.pt25{padding-top: 2.5em;}
.pt35{padding-top: 3.5em;}
.pt45{padding-top: 4.5em;}
.pt55{padding-top: 5.5em;}

.pb0{padding-bottom: 0;}
.pb1{padding-bottom: 1em;}
.pb2{padding-bottom: 2em;}
.pb3{padding-bottom: 3em;}
.pb4{padding-bottom: 4em;}
.pb5{padding-bottom: 5em;}
.pb05{padding-bottom: 0.5em;}
.pb15{padding-bottom: 1.5em;}
.pb25{padding-bottom: 2.5em;}
.pb35{padding-bottom: 3.5em;}
.pb45{padding-bottom: 4.5em;}
.pb55{padding-bottom: 5.5em;}

.fs08{font-size: 0.8em;}
.fs09{font-size: 0.9em;}
.fs12{font-size: 1.2em;}
.fs14{font-size: 1.4em;}
.fs16{font-size: 1.6em;}
.fs18{font-size: 1.8em;}

.inner{
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}

.topics-title{
position: absolute;
    top: 0;
    left: 80px;
    background: #cc3411;
    color: #fff;
    font-weight: bold;
    padding: 0.6em 1.2em 0.6em 1em;
    border-radius: 3px 3px 25px 3px;
    font-size: 1.2em;
}
#hoshino .topics-title{
	left: 175px;
}


/*////////////////////////////////////////////////*/
/*//////////////////// header ////////////////////*/
/*////////////////////////////////////////////////*/

header{
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
}
header .header-top{
	width: 100%;
	background: #fff;
}
header .header-top .inner{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.8em 0 1em;
}
header .header-bottom{
	display: none;
	    background: rgb(255, 255, 255);
    opacity: 0.9;
    padding: 1em 0px 1.5em;
}
header .header-bottom a{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	display: block;
    padding: 1em 0;
    border-bottom: 1px dotted #b2b2b2;
    font-weight: bold;
    color: #000;
	font-size: 1.1em;
	transition: opacity .3s;
}
header .header-bottom a:hover{
	opacity: 0.7;
}
header .header-bottom ul li:last-child a{
	border-bottom: none;
}
.menu-btn{
	cursor: pointer;
}

/*/////////////////////////////////////////////*/
/*//////////////////// top ////////////////////*/
/*/////////////////////////////////////////////*/

#top-slider .top-main{
	width: 100%;
}
#top-slider .top-main:nth-child(1){
	background: url("../images/top-main-1.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(2){
	background: url("../images/top-main-2.jpg") no-repeat left 22% center;
	background-size: cover;
}
#top-slider .top-main:nth-child(3){
	background: url("../images/top-main-3.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(4){
	background: url("../images/top-main-4.jpg") no-repeat center;
	background-size: cover;
}
#top-slider .top-main:nth-child(5){
	background: url("../images/top-main-5.jpg") no-repeat center;
	background-size: cover;
}
.top-main .inner{
	min-height: 600px;
}
.top-main h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 3.2em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

video{
	max-width: 810px;
	width: 100%;
}
/*.top-main h2 span{
	display: block;
    font-size: 0.6em;
    padding-bottom: 0.3em;
}*/
.top-main h2 small{
	font-size: 0.8em;
}
.top-main em{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
	right: 0;
	bottom: 30px;
    font-size: 1.2em;
    line-height: 1.5;
    padding-top: 0.7em;
    letter-spacing: 1px;
    margin-top: 0.5em;
	color: #fff;
	font-weight: bold;
	text-shadow:0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,0.5);
	display: block;
	max-width: 530px;
}
.sp-read{
	display: none;
}




/*///////////////////////////////////////////////*/
/*/////////////// contents-virus ////////////////*/
/*///////////////////////////////////////////////*/

#contents-virus{
	width: 100%;
	background: #fff;
	padding: 3em 0;
}
#contents-virus .inner{
	max-width: 810px;
}
#contents-virus h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #131313;
	text-align: center;
	padding-bottom: 0.9em;
	margin-bottom: 0.7em;
	    padding-top: 1em;
	position: relative;
	    line-height: 1.4;
}
#contents-virus h3:after{
	content: "";
	width: 10%;
	height: 3px;
	background: #dd7e71;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#contents-virus p{
	max-width: 650px;
	margin: 0 auto 2em;
	font-size:0.9em;	
}
#contents-virus p small{
	font-size: 0.87em;
}
#contents-virus ul.slider-1 li{
	position: relative;
}
#contents-virus ul.slider-1 p{
    position: absolute;
    bottom: 0px;
    right: 35px;
    padding: 1em;
    border: 1px solid #6a6a6a;
    max-width: 55%;
    background: rgba(255,255,255,0.70);
}
#contents-virus ul.slider-1 p em{
display: block;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 0.3em;
	color: #464646;
}
#contents-virus ul.slider-1 p span{
	font-size: 0.9em;
}
.sp-c-title{
    display: block;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 1.6em;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5em 0.7em;
	border: 1px solid #fff;
	}
	#contents-virus ul.slider-1 li p em{
		display: none;
		
	}


/*///////////////////////////////////////////////*/
/*//////////////// resorts-base /////////////////*/
/*///////////////////////////////////////////////*/

.fix-btn{
	position: fixed;
    bottom: 35px;
    right: 5%;
    background: #f78a22;
    border-radius: 50%;
    height: 135px;
    width: 135px;
    display: table-cell;
    text-align: center;
    line-height: 1.3;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.2);
	    z-index: 10;
	transition: opacity .3s;
}
.fix-btn a{
	    display: block;
    color: #fff;
    font-weight: bold;
    padding: 35px 0;
    font-size: 1.1em;
	
}
.fix-btn:hover{
	opacity: 0.7;
}

#contents-resort{
	padding: 0.5em 0 0;
}
#contents-resort h3{
	font-size: 1.6em;
	font-weight: bold;
	color: #595959;
	text-align: center;
	margin-top: 1.5em;
}
#contents-resort h3 span{
	display: inline-block;
	position: relative;
	z-index: 1;
}
#contents-resort h3 span:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: -3px;
    left: 0;
    background: #f7e61c87;
    border-radius: 5px;
    z-index: -1;
}
#contents-resort p.read{
	max-width: 650px;
	margin: 1.5em auto 0;
}
#contents-resort p.read small{
font-size: 0.9em;
    padding-top: 1em;
    display: inline-block;
}

.wrap-resort{
	max-width: 1100px;
	margin: 3em auto 4em;
	background: #fff;
	border-radius: 10px;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);
	padding: 3em 0;
}
#hoshino.wrap-resort{
	background: url("../images/resort-bg-1.jpg") no-repeat center top, #fff;
}
#risonare.wrap-resort{
	background: url("../images/resort-bg-2-1.jpg") no-repeat center top, url("../images/resort-bg-2-2.jpg") no-repeat center top, #fff;
}
#other{
	position: relative;
}
/*#other.wrap-resort:after{
    content: "";
    position: absolute;
    left: 49.5%;
    top: 50.1%;
    width: 97%;
    height: 99.3%;
    margin: 0.5em;
    border: 1px solid #c2952f;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    border-radius: 5px;
	z-index: 0;
}*/
#other.wrap-resort{
	padding: 15px;
}
#other.wrap-resort .resort-outer{
	border: 1px solid #c2952f;
    box-sizing: border-box;
	border-radius: 5px;
	padding-bottom: 3em;
}
.resort-logo{
	text-align: center;
	padding-top: 25px;
}

#hoshino .resort-logo img{
	height: 140px;
}
#risonare .resort-logo img{
	height: 100px;
}

#contents-resort{
	background: url("../images/main-bg.jpg") repeat;
}

.slider-2,
.slider-3{
	margin-top: 2em;
}

.resort-btn{
	text-align: center;
}
.resort-btn a{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    display: inline-block;
    padding: 1.1em 3em;
    background: #373737;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1.5em;
    border-radius: 5px;
	transition: opacity .3s;
}
.resort-btn a:hover{
	opacity: 0.7;
}

#other .inner > h4{
	text-align: center;
}
#other .inner > h4 span{
	display: inline-block;
	margin: 3.5em auto 0;
    padding: 0.6em 2em;
    border: 1px solid #cc2600;
    background: #cc2600;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}

#other ul.other-list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#other ul.other-list h4{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.2em;
	color: #373737;
	padding-bottom: 0.5em;
}

#other ul.other-list > li{
	max-width: 30.5%;
	width: 100%;
	margin-top: 3.5em;
	position: relative;
	z-index: 1;
}
#other ul.other-list > li.large-list{
	max-width: 75%;
	margin: 1em auto 0;
}
#other ul.other-list > li.middle-list{
	max-width: 47.5%;
	width: 100%;
}
#other ul.other-list > li img{
	width: 100%;
	height: auto;
}
#other ul.other-list .list-name{
	display: flex;
    margin-bottom: 1.5em;
    justify-content: space-between;
}
#other ul.other-list > li.large-list .list-name{
	font-size: 1.1em;
}
#other ul.other-list .list-name-brand{
padding: 0.5em;
    border: 3px #c10 double;
    color: #c10;
    font-size: 1.1em;
    font-weight: bold;
}
#other ul.other-list .list-name-place{
    font-size: 1.1em;
    padding: 0.5em 1em 0.5em 2em;
    margin-left: 1em;
    border-right: 4px solid #c10;	
	    font-weight: bold;
    color: #555;
}
#other ul.other-list .list-name-place.place-2{
	padding: 1.5em 1em 0.5em 2em;
}
#other ul.other-list .list-img{
	margin-bottom: 2em;
}


#other ul.other-list p{
	font-size: 0.9em;
	letter-spacing: 0;
	padding-top: 1.2em;
	text-align: justify;
}

.container .slick-dots{
	bottom: 5px;
}
.container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

#map{
	width: 100%;
	background: url("../images/map.png") no-repeat center top 35%, #fff;
	border-top: 3px double #f78a18;
	
	padding: 2em 0 4em;
	margin-top: 4em;
}
#map .inner{
	min-height: 1000px;
}

.kai-bnr-wrap{
	background: #fff;
	border-bottom: 3px double #f78a18;
	text-align: center;
	padding: 3em 0 3em;

}
.kai-bnr-wrap a{
	color: #ef7a00;
	font-weight: bold;
	line-height: 1.5;
}

.block em{
background: #f78a18;
    color: #fff;
    padding: 0.3em 0.6em;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    height: 100%;
	margin-right: 0.5em;
}
.block ul li{
    color: #f78a18;
    font-weight: bold;
    margin-top: 1.4em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.block ul li a{
	color: #f78a18;
	    text-decoration: underline;
	transition: all .3s;
}
.block ul li a:hover{
	text-decoration: none;
}
.block ul li a.indent{
    margin-left: 5.4em;
}
.block ul li a.blue{
	color: #00056D;
}
.block ul li p{
max-width: 450px;
    line-height: 2;
}
.block ul li p small{
	font-size: 0.85em;
	display: none;
}
.block ul li p span span{
	font-size: 0.85em;
}
#contents-resort #map p.read{
	margin-bottom: 3em;
}

.bottom-block{
	position: absolute;
	right: 0;
	bottom: 0;
}

/*////////////////////////////////////////////////*/
/*//////////////////// footer ////////////////////*/
/*////////////////////////////////////////////////*/



/*///////////////////////////////////////////////*/
/*/////////////////// slider ////////////////////*/
/*///////////////////////////////////////////////*/

.slider-1-sub li,
.slider-2-sub li,
.slider-3-sub li{ max-width: 25%; margin: 13px 8px 0;}

.slider-1-sub li:last-child,
.slider-2-sub li:last-child,
.slider-3-sub li:last-child{ margin-right: 0;}

.slider-1-sub li img,
.slider-2-sub li img,
.slider-3-sub li img{ width: 100%;}

.slider-4,
.slider-5,
.slider-6,
.slider-7{ position: relative; z-index: 2;}

.container .slick-dots li button{ width: 30px; height: 30px;}
.container .slick-dots li button:before{ width: 30px; height: 30px;}
.container .slick-dots li button:before{ font-size: 14px; opacity: .6; color: white;}

.slider-1.slick-dotted.slick-slider,
.slider-2.slick-dotted.slick-slider,
.slider-3.slick-dotted.slick-slider{ margin-bottom: 0;}

.container .slick-prev, 
.container .slick-next{	z-index: 2;}
.container .slick-prev{	left: 10px;}
.container .slick-next{	right: 10px;}

.container .slider-1 .slick-prev, 
.container .slider-1 .slick-next{ top: 100px;}

/*////////////////////////////////////////////////////*/
/*//////////////////// Responsive ////////////////////*/
/*////////////////////////////////////////////////////*/

@media screen and (max-width: 1100px) {
	/*調整用*/
}

@media screen and (max-width: 770px) {
	/*タブレット端末*/
	
	.container {
    margin-top: 3em;
}
	header .header-bottom a{
		font-size: 1em;
	}
	
	.top-main .inner {
    min-height: 300px;
}
	.top-main h2 {
    right: 0;
    bottom: 15px;
    top: auto;
    font-size: 1.9em;
    left: auto;

}
	#top-slider .top-main:nth-child(2) {
		background: url("../images/top-main-2.jpg") no-repeat right 10% center;
		background-size: cover;
	}
	#contents-resort h3 {
    font-size: 1.2em;
	}
	#contents-resort p.read{
		font-size: 0.9em;
	}
	
	.slider-1 li img,
	.slider-2 li img,
	.slider-3 li img{
		width: 100%;
	}
	#other ul.other-list > li,
	#other ul.other-list > li.large-list,
	#other ul.other-list > li.middle-list{
		width: 100%;
		max-width: 100%;
	}
	#other ul.other-list > li.large-list .list-name {
		font-size: 1em;
	}
	#other ul.other-list > li.large-list {
		margin: 2.5em auto 0;
	}

	
	#other ul.other-list li img{
		width: 100%;
	}
	#contents-virus .inner,
	.inner {
    max-width: 90%;
	}
	.resort-btn a {
    padding: 1em;
    font-size: 1.1em;
		display: block;
		border-radius: 5px;
}
	
	.block ul li {
    display: block;
}
	.block ul li p {
    display: block;
		padding-top: 0.5em;
}
	.block ul li p br{
		display: none;
	}
	.block ul li p b{
		display: inline-block;
		padding-top: 0.5em;
	}
	.block ul li a.indent {
    margin-left: 0;
}
	.block em {
    display: block;
    width: 120px;
}
	.bottom-block {
     position: static;
}
	#map {
    background: #fff;

}
	.block ul li p small {
    display: inline-block;
}
	.block ul li a {
    display: block;
}
	.wrap-resort{
		    max-width: 97%;
	}
	.slider-1-sub li, .slider-2-sub li, .slider-3-sub li {
    margin: 13px 4px 0;
}
	#other.wrap-resort:after{
		content: none;
	}
	.kai-bnr-wrap img{
		width: 100%;
	}
	#contents-virus ul.slider-1 p {
		position: static;
		max-width: 100%;
		margin: 1em 0 0;
	}
	
	.top-main em{
		display: none;
	}
	.sp-read{
	display: block;
    width: 90%;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 2em auto 1em;
	}
	.sp-c-title{
		    display: none;
	}
	#contents-virus ul.slider-1 li p em{
		display: block;
		
	}
	.container .slider-1 .slick-dots{
	top: 180px;
	bottom: auto;
}
	.topics-title {
    position: static;
    display: inline-block;
}
	

	
}

@media screen and (max-width: 480px) {
	/*スマートフォン端末*/
}



