@charset "utf-8";
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


html {
    height:100%;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
//	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:14px;
	height: 100%;
	color:#666;
	background-image: url(../images/bodyBg.jpg);
}

a {
	color:#222;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover {
	color:#888;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}



h1 {
	color:#333333;
	clear:both;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align:center;
	padding:50px;
}
h2 {
	color:#333333;
	letter-spacing: .15em;
	clear:both;
	padding:30px 0 0 0;
	font-weight:100;
	text-align:center;
	margin:0;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:24px;
	line-height:180%;
}
@media screen and (max-width: 949px) {
h2 {
	color:#333333;
	letter-spacing: .15em;
	clear:both;
	padding:30px 0 0 0;
	font-weight:100;
	text-align:center;
	margin:0;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:20px;
	line-height:180%;
}
}
h3 {
	clear:both;
	font-size:20px;
	line-height:150%;
}
.clear {
	clear:both;
}
.pc_only {
	display:none;
}
img {
	border:none;
}
.motion {
	transition: 1s ease-in-out;
}
.delay {
	transition-delay: 0.5s;	
}
.delay2 {
	transition-delay: 1.0s;	
}
dl {
	border-top:1px solid #ccc;
}
dt {
	font-weight:bold;
	padding:10px 0;
}
dd {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin:0;
}
.italic {
	font-style:italic;
}
p {
	line-height:150%;
}

.br_pc { display:block; }
.br_sp { display:none; }



.navi_btn {
	height:80px;
	width:250px;
	padding:0px !important;
	position:relative;
}
.h_high {
	height:80px !important;
}
.navi_btn:before {
	top: 10px !important;
	left: 0px;
} 
.navi_btn .en {
	display:block;
	font-size:20px;
	text-align:center;
	position:absolute;
	top:20px;
	left:50px;
	letter-spacing:0px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align:center;
	width:180px;
}
.navi_btn .jp {
	display:block;
	position:absolute;
	top:47px;
	left:50px;
	width:180px;
	text-align:center;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:16px;
}
a.detai_btn {
    display: inline-table;
    border: 4px double #ccc;
    padding: 8px 30px 14px 20px;
    background-color: #663300;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    margin: 20px auto;
    font-weight: normal;
	width: 200px;
    height: 40px;
    position: relative;
    clear: both;
}
a.detai_btn span {
	position: absolute;
    top: 25px;
    left: 50px;
    text-align: center;
    width: 180px;
    font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 16px;
}
a.detai_btn:before {
	margin: 0px;
    width: 40px;
    height: 40px;
    left: -12px;
    top: 2px;
	content: " ";
    background-image: url(../images/logomark.png);
    background-size: contain;
    background-repeat: no-repeat;
     position: relative;
    display: block;
    opacity: 0.5;
}
.detai_btn .en {
	display:block;
	font-size:20px;
	text-align:center;
	position:absolute;
	top:10px;
	left:50px;
	letter-spacing:0px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align:center;
	width:180px;
}
a.detai_btn .jp {
	display:block;
	position:absolute;
	top:37px;
	left:50px;
	width:180px;
	text-align:center;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:16px;
}
a.detai_btn.h_high {
	height:56px !important;
}
a.detai_btn.h_high:before {
	top:15px;
}
a.detai_btn.w_wide {
	width:260px !important;
}
.detai_btn .w_wide {
	position:absolute;
	width:300px;
	margin:0 auto;
	left:0px;
	right:0px;
	bottom:10px;
	display:block;
}
.detai_btn.w_wide span{
	width:250px;
}
#niseko_info a.detai_btn {
	position:absolute;
	left: 0;
    right: 0;
	margin:auto;
}
p#btn {
	text-align:center !important;
}
/*******************************
         header css
********************************/
#header {
	width:100%;
	margin:0 auto;
	z-index:1000;	
	background-color:rgba(0,0,0,0.9);
	box-shadow:0px 1px 10px 5px rgba(0,0,0,0.2);
	position:fixed;
}
@media (min-width: 768px) {
#header_inner {
	width:auto;
	margin:0 auto;
	background-color:#000;
	height:30px;
	display:none;
}
#header h1 {
	max-width:180px;
	width:15%;
	margin:10px auto;
	padding:0;
	height:45px;
}
#header h1 a:hover img {
	opacity:1;
}
.fixed {
	position: fixed !important;
	top: -60px !important;
	left: 0px;
	z-index: 9999;
}
}

@media (max-width: 767px) {
#header h1 {
	width:220px;
	margin:0 auto;
}
}
#header h1 img {
	width:100%;
}
#header_top {
	width:auto;
	padding:0 10px 0;
	height:30px;
	float:right;
	line-height:25px;
	display:none;
}
#header_top a {
	width:100px;
	margin:0 0 0 50px;
	color:#fff;
}
#reservation_smp {
	display:none;
}
#lang_smp {
	display:none;
}
a#bestrate  {
	position:fixed;
	top:15px;
	left:15px;
	width:250px;
	height:50px;
	display:block;
	padding:0;
	margin:0;
}
a#bestrate a:hover{
	opacity:0.8;
}
a#bestrate a img{
	margin:0;
	width:100%;
}
a#bestrate_banner {
	display:none;
}

/*******************************
         menu css
********************************/

#menu {
	padding:0;
	height:55px;
	width:760px;
	margin:0 auto;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	letter-spacing: 2px;
	float:none;
}
@media screen and (max-width:1200px) {
#menu {
	width:700px;
	margin:0 300px 0 auto;
}
}
@media screen and (max-width:1100px) {
#menu {
	width:650px;
	margin:0 250px 0 auto;
}
}
@media screen and (max-width:1000px) {
#menu {
	width:640px;
	margin:0 150px 0 auto;
}
}
#menu ul {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}
#menu li {
	float:left;
	list-style:none;
	padding:0;
	font-size:12px;
	text-align:center;
}
#menu li.effect  {
	width:14%;
}
#menu li .italic {
	font-style:italic;
	font-size:9px;
	width:100%;
	text-align:center;
	opacity:0.8;
	letter-spacing: 1px;
}
#menu li a{
	display:block;
	height:auto;
	position: relative;
	padding: .4em;
	text-decoration: none;
	opacity:1;
	color:#fff;
	text-align:center;
