@charset "UTF-8";

@import url(style.css) screen and (min-width:641px);
@import url(sp.css) screen and (min-width: 0px) and (max-width: 640px);

body,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,
p,blockquote,
form,fieldset,
table,th,td,ul,ol,
img {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}
img {vertical-align:top;}
html{height:100%;}
.center{ text-align:center; }
.hidden{ visibility:hidden;}
.skip{ visibility:hidden;}
.clear{ clear:both; }
em {
	color:#ff0000;
	font-weight:bolder;
	font-style:normal;
}
em span {font-size:90%;}
hr{
	margin: 0;
    border: 0;
    height:1px;
    background: #aaa;
	clear:both;
}

*+html body,
* html body {
	font-size:86%;
	height:100%;
	text-decoration:none;
}

*:first-child+html {
	font-size:86%;
	height:100%;
}

a:focus, *:focus { outline:none; }

a {color:#0d90d3; text-decoration:none; outline:none;}
a:active {color:#526AA7;}
/*a:visited {color: #526AA7; text-decoration:none;}*/
a:hover {color:#0097E0; text-decoration:none;}
a img:hover {
opacity: 0.8;
filter:proid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
filter: alpha(opacity=80);
}
input:focus { outline: none; }
#logo img{margin-top:7px;}

@font-face {
	font-family: 'font1';
	src: url('03SmartFontUI.otf');
	src: local('hide from IE'), url('03SmartFontUI.otf') format('opentype'), url('03SmartFontUI.ttf') format('truetype');
}


@font-face {
	font-family: 'font2';
	src: url('FlopDesignFONT.otf');
	src: local('hide from IE'), url('FlopDesignFONT.otf') format('opentype'), url('FLOPDesignFont.ttf') format('truetype');
}

body {
	font-size:13px;
	color:#555;
	line-height:1.4em;
	font-family:'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h2 {
	color:#004263;
	font-weight:bold;
	font-family:'font1';
	padding-bottom:5px;
	margin:40px auto 0 auto;
	border-bottom:4px solid #5A5959;
}

h2 small {
	margin-left:15px;
	padding-left:15px;
	color:#555;
	border-left:2px solid #C8C9C9;
	font-family:'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
	"Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 p{
	text-align:right;
	float:right;
	font-size:13px;
}

h2 a ,h2 a:visited{
	color:#5A5959;
}



/*ヘッダー
-----------------------------------*/
/*#header{
	width:1080px;
	margin:0 auto;
}

#gnHeader{
	display:none;
}

#navi{
	float:right;
}

#navi li{
	background:#000;
	padding:4px 10px 2px 10px;
	color:#FFF;
	float:left;
	height:20px;
	font-size:12px;
	margin-left:6px;
}

#navi li a{
	color:#FFF;
}

#navi small{
	font-size:7px;
}

#navi li:hover {
	background:#1F4289;
	background-image:none;
}

#navi #language_map {
	width:60px;
	height:20px;
}

#navi #language_map ul{
	margin:0 0 0 -16px;
	position:absolute;
	z-index:20;
	*margin-left:-83px;
	*margin-top:25px;
}
#navi #language_map ul li{
	float:none;
	width:80px;
	height:23px;
	padding:5px 0;
	text-align:center;
	background:#526AA7;
	*margin-bottom:0;
	*margin-top:-5px;
}

#navi #language_map ul li:hover{
	text-align:center;
	background:#1F4289;
}

#header_copy{
	width:400px;
	line-height:1.0em;
	font-weight:bold;
	padding-top:15px;
	display:block;
	color:#666;
	font-weight:bold !important;
	text-decoration:none;
	font-size:13px;
}

#logo{
	float:left;
	line-height:1.0em;
	font-weight:bold;
}

#logo a:hover{
	color:#0180be;
	text-decoration:none;
}
ul.child{
    display:none;
    position:absolute;
    padding:0;
}

ul.child li a{
    padding:1px 0;
    display:block;
    color:#fff;
	background:#526AA7;
}

ul.child li a:hover{
    background:#1F4289;color:#3B73B1;
}

.breadcrumb{
	margin-top:10px;
	height:15px;
}

.breadcrumb li{
	float:left;
	color:#000;
	font-weight:bold;
}
.breadcrumb li a{
	padding-right:20px;
	margin-right:16px;
	color:#19488e;
	background:url("../img/icon_01.gif") no-repeat right center;
}

#menu {
	width:800px;
	height:40px;
	margin:0 0 15px;
	float:right;
	border-right:1px solid #A9AAA9;
	position:relative;
	z-index:10;
}

#menu li {
	float: left;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin: 0;
	padding:10px 0 0 0;
	height:30px;
	width:159px;
	position:relative !important;
	border-left:1px solid #A9AAA9;
}

#menu li:hover {
	background:url("../img/line_on.gif") no-repeat center bottom;
}

#menu li.current{
	background:url("../img/line_on.gif") no-repeat center bottom;
}

#menu li ul {
	display: none;
	position: absolute;
	top:40px;
	left:-5px;
	width:159px;
	background-color:#444;
	border:5px solid #FFF;
	padding: 0;
	line-height:1.4em;
}

#menu li ul li {
  margin: 0;
  padding: 0;
  border: none;
  text-indent:0px;
  width:159px;
  height:28px;
  font-size:11px;
  color:#00234f;
  text-align:center;
  border-top:#adbbc8 1px solid;
}
#menu li:hover {
	background:#eee;
}

#menu li ul li a {
	display:block;
	width:159px;
	color:#fff;
	padding:3px 0;
	text-decoration:none;
}
#menu li ul li:hover {
	background:#1F4289;
	background-image:none;
}*/




/*スライド
-----------------------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-viewport {
	margin-bottom: 30px;
}

.bx-viewport + .bx-viewport {
	margin-bottom: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:-25px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.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: #C8C8C9;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5B80AC;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.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;
}

.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;
}

.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;
}


@media screen and (min-width:641px) {
.sp,
.w90{
	visibility:hidden;
	display:none;
	height:0;
}

h2 {font-size:22px;}
h2 small {font-size:14px;}

.bxslider {
	width: 1080px;
	overflow: hidden;
	height: 600px;
}

#main{
	width:1080px;
	overflow:hidden;
	height:auto;
	margin:0 auto 30px auto;
}
/**/
#main .point_title {
	font-size: 22px;
	letter-spacing: 3px;
	margin-top: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	/* for modan browser */
	text-shadow: 0px 3px 1px #1D2640,0px 2px 1px #1D2640,1px 2px 1px #1D2640,2px 2px 1px #1D2640,2px 1px 1px #1D2640,2px 0px 1px #1D2640,3px 0px 1px #1D2640,2px -1px 1px #1D2640,2px -2px 1px #1D2640,2px -3px 1px #1D2640,1px -3px 1px #1D2640,0px -3px 1px #1D2640,-1px -3px 1px #1D2640,-2px -3px 1px #1D2640,-3px -3px 1px #1D2640,-3px -2px 1px #1D2640,-3px -1px 1px #1D2640,-3px 0px 1px #1D2640,-3px 1px 1px #1D2640,-3px 2px 1px #1D2640,-2px 2px 1px #1D2640,-1px 2px 1px #1D2640;
	/* for IE */
	filter: dropshadow(color=#1D2640,offx=0,offy=3,positive=1),dropshadow(color=#1D2640,offx=2,offy=1,positive=1),dropshadow(color=#1D2640,offx=2,offy=-1,positive=1),dropshadow(color=#1D2640,offx=1,offy=-3,positive=1),dropshadow(color=#1D2640,offx=-2,offy=-3,positive=1),dropshadow(color=#1D2640,offx=-3,offy=-2,positive=1),dropshadow(color=#1D2640,offx=-3,offy=1,positive=1),dropshadow(color=#1D2640,offx=-1,offy=2,positive=1);
	line-height: 28px;
	border: 3px solid #0F2040;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main .sub_text {
	font-size: 18px;
	line-height: 34px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #1f4284;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.copy{
	width: 1080px;
	height: 460px;
	margin-bottom: 40px;
	font-family: 'font2';
	background-repeat: no-repeat;
	background-position: 640px 0;
	background-image: url("../img/map.jpg");
	background-size: 420px auto;
}

.copy dt{
	font-size:22px;
	letter-spacing:3px;
	margin-top:20px;
	width:600px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:0 0 5px 0;
	background:url("../img/title_copy.gif") repeat-x center;
	/* for modan browser */
text-shadow:0px 3px 1px #1D2640,0px 2px 1px #1D2640,1px 2px 1px #1D2640,2px 2px 1px #1D2640,2px 1px 1px #1D2640,2px 0px 1px #1D2640,3px 0px 1px #1D2640,2px -1px 1px #1D2640,2px -2px 1px #1D2640,2px -3px 1px #1D2640,1px -3px 1px #1D2640,0px -3px 1px #1D2640,-1px -3px 1px #1D2640,-2px -3px 1px #1D2640,-3px -3px 1px #1D2640,-3px -2px 1px #1D2640,-3px -1px 1px #1D2640,-3px 0px 1px #1D2640,-3px 1px 1px #1D2640,-3px 2px 1px #1D2640,-2px 2px 1px #1D2640,-1px 2px 1px #1D2640;

/* for IE */
filter:dropshadow(color=#1D2640,offx=0,offy=3,positive=1),dropshadow(color=#1D2640,offx=2,offy=1,positive=1),dropshadow(color=#1D2640,offx=2,offy=-1,positive=1),dropshadow(color=#1D2640,offx=1,offy=-3,positive=1),dropshadow(color=#1D2640,offx=-2,offy=-3,positive=1),dropshadow(color=#1D2640,offx=-3,offy=-2,positive=1),dropshadow(color=#1D2640,offx=-3,offy=1,positive=1),dropshadow(color=#1D2640,offx=-1,offy=2,positive=1);
}

html>/**/body .copy dt {
	background /*\**/:#0E2040 \9;
	padding-top /*\**/:6px \9;
}

.copy dt{
	*background:#0E2040;
	*padding-top:6px;
}
.copy dt:not(:target) {
    background:#0E2040¥9;
	padding-top:6px¥9;
}


.copy dd{
	font-size:15px;
	line-height:1.8em;
	width:600px;
	height:70px;
	color:#1D2640;
	padding:20px 0;
}

.copy img{float:left;}
.copy p{float:right; width:530px;}

.bn {
	margin: 30px auto;
	overflow: hidden;
	height: auto;
	width: 1080px;
}
.bn li {float: left;}
.bn > *:first-child + * {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.fb{
	width:500px;
	height:300px;
	float:right;
}

.mov{
	width:560px;
	height:315px;
	float:left;
}
.mov iframe{
	width:560px;
	height:315px;
}
.mov p{
	font-size:30px;
	text-align:center;
	color:#888;
	padding-top:140px;
}

.list_ski{
	margin-top:30px;
}

.list_ski li{
	width:345px;
	float:left;
}

.list_ski li h3{
	margin-top:15px;
}

.list_ski li h3 a{
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.list_ski li h3 a:hover{
	color:#0D90D3;
}

.list_ski li h4{
	text-align:right;
	border-bottom:1px solid #999;
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.list_ski li table{
	margin:15px 0;
}

.scale {
    width:345px;
    height:160px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.list_ski li article{height:90px;}
*+html .list_ski li article{height:70px;}

.list_ski li table a{
	text-align:center;
	background:#9E9E9F;
	color:#FFF;
	width:85px;
	margin:0 0 25px 0;
	padding:7px 0 5px 0;
	display: block;
}
.list_ski li table td a:hover{background:#0E2040;}

.list_ski > *:first-child + * { margin:0 22px;}
.list_ski > *:first-child + * + * + * + * { margin:0 22px;}
.list_ski > *:first-child + * + * + * + * + * + * + * { margin:0 22px;}
.list_ski > *:first-child + * + * + * + * + * + * + * + * + * + * { margin:0 22px;}

*+html .list_ski > *:first-child + * { margin:0;}
*+html .list_ski > *:first-child + * + * + * + * { margin:0;}
*+html .list_ski > *:first-child + * + * + * + * + * + * + * { margin:0;}
*+html .list_ski > *:first-child + * + * { margin:0 22px;}
*+html .list_ski > *:first-child + * + * + * + * + * { margin:0 22px;}
*+html .list_ski > *:first-child + * + * + * + * + * + * + * + * { margin:0 22px;}



/*footer
-----------------------------------*/
#footer{
	width:1080px;
	font-size:12px;
	clear: both;
	text-align:center;
	padding:10px 0;
	margin:10px auto;
	border-top:1px solid #999;
}


#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 77%;
}

#page-top a {
background: #F6F6F6;
text-decoration: none;
color:#000;
width:80px;
padding:30px 0;
text-align: center;
display: block;
border-radius:45px;
}

#page-top a:hover {
text-decoration: none;
background:#000;
color:#fff;
}

#footer_sp ,#footer_sp img{
	display:none;
}
}
