@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	overflow: hidden;
	-webkit-print-color-adjust: exact;
}
article {
	width: auto;
}
#main_img video {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
#main_img video {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

}




/***************************/
/* content */
/***************************/

#container, .content_wrap {
	width: 1000px;
	margin-left: -500px;
	position: relative;
	top: 0;
	left: 50%;
}
#container {
	height: auto;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 60px;
}
.content_wrap:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#container article {
	margin-bottom: 80px;
}
#container h2 {
	margin-bottom: 36px;
}
#container h2 img, #blog h2 img {
	width: auto;
	height: 17px;
}
article h3 {
	margin: 0;
	padding: 0;
	background: none;
}
#container .more img {
	width: 106px;
	height: auto;
}
/* utility */

.utility_container {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	z-index:100;
}
#utility {
	width: 150px;
	float: right;
	position: relative;
	bottom: -30px;
	right: 0;
}
.utility_container:after, #utility:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#utility .utility_wrap {
	margin-bottom: 0;
	float: left;
}
#utility #print {
	
}
#utility #sns {
	width: 160px;
	float: right;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#utility #sns li {
	margin-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 1px;
}
/* emergency_msg */

.emergency {
display: none;
}
.emergencytop {
width: 1000px;
    margin: 0px auto 0px;
    text-align: center;
    clear: both;
    border: #d00505 solid 2px;
    box-sizing: border-box;
    background: #d00505;
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.emergencytop .emergencyTitle {
	padding: 10px;
	float: left;
	width: 12%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
.emergencytop .emergencyDetail {
	float: right;
	width: 88%;
	font-size: 14px;
	line-height: 1.8;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	max-height: 150px;
    overflow-y: scroll;
}
.emergencytop .emergencyDetail:after {
	clear: both;
}




/* main_img
-------------------------- */

#main_img {
	width: 100%;
	height: 670px;
	position: relative;
	    top: 0px;
	left: 0;
	z-index: 0;
	overflow: hidden;
	clear: both;
}
#main_img .main_slide {
	width: 2000px;
	margin-left: -1000px;
	position: relative;
	top: 0;
	left: 50%;
}
#logo {
    width: 200px;
    margin-left: -100px;
    text-align: center;
    position: absolute;
    top: 350px;
    left: 50.5%;
    z-index: 2;
    clear: both;
    pointer-events: none;
}
#logo img {
	width: 100%;
}
.bx-wrapper, .bx-wrapper img {
	max-width: none !important;
}
.bx-wrapper {
	margin-bottom: 0 !important;
}
#pickup h2, #blog h2, #container h2 {
	margin-bottom: 36px;
	color: #000;
	font-weight: bold;
	font-size: 150%;
	font-family: FB Agenda Bold Condensed;
}
/* more */

article .more {
	width: 115px;
	height: 30px;
	position: relative;
}
article .more a {
width: 160px;
    height: 30px;
    padding-left: 6px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 75%;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}
article .more:before {
	width: 0;
	height: 0;
	margin-top: -4px;
	content: "";
	display: block;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
	position: absolute;
	top: 50%;
	left: 14px;
}
article .more:hover a {
	background: #0a85db;
	border-color: #0a85db;
	color: #fff;
}
article .more:hover:before {
	border-left: 4px solid #fff;
}
/* pickup
-------------------------- */

#pickup {
	width: 1000px;
	height: 120px;
	margin-left: -500px;
	padding: 10px 0;
	/*background: url(../images/pickup_bg.png) left top repeat;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 530px;
	left: 50%;
	z-index: 5000;
}
#pickup .content_wrap:after, #pickup ul:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#pickup .content_wrap {
	width: 1000px;
	position: relative;
}
#pickup h2 {
	width: 100px;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 35px;
}
#pickup .bx-wrapper {
	max-width: 633px !important;
	position: absolute;
	top: 0;
	left: 176px;
}
#pickup .bx-viewport {
	height: 100px !important;
}
#pickup ul {
	height: 70px;
	padding-top: 15px;
}
#pickup li {
	width: 200px;
	margin-right: 12px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px 0px;
}
#pickup li a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#pickup .bx-wrapper .bx-controls-direction a {
	width: 26px;
	height: 26px;
	margin-top: -12px;
	cursor: pointer;
}
#pickup .bx-wrapper .bx-prev {
	left: -38px;
	background: url(../images/pickup_prev.png) no-repeat;
}
#pickup .bx-wrapper .bx-next {
	right: -32px;
	background: url(../images/pickup_next.png) no-repeat;
}
#pickup .bnr {
	position: absolute;
	top: -90px;
	right: -68px;
	z-index: 1000;
}
/* topics
-------------------------- */

#topics {
	margin-bottom: 80px;
	padding-top: 80px;
	position: relative;
	clear: both;
}
#topics .bx-wrapper {
	max-width: 1000px !important;
}
#topics .bx-wrapper .bx-controls-direction a {
	width: 63px;
	height: 63px;
	margin-top: -50px;
	cursor: pointer;
}
#topics .bx-wrapper .bx-prev {
	left: -90px;
	background: url(../images/prev.png) no-repeat;
}
#topics .bx-wrapper .bx-next {
	right: -90px;
	background: url(../images/next.png) no-repeat;
}
#topics ul:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#topics li {
	width: 220px;
	height: 340px;
	margin-right: 40px;
	float: left;
}
#topics li:nth-child(4n) {
    margin-right: 0px;
}
#topics figure {
	margin-bottom: 15px;
}
#topics figure img {
	width: 220px;
}
#topics figure a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#topics li h3:before {
    width: 70px;
    height: 22px;
    margin-bottom: 12px;
    border-radius: 3px;
    background: #999;
    content: "OTHER";
    color: #fff;
    display: block;
    font-size: 75%;
    line-height: 24px;
    text-align: center;
}
#topics .news h3:before {
	background: #e24f65;
	content: "NEWS";
}
#topics .event h3:before {
	background: #71af15;
	content: "EVENT";
}
#topics .plan h3:before {
	background: #f08d0c;
	content: "PLAN";
}
#topics h3 {
	height: auto;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 92%;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro-W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}