#	width:72px;
}
@media screen and (min-width:1200px) {
#menu li a{
#	width:82px;
}
}
  
#menu li a:hover{
	color:#FF0000;
	transition:1s;
}
#menu li.effect a::after {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  width: 80%;
  margin:0 10%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: red;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu li.effect a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}



#menu li a img{
	margin:5px 0 0;
}

#menu #small_menu {
	position:fixed;
	top:18px;
	right:10px;
	width:200px;
}

#menu #small_menu li a{
	width:90px;
	background-color:#666600;
	font-size:10px;
	letter-spacing:1px;
	height:30px;
	margin:5px;
	line-height:140%;
	padding:2px 0px;
}
#menu #small_menu li a:hover{
	color:#fff;
	background-color:#669900;
}
#menu #small_menu li .italic{
	font-size:8px;
}

#menu #small_menu li#reservation a{
	background-color:#CC0000;
}
#menu #small_menu li#reservation a:hover{
	background-color:#ff0000;
}
#menu #small_menu li#lang a{
	line-height:25px;
}

@media (max-width: 1000px) {
#menu #small_menu {
	font-size:8px;
	letter-spacing:1px;
	width:auto;
	width:100px;
}
#menu #small_menu li {
	padding:0px;
	line-height:20px;
}
#menu #small_menu li a{
	height:20px;
	padding:0px;
	margin:2px;
	padding:0px 0px;
	line-height:20px;
}
#menu #small_menu li#lang a{
	line-height:20px;
}
#menu #small_menu li a .italic {
	display:none;
}
}

#menu li a:hover {
	text-decoration:none;
}
#menu .submenu {
	display:none;
}
/*******************************
         contents css
********************************/
#banner h1 {
	position:absolute;
	color:#fff;
	top:50px;
	left:100px;
	font-size:3em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-shadow: 0px 0px 4px #000;
}

#contents {
	width:100%;
//	max-width:1200px;
	margin:0px auto 0;
	padding:0px 0 0 0;
	min-height:500px;
	clear:both;
//	background-color:#EAE1D0;
	background-image:url(../images/bodyBg.jpg);
}
#contents.home {
	margin:110px auto 0;
}
#contents_inner {
	width:90%;
	max-width:1000px;
	margin:0px auto;
	padding:20px 0 100px;
	clear:both;
	text-align:center;
}
#contents_inner p {
	padding:0;
	text-align:left;
}
#contents_inner ul  {
	margin;0;
	padding-left:4em;
}
#pankuzu {
	font-size:0.8em;
	margin-top:5px;
}
#banner {
	width:110%;
	margin:-40px auto auto;
	margin-left:-100px;
	height:200px;
	overflow:hidden;
	position:relative;
}
#banner img {
	width:100%;
}
.obi {
	width:100%;
	height:250px;
	overflow:hidden;
	margin-bottom:30px;
}
.obi img {
	width:100%;
}
#page_banner {
	height:500px;
	overflow:hidden;
	background-position:center center;
	background-size:cover;
	transition:2s;
	position:relative;
	opacity:0.3;
}
#page_banner h1 {
	position:absolute;
	color:#fff;
	top: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:60%;
	max-width:800px;
	height:100px;
	z-index:10;
	letter-spacing: 6px;
	font-size:24px;
	line-height:150%;
	background-color:rgba(0,0,0,0.3);
	border:1px solid #fff;
	opacity:0;
	transition:0.8s;
	transition-delay:0.5s;
	padding:20px 0 0;
}
a.simple_btn {
	display:inline-table;
	border:4px double #ccc;
	padding: 8px 30px 14px 20px;
	background-color:#663300;
	color:#fff;
	line-height:1;
	font-size:14px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	margin:20px auto;
	font-weight:normal;
	width:250px;
	position:relative;
	height:62px;
}
a.simple_btn span {
	position:absolute;
	top: 24px;
    left: 50px;
	text-align: center;
	width:220px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:16px;
}
.holiday a.simple_btn {
	width:200px;
	height:40px;
	position:relative;
	clear:both;
}
.holiday a.simple_btn span {
	position:absolute;
	top:25px;
	left:50px;
	text-align:center;
	width:180px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:16px;
}
a.simple_btn:before {
	content: " ";
    background-image: url(../images/logomark.png);
	background-size:contain;
	background-repeat:no-repeat;
    margin: 0px;
	width:40px;
	height:40px;
    position: relative;
    top: 30px;
	left:10px;
	display:block;
	opacity:0.5;
}
a.simple_btn.h_high:before {
	top:20px !important;
}
.holiday a.simple_btn:before {
    margin: 0px;
	width:40px;
	height:40px;
	left:-12px;
	top:0px;
}
a.link_icon {
	position:relative;
	padding-left:25px;
}
a.link_icon:before {
	content:url(../images/link_icon.png);
	position:absolute;
	top: -3px;
	left:0px;
}
ul.thumn {
	padding:0;
	margin:40px 0 0;
}
ul.thumn li {
	float:left;
	width:100px;
	margin:0 5px 0;
	list-style:none;
}
ul.thumn li img{
	width:100%;
}
/*******************************
         footer css
********************************/
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
//	background-color:#EAE1D0;
	background-image:url(../images/bodyBg.jpg);
	padding:0;
}
#footer_inner {
	clear:both;
	width:90%;
	margin:0 auto;
	padding:2em 0;
}
#footer #sitemap {
	float:left;
	width:28%;
}
#footer ul#sitemap  {
	padding:0;
	margin:0;
}
#footer #sitemap li {
	list-style:none;
}
#footer ul#sitemap li:before {
		content: "\00BB \0020";
}
#footer #info {
	float:right;
}
#footer #info #logo img {
	width:200px;
}
#footer p {
	margin:0;
	text-shadow:1px 1px 1px #000;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#footer a#map {
	background-color:#000;
	color:#fff;
	padding:2px 4px;
	font-size:0.7em;
}
#footer a:hover#map {
	background-color:#444;
}
#footer .copyright {
	clear:both;
	text-align:center;
	color:#efefef;
	border-top:1px solid #888;
	padding: 1em 0 0;
	font-size:12px;
}
#footer #facebook {
	margin:10px auto;
}
.footer_group {
	background-color:#000000;
	padding:1em 0;
	clear:both;
}
.footer_group a {
	color:#fff;
}
.footer_group .groupmenu {
//	width:80%;
	margin:0 auto 0 22%;
}
@media screen and (max-width:1200px) {
.footer_group .groupmenu {
	margin:0 auto 0 19%;
}
}
@media screen and (max-width:1000px) {
.footer_group .groupmenu {
	margin:0 auto 0 16%;
}
}
.footer_group .groupmenu ul {
	float:left;
	width:25%;
}
.footer_group .groupmenu li {
	font-size:10px;
	list-style:none;
}
#footer #site_map {
	clear:both;
