/* テーブル表示設定 */
th {
  background: #eeeeee;
  border: solid 1px #ccc;
  color: #111111;
  padding: 10px;
  text-align:center;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align:center;
}
.tit td {
  text-align:left
}
.list-maru {
    list-style-type:circle;
    padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    border: none;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 100%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 100%;
  }
  .tbl-r03 tbody tr {
    width: 100%;
  }
  .tbl-r03 tbody th {
    width: 100%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .tbl-r03 tbody td {
    text-align:left;
  }
  .tbl-r03 tbody tr:first-child {
    border-top: solid 1px #ccc;
  }
  /*.tbl-r03 tr td + td {
    border-left: none;
  }*/
  .tbl-r03 tbody td:last-child {
    border: solid 1px #ccc;
  }
.tit td {
  text-align:center;
}
.tit td ul{
  text-align:left;
}
}
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 100%;
  }
  .tbl-r04 tr {
    display: block;
    float: left;
  }
  .tbl-r04 tr td, 
  .tbl-r04 tr th {
    border: solid 1px #eee;
    border-top: none;
    border-bottom: none;
    display: block;
  }
  .tbl-r04 thead {
    display: block;
    float: left;
    width: 100%;
  }
  .tbl-r04 thead tr {
    width: 100%;
  }
  .tbl-r04 tbody {
    display: block;
    float: left;
    width: 100%;
  }
  .tbl-r04 tbody tr {
    width: 100%;
  }
  .tbl-r04 tbody th {
    width: 100%;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .tbl-r04 tbody tr:first-child {
    border-top: solid 1px #eee;
  }
  /*.tbl-r04 tr td + td {
    border-left: none;
  }*/
  .tbl-r04 tbody td:last-child {
    border: solid 1px #eee;
  }
}



/* スキー場情報等設定 */
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}



*, *:before, *:after {
	box-sizing: border-box;
}