#topics p {
	font-size: 82%;
	line-height: 1.5;
}
#topics .btn_bg {
	position: absolute;
	bottom: -35px;
	right: 175px;
}
#topics .more {
	position: absolute;
	top: -5px;
	left: 96px;
}
#topics .more img {
	display: inline;
}
/* info, blog - common
-------------------------- */

#info, #blog {
	position: relative;
}
#info .more, #blog .more {
	position: absolute;
	top: 0;
	right: 4px;
}
/* info
-------------------------- */

#info_wrap:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#info {
width: 100%;
    float: none;
}
#info #info_box {

}
#info .jspVerticalBar {
	width: 8px;
}
#info .jspDrag {
	background: #277fd0;
}
#info li {
	padding: 20px 14px 16px 105px;
	background-repeat: no-repeat;
	background-position: 14px center;
	font-size: 92%;
	line-height: 1.4;
	position: relative;
	clear:both;
}


#info li:nth-of-type(odd) {
	background-color: #fff;
}
#info li:nth-of-type(even) {
	background-color: #e8edf1;
}
#info li time {
	font-size: 87.5%;
	float:left;
	width:90px;
}

#info li:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
#info li{display: inline-block;} 

/* Hides from IE Mac \*/
* html #info li {height: 1%;}
#info li{display:block;}
/* End Hack */ 

#info li p {
    font-size: 100%;
    line-height: 1.4em;
    padding-bottom: 0px;
    float: left;
    width: auto;
}

#info li:before {
width: 70px;
    height: 22px;
    margin-bottom: 12px;
    border-radius: 3px;
    background: #999;
    content: "OTHER";
    color: #fff;
    display: block;
    font-size: 75%;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 14px;
}
#info li.news:before {
	background: #e24f65;
	content: "NEWS";
}
#info li.event:before {
	background: #71af15;
	content: "EVENT";
}
#info li.plan:before {
	background: #f08d0c;
	content: "PLAN";
}
#info li.media:before {
	background: #8572C7;
	content: "MEDIA";
}
#info figure {
	position: absolute;
	top: -33px;
	left: 162px;
}
/* todays 
-------------------------- */
.clear {
	clear:both;
}
#todays {
clear: both;
	margin-bottom: 80px;
/* margin-top:-100px;
padding-top:100px;--- */
}
#todays h3 {
	font-size: 18px;
    font-weight: 600;
	float: left;
	width: 50%;
}
#todays .updated {
	font-size: 11px;
	float: right;
	width: 50%;
	text-align: right;
}
#todays .weatherWrap {
	    width: 40%;
    float: left;
    clear: both;
    position: relative;
}

#todays .weatherWrap ul {
	padding: 20px 0;
	float: left;
	text-align: center;
	position: relative;
	left: 50%;
}
#todays .weatherWrap li {
	float: left;
	padding: 10px;
	position: relative;
	left: -50%;
}
#todays .weatherWrap li img {
	display: inline;
}
#todays .temperature {
	padding-top: 10px;
	font-size: 70px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#todays .temperature:after {
	content: "℃";
	display: inline;
	font-family: UD Shin Go NT DemiBold;
	font-size: 30%;
	position: relative;
	top: 0px;
	right: 0;
	/* right:12px; */
	letter-spacing: 0;
}
#todays #locationMuhyo .temperature:after {
	content: none;
}
#todays .weather {
	text-align: center;
	font-size: 14px;
}
#todays .weather img {
	width: 68px;
	padding-bottom: 10px;
}


.boxleft {
	width:70%;
	float:left;
}

.boxright {
	width:28%;
	float:right;
}
#locationSki {
	width: 100%;
	background: #61a6cd;
	padding: 24px 24px 0 24px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing:border-box;
}
#locationSki .weather_wrap02 {
	clear: both;
}
#todays .weatherWrap2 {
padding-top: 1px;
    margin-top: 10px;
    width: 58%;
    float: left;
}
#locationSki table {
	font-size: 13px;
	width: 100%;
	margin-bottom: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	color:#fff;
}

#locationSki th {	
	padding: 6px 0;
	width: 60px;
 
}
#locationSki th span {
color: #fff;
    padding: 6px 0;
    width: 58px;
    font-weight: 600;
    text-align: center;
    background: #2c6586;
    display: inline-block;
}
#locationSki .snow_detail th {
border-bottom: #9bc7e0 solid 1px;
}

#locationSki .snow_detail td {
border-bottom: #9bc7e0 solid 1px;
}
#locationSki td {
	color:#fff;
	padding: 6px 0;