//	width:80%;
	margin:0 auto 0 22%;
	padding:2em 0;
	font-size:14px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 1000px) {
#footer #site_map {
	margin:0 auto 0 16%;
}
}
@media screen and (max-width: 949px) {
#footer #site_map {
	margin:0 auto 0 18%;
	font-size:12px;
}
}
#footer #site_map ul {
	float:left;
	width:31%;
	padding:0;
	margin: 0 10px 0 0;
}
#footer #site_map ul ul {
	width:100%;
	margin:0 0 0 10px;
}
#footer #site_map ul li {
	list-style:none;
}
#footer #address {
	background-color:#fff;
	background-image:url(../images/forest.jpg);
	background-size:cover;
	clear:both;
	padding:100px 0;
	border-bottom:1px solid #ccc;
	color:#fff;
}
#footer #address #logo {
	width:350px;
	margin:0 auto;
	text-align:center;
	transition: 1s ease-in-out;
}
#footer #address #logo a img {
	width:80%;
	margin:20px auto;
	opacity:1 !important;
}
#footer #address #logo a:hover {
	opacity:1 !important;
}
#footer #address #phone {
	font-size:150%;
}
#footer .link {
	clear:both;
	padding:2em 0;
	background-color:#000;
}
#footer .link ul {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#footer .link li {
	list-style:none;
	max-width:950px;
	width: 100%;
	margin:10px 0;
}
#footer .link li a img {
	width:100%;
}
.column_bg {
#	background-color:#f8f8f8;
	padding:50px 0;
	clear:both;
}
.column_wrap {
	margin:100px 0;
	clear:both;
	display:table;
	width:100%;
	height:500px;
}
.column_wrap.room {
	width:100%;
	max-width:1100px;
	border:1px solid #ccc;
	margin:30px auto;
//	height:300px;
	background-color: #fff;
	position: relative;
}
@media screen and (max-width: 1024px) {
.column_wrap.room {
	width:99%;
}
}
.column_text_wrap {
	float:left;
	width:50%;
	position:relative;
}
.even .column_text_wrap {
	float:right;
}
.column_text {
	position:absolute;
	right:3%;
	width:80%;
	min-height:380px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:20px 50px;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
	z-index:100;
}
.column_text table td { 
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.column_text h2{
	border-bottom:1px solid #ccc;
}
.room .column_text {
	height:100%;
	position:static;
	border:none;
	box-shadow:none;
	padding: 20px 30px;
}
.room .column_text h2{
	margin:0;
	padding:0;
}
@media screen and (max-width: 949px) {
.room .column_text h2{
	margin:0;
	padding:0;
	font-size:18px;
}
}
.even .column_text {
	right:1%;
}
.column_text p{
	text-align:left;
	font-size:15px;
	line-height:170%;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.column_image {
	float: right;
	width: 50%;
	height: 500px;
	background-size: cover;
}
.column_image a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
//	background-position:97% 95%;
	background-position:center;
	opacity:0;
}
.column_image:hover {
	filter:brightness(85%);
	transition:0.8s;
	z-index:0;
}

.column_image a:hover{
	opacity:1;
	transition:0.8s;
}

.room .column_image {
	position:absolute;
	float:none;
	height:350px;
	top:0px;
	bottom:0px;
	right:0px;
	margin:auto 10px;
}
.even .column_image {
	float:left;
}
#ambix {
	margin:0 auto;
	color:#efefef;
	font-size:10px;
	text-align:center;
	border:1px solid #efefef;
	display:table;
	padding:1px 4px;
}
#ambix:before {
	content:'Ambixグループ';
}
a#fb_icon {
	background-image:url(../images/icon_facebook.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
	margin:20px auto 0;
	display:block;
}
/*******************************
         home css
********************************/
.bxslider {
	width:100%;
	padding:0;
	position:relative;
}
.bxslider img {
	width:100%;
	margin-top:-10%;
}
ul#topslider {
	margin:0;
	padding0;
}
ul#topslider a img {
	opacity:1;
}
#text_in_slide {
	color:#fff;
	position:absolute;
	top:100px;
	right:80px;
	font-size:2.4em;
	width:100%;
	text-indent:-9999px;
	background-image: url(../images/topbanner_text.png);
	background-repeat:no-repeat;
	width:400px;
	height:400px;
	z-index:10;
}