.inner{
	max-width: 1180px;
	margin: 0 auto ;
	width: calc( 100% - 20px )
}
.inner > *{
	margin-bottom: 30px;
	overflow: hidden;
}
.inner > *:first-child{
	margin-top: 40px;
}
h2{
	position: relative;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
.col_5{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_5 > *{
	width: calc( 20% - 20px );
	margin-right: 25px;
	margin-bottom: 25px;
}
.col_5 > *:nth-child(5n){
	margin-right: auto;
}
.col_5 > * > *{
	/*background: #ff0000;*/
	position: relative;
}
@media screen and (max-width: 960px) {
	.col_5 > *{
		width: calc( 25% - 9px );
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.col_5 > *:nth-child(5n){
		margin-right: 12px;
	}
	.col_5 > *:nth-child(4n){
		margin-right: auto;
	}
}
@media screen and (max-width: 580px) {
	.col_5 > *{
		width: calc( 33.33333% - 8px ) ;
	}
	.col_5 > *:nth-child(5n){
		margin-right: 12px;
	}
	.col_5 > *:nth-child(4n){
		margin-right: 12px;
	}
	.col_5 > *:nth-child(3n){
		margin-right: auto;
	}
}
.col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > *{
	width: calc( 25% - 9px );
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_4 > *:nth-child(4n){
	margin-right: auto;
}
.col_4 > * > *{
	/*background: #ff0000;*/
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_4 > *{
		width: calc( 33.33333% - 8px ) ;
	}
	.col_4 > *:nth-child(4n){
		margin-right: 12px;
	}
	.col_4 > *:nth-child(3n){
		margin-right: auto;
	}
}
@media screen and (max-width: 580px) {
	.col_4 > *{
		width: calc( 50% - 6px ) ;
	}
	.col_4 > *:nth-child(3n){
		margin-right: 12px;
	}
	.col_4 > *:nth-child(2n){
		margin-right: auto;
	}
}

.col_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_3 > *{
	width: calc( 33.33333% - 8px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
	margin-right: auto;
}
.col_3 > * > *{
	/*background: #ff0000;*/
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_3 > *{
		width: calc( 50% - 6px ) ;
	}
	.col_3 > *:nth-child(3n){
		margin-right: 12px;
	}
	.col_3 > *:nth-child(2n){
		margin-right: auto;
	}
}
@media screen and (max-width: 580px) {
	.col_3 > *{
		width: 100%;
		margin-right: auto;
	}
	.col_3 > *:nth-child(3n){
		margin-right: auto;
	}
}

.col_2,
.col_22{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin:1.5em 0;
}
.col_2 > *,
.col_22 > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_2 > *:nth-child(2n),
.col_22 > *:nth-child(2n){
	margin-right: auto;
	width: calc( 50% - 6px ) ;
}
.col_2 > * > *
.col_22 > * > *{
	/*background: #ff0000;*/
	position: relative;
	overflow: hidden
}
.col_2 img,
.col_22 img{
	width: 100%;
	border-radius: 0 0 30px 0;
}



.col_1{
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	margin-bottom: 30px;
	/*padding:1em;*/
}
.col_2-2{
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	/*padding:1em;*/
}
.col_2-2 > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 30px;
}
.col_2-2 > *:nth-child(2n){
	margin-right: auto;
	width: calc( 50% - 6px ) ;
}
.col_2-2 > * > *{
	/*background: #ff0000;*/
	position: relative;
	overflow: hidden
}
.col_2-2 img{
	width: 100%;
	border-radius: 0 0 30px 0;
}
.sukima-tit{
	padding: 1em;
}
@media screen and (max-width: 1000px) {
	.sukima-top{
		padding-top: 5em;
	}
}
@media screen and (max-width: 640px) {
	.col_22 > *,
	.col_22 > *:nth-child(2n){
		width: 100%;
		margin-right: auto;
	}
	.col_2-2 > *,
	.col_2-2 > *:nth-child(2n){
		width: 100%;
		margin-right: auto;
		margin-bottom:2em;
	}
	.sukima-top{
		padding-top: 1em;
	}
}

.ski-annai{
	font-weight:700;
	margin:1.5em 0;
	color:#0271b5;
	font-size:16px;
	background:#ffec8a;
	margin:0 auto;
	padding:0.5em;
	text-align:center;
}
.ski-group{
	margin:1.5em 0;
	color:#333;
	font-size:14px;
	margin:0 auto;
	padding:1em;
	text-align:left;
	background:#ffec8a63;
	border-radius: 10px;
	font-weight:700;
	line-height:1.3;
}
.ski-group p{
	margin:1em 0.5em;
}
.lental-annnai{
	font-weight:700;
	background:#ffec8a;
	margin:1.5em 0;
	padding:1em;
	color:#333;
	border-radius: 10px;
	/*max-width:400px;*/
	text-align:center;
}
.lental-annnai_red{
	font-weight:700;
	background:red;
	margin:1.5em;
	padding:1em!important;
	color:#fff;
	border-radius: 10px;
	text-align:center;
}

.lental-annnai div{
	background:red;
	color:#fff;
	padding:5px;
	margin:10px 0;
	width:auto;
	line-height:2;
}
.lental-annnai span{
	font-size:18px;
}
.kashikiri-annnai{
	font-weight:700;
	background:#ffec8a;
	margin-top:1.5em;
	padding:10px;
	color:#333;
	border-radius: 10px;
	/*max-width:400px;*/
	text-align:center;
}
.kashikiri-annnai_red{
	font-weight:700;
	background:red;
	margin-bottom:1em!important;
	padding:0.5em!important;
	color:#fff;
	border-radius: 10px;
	text-align:left;
}
.kashikiri-annnai div{
	background:red;
	color:#fff;
	padding:3px;
	margin:0;
	width:auto;
	line-height:1.5;
}
.kashikiri-annnai span{
	font-size:14px;
}
.kashikiri-annnai .yellow{
	background:yellow;
	color:red;
	font-size:14px;
}
.lental-annnai .yellow{
	background:yellow;
	color:red;
	font-size:18px;
}
.lental-annnai .tel,
.kashikiri-annnai .tel{
	font-size:20px;
}
#lental-annnai_a{
	background:#033560;
	padding:0.5em 0.5em;
	margin:0 auto;
	margin-top:1.5em;
	border-radius: 10px;
	width:100%;
	max-width:400px;
}
#lental-annnai_a a{
	color:#fff;
	text-decoration:none;
}

@media screen and (max-width: 640px) {
.lental-annnai span{
	font-size:16px;
}
.ski-annai{
	padding:0.5em;
}
.ski-group p{
	margin:0.5em 0;
}
}

/* 設定日内設定 */

.setday{
	font-weight:700;
	background:#87b6f14f;
	margin:1.5em 0 3em 0;
	padding:0.5em 1em;
	border-radius: 10px;
	border: solid 1px #87b6f1;
	font-size:17px;
}
.kashikiri_jyouken{
	font-weight:700;
	background:#87b6f14f;
	margin-bottom:0.5em;
	padding:0.5em 1em;
	border-radius: 10px;
	border: solid 1px #87b6f1;
	font-size:17px;
}
.font_red {
	color: red;
}
/*カレンダー　設定*/

.A {background-color: #ff6 !important;}
.B {background-color: #cff !important;}
.C {background-color: #fcc !important;}
.D {background-color: #98E5B2 !important;}
.E {background-color: #cba9d4 !important;}
.S {background-color: red!important;color:#fff;}

/*日程　各キャンペーン*/
.topic {
	background-color: #fff;
	border: 1px solid #ccc;
	/*margin:1.5em 0;*/
	padding:0.5em 1em;
	border-radius: 10px;
	height:auto;
	/*min-height:130px;*/
}
.topic h3{
	font-size:15px;
	margin-bottom:10px;
	padding:0 !important;
	display:inherit !important;
}
.topic img {
	text-align: center;
	vertical-align: text-top;
	padding: 2px 2px 0;
}
.topic .font_red{
	font-weight:bold;
}
.topic.kids h3{
	color:green;
}
.topic.kitahiro h3{
	color:#DB6206;
}
.topic.yukimaji h3{
	color:blue;
}
.topic.spade h3{
	color:#09C;
}
/*料金*/
#charge table span{
	display:block;
	font-size:10px;
	
}
#charge p{
	margin:-10px 0 20px 0;
}

.font_kitahiro{
	color: #fff;
	background: #f9a11b;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #f9a11b;
	border-radius: 5px;
}

.font_rose {
	color: #fff;
	background: #34314c;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #34314c;
	border-radius: 5px;
}
.font_yukimaji{
	color: #fff;
	background: #2b90d9;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #2b90d9;
	border-radius: 5px;
}
.font_green {
	color: green;
}

.font_blue {
	color: blue;
}
#date_cont .pink,
#date_cont .sky{
	font-size:20px;
}
.pink{
	color:#FF7BAB;
}
.sky{
	color:#3FA8F4;
}

.font_dora {
	color: #fff;
	background: #e94709;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #e94709;
	border-radius: 5px;
}
.font_sanfre {
	color: #fff;
	background: #4b0082;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #4b0082;
	border-radius: 5px;
}
.font_purple {
	color: #fff;
	background: #f94e3f;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #f94e3f;
	border-radius: 5px;
}
.font_green {
	color: #fff;
	background: #5fa1f3;
	padding:5px;
	font-size:15px;
	margin-bottom:10px;
	font-weight:700;
	border: 3px solid #5fa1f3;
	border-radius: 5px;
}

.font_violet {
	color: #5a4498;
}

.scrollh{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
	.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
}
.scrollh::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
}
.scrollh::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
}
.sraidh {
	overflow-x: auto;
  	margin:1em 0;
}
.sraidh::-webkit-scrollbar {
  height: 15px;
}
.sraidh::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.sraidh::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #6091d3;
}

@media screen and (max-width: 580px) {
.scrollh table.ryoukin{
	width:500px !important;
	margin-bottom:0.5em;
}
.scrollh table.waribiki{
	width:700px !important;
	margin-bottom:0.5em;
}
}
.eigyousyowaku-waku-red{
	border-radius: 10px;
	padding: 1em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:24px;
	font-weight:700;
	width:80%;
	max-width:1000px;
	text-align:center;
}
.inner-n-eigyousyo{
	background: #2574d7ad;
	padding:0;
	margin:0;
}
.inner-n-naiyou {
	background: #fff;	
	border-radius: 60px 0 0 0;
	margin-left:3em;
}
.top-space{
	height:40px;
}
.middle-space{
	height:5em;
}
@media screen and (max-width:1200px) {
.eigyousyowaku-waku-red{
	font-size:18px;
	margin-top:50px;
	border-radius: 0;
    width: 100%;
}
}
@media screen and (max-width:1024px) {
.inner-n-naiyou {
	margin-left:0;
}
}
@media screen and (max-width:1000px) {
.top-space{
	height:4px;
}
}


@media screen and (max-width: 1024px) {
.eigyousyowaku-waku-red{
	font-size:16px;
	margin-top:80px;
	border-radius: 0;
}
.sraidh {
  	margin-bottom:1em;
}
.middle-space{
	height:3em;
}
}
.moushikomiwaku{
    width: 100%;
	border-radius: 10px;
	padding: 0.5em 1em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:20px;
	font-weight:700;
	max-width:1200px;
	text-align:center;
	margin-bottom:1em;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.moushikomiwaku-tel{
	width: 100%;
	border-radius: 10px;
	padding: 0.5em 1em;
	background-color:#033560;
	color:#fff;
	margin:0 auto;
	font-size:16px;
	font-weight:700;
	max-width:550px;
	text-align:center;
	margin-bottom:1em;
	margin-top:2em;
}
.moushikomiwaku a,
.moushikomiwaku-tel a{
	color:#fff;
}
.moushikomiwaku::after {
    content: "\f35d";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: right 0.2s ease;
    line-height: 1;
}
.moushikomiwaku_kashikiri{
    width: 100%;
	border-radius: 10px;
	padding: 0.5em 1em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:18px;
	font-weight:700;
	max-width:1200px;
	text-align:center;
	margin-bottom:1em;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease, background-color 0.2s ease;
}
/*===================
#sidemenu,.place写真スライドショー
===================*/
#jquery-cycle {
	width: 220x;
	height: 100px;
	margin: 10px 0;
}

#jquery-cycle img {
	width: 220px;
	height: 97px;
}

#jquery-cycle2 {
	height: 187px;
	margin-bottom: 10px;
}