text-align: left;
}
#locationSki td.snowCover {
	font-size:15px;
	text-align: left;
}
#locationSki .wind td {
	padding-left: 10px;
	text-align: left;
	clear:both;
}
.todayscomment {
    font-size: 13px;
    line-height: 1.8;
    padding: 0 20px 20px 20px;
	clear:both;
}
.todayscomment a:link,
.todayscomment a:visited {
	color:#fff;	
}
.todayscomment a:hover {
	color: #383838;
}
#locationSki .summit, #locationSki .foot {
width: 60px;
				
}

#locationSki .summit span, #locationSki .foot span {
text-align: center;
    background: #4b93bb;
				width: 58px;
				padding: 6px 0px;
				display: inline-block;
				margin: 0 10px 0 5px;
}

#livecamera {
	width: 100%;
	padding-bottom: 20px;
}


.live_mv iframe {
    width: 100%;
    height: 100%;
}

#livecamera h3 {
	width: 100%;
	font-size: 12px;
	    padding: 10px 0px;
	text-align: center;
	background: #2c6586;
	margin-bottom: 6px;
	    margin-top: 10px;
}
#mv_report {
	width: 100%;
	padding-bottom: 20px;
}
#mv_report h3 {
	width: 100%;
	font-size: 12px;
	 padding: 10px 0px;
	text-align: center;
	background: #2c6586;
	margin-bottom: 6px;
}
#locationSki .arrow01::after {
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #61a6cd;
	border-right: 2px solid #61a6cd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#locationSki .icoblank:after {
        content: "\e901";
    font-size: 12px;
    padding-left: 10px;
    padding-top: 11px;
    font-family: "icomoon", sans-serif;
    color: #61a6cd;
}

#todays .btnWrap {
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-left:20px;
}
#todays .btnWrap li a {
	text-decoration: none;
	padding-top: 12px;
	width: 100%;
	height: 22px;
	background: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
#todays .btnWrap li a:hover {
	opacity: 0.5;
}
#todays .arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#locationSki .btnWrap li {
	width: 23%;
	float: left;
	margin: 0 6px 4px 0;
}
#locationSki .btnWrap li:nth-child(4n) {
	margin: 0 0 4px 0;
}
#locationSki .btnWrap li a {
	color: #61a6cd;
}#locationSki .btnWrap ul {
	padding-left:20px;
}
#locationSki .btnWrap li.todaysmore {
	width: 50%;
}
#todays .btnWrap li.todaysmore a {
	font-size: 14px;

}
/* special
-------------------------- */
.big-bnr {
    margin-bottom: 50px;
}
#special {
	margin-bottom: 80px;
	padding-top: 30px;
	position: relative;
	clear: both;
}

#special ul:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#special li {
	width: 480px;
	margin-bottom: 20px;
	float: left;
}
#special li:nth-child(2n) {
    float: right;
}
#special li img {
	width: 100%;
}
#special li a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}



/* movie
-------------------------- */

#movie {
	width: 220px;
	padding-top: 14px;
	float: right;
}
#movie h2 {
	margin-bottom: 20px;
}
#movie figcaption {
	margin: 18px 0 0 2px;
	color: #262b2d;
	font-size: 75%;
	line-height: 1.3;
}
#movie .link {
	margin: 8px 0 0 2px;
	font-size: 75%;
}
/* bnr_signage
-------------------------- */

#signage {
	margin-bottom: 80px;
	clear: both;
}
/* sns_feeds
-------------------------- */

#sns_feeds {
	width: 1000px;
	margin-bottom: 40px;
	position: relative;
}
#sns_feeds:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#sns_feeds #fb,#sns_feeds #tw,#sns_feeds #insta {
    width: 320px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
#sns_feeds #insta {

	margin-right: 0%;
}
#sns_feeds h3 {
	width: 100%;
	height: 36px;
	margin-bottom: 28px;
	line-height: 36px;
	position: relative;
}
#sns_feeds h3 a {
	width: 100%;
	height: 36px;
	padding-left: 26px;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 91%;
	text-decoration: none;
}
#sns_feeds h3:hover a, #sns_feeds h3:hover:before {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
}
#sns_feeds section h3:before {
	width: 0px;
	height: 0px;
	content: "";
	margin-top: -3px;
	display: block;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px #fff;
	position: absolute;
	top: 50%;
	left: 14px;
}
#sns_feeds figure {
	position: absolute;
	top: -25px;
	right: 15px;
	z-index: 10;
}
/* fb */

#sns_feeds #fb,#sns_feeds #tw,#sns_feeds #insta {
	float: left;
}
#sns_feeds #fb h3 {
	background: #4e679f;
}
#sns_feeds h3 a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
/* tw */

#sns_feeds #tw h3 {
	background: #32a7e0;
}
#sns_feeds #insta h3 {
	background: #d12b72;
}
.instagram-item li{
	width: 33%;
	float: left;
}
.instagram-item li img{
	width: 100%;
	height: 102px;
}


/* blog 
-------------------------- */