a#uzura_btn {
	width:150px;
	height:150px;
	color:#fff;
	display:block;
	line-height:10em;
	text-align:center;
	margin:0 auto;
	clear:both;
}
#slider li {
	height:250px;
}
#slider .name {
	font-size:0.9em;
}
#slide .bx-pager {
	position:absolute;
	bottom:20px;
}
#side_menu {
	float:right;
	width:300px;
}
.sub_banner a{
	width:100%;
	height:80px;
	margin:0px 1.3% 20px 0;
	display:block;
	text-align:center;
	line-height:50px;
}
#news {
	width:100%;
	max-width:1000px;
	margin:3em 0;
	height:500px;
	margin:100px auto 0;
	clear:both;
	text-align:left;
}
#news #information {
	float:left;
	width:60%;
	margin:0 40px 0 auto;
}
#news #information ul {
	padding:0;
	border-top:1px solid #ccc;
}
#news #information li {
	border-bottom:1px solid #ccc;
	padding:0.5em 0;
	list-style:none;
	font-size:14px;
}
#news #information li time {
	color:#996600;
}
#news #information h2 {
	margin:0;
	padding:0;
}
#news #fb_timeline {
	float:right;
	width:30%;	
}
#topics {
	width:60%;
	float:left;
}
a#topics_all {
	background:#000;
	color:#fff;
	padding:3px 10px;
	display:block;
	width:10em;
	border-radius:5px;
}
a:hover#topics_all {
	background:#666;
}
#kanroslide_hype_container_wrap {
	position:relative;
	height:100%;
	opacity:0;
	background-color:#000;
	transition:2s;
	transition-delay:0s;
}
.photo {
	height:100%;
	overflow:hidden;
	opacity:0;
	transition:2s;
	transition-delay:1s;
}
.photo-inner {
	position:relative;
}
#scroll_down {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	margin:auto;
	height:60px;
	width:60px;
	background-color:#fff;
	z-index:100;
	border-radius:30px;
	opacity:0.8;
	cursor:pointer;
	text-align:center;
	color:#000;
	line-height:60px;
}
#scroll_down a {
	display:block;
}
#logo_white {
	position: absolute;
	top: 100px;
	z-index: 100;
	opacity: 0;
	width: 100%;
	text-align: center;
	transition: 2s ease-in-out;
	transition-delay:1s;
}
#logo_white img {
	width: 20%;
	max-width:300px;
}
.youtube {
	padding:0px 0;
	clear:both;
}
.youtube iframe {
	display: block;
	margin: 20px auto;
	width:480px;
	height:270px;
}
.youtube#small iframe {
	width:320px;
	height:180px;
}

.gaiyou-wrap {
	margin:0;
}
.gaiyou-wrap #room_menu{
	margin-top:10px;
	margin-bottom:100px;
}
.gaiyou-wrap #room_menu.four li{
	width:21%;
	margin:1em 2%;
}
.gaiyou-wrap #room_menu.three li{
	width:25%;
	margin:1em 4%;
}
.gaiyou-wrap #room_menu.two li{
	width:27%;
	margin:1em 10%;
}
.gaiyou-wrap #room_menu li p{
	font-size:14px;
}
.gaiyou {
	width:100%;
	margin:0;
	position:relative;
	font-size:14px;
	height:450px;
	display:table;
	background-size:cover;
	background-position:center;
}


.gaiyou:before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.3);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.holiday .gaiyou:before{
	display:none;
}


.gaiyou#gaiyou_right {
	transition-delay: 0.5s;
}
.gaiyou figure {
	width:50%;
	height:100%;
	float:left;
}
.gaiyou h4.maru {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:10;
	background-color:rgba(255,255,255,0.9);
	display:block;
	width:100px;
	height:100px;
	padding:20px;
	border-radius:50%;
	border:1px solid #663300;
//	line-height:100px;
	vertical-align: middle;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.gaiyou h4.maru em{
	display:block;
	font-size:10px;
	color:#996600;
	line-height:0px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#gaiyou_right figure{
	float:right;
}
.gaiyou img {
	width:100%;
}
.gaiyou h4 {
	margin:0;
	font-size:24px;
#	background-color:rgba(255,255,255,0.9);
	text-align:center;
	line-height:250%;
	color:#000;
	letter-spacing: 3px;
}
.gaiyou h4 a{
	margin:10px auto;
}
.gaiyou p {
	font-size:13px;
}
.gaiyou #description {
	position: absolute;
	width: 100%;
}
.gaiyou #description #d_contents {
	width:72%;
	margin:150px 15% 0;
}
.gaiyou #description #d_contents p{
	float:left;
	font-size:20px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.9);
	line-height:200%;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 949px) {
.gaiyou #description #d_contents p{
	float:left;
	font-size:14px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.9);
	line-height:200%;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
}
.holiday .gaiyou #description #d_contents p{
	text-shadow:none;
	color:#666;
	font-size:14px;
}
.gaiyou#gaiyou_right #description #d_contents p{
	float:right;
}
.gaiyou #description #d_contents h4{
	float:right;
}
.gaiyou#gaiyou_right #description #d_contents h4{
	float:left;
}
.gaiyou#gaiyou_right #description #d_contents{
	left:-50%;
	right:0;
}


.holiday .gaiyou {
    width: 100%;
    margin: 0;
    position: relative;
    font-size: 14px;
    display: table;
    background-color: rgba(255,255,255,0.5);
	height:auto;
}
.holiday .gaiyou #description {
    float: left;
    width: 50%;
    margin: 40px auto 0;
    font-size: 120%;
    text-align: center;
}

