@charset "utf-8";
/* #top-movie */
#top-movie {
	position: relative;
	width: 100%;
	/*height: 974px;*/
}
#top-movie video{
	width: 100%;
	height: 100%;
	min-width:1280px;}
	
#top-movie .movie {
	position: absolute;	
	width: auto;
	min-height: 974px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
}
#top-movie .frame {
	position: absolute;
	top: 72%;
    left: 50%;
    display: block;
    width: 30px;
    height: 55px;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    border-radius: 23px;
    transform: translateX(-50%);
}
#top-movie .anime {
	position: absolute;
	top: 73%;
    left: 50%;
	width: 13px;
	height: 13px;
	animation: topmovie 1.5s infinite;
	text-align: center;
}
@keyframes topmovie {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 24px);
    opacity: 0;
  }
}
#top-movie .scroll {
	width: 220px;
	height: 14px;
	position: absolute;
	top: 80%;
    left: 50%;
    transform: translateX(-50%);
}
#top-movie .scroll p {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;		
	font-size: 13px;
	color: #fff;
	margin: 0;
}
#top-movie .movie-bottom {
	position: absolute;
	bottom: 0%;
	left: 0;
	background: url(../img/alpha-bottom.png) no-repeat center bottom;	
	width: 100%;
	background-size:cover;
	height: 350px;
}
/* #top-intro */
#top-intro {
	padding: 0 0 100px;	
	background: url(../img/bg-crystal01.png) no-repeat top right, url(../img/bg-crystal02.png) no-repeat center left, url(../img/bg-snow01.jpg) no-repeat bottom center;
}
#top-intro .wrap01 {
	width: 1100px;
	height: 60px;
	margin: 0 auto;
	overflow: visible;
}
#top-intro p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;		
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 180%;
	margin: 0 auto 20px;	
}
#top-intro .wrap01 .top {
	width: 100%;
	/*height: 256px;*/
	margin-bottom: 30px;
	text-align:center;
	padding:70px 0 0;
}
#top-intro .wrap01 .bottom {
	width: 100%;
	height: 92px;
}
#top-intro .wrap01 .bottom .icon {
	margin: 0 auto;
	width: 520px;
	height: 92px;
}
#top-intro .wrap01 .bottom .icon .box {
	float: left;
	width: 92px;
	height: 92px;
	margin-right: 15px;	
	margin-left: 0;
}
#top-intro .wrap01 .bottom .icon .box:nth-of-type(5) {
	margin-right: 0;
}
#top-intro .wrap01 .bottom .icon .box img {
	vertical-align: bottom;	
}
#top-intro h3 {
	text-align: center;	
	margin-bottom: 50px;
}
#top-intro .wrap02 {
	position: relative;
	width: 1100px;
	margin: 0 auto 70px;
	height: 702px;
}
#top-intro .wrap02 .box01 {
	position: absolute;
	width: 276px;
	height: 425px;
	top: 0;
	left: 0;
	background: #4a7bbd;
	z-index: 2;
}
#top-intro .wrap02 .box01 h3 {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	width: 276px;
	height: 65px;
	margin: 0;
	padding: 0;
}
#top-intro .wrap02 .box01 h3 img {
	vertical-align: bottom;	
}
.plan_form {
	width: 276px;
	box-sizing: border-box;
	padding: 0 20px 20px;
}
.plan_form p {
	margin: 0 0 2px !important;
	padding: 0;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 150% !important;
}
.plan_form .check_in {
	width: 236px;
}
.plan_form .check_in input[type="radio"],
.plan_form .check_in input[type="checkbox"]{
  position: relative;
  top: 3px;
} 
.plan_form .guests {
	width: 236px;
}
.plan_form .type {
	width: 236px;
}
.plan_form .price {
	width: 236px;
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.plan_form .search_btn {
	text-align: center;
	margin: 20px 0 0 0;
}
.plan_form .search_btn input {
	transition: all 0.5s ease;
}
.plan_form .search_btn input:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
}
.plan_form .submit {
	padding: 5px 10px;
	background: #ea7146;
	border: 1px solid #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 400;
}
.plan_form hr {
	margin: 10px 0 10px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
}
.ui-datepicker {
    font-size: 70%;
}
.plan_form .check_in input {
	font-size: 0.9rem;
	border: 1px solid #fff;	
}
.plan_form .hasDatepicker,
.plan_form .guests select,
.plan_form .guests option,
.plan_form .type select,
.plan_form .type option,
.plan_form .price select,
.plan_form .price option {
	font-size: 0.8rem;
	border: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #333;
	letter-spacing: 0.1em;
}
#top-intro .wrap02 .box02 {
	position: absolute;
	width: 276px;
	height: 256px;
	bottom: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ebedf0;
	box-sizing: border-box;
	padding: 20px 10px 0;
}
#top-intro .wrap02 .box02 .card {
	text-align: center;
	padding-bottom: 10px;
}
#top-intro .wrap02 .box02 p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	border-bottom: 1px dashed #e3d4c3;
	margin: 0 10px 10px;
	padding-bottom: 5px;
	text-align: center;
}
#top-intro .wrap02 .box02 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#top-intro .wrap02 .box02 ul li {
	float: left;
	width: 50%;
	height: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	background: url(../img/top-info-li.png) no-repeat top left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 0.8rem;
}
#top-intro .wrap02 .box03 {
	position: absolute;
	width: 802px;
	height: 700px;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ebedf0;
}
#top-intro .wrap02 .box03 h3 {
	margin: 0 0;
	text-align: center;
}
#top-intro .wrap02 .box3 img {
	vertical-align: bottom;
}
#top-intro .wrap03 {
	width: 1100px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#top-intro .wrap03 .left {
	position: absolute;
	width: 500px;
	height: 550px;	
	top: 0;
	left: 25px;
}
#top-intro .wrap03 .right {
	position: absolute;
	width: 500px;
	height: 550px;	
	top: 0;
	right: 25px;
}
/* #top-bn */
#top-bn {
	background: url(../img/bg-shadow.png) no-repeat center top, url(../img/top-bn-bg.jpg) no-repeat center bottom;
	padding: 100px 0;	
}
#top-bn .wrap01 {
	width: 1100px;
	height: 140px;
	margin: 0 auto 40px;	
}
#top-bn .wrap01 .box {
	float: left;
	width: 245px;
	height: 140px;
	margin-right: 40px;
	background: #000;
}
#top-bn .wrap01 .box:last-of-type {
	margin-right: 0;	
}
#top-bn .wrap02 {
	width: 1100px;
	height: 140px;
	margin: 0 auto 40px;	
}
#top-bn .wrap02 .box {
	float: left;
	width: 530px;
	height: 140px;
	margin-right: 40px;
	background: #000;
}
#top-bn .wrap02 .box:last-of-type {
	margin-right: 0;	
}
#top-bn a {
	transition: all 0.5s ease;
	display: block;	
}
#top-bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}

#top-bn .wrap03 {
	width: 1100px;
	height: 140px;
	margin: 0 auto 40px;	
}
#top-bn .wrap03 .box {
	float: left;
	width: 245px;
	height: 140px;
	margin-right: 40px;
	background: #000;
}
#top-bn .wrap03 .box:last-of-type {
	margin-right: 0;	
}

#mini {
	padding: 0px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #AEBC7D;
	width: 250px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 8px;
	float: left;
}
#mini hr {width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border-style: none; visibility: hidden;}

/*プラン*/
#mini #minileft {
	width: 250px;
	float: right;
	word-wrap: break-word;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mini #minileft p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0px 10px 0;
	padding: 0px;
}
#mini #minileft h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px dashed #2B6ABD;
}
#mini #minileft h4 a{
	margin: 0px;
	padding: 0;
	color: #2B6ABD;
	text-decoration: none;
}
#mini #minileft h4 a:hover {
	color: #2B6ABD;
	font-weight: bold;
	text-decoration: underline;
}

#mini #miniright {
	width: 250px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mini #miniright img {
	margin: 0px 0px 0px;
	padding: 0px;
	border-style: none;
}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 105px;
	background: url(m_plan02.gif) no-repeat;
}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
.mini hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