#blog ul:after, #blog ulli:after {
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
#blog {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#blog_bg {
	padding-top: 36px;
	background-image: url(../images/blog_bg.png);
	background-repeat: repeat;
}
#blog h2 {
	padding-bottom: 36px;
}
#blog li {
	width: 315px;
	height: 130px;
	margin: 0 26px 15px 0;
	position: relative;
	float: left;
}
#blog li:nth-of-type(3n) {
	margin-right: 0;
}
#blog li:nth-of-type(7) {
	display:none;
}
#blog .blog_inner {
	width: 204px;
	float: right;
}
#blog .blog_inner .cat {
	margin-bottom: 8px;
	padding: 4px 5px 2px 5px;
	background: #232323;
	color: #fff;
	display: inline-block;
	font-size: 63%;
}
#blog .blog_inner time {
	font-size: 63%;
	position: absolute;
	top: 2px;
	right: 0;
}
#blog .blog_inner h3 {
	width: auto;
	height: auto;
	margin-bottom: 8px;
	font-size: 82%;
	line-height: 1.4;
}
#blog .blog_inner p {
	font-size: 75%;
	line-height: 1.3;
}
#blog figure {
	width: 90px;
	height: 90px;
	background: url(../images/no_photo.png) no-repeat top left;
	float: left;
	overflow: hidden;
	position: relative;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#blog ul li figure img {
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 120%;
	height: 100%;
}
#blog li figure:after {
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0)); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0))); /* Chrome, Safari */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#blog li figure:hover:after {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0.3))); /* Chrome, Safari */
}

/* unkai 
-------------------------- */


#unkaiCondition {
	width: 1000px;
	margin-top:80px;
	margin-bottom: 110px;
	padding: 34px 34px 16px 36px;
	background: #0284d6;
	border-radius:5px;
	color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
}

#unkaiOpen h2{
	font-family: Hiragino Kaku Gothic W6 JIS2004;
	margin-bottom: 30px;
	color: #fff;
	font-size: 17px;

}

#unkaiOpen  .unkaiUpdate {
    position: absolute;
     top: 34px;
    right: 290px;
	font-size:11px;
}

#unkaiOpen .unkaiCondition {
    width: 310px;
    float: left;
}
#unkaiOpen .unkaiGeneration{
	padding: 8px 0 24px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom:12px;
	float: none;
	text-align: center;
}
#unkaiOpen .unkaiGeneration img{
	width: auto;
	height: 30px;
	display:inline;
}

#unkaiOpen .unkaiWeather, #unkaiCondition .unkaiTemperature, .unkaiHumidity{
    width: 80px;
    float: left;
	text-align: center;
	padding:10px;
}

#unkaiOpen .unkaiWeather img {
    width: 60px;
	display:inline;
}
#unkaiOpen .unkaiTemperature dt, #unkaiCondition .unkaiHumidity dt{
   font-size:12px;
   padding:5px;
   margin-bottom:15px;
   color:#0284d6;
   background:#fff;
}
#unkaiOpen .unkaiTemperature dd, #unkaiCondition .unkaiHumidity dd{
   font-size:18px;
   padding-bottom:10px;
}

#unkaiOpen .unkaiComment {
    width: 338px;
    float: left;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.6;
}


#unkaiReady h2{
	font-family: Hiragino Kaku Gothic W6 JIS2004;
	margin-bottom: 40px;
	color: #fff;
	font-size: 17px;

}

.unkaiForecast {
	width: 450px;
	float:left;
}

#unkaiReady .unkaiForecast ul {
    width: 100px;
	float:left;
}
#unkaiReady .unkaiForecast li {
	text-align:center;
}

#unkaiReady .unkaiForecast li img {
    width: 90%;
    display: inline;
}

#unkaiReady .unkaiForecast li dt {
    font-size: 11px;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #0284d6;
	margin-top:15px;
}
#unkaiReady .unkaiForecast li dd {
    font-size: 48px;
	margin:15px 0;
}
#unkaiReady .unkaiForecast li dd span {
    font-size: 15px;

}
#unkaiReady .unkaiForecast .unkaiComment {
    width: 300px;
    float: left;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.8;
}
#unkaiReady .unkaiForecast .unkaiUpdate {
    position: absolute;
     top: 36px;
    left: 346px;
	font-size:11px;
	text-align:right;
	line-height: 1.5;
	
}
#unkaiReady .unkaiForecast .unkaiUpdate span {
    display:block;
	
}
#unkaiReady .unkaiWeather {
    float: left;
    width: 210px;
    padding-left: 20px;
}

#unkaiReady .unkaiWeather ul{
   margin-bottom:15px;
}
#unkaiReady .unkaiWeather .weather01 {
	width:90px;
	float:left;
	text-align: center;
}
#unkaiReady .unkaiWeather .weather02 {
    width: 30px;
    float: left;
    padding-top: 8px;
    text-align: center;
}
#unkaiReady .unkaiWeather .weather03 {
	width:90px;
	float:left;
	text-align: center;
}

#unkaiReady .unkaiWeather li img {
    width: 70%;
    display: inline;
}
#unkaiReady .unkaiWeather dl{
	clear:both;
	padding-top:15px;
	font-size:15px;

}
#unkaiReady .unkaiWeather dl{
	margin-top: 24px;
	padding: 24px 0 0 8px;
	border-top: 1px dotted #fff;
}


#unkaiReady .unkaiWeather dl dt,
#unkaiReady .unkaiWeather dl dd{
	margin-bottom: 10px;
	padding: 5px 3px 3px 3px;
}

#unkaiReady .unkaiWeather dl dt{
	width: 30px;
	margin-right: 6px;
	background: #fff;
	color: #0284d6;
	display:inline-block;
	font-size: 75%;
	float: left;
	text-align: center;
}

#unkaiReady .unkaiWeather dl dd{
	width: 43px;
	margin-right: 10px;
	color: #fff;
	float: left;
	font-size: 82%;
}

.offer{
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 11px;
}


/* btn_nav */

#unkaiCondition ul.btn_nav {
    width: 220px;
    margin-top: 24px;
    position: absolute;
    top: 60px;
    right: 34px;
}