#gaiyou_right .gaiyou  #description {
	float:right;
}
#addressinmap {
	position:absolute;
	bottom:20px;
	left:20px;
	width:250px;
	height:auto;
	z-index:100;
	font-size:14px;
	border:1px solid #000;
	padding:20px;
	background-color: rgba(255,255,255,0.5);
}
#addressinmap a {
	display:block;
	padding:5px;
	margin:5px auto;
	background-color:#000;
	color:#fff;
	text-align:center;
}
.fb-like {
	float:right;
}
#top_concept {
	background-image:url(../images/concept_bg.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
	text-align: center;
	padding:100px 0 200px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-shadow:2px 2px 2px #000;
	position:relative;
}
#top_concept h2 {
	color:#fff;
	padding:0 0 50px 0;
	font-size:24px;
	opacity:0.8;
}
#top_concept p {
	line-height:200%;
	opacity:0.8;
	margin-bottom:50px;
}
#miryoku  {
	padding:0;
}
#miryoku h2 {
	margin:50px;
	font-size:36px;
}
#miryoku h2 span{
	display:block;
	font-size:32px;
}
h2 em{
	display:block;
	font-size:12px;
	color:#996600;
	line-height:0%;
	margin-bottom: 20px;
}
#miryoku h2:before {
	content: url(../images/logomark3.png);
}
#miryoku p em{
	color:#996600;
	font-weight:bold;
	font-style:normal;
}
#miryoku_a {
	background-color:#fff;
	padding:100px 0 150px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#miryoku_a p {
	font-size:20px;
	line-height:180%;
}
#package a {
	width:30%;
	height:200px;
	display:block;
	float:left;
	background-size:110%;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 1.5%;
	transition:all 0.6s ease-out;
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-o-transition:all 0.6s ease-out;
}
#package a:hover {
	background-size:120%;
}
#package a p{
	background-color: rgba(0,0,0,0.3);
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 100px;
    margin: 50px auto;
    line-height: 100px;
    font-size: 20px;
    font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 1000px) {
#package a {
	width:30%;
	height:160px;
	margin:10px 1.5%;
}
#package a p{
    margin: 30px auto;
}
}
#concept_btn {
	position:absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
	width:200px;
}
ul.sub_button {
	padding:30px 0 150px;
}
ul.sub_button li {
	float:left;
	width:200px;
	height:200px;
	margin:10px 20px;
	background-color:#ddd;
	list-style-type:none;
}
#live_btn {
	display:block;
	width:60%;
	margin:50px 20%;
	padding: 10px;
	font-size:24px;
	text-align:center;
	border:1px solid #ccc;
	background-color:#fff;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#miryoku .column_text {
	position:relative;
	height:500px;
	padding:0px;
	box-shadow:none;
	width:50%;
	top:0;
	left:0;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#miryoku .column_text h3 {
	clear:none;
	text-align:center;
	margin-top:50px;
}
#miryoku .column_text p{
	text-align:center;
	font-size:15px;
	line-height:180%;
}
@media screen and (max-width: 949px) {
#miryoku .column_text p{
	text-align:center;
	font-size:12px;
	line-height:180%;
}
}
#miryoku .column_text h4{
	position:absolute;
	right:0;
	left:0;
	margin:20px auto;
	width:250px;
}
#miryoku .column_text h4 .en{
	font-size:16px;
}
#miryoku .column_text h4 a:before{
//	left:0px;
}
#niseko_info {
	width:100%;
	height:400px;
	background-size:cover;
	background-position:center;
	text-align:center;
	position:relative;	
}
/*******************************
         room css
********************************/
ul#room_menu {
#	background-color:#fff;
	width:90%;
	margin:30px 5%;
	padding:0;
}
ul#room_menu.small {
#	background-color:#fff;
}
ul#room_menu li {
	float:left;
	width:18.5%;
	list-style:none;
	margin:1em 0.7% 2em;
	background-size:cover ;
	background-position: center center; 
}
ul#room_menu.restaurant li {
	width:45%;
	margin:50px 2.5%;
}
ul#room_menu.shisetsu li {
	width:18%;
	margin:20px 0.8%;
}
ul#room_menu.small li {
	float:left;
	width:18%;
	list-style:none;
	margin:1em 0.7% 2em;
	background-image:none !important;
}
ul#room_menu li a {
	color:#fff;
	display:block;
	padding:1em;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
@media screen and (max-width: 949px) {
ul#room_menu li a {
	color:#fff;
	display:block;
	padding:5px;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
}
ul#room_menu.small li a {
	height:20px;
	background-color:#fff;
	color:#000;
	border:1px solid #ccc;
}
ul#room_menu li a:hover {
	opacity:1 !important;
	background:rgba(0,0,0,0.1);
}

ul#room_menu li p {
	height:100px;
	width:100%;
	font-size:18px;
	margin:20% auto;
	padding:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
ul#room_menu li p span {
	margin:38px 0 0 0;
	display:block;
	font-size:14px;
}
@media screen and (max-width: 949px) {
ul#room_menu li p span {
	margin:38px 0 0 0;
	display:block;
	font-size:10px;
}
}
ul#room_menu li p span.twolines {
	margin:28px 0 0 0;
}
ul#room_menu.restaurant li p {
	margin:5% auto;
	line-height:150%;
	font-size:20px;
	padding-top:30px;
	line-height:200%;
}
ul#room_menu.shisetsu li p {
	margin:20% auto;
	line-height:150%;
	font-size:14px;
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
@media screen and (max-width: 949px) {
}
ul#room_menu.small li p {
	border:none;
	margin:0 auto;
	padding:0 0;
	font-size:12px;
	height:auto;
}
#room {
	text-align:center;
	clear:both;
	margin:0 0 100px;
}
#room h2 {
	padding:100px 0 50px;
}
p {
	text-align:center;
}
.room-gaiyou1, .room-gaiyou2, .room-gaiyou3 {
	width:30%;
	margin:0 1%;
	float:left;
}
.room-inner img {
	width:100%;
}
.room-inner-half {
	width:40%;
	margin:0 5%;
	float:left;
}
.room-inner-half img{
	width:100%;
}
#room img {
    transition: .8s;
	opacity:1;
}
.explain {
	clear:both;
	padding:100px 0;	
	text-align:center;
}
.explain p {
	width:80%;
	max-width:1000px;
	margin:0 auto;
	padding:10px 0;
	line-height:200%;
	text-align:left;
}
.explain.odd {
	background-color:#f8f8f8;
}
.explain h3 {
	text-align:center;
}
.explain h4 {
	text-align:center;
	font-size: 16px;
}
.explain ul#checkin {
	width:80%;
	margin:50px auto;
	padding:0;
}
.explain ul#checkin li {
	list-style:none;
	width:200px;
	padding:15px;
	margin:20px auto;
	border:2px solid #ccc;
	text-align:center;
}
.amenity {
	display:table;
	width:65%;
	margin:0 auto;
}
.amenity p {
	clear:both;
	margin:0;
	line-height:180%;
	text-align:center;
	width:100%;
}
.amenity img {
	width:22%;
	margin:1%;
	float:left;
	display:block;
}
.explain #tokuten {
	border:1px solid #ccc;
	padding:10px;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
/*******************************
         onsen css
********************************/
.onsen {
	text-align:center;
	width:70%;
	max-width:900px;
	margin:0 auto;
}
.restaurant {
	text-align:center;
	width:50%;
	margin:20px auto;
}
.restaurant img {
	width:100%;
}