/*スキー場写真ナビ*/
#navPhoto {
	margin-bottom: 10px;
}
#navPhoto img {
	margin: 0 5px;
	border: 3px solid #fff;
}

#navPhoto img:hover {
	border: 3px solid #333;
}

/* タブレットで見たときは"tb"のclassがついた画像が表示される */
@media only screen and (min-width: 1024px) {
.tb {
	display: none !important;
}
}
#ryokin-t td,
#jikoku-t td{
	font-size:16px !important;
}

.toiawasewaku{
    width: 100%;
	border-radius: 10px;
	padding: 0.5em 1em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:1em;
}
.toiawase{
	font-weight:700;
	background:#fff;
	margin:1.5em 0 20px 0;
	padding:0.5em 1em;
	border-radius: 10px;
	border: solid 1px #87b6f1;
	font-size:17px;
}
.bijyutukanwaku{
    width: 100%;
	border-radius: 10px;
	padding: 0.2em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:16px;
	font-weight:700;
	text-align:center;
}
.subwaku{
	width: 100%;
	border-radius: 10px;
	padding: 1em;
	background-color:#87b6f173;
	color:#171c61;
	margin:0 auto;
	font-size:19px;
	font-weight:700;
	text-align:center;
	margin-bottom:1em;
	margin-top:2em;
	line-height:1.2;
}

.subwaku_s{
	font-size:14px;
	background-color:#ffec8a;
	color:red;
}
@media screen and (max-width: 640px) {
	.toiawasewaku{
		font-size:18px;
	}
}
.yukimaji{
}
.yukimaji p{
	padding:0.5em 0 0.5em 0;
	text-align:left;
}
.yukimaji p.sen{
	border-top: solid 1px #666;
}
.gyoukan {
	margin-bottom: 15px;
}
.groupkashikiri{
	margin:0 auto;
	text-align:center;
	padding-bottom:2em;
}
.groupkashikiri img{
	width:90%;
	max-width:500px;
}
.groupkashikiri-P img{
	width:104%;
	margin-left:-23px;
	position: relative;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
.groupkashikiri-P img{
	width:100%;
	margin-left:0;
	margin-top:2em;
}
}
.left{
	text-align:left !important;
	margin:0 auto;
}