#unkaiCondition ul.btn_nav li{
	width: 220px;
	margin-bottom: 12px;
}

#unkaiCondition ul.btn_nav li:last-of-type{
	margin-bottom: 0;
}

#unkaiCondition ul.btn_nav li a{
	width: 220px;
	height: 32px;
	border: 2px solid #fff;
	border-radius:20px;
	color: #fff;
	display:block;
	font-size: 75%;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}

#unkaiCondition ul li .ico_ex{
	padding-right: 16px;

}

#unkaiCondition ul.btn_nav li:hover a{
	background: #fff;
	color: #0284d6;
}

#unkaiCondition ul.btn_nav li:hover .ico_ex{

}

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 9997;	
	top: 0;
	left: 0;	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 6% 0px 0px -470px;	
	z-index: 9998;
}
.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
      display: inline-block;
    padding: 8px 17px;
    font-weight: bold;
    font-size: 13px;
    color: #1e63a0;
    background-color: #e3e5e6;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #1e63a0;
	-webkit-transition: 0.25s ease;
	-webkit-transition-property: opacity, border, color, background;
	-moz-transition: 0.25s ease;
	-moz-transition-property: opacity, border, color, background;
	-o-transition: 0.25s ease;
	-o-transition-property: opacity, border, color, background;
	transition: 0.25s ease;
	transition-property: opacity, border, color, background;
}

.tab-content .tab-box {
  width: 980px;
    background: #fff;
    height: auto;
    box-sizing: border-box;
}

.tab-content > .tab-box > div {
  display: none;
	opacity: 0;
}
.btn_close {
	position: absolute;
	    top: -25px;
	right: 0;
	width: 50px;
	cursor: pointer;
}
.btn_close img {
	width: 100%;
}
#tab1:checked ~ .tab-box > #resortmap {
  display: block;
	opacity: 1;


}

#tab2:checked ~ .tab-box > #skiereamap {
  display: block;
	opacity: 1;
	

}
#resortmap,#skiereamap {	
	width:940px;
	margin: 0 auto;	
	padding: 20px 0;
	position: relative;
}
#resortmap .mapBtn{	
	position:absolute;
}
#resortmap .mapBtn img{	
	width:100%;
}
#resortmap .mapBtn a img:hover{	
	opacity: 0.8;
}
#resortmap .terrace_of_tree {	
	width:78px;
   top: 96px;
    left: 170px;
}
#resortmap .skiarea {	
	width:117px;
  top: 210px;
    left: 36px;
}

#resortmap .mt_cafe_rap {	
	width:96px;
  top: 226px;
    left: 318px;
}

#resortmap .risonare_tomamu {	
	width:101px;
	    top: 256px;
    left: 738px;
}

#resortmap .resort_center {	
	width:145px;
	top: 335px;
    left: 308px;
}

#resortmap .the_twoer {	
	width:65px;
	top: 355px;
    left: 578px;
}

#resortmap .chapel_onthe_water {	
	width:66px;
	    top: 395px;
    left: 393px;

}

#resortmap .nininupuri {	
	width:114px;
	    top: 390px;
    left: 732px;
}
#resortmap .hal {	
	width:103px;
	    top: 420px;
    left: 463px;
}

#resortmap .minamina {	
	width:87px;
	    top: 445px;
    left: 142px;
}

#resortmap .kirinnoyu {	
	width:64px;
	    top: 474px;
    left: 142px;
}

#resortmap .icevillage {	
	width:93px;
	    top: 480px;
    left: 360px;
}
#resortmap .gao {	
	width:125px;
top: 496px;
    left: 546px;
}
#resortmap .nipotown {	
	width:72px;
top: 370px;
    left: 490px;
}

#resortmap .adm {	
	width:135px;
top: 295px;
    left: 136px;
}



/* SP
--------------------------------- */
@media screen and (max-width: 768px) {
	.big-bnr {
    margin-bottom: 20px;
		width: 100%;
}
	.big-bnr img {
		width: 100%;
}
#environment {
	margin: 0px auto 20px;
}
#main_img .main_slide {
display: none;
    overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 480px;/* トリミングしたい枠の高さ */
    position: relative;
				top: 0;
}
	#main_img .main_slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 480px;
}
.sanmitsu {
    margin-bottom: 40px;
}
#topnav {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    z-index: 700;
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
}
#topics #topnav li {
    width: 49% !important;
    float: left;
    margin-right: 1.9%;
    margin-bottom: 1.9%;
  height: auto;
}
  #topics #topnav li:nth-child(2n) {
    margin-right: 0px;
}
#topnav li a {
    display: block;
    background:#4c91b8;
    width: 100%;
    padding: 10px 8px 10px 12px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
}
#topnav li a:after {
    content: "\e908";
    font-family: "icomoon", sans-serif;
    color: #fff;
    float: right;
				margin-top: 2px;
    font-size: 8px;
}

/* unkai 
-------------------------- */


#unkaiCondition {
	width: 92%;
	margin:40px auto;
	padding: 28px;
}

#unkaiOpen h2{
	font-family: Hiragino Kaku Gothic W6 JIS2004;
	margin-bottom: 14px;
	color: #fff;
	font-size: 17px;

}

#unkaiOpen  .unkaiUpdate {
    position: relative;
     top: 0px;
    right:0px;
	font-size:11px;
	    text-align: center;
		padding-bottom:20px;
}