.restaurant-inner {
	margin:50px 0;
}
.slides-wrap {
	margin: 10px 0 0;
	height:400px;
	overflow:hidden;
}
ul#slides {
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#slides li img {
	margin-top:-10%;
}
.lunchpack {
	width:45%;
	margin:10px 2.5% 30px;
	float:left;
}
.lunchpack img {
	width:100%;
}
.lunchpack .pic {
	width:450px;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
@media screen and (max-width:1100px) {
.lunchpack .pic {
	width:100%;
	height:250px;
}
}
.lunchpack p {
	font-size:14px;
	text-align:left;
}
#onsen_concept {
	position:relative;
	width:70%;
	margin:0px 15% 50px;
	padding:50px 0;
}
#onsen_concept p{
	font-size:15px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height:200%;
}
#onsen_concept img {
	width:100%;
	filter:brightness(80%);
}
#onsen_concept #catch {
	position:absolute;
	top:20%;
	left:45%;
	color:#fff;
	letter-spacing:0px;
	line-height:120%;
	transition:1.5s;
	z-index:10;
}
#onsen_concept #catch p{
	font-size:22px;
	line-height:120%;
}
@media screen and (max-width: 949px) {
#onsen_concept #catch p{
	font-size:15px;
	line-height:120%;
}
}
#onsen_concept #catch #c1{
	width:20px;
	position:absolute;
	left:80px;
}
#onsen_concept #catch #c2{
	width:20px;
	position:absolute;
	left:0px;
}
#family {
	width:60%;
	margin:0 auto;
}
#family p {
	text-align:left;
	width:100%;
	line-height:180%;
}
/*******************************
         restaurant css
********************************/
.restaurant_tab {
	float:left;
	width:48%;
	text-align:center;
	margin:0 auto;
}
li.restaurant_tab {
	list-style:none;
	position:relative;
}
.restaurant_tab img {
	width:80%;
	margin:0 auto;
}
.restaurant_tab p {
	width:80%;
	margin:0 auto;
	padding: 20px 0;
}
.restaurant_tab .ti-angle-down {
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	border-radius:25px;
	height:50px;
	background-color:rgba(246,106,73,1);
	color:#fff;
	transition:0.5s;
}
.restaurant_tab .ti-angle-down:before {
	content: "";
	background-image:url("../img/arrow.png");
	width:50px;
	height:50px;
	display:block;
	
}
.restaurant_tab .ti-angle-down:hover {
	background-color:rgba(255,255,255,1);
}
.restaurant-inner-half {
	margin:0 auto 100px;
}
#ui-tab.restaurant {
	width:100%;
	max-width:inherit;
}
#ui-tab.restaurant li a {
	padding:0;
}
#restaurant_banner {
	width:100%;
	height:600px;
	background-size:cover;
	background-position: center center; 
}
#restaurant_image {
	clear:both;
	padding:50px 0px;
}
#restaurant_image img {
	float:left;
	width:23%;
	margin:1%;
}
#restaurant_image a:hover img {
	opacity:0.8;
}
#restaurant_image.twotwo img{
	width:48%;
}
/*******************************
         enkai css
********************************/
.enkai-inner {
	width:90%;
	margin:50px 4% 100px;
	float:left;
}
.enkai-inner img {
	width:100%;
}
.enkai-inner p {
	text-align:left;
}

/*******************************
         shisetsu css
********************************/
.shisetsu_tab {
	float:left;
	width:12%;
	text-align:center;
	margin:0 2%;
	height:200px;
}
li.shisetsu_tab {
	list-style:none;
}

li.shisetsu_tab.ui-tabs-selected {
	border-bottom:1px solid #f00;
}
li:hover.shisetsu_tab {
	border-bottom:1px solid #f00;
}

#ui-tab .shisetsu-container {
	float:none;
	margin:50px 0 0;
}
.shisetsu_tab h2{
	height:30px;
	font-size:12px;
	padding:0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.shisetsu_tab img {
	width:100%;
	margin:0 auto;
}
.shisetsu_tab p {
	width:80%;
	margin:0 auto;
	padding: 20px 0;
}
.shisetsu_tab a {
	padding:0 !important;
}
.shisetsu-inner {
	clear:both;
	width:80%;
	margin:0 auto;
}
.shisetsu-inner .effect8 {
	width:50%;
	float:left;
	margin:0 auto 100px;
}
.shisetsu-inner .effect8 img{
	width:100%;
}
.shisetsu-inner-half {
	margin:0 auto 100px;
}
.effect8 {
	float:left;
	width:45%;
}
.photo-inner1-bottom {
	float:right;
	width:45%;
}
.photo-inner1-bottom p {
	text-align:left;
}
ul#souvenir {
	margin:0;
	padding:0;
}
ul#souvenir li{
	width:12%;
	margin:0 2px 2px;
	float:left;
	list-style:none;
}
ul#souvenir li img{
	width:100%;
}
/*******************************
         niseko-info  css
********************************/
.nisekoinfo-container {
	width:90%;
	margin:0 auto;
}
.nisekoinfo-container .photo-inner {
	width:28%;
	margin:50px 2.5% 50px;
	float:left;
	height:auto;
}
.nisekoinfo-container .photo-inner.three {
	clear:both;
}
@media screen and (max-width: 949px) {
.nisekoinfo-container .photo-inner {
	width:45%;
	margin:50px 2.5% 50px;
	float:left;
	height:auto;
}
.nisekoinfo-container .photo-inner.odd {
	clear:both;
}
.nisekoinfo-container .photo-inner.three {
	clear:inherit;
}
}
.nisekoinfo-container .photo-inner .effect8 {
	width:100%;
}
.nisekoinfo-container .photo-inner img {
	width:100%;
}
.nisekoinfo-container .photo-inner-bottom h2{
	text-align:left;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:16px;
}
.nisekoinfo-container .photo-inner-bottom p{
	text-align:left;
}
/*******************************
         access css
********************************/
#ui-tab {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.access {
	width:70%;
	margin:0 auto;
	text-align:left;
}
.access p {
	text-align:left;
}
.access h2 {
	padding:300px 0 0;
	margin:-200px 0 0;
}
.accese-add {
	text-align:center;
	padding:50px 0;
}
.accese-add p{
	text-align:center;
}
ul#access_menu {
	margin:100px 0 20px;
}
ul#access_menu li {
	float:left;
	width:18%;
	border:1px solid #ccc;
	list-style:none;
	margin:0 3%;
}
ul#access_menu li.ui-tabs-selected {
	background-color:#ccc;
}
ul#access_menu li a {
	display:block;
	text-align:center;
	padding:50px 0;
}
#gmap_wrap {
	position:relative;
}
#gmap {
	width:100%;
	height:500px;
}
#gmap_large {
	width:100%;
	height:700px;
}
table.shuttletime {
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	margin:0 0 50px;
	background-color:#f8f8f8;
}
table.shuttletime td, table.shuttletime th {
	border:1px solid #ccc;
	padding:5px;
}
table.shuttletime th {
	text-align:left;
	font-weight:normal;
}
table.shuttletime caption {
	background-color:#888;
	color:#fff;
	padding:5px;
}
.timetable-left {
	float:left;
	width:48%;
}
.timetable-right {
	float:right;
	width:48%;
}
.comment {
	clear:both;
	text-align:left;
}
.comment #rinij {
	padding:0 20px;
	border:1px solid #ccc;
	font-size:14px;
}
.comment ul {
	text-align:left;
}
.movi-wrap {
	padding:0 0 50px 0;
}
.movi-left {
	float:left;
	width:40%;
}
.movi-right {
	float:right;
	width:40%;
}
.movi-size {
    width: 350px;
    height: 262px;
}
@media screen and (max-width: 949px) {
.movi-size {
    width: 250px;
    height: 187px;
}
}
.articletable table{
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	margin:0 0 50px;
	text-align:center;
	font-size:14px;	
	background-color:#f8f8f8;
}
.articletable table td, .articletable table th{
	border:1px solid #ccc;
	padding:5px;
	white-space: nowrap;
}
.articletable table caption{
	background-color:#888;
	padding:5px;
	color:#fff;
}
.access-inner {
	width:100%;
	margin:0 auto;
	max-width:1000px;
	text-align:center;
}
.access-inner h2{
    padding: 0px 0 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
	margin-top: 70px;
}
.access-inner ol {
	text-align:left;
	margin:0;
	padding:0 !important;
	counter-reset: li;
    list-style: none;
    *list-style: decimal;
}
.access-inner ol li {
	padding:10px 0 10px 60px;
	position: relative;
	min-height: 60px;
}
.access-inner ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: #000;
	border-radius: 50%;
	font-size: 18px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.timetable-wrap {
	width:80%;
	margin:0 auto;
}
#price_table {
	width:400px;
	margin:20px 0;
}

/*******************************
         recruit css
********************************/
#recuruit_bg {
	background-color:#fff;
	padding:20px 20px;
	margin:50px auto;
	
}
#recuruit_bg h2.title {
	text-align:center;
	border:1px solid #ccc;
	padding:20px;
	margin:0px 0 0 0 ;
}
#recuruit_bg h2 {
	text-align:left;
}
#contact {
	background-color:#fff;
	padding:20px;
	text-align:center;
}
#contact h2{
	padding:10px;
}
/*******************************
         concept css
********************************/
#concept {
	position:relative;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#concept h1{
	border:1px solid #000;
	border-radius:50%;
	padding:20px;
	width:120px;
	height:120px;
	position:absolute;
	top:550px;
	left:0;
	right:0;
	margin:auto;
	z-index:10;
	font-size:20px;
	line-height:120px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#concept h2{
	text-align:center;
	padding:50px 0;
	margin:0;
	line-height:50px;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size:24px;
}
#concept p{
	padding:50px 0 80px 0;
	margin:0;
	line-height:200%;
	text-align:center;
}
.season_banner {
	position:relative;
	width:100%;
	height:500px;
	background-size:cover;
	background-position:center center;
	z-index: 0;
}
.season_banner h2 {
	position:absolute;
	top:120px;
	left:30%;
	font-size:70px;
	color:#000;
	text-align:center;
	margin:0;
	padding:0 !important;
	font-size:50px !important;
}
.season_banner h2 .italic {
	font-style:italic;
	font-size:20px;
}
.season_banner p {
	position:absolute;
	top:100px;
	right:20%;
	font-size:20px;
	color:#000;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;	
	padding:0 !important;
}
.season_banner .caption{
	color:#fff;
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:12px;
}
#stay .gaiyou{
	margin:80px auto;
	width:80%;
	max-width:1000px;
}
#stay .gaiyou #description {
	margin: 0;
}
#stay .gaiyou #description .index {
	font-size:30px;
	color:#996600;
	float:left;
	margin:0;
	padding:0 10px 0 0;
	border-right:1px solid #996600;
}
#stay .gaiyou #description .time {
	font-size:18px;
	padding:10px;
	float:left;
}
#stay .gaiyou #description #d_contents {
	position:static;
	clear:both;
	width:100%;
	padding:20px 0 0 0;
}
#stay .gaiyou #description #d_contents {
	margin:0;
}
.holiday .gaiyou #description #d_contents p {
	text-align:left;
	margin:0;
	width:100%;
}
#stay h2 {
	border:1px solid #996600;
	width:500px;
	padding:20px;
	margin:0 auto;
}
.sankaku{
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 50px solid #ccc;
	position:absolute;
	top:-65px;
	left:0;
	right:0;
	margin:auto;
	z-index:10;
}
#stay .gaiyou .pic {
	height:300px;
}
#stay .gaiyou .pic .pic_2{
	width:100%;
	height:300px;
	display:block;
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	filter:brightness(50%);
	transition:0.8s;
}
#stay .gaiyou .pic .pic_2#next{
	transition-delay:0.5s;
}
#stay .gaiyou .pic .pic_1{
	width:100%;
	height:250px;
	display:block;
	background-size:120% auto;
	background-position:center center;
}
#stay .gaiyou #description{
	width:90%;
	padding:20px 5%;
	position:static;
}
#stay .gaiyou h4 a {
	float:left;
	margin:20px 20px 0 0;
}
/*******************************
         live css
********************************/

#calendar {
	margin:0 auto;
	width:80%;
	max-width:900px;
	background-color:#fff;
	padding:20px;
	border-radius:20px;
}
#calendar iframe {
	height:500px;
	margin:0;
	background-color:#fff;
	width:100%;
}
#calendar h3 {
	text-align:center;
}
h2#schedule {
	padding-top:100px;
}
ul#player {
	width:50%;
	max-width:1000px;
	margin:20px auto;
	text-align:center;
	padding:0;
}
ul#player li {
	width:40%;
	margin:20px 5%;
	float:left;
}
ul#player li img {
	margin:10px auto;
}
ul#player li span {
	display:block;
}
ul#player li span.name {
	font-weight:bolder;
}
/*******************************
         faq css
********************************/
dl#faq {
	text-align:left;
	margin:20px 0;
	border-top:5px solid #ccc;
}
dl#faq dt {
	border-bottom:1px solid #ccc;
	padding-top:20px;
}
dl#faq dt:before {
	content: "Q. ";
	display:block;
	color:#990000;
	font-size:18px;
}
dl#faq dd {
	border-bottom:5px solid #ccc;
	padding-bottom:20px;
}
dl#faq dd:before {
	content: "A. ";
	display:block;
	color:#339900;
	font-size:18px;
}