#unkaiOpen .unkaiCondition {
    width: 100%;
    float: none;
}
#unkaiOpen .unkaiGeneration{
	padding: 8px 0 24px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom:12px;
	float: none;
	text-align: center;
}
#unkaiOpen .unkaiGeneration img{
	width: auto;
	height: 30px;
	display:inline;
}

#unkaiOpen .unkaiWeather, #unkaiCondition .unkaiTemperature, .unkaiHumidity{
        width: 33%;
    float: left;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;

}

#unkaiOpen .unkaiWeather img {
    width: 60px;
	display:inline;
}
#unkaiOpen .unkaiTemperature dt, #unkaiCondition .unkaiHumidity dt{
   font-size:12px;
   padding:5px;
   margin-bottom:15px;
   color:#0284d6;
   background:#fff;
}
#unkaiOpen .unkaiTemperature dd, #unkaiCondition .unkaiHumidity dd{
   font-size:18px;
   padding-bottom:10px;
}

#unkaiOpen .unkaiComment {
    width: 100%;
    float: none;
    padding-left: 0px;
	padding-top: 15px;
    font-size: 13px;
	clear:both;
    line-height: 1.6;
}


#unkaiReady h2{
	font-family: Hiragino Kaku Gothic W6 JIS2004;
	margin-bottom: 14px;
	color: #fff;
	font-size: 17px;

}

.unkaiForecast {
	width: 100%;
	float:none;
}

#unkaiReady .unkaiForecast ul {
        width: 100%;
    float: none;
}
#unkaiReady .unkaiForecast li {
	text-align:center;
	float:left;
}

#unkaiReady .unkaiForecast li img {
    width: 50%;
    display: inline;
}

#unkaiReady .unkaiForecast li dt {
    font-size: 11px;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #0284d6;
	margin-top:0px;
}
#unkaiReady .unkaiForecast li dd {
    font-size: 48px;
	margin:15px 0;
}
#unkaiReady .unkaiForecast li dd span {
    font-size: 15px;

}
#unkaiReady .unkaiForecast .unkaiComment {
    width: 100%;
    float: none;
    padding-left: 0px;
	padding-top:20px;
    font-size: 13px;
    line-height: 1.6;
	clear:both;
}
#unkaiReady .unkaiForecast .unkaiUpdate {
    position: relative;
     top: 0px;
    left: 0px;
	font-size:11px;
	text-align:center;
	line-height: 1.5;
	padding-bottom:20px;
	
}
#unkaiReady .unkaiForecast .unkaiUpdate span {
    display:block;
	
}
#unkaiReady .unkaiWeather {
    float: none;
    width: 100%;
    padding-left: 0px;
	padding-top:30px;
}

#unkaiReady .unkaiWeather ul{
   margin-bottom:15px;
    margin-top:15px;
}
#unkaiReady .unkaiWeather .weather01 {
	width:43%;
	float:left;
	text-align: center;
}
#unkaiReady .unkaiWeather .weather02 {
    width: 14%;
    float: left;
    padding-top: 8px;
    text-align: center;
}
#unkaiReady .unkaiWeather .weather03 {
	width:43%;
	float:left;
	text-align: center;
}

#unkaiReady .unkaiWeather li img {
    width: 56%;
    display: inline;
}
#unkaiReady .unkaiWeather dl{
	clear:both;
	padding-top:15px;
	font-size:15px;

}
#unkaiReady .unkaiWeather dl{
	margin-top: 24px;
	padding: 24px 0 0 8px;
	border-top: 1px dotted #fff;
}


#unkaiReady .unkaiWeather dl dt,
#unkaiReady .unkaiWeather dl dd{
	margin-bottom: 10px;
	padding: 5px 3px 3px 3px;
}

#unkaiReady .unkaiWeather dl dt{
	width: 20%;
    margin-right: 6px;
    background: #fff;
    color: #0284d6;
    display: inline-block;
    font-size: 75%;
    float: left;
    text-align: center;
}

#unkaiReady .unkaiWeather dl dd{
	width: 20%;
    margin-right: 10px;
    color: #fff;
    float: left;
    font-size: 82%;
}

.offer{
    position: relative;
    top: 0px;
    right: 0px;
    font-size: 11px;
	text-align:center;
}


/* btn_nav */

#unkaiCondition ul.btn_nav {
    width: 100%;
    margin-top: 24px;
    position: relative;
    top: 0px;
    right: 0px;
}

#unkaiCondition ul.btn_nav li{
	width: 100%;
	margin-bottom: 12px;
}

#unkaiCondition ul.btn_nav li:last-of-type{
	margin-bottom: 0;
}

#unkaiCondition ul.btn_nav li a{
	width: 100%;
	height: 32px;
	border: 2px solid #fff;
	border-radius:20px;
	color: #fff;
	display:block;
	font-size: 75%;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}

#unkaiCondition ul li .ico_ex{
	padding-right: 16px;

}

#unkaiCondition ul.btn_nav li:hover a{
	background: #fff;
	color: #0284d6;
}

#unkaiCondition ul.btn_nav li:hover .ico_ex{

}	
	
	
#main_img {
   height: 800px;
    width: 100%;
    background: url(../images/key_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    top: -150px;
}

/* header
	------------------------------ */
	
#info figure {
	display: none;
}

/* accomonav */

#logo {
	    width: 200px;
    margin-left: -90px;
    text-align: center;
    position: relative;
    top: 250px;
    left: 50%;
    z-index: 2;
    clear: both;
    pointer-events: none;
}
#logo img {
	width: 100%;
}
.emergencytop {
width: 92%;
        bottom: 14px;
    z-index: 990;
}
.emergencytop .emergencyDetail {
    float: none;
    width: 100%;
    font-size: 12px;
}
.emergencytop .emergencyTitle {
display: none;
}
/* container
	------------------------------ */