/*******************************
         sns css
********************************/
#sns {
	width:90%;
	margin:0 auto;
}
#sns1, #sns2 {
	float:left;
	padding:5px;
}



/*******************************
         snip1352 css
********************************/
.snip1352 {
  overflow: hidden;
  margin: 0;
	clear:both;
}
.snip1352 p a{
	position:absolute;
	top:40%;
	left:35%;
	background-color:#00A6A6;
	color:#fff;
	padding:0.2em 0.5em !important;	
	border-radius:10px;
	opacity:0.9;
	font-size:20px;
	text-decoration:none;
}
#home3 .snip1352 p a{
	background-color:#F08700;
}
.snip1352#odd {
  margin: 20px 1% 20px 50%;
}
.snip1352 img {
  vertical-align: top;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  filter:brightness(60%);
}
.snip1352:hover img,
.snip1352.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:1;
  filter:brightness(100%);
}



/*******************************
         parallax css
********************************/


div.parallax {
    position: relative;
	height: 700px;
    background-position: center center;
    background-size: 150% auto;
    background-attachment: fixed;
	transition: 1s;
}
div.parallax#p1 {
	background-image:url('../images/11.jpg');
}
div.parallax#p2 {
	background-image:url('../images/4.jpg');
}
div.parallax#p3 {
	background-image:url('../images/5.jpg');
}
div.parallax:hover:before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	transition: 2s;
}
div.parallax:hover {
	background-size:180% auto ;
}
div.parallax p {
	font-size:30px;
	line-height:200%;
	font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
div.parallax h2 {
	color:#fff;
	border:1px solid #663300;
	width:300px;
	margin:0 auto;
	padding:16px 0;
	font-size:16px;
	background-color:#330000;
}
div.parallax h2:before {
    content: url(../images/logomark.png);
    margin: 10px;
    position: relative;
    top: 4px;
}
div.parallax h2:hover {
	opacity:0.7;
	transition:0.8s;
}
@media screen and (max-width: 949px) {
div.parallax {
    position: relative;
	height: 500px;
    background-position: center center;
    background-size: 150% auto;
    background-attachment: fixed;
}
}
div.belt {
    position: relative;
    z-index: 1;
    height: 50px;
}
div.msg {
	position: absolute;
    display: block;
    left: 0;
    top: 200px;
    width: 100%;
    line-height: 200%;
    text-align: center;
    font-size: 20px;
}
#p2 div.msg {
    top: 30%;
	font-size:200%;
}
#p2 div.msg img {
    width:18%;
	max-width:220px;
}
div.parallax div.msg {
	color: #fff;
	-webkit-text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
	text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
#parallax_frame {
	width:100%;
	margin:0px auto;
	padding:20px 0;
	overflow:hidden;
//	background-color:#f8f8f8;
}
@media screen and (max-width: 949px) {
#parallax_frame {
	width:950px;
	overflow:hidden;
}
}
@media screen and (max-width: 479px) {
#parallax_frame {
	width:100%;
	overflow:hidden;
}
div.parallax {
    background-size: 300% auto;
    height: 300px;
}
}

#cal_thumn {
	width:100%;
	overflow:hidden;
}
#cal_thumn img {
	width:20%;
	margin:2% 2%;
}
@media screen and (max-width: 949px) {
#cal_thumn {
	width:950px;
	overflow:hidden;
}
}
@media screen and (max-width: 767px) {
#cal_thumn {
	width:100%;
	overflow:hidden;
}
div.parallax {
    position: relative;
    background-position: center 100px;
    background-size: 120% auto;
    background-attachment: fixed;
}
}

/*******************************
         thumn pic css
********************************/

#mainpic {
	float:right;
	width:46%;
	margin:20px 20px 20px 0;
}
#mainpic img{
	width:100%;
}

.thumbnaillist {
	width: 100%;
	height: 100px;
	display: table;
}
.thumbnaillist ul {
	margin:0;
	padding:0;
	width:100%;
}

.thumbnaillist li {
	width: 23%;
	height:80px;
	float: left;
	list-style: none;
	margin: 5px 2% 0 0;
//	border:1px solid #ccc;
}
.thumbnaillist li img {
	width: 100%;
}
.thumbnaillist li a{
	width:100%;
	height:80px;
	display:block;
	background-size:cover;
}


.mainimglist {
	height:360px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 0 20px;
}


/*******************************
         nosmoking pic css
********************************/
#nosmoking {
	vertical-align:bottom;
	margin-left:5px;
	width:25px;
	height:25px;
	display:inline-block;
	background-size:cover;
	background-image:url(../images/nosmoking.png);
}
/*******************************
         pdflink css
********************************/
a.pdflink {
	text-decoration:underline;
}

/*******************************
         bedsize css
********************************/
.bedsize {
	display:block;
	margin:0 50px;
	line-height:150%;
}


/*******************************
         nisekomovie css
********************************/
#nisekomovie {
	background-color:#000;
	width:100%;
	height:auto;
}
#nisekomovie #contents_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
    text-align: center;
}
#nisekomovie iframe {
	background-color:#000;
	margin:0 auto;
	width:100%;
	height:500px;
}

/*******************************
         niseko banner css
********************************/
#niseko_banner {
	clear:both;
}
#niseko_banner .clm {
	width:50%;
	float:left;
}
#niseko_banner .clm a {
	width:60%;
	margin:0 20%;
	float:left;
	border:1px solid #ccc;
}
#niseko_banner .clm img {
	width:100%;
}

h3#amenity_label {
	clear:both;
	margin:0px auto;
	padding:100px 0 0;
	text-align:center;
	display:block;
}

a.link_amenity {
	text-decoration:underline;
}