#container {
    width: 100%;
    margin-left:0%;
    position: relative;
    top: 0;
    left:0;
}

 .content_wrap {
        width: 92%;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}

#topics {
	margin-bottom: 0px;
}
#container article {
	margin-bottom: 30px;
}
#container h2,  #blog h2 {
	text-align: center;
	    padding-bottom: 0px;
}
#container h2 img,  #blog h2 img {
	display: inline;
}
article .more a,  aside .more a {
	width: 100%;
	height: 40px;
	padding: 0;
	background: none repeat scroll 0 0 #22a58e;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
/* main_img */

/* pickup */
	
#pickup {
	display: none;
}
/* topics */
	
#topics {
	margin-bottom: 100px !important;
	padding-top: 10px;
}
#topics h3 {
	font-size: 92%;
	line-height: 1.6;
}
#topics .more {
	position: relative;
	top: 30px;
	left: 0;
	text-align: center;
}
#topics p {
	font-size: 92%;
}
#topics figure {
	text-align: center;
}
#topics figure img {
	display: inline;
	width: 100%;
}
#topics li {
	width: 32%;
	height: 240px;
	margin-right: 10px;
	float: left;
	position:relative;
}
#topics li h3:before {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 54px;
    height: 20px;
    margin-bottom: 12px;
    border-radius: 0px;
    background: #999;
    content: "other";
    color: #fff;
    display: block;
    font-size: 1px;
    line-height: 20px;
    padding: 2px 0 0;
    text-align: center;
}
#topics h3 {
margin-bottom: 12px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1.6;
}
#topics p {
    margin-bottom: 12px;
    display:none;
}
#topics li:nth-child(4n) {
	margin-right: 10px;

}

#topics li:nth-child(3n) {
	margin-right: 0px;

}
#topics .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	display: none;
}
#topics .bx-wrapper .bx-controls-direction a {
	width: 12px;
	height: 25px;
	margin-top: -100px;
}
#topics .bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/sp/prev.png) no-repeat;
	background-size: 12px 25px;
}
#topics .bx-wrapper .bx-next {
	right: 0;
	background: url(../images/sp/next.png) no-repeat;
	background-size: 12px 25px;
}
.bx-pager {
	padding-top: 100px;
}

#info #info_box {
    height: auto;
}


/* todays */

#locationSki {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #61acc1;
    padding: 24px 24px 0 24px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

	.boxleft {
    width: 70%;
    float: left;
}
	.boxright {
    width: 29%;
    float: right;
}
#todays .weather img {
    width: 56px;
    padding-bottom: 10px;
}
#todays .temperature {
    padding-top: 10px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
#todays .weatherWrap2 {
    padding-top: 5px;
    width: 60%;
    float: left;
}
#todays .weatherWrap {
    width: 40%;
    float: left;
    clear: both;
    position: relative;
}
#locationSki .btnWrap li {
    width: 47%;
    float: left;
    margin: 0 6px 4px 0;
}
#locationSki .btnWrap li:nth-child(4n) {
	margin: 0 6px 4px 0;
}
#locationSki .btnWrap li:nth-child(2n) {
	margin: 0 0 4px 0;
}

/* movie */
	
#movie {
	width: auto;
	margin: 0 15px 40px 15px;
	float: none !important;
}
#movie h2 {
	font-size: 150%;
	margin-bottom: 36px;
}
#movie iframe {
	width: 100%;
	height: 380px;
}
#movie .more {
	margin-top: 15px;
	font-size: 100%;
}
#movie .more a {
	padding-left: 0;
	background: #22a58e;
}


/* special
-------------------------- */

#special {
	margin-bottom: 80px;
	padding-top: 30px;
	position: relative;
	clear: both;
}

#special li {
width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
}
#special li:nth-child(2n) {
    float: right;
}
#special li img {
	width: 100%;
}
#special li a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}




/* bnr_signage */
	
#signage {
	    width: 92%;
    margin: 20px auto;

}
#signage img {
	width: 100%;
	height: auto;
	display: inline;
	text-align: center;
}
/* news */
	
#blog,  #sns_feeds {
	width: 100%;
	float: none;
}
#info .more,  #blog .more {
	position: static;
	text-align: center;
}
#info .more img,  #blog .more img {
	display: inline;
}
#blog li:last-of-type,  #info dl dd:last-of-type {
	border-bottom: none;
}
#blog {
	width: 92%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#blog ul {
	width: 100%;
}
#blog li {
    width: 46%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-right: 0;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    height: auto;
}
#blog .blog_inner {
	width: 64%;
}
#blog figure {
	width: 32%;
	max-width: 100%;
	min-height: auto;
}
#blog .blog_inner p {
    display:none;
}
#blog .blog_inner .cat {
	display: inline-block;
	text-align: center;
}
#blog .blog_inner time {
	margin-bottom: 5px;
	display: block;
	position: static;
}
#info {
	width: auto;
	margin-bottom: 100px;
	float: none !important;
}
#info .more {
	margin-top: 30px;
}
#info ul {
	margin-bottom: 30px;
}
#info li {
	padding-left: 80px;
	background-size: 50px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}
#info li p {
    font-size: 100%;
    line-height: 1.4em;
    padding-bottom: 0px;
    float: none;
    width: 100%;
}


#info li time {
	display: block;
	float:none;
	width:100%;
}
#info li:last-of-type {
	margin-bottom: 15px;
}
#info h2 {
	margin-left: 0px;
}
#info figure {
	top: -10px;
	right: 10%;
}
#info figure {
	width: 30px;
	height: auto;
}
#info li {
	padding:14px 14px 12px 105px;;
	background-repeat: no-repeat;
	background-position: 14px center;
	font-size: 82%;
	line-height: 1.4;
	position: relative;
}
#info li:nth-of-type(odd) {
	background-color: #fff;
}
#info li:nth-of-type(even) {
	background-color: #e8edf1;
}
#info li time {
	margin-right: 18px;
	font-size: 87.5%;
}
#sns_feeds{
		margin-bottom: 0px;
	}
	
	#sns_feeds ul{
		width: 100%;
		text-align: center;
		overflow:hidden;
	}
	
	#sns_feeds ul li{
		width: 60px;
		margin: 0 5px;
		display:inline;
	}
		
	#sns_feeds ul li img{
		width: 60px;
		height: auto;
		display:inline;
	}
	
	#sns_feeds figure{
		display:none;
	}

article .more {
	width: 100%;
	height: 36px;
	position: relative;
}
article .more a {
	width: 100%;
	height: 36px;
	background: #fff;
	border: 2px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 88%;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}
#eriamap {
	display: none;
}
header .emergencytop {
	width: 100%;
	margin-left: 0px;
	padding: 20px;
	background: #fde211;
	position: relative;
	top: auto;
	left: auto;
	z-index: 500;
	text-align: center;
	box-sizing: border-box;
}
header .emergencytop strong {
	color: #383838;
	font-weight: bold;
}
header .emergencytop p {
	color: #383838;
	font-size: 75%;
	line-height: 1.6;
	padding-top: 5px;
}

.live_mv iframe {
    height: 114px;
}

}

@media screen and (max-width: 414px) {


#blog li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 0;
	border-bottom: 1px dotted #999;
	float: none !important;
	overflow: hidden;
	height:auto;
}

#topics li {
    width: 48%;
    height: 180px;
    margin-right: 10px;
    float: left;
    position: relative;
}

#topics li:nth-child(3n) {
	margin-right: 10px;

}
#topics li:nth-child(2n) {
	margin-right: 0px;

}

#main_img {
height: 460px;
    width: 100%;
    background: url(../images/key_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
    margin-bottom: 10px;
    top: 0px;
}
#logo {
    width: 140px;
    margin-left: -70px;
    top: 200px;

}

.emergencytop {
    width: 92%;
       bottom: 14px;
    z-index: 10;
}
#movie iframe {
    width: 100%;
    height: 160px;
}
#global_sp li{
	width: 48% !important;

}
#locationSki {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #61a6cd;
    padding: 24px 15px 0 15px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.boxleft {
    width: 100%;
    float: none;
}
#todays .weatherWrap {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
}
.todayscomment {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0px 20px 0px;
    clear: both;
}
.boxright {
    width: 100%;
    float: none;
}
#todays .btnWrap {
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#locationSki .btnWrap li {
    width: 48%;
    float: left;
    margin: 6px 0px 0px 0;
}
#locationSki .btnWrap li:nth-child(2n) {
    margin: 6px 10px 10px 0;
}

#todays .weatherWrap2 {
    padding-top: 5px;
    width: 100%;
    float: none;
}
#locationSki .btnWrap li.todaysmore {
    width: 100%;
}
#locationSki table {
    font-size: 11px;
}
#locationSki th span {
    width: 50px;
}
#locationSki .summit span, #locationSki .foot span {
    width: 50px;
}

#locationSki td.snowCover {
    font-size: 14px;
}
.live_mv iframe {
    height: 204px;
}
#movie iframe {
    width: 100%;
    height: 204px;
}
}
@media screen and (max-width: 375px) {

.live_mv iframe {
    height: 184px;
}
#main_img {
    height: 440px;
    width: 100%;
    background: url(../images/key_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

#logo {
    width: 120px;
    margin-left: -60px;
        top: 200px;

}
.emergencytop {
    width: 92%;
        bottom: 14px;
    z-index: 10;
}
}

@media screen and (max-width: 320px) {
.live_mv iframe {
    height: 152px;
}
#main_img {
    height: 380px;
    width: 100%;
    background: url(../images/key_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

#logo {
    width: 120px;
    margin-left: -60px;
        top: 170px;

}
.emergencytop {
    width: 92%;
       bottom: 14px;
    z-index: 10;
}
}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}
#slider .bx-wrapper .bx-pager, #slide .bx-wrapper .bx-controls-auto {
	bottom: -35px;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	*/
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b7b7b7;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #277fd0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bx_controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx_controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 500;
	cursor: pointer;
}
.bx-wrapper .bx-controls-direction span.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #fff;
	position: relative;
}
.jspDrag {
	background: #0754ae;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

	.sanmitsu{
		margin-bottom: 80px;
	}
		.sanmitsu-bnr{
		width: 48%;
			float: left;
	}
			.sanmitsu-bnr img{
		width: 100%;
	}
			.sanmitsu-mv{
		width: 48%;
			float: right;
	}

	.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
		@media screen and (max-width:600px) {

			.sanmitsu-mv {
    width: 100%;
    float: none;
}
			.sanmitsu-bnr {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
			
			.mv-logo {
    width: 65%;
}
	}