@charset "Shift_JIS";
@import url(/common/css/jtb_site_970.css);

/* ----------共通---------- */
/* 背景  */
#contents img {
	height: auto;
}

#contents ul li{
	list-style:none;
}
#contents ul li img{
    width: 100%;
	vertical-align:top;
}
#contents a:hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}

/* clearfixここから */
.clearfix:after {
	content:"";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* clearfixここまで */

/* トップへ戻る */
p.link-up{
	text-align: right;
	margin:5px 5px 15px 0!important;
	font-size:12px!important;
}
p.link-up a{
	background:url(../images/ico_pagetop.gif)0 4px no-repeat;
	padding-left: 11px;
}

/* リンクアイコン */
.link-list-standard a{
	background: url(/common/images/icon_list.gif) 0 4px no-repeat;
	padding-left: 9px;
}

/* 強調 */
strong {
	font-weight: bold;
}

/* 文字色 */
.red {
	color: #d70f0f;
}
.redbold {
	color: #d70f0f;
	font-weight: bold;
}
.white {
	color: #fff;
}
.whitebold {
	color: #fff;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;
}

.float_l{
	float:left;
}
/* 12px */
.font_smaller {
	font-size: 78%;
	line-height: 138%;
	padding-left: 10px;
}
/* 16px */
.fontLarger{
	font-size: 114.5%;
	line-height: 138%;
}

/* リンク */
a:link { color: #000099; text-decoration: none;}
a:visited {color: #620169; text-decoration: none;}
a:hover {color: #0033cc; text-decoration: underline;}
a:active {color: #0033cc; text-decoration: underline;}


/* hタグ */
#contents h1 {margin: 0; padding: 0;}
#contents h2 {margin: 0; padding: 0;}
#contents h3 {margin: 0; padding: 0;}
#contents h4 {margin: 0; padding: 0;}
#contents h5 {margin: 0; padding: 0;}
#contents h6 {margin: 0; padding: 0;}
#contents dl {margin: 0; padding: 0;font-size:14px;}
#contents dt {margin: 0; padding: 0;font-size:14px;}
#contents dd {margin: 0; padding: 0;font-size:14px;}
#contents p {margin: 0; padding: 0;font-size:14px;}
#contents ul {margin: 0; padding: 0;font-size:14px;}
#contents li {margin: 0; padding: 0;font-size:14px;}

.pt07{
	padding-top:7px!important;
}

.pt20{
	padding-top:20px!important;
}

.pb60{
	padding-bottom:60px!important;
}
.mb05{
	margin-bottom:5px;
}
.mb20{
	margin-bottom:20px;
}

.ml45{
	margin-left:45px;
}

/* MATERIAL ICON
-----------------------------------------------------------*/
.m-ico {
	display: inline-flex;
	align-items: center;
	font-style: normal;
	vertical-align: middle;
	font-weight: 400;
	font-size: 2.4rem;
}
.m-ico:before {
	font-family: 'Material Icons Round';
	content: attr(data-icon);
	font-variation-settings:
		'FILL' 0,   /* 塗りつぶし：0=アウトライン、1=塗りつぶし */
		'wght' 400, /* 太さ */
		'GRAD' 0,   /* 勾配 */
		'opsz' 24;  /* サイズ（推奨24） */	
	font-size: 100%;
}
.m-ico.-ml{
	margin-left: 4px;
}
.m-ico.-mr{
	margin-right: 4px;
}
.m-ico.-fsl:before {
	font-size: 2.6rem;
}

.ico-wrap{
	display: inline-flex;
	align-items: center;
}

@media print, screen and (min-width:960px) {
}

/* 表示・非表示 */
@media print, screen and (max-width:959px) {
	.pc-only {
		display: none
	}
}
@media print, screen and (min-width:960px) {
	.sp-only {
		display: none
	}
}

/*  BREADCRUMBS
-----------------------------------------------------------*/
.breadcrumbs {
	margin: 4px auto 0;
	max-width: 1288px;
	width: 100%;
}
.breadcrumbs_wrapper {
	display: flex;
	align-items: center;
	margin-left: -8px
}
.breadcrumbs_contents {
	display: block;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: -2px;
	padding-bottom: 2px
}
.breadcrumbs_item {
	display: inline-flex;
	align-items: center;
	color: #6b6e71;
	font-size: 1.2rem;
	line-height: 2
}
.breadcrumbs_item.-home {
	flex-shrink: 0;
	margin: 0 8px
}
.breadcrumbs_inner {
	width: 100%;
	display: flex
}
.breadcrumbs_item:not(:first-child) {
	margin-left: 4px
}
.breadcrumbs_item a {
	color: #c0c5cb
}
.breadcrumbs_item:not(:last-child):after {
	margin-left: 4px;
	font-family: 'Material Icons Round';
	content: "\e5cc";
	color: #c0c5cb
}
.breadcrumbs_item:last-child {
	padding-right: 8px
}
a.breadcrumbs_anchor {
	color: #3498db;
	font-weight: 700
}


/* ----------TOPページ---------- */
/* コンテンツ */

#contents {
	margin: 0 auto;
	padding: 0;
	width: 1120px;
    max-width: 100%;
	font-size: 107%;
	line-height: 150%;
	background:#ffffff;
	}

/* h1 */
#contents h1{
	font-size:16px;
	font-weight: bold;
	padding-top:45px;
	padding-bottom: 25px;
}
#contents h2.img_main {
	margin-bottom: 40px;
	padding: 0;
	width: 100%;
}

#contents h2.img_main img {
	width: 100%;
}

#contents .add_bg {
	padding-bottom: 54px;
	background-color: rgba(172, 218, 218, 0.24);
}


#contents .box_01{
    display: flex;
    justify-content: space-between;
	padding:20px 22px;
	background-color: rgba(172, 218, 218, 0.24);
}
#contents .box_01 .bg_box01{
	background-color: #fff;
	padding: 20px 0;
}
#contents .box_01 .bg_box01 dl{
	margin:0 20px 0 30px;
	font-size:13px;
	line-height:1.3;
}
#contents .box_01 .bg_box01 dl dt{
	float:left;
}
#contents .box_01 .bg_box01 dl dd{
	float:left;
}

#contents .box_01 .left .box_button {
	padding-bottom: 20px;
	background-color: #F9E0E7;
}

#contents .box_01 .right .box_button {
	padding-bottom: 20px;
	background-color: #D0EAF6;
}

#contents .box_01 .left,
#contents .box_01 .right{
	position:relative
}


#contents .box_01 h2 img {
	width: 100%;
}


#contents .endcaption{
	position:absolute;
	left:15%;
	top:70px;
	padding:60px 0;
	width:70%;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
}
#contents .left .endcaption p,
#contents .right .endcaption p{
	display:inline-block;
	padding: 10px 25px;
	height:auto;
	font-size: 25px;
	font-weight:bold;
	color:#fff;
	background-color:#555;
}


/* 2018 終了対応。 */
#contents .box_01 .right{
}



#contents .box_01 .left {
	width: 48%;
	border: 1px solid #ED5180;
}


#contents .box_01 p{
	padding:15px 30px 10px;
	height:5em;
	line-height:1.3;
	font-weight:bold;
}
#contents .box_01 p span{
	font-size:12px;
	line-height:1.6;
	font-weight:normal;
}

#contents .box_01 p.price {
	height: inherit;
	padding: 5px 20px;
	margin: 0 20px 20px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background-color: #F9EA34;
}

#contents .box_01 .left p.price span {
	font-size: 32px;
	font-weight: bold;
	color: #ED5180;
}

#contents .box_01 .right p.price span {
	font-size: 32px;
	font-weight: bold;
	color: #0094DF;
}

#contents .box_01 p.price span span {
	font-size: 16px !important;
}


#contents .box_01 .right {
	width: 48%;
	border: 1px solid #0094DF;
}

#contents ul.list_navi{
    display: flex;
	margin-top: 64px;
	justify-content: center;
	background-color: #3ca7e0;
}
#contents ul.list_navi li{
	float:left;
	background-color: #fff;
}

#contents ul.list_navi li a {
	display: block;
}

#contents ul.list_navi li a:hover img {
	opacity: 1;
}

#contents .title_ski01 p{
	color:#333;
	font-size:16px;
	line-height:1.4;
	text-align: center;
}
#contents .title_ski01 p.txt_title01{
	margin-top:13px;
}

#contents .title_ski01 p span{
	color:#d70f0f;
}

#contents .title_ski01 p span.kaisu {
	color: green;
}

#contents .title_ski01 h3{
	margin-top: 55px;
	line-height:1.5;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-align: center;
}

#contents .bg_contents{
	margin:34px auto 0;
	padding-bottom: 20px;
	width: 1000px;
    max-width: 100%;
	background-color: #fff;
}
#contents .skispot p {
	margin:0 0 0 29px;
}
#contents .skispot table {
	margin:0 auto;
	width:908px;
}

#contents .skispot table tr {
	border: 1px solid #ACDAFF;
}

#contents .skispot table th {
	width:147px;
	font-size:14px;
	color:#333;
	background-color: #8ed1fd;
	text-align: center;
	padding:12px 0;
	border-bottom: 1px solid #f2f0da;
	vertical-align: middle;
}

#contents .skispot table tr:last-child th {
	border-bottom: 1px solid #ACDAFF;
}

#contents .skispot table.link-list-standard td {
	background-color: #ffffff;
	padding:12px 0;
	text-align: left;
	font-size:13px;
}
#contents .skispot table.link-list-standard td.cell_s{
	width:210px;
}

#contents .skispot table.link-list-standard td span {
	color:#d70f0f;
}

#contents .skispot table.link-list-standard td span.kaisu {
	color: green;
}
#contents .skispot table.link-list-standard a:link, #contents .skispot table.link-list-standard a:visited{
	text-decoration:none;
	background:url(../images/ico_arr01.gif) no-repeat 0 4px;
	padding-left:9px;
	margin-left:15px;
}
#contents .skispot table.link-list-standard a:hover{
	text-decoration:underline;
}

#contents .buy_txt {
	max-width: 960px;
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
	background-color: #c91c24;
}

#contents .buy_txtIcon {
padding: 2px 10px;
max-width: 145px;
}
#contents .buy_txtNote {
	background-color: #e11c24;
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	width: 100%;
}
#contents .buy_txtNoteColor{
color: #ffff00;
}
#contents .buy_txt img {
	width: 100%;
}

#contents .box_buy_text strong{
	text-decoration:underline;
}
#contents .box_buy {
    position: relative;
    display: flex;
	width: 92%;
    padding: 20px;
	border: 4px solid #ACDAFF;
	border-radius: 10px;
	margin: 26px auto;
}

#contents .box_buy p {
	font-size:14px;
	line-height:1.6;
	padding-top: 1em;
}

#contents .box_buy04 p span {
	display: block;
	color: #E11C24;
}

#contents .box_buy05 p a{
	display: block;
	background:url(../images/ico_arr01.gif) no-repeat 0 8px;
	padding-left:9px;
}
#contents .box_buy02 dl{
	font-size:14px;
	line-height:1.6;
	padding: 0.5em 0 0 1em;
}
#contents .box_buy02 dl dd span{
	background-color:#1ca4fd;
	font-weight:bold;
	color:#fff;
	padding: 2px 4px;
}

#contents .contents_caution{
	background-color:#fff;
	margin:0 32px 10px 45px;
	padding:57px 20px 20px;
}
#contents .contents_caution h4{
	font-weight:bold;
	font-size:140%;
}

#contents dl.list_cauition01{
	line-height:1.6;
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/bg_dot01.gif) repeat-x 0 100%;
}
#contents dl.list_cauition01 dt{
	margin-top:10px;
	color:#d70f0f;
	font-weight:bold;
	font-size:14px;
}
#contents dl.list_cauition01 dd{
	font-size:14px;
}

#contents dl.list_cauition02{
	line-height:1.5;
	margin-bottom:20px;
}
#contents dl.list_cauition02 dt{
	margin-top:10px;
	font-size: 16px;
	color:#d70f0f;
	font-weight:bold;
	line-height: 1.6;
}
#contents dl.list_cauition02 dd{
	font-size:13px;
	text-indent:-1em;
	padding-left:1em;
	margin-top:7px;
	color:#d70f0f;
}
#contents ul.list_cauition03{
	line-height:1.5;
	margin-bottom:15px;
}
#contents ul.list_cauition03 li{
	font-size:13px;
	margin-left:1.5em;
	margin-bottom:7px;
	list-style-type: disc;
}

#contents .contents_contact{
	background-color:#fff;
	margin:0 32px 10px 45px;
	padding:52px 15px 42px 17px;
}

#contents .contents_contact h4 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}

#contents .contents_contact dl.list_contact_left{
	display:inline;
	width:420px;
}
#contents .contents_contact dl.list_contact_right{
	display:inline;
	width:420px;
}
#contents .contents_contact dl{
	margin-top:7px;
	overflow: hidden;
}
#contents .contents_contact dl dt{
	float: left;
    clear: left;
}
#contents .contents_contact dl dd{
	font-size:14px;
	line-height:1.4;
	padding-left: 4em;
}
#contents .contents_contact p{
	font-size:12px;
	padding-left:3px;
	line-height:1.4;
}

#contents p.txt_title02{
	width: 89%;
	padding-top: 25px;
	margin: 0 auto 25px;
	font-size: 14px;
	font-weight: bold;
	color: #E11C24;
	text-align: left;
}
#contents .tokuten-kome{
	width: 89%;
	padding-top: 25px;
	margin: 0 auto 25px;
	font-size: 14px;
	font-weight: bold;
	color: #E11C24;
	text-align: left;
	counter-reset: kome-counter;
}
#contents .tokuten-kome li{
	position: relative;
	padding-left: calc(2em + 4px);
	counter-increment: kome-counter;
}
#contents .tokuten-kome li::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※" counter(kome-counter);
}
#contents .syouhin table {
	margin:5px auto 0;
	width:960px;
}
#contents .syouhin table th {
	width:100px;
	font-size:16px;
	color:#333;
	background-color: #8ed1fd;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
	padding:7px 0;
	border-right: 2px solid #ACDAFF;
	border-bottom: 1px solid #ACDAFF;
}

#contents .syouhin table td {
	border-bottom: 1px solid #ACDAFF;
	border-right: 1px solid #ACDAFF;
	background-color: #ffffff;
	text-align: left;
	padding:15px 18px;
	font-size:16px;
	font-weight: bold;
}

#contents .syouhin table tr:first-child td:nth-child(3),
#contents .syouhin table tr:first-child td:nth-child(4) {
	width: 14%;
	font-size: 13px;
}

#contents .syouhin table td p, #contents .syouhin table td li{
	font-size:14px;
	font-weight: bold;
	line-height:1.4;
}

#contents .syouhin table td dl {
	font-weight: normal;
	overflow: hidden;
}

#contents .syouhin table td dt {
	float: left;
    clear: left;
}

#contents .syouhin table td dl dd {
	padding-left: 6em;
}

#contents .syouhin table td.lisft{
	width: 110px;
	text-align:center;
}

#contents .syouhin table td span.kaisu {
	color: green;
}
#contents .syouhin table td.kahi{
	text-align:center;
	vertical-align:middle;
	width:50px;
	font-size:32px;
	font-weight: normal;
}
.endseason{
	margin-top:20px!important;
	color:#dd0000;
	font-weight:bold;
	text-align:center;
	font-size:120%!important;
}


#contents .ticket_top {
	display: block;
	width: 450px;
	margin: auto;
}

#contents .ticket_top img {
	width: 100%;
}

/*利用注意事項*/
#contents .contents_caution h5 {
	margin:10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}
#contents .contents_caution h5 span {
		font-weight:bold;
	font-size:16px;
}

/*スキー場以外の特典情報*/
#contents .other_tokuten {
	width: 89%;
	margin: 0 auto;
}
#contents .other_tokuten table {
	table-layout: fixed;
	border: 1px solid #748863;
	border-collapse: separate;
	border-spacing: 3px;
	/*margin-bottom: 1.5em;*/
}

#contents .other_tokuten th,
#contents .other_tokuten td {
	vertical-align: middle;
	padding: 1em;
}


#contents .other_tokuten th {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #20A384;
}

#contents .other_tokuten td {
	background-color: #F8FDBB;
}

#contents .other_tokuten th:first-child,
#contents .other_tokuten td:first-child {
	width: 42%;
	/*border-right: 3px solid #fff;*/
}

#contents .other_tokuten tr:not(:last-child) td {
	/*border-bottom: 3px solid #fff;*/
}

/* ==============================

        20190925 追記

============================== */

body {
	-webkit-text-size-adjust: 100%;
}

#contents .box_01 .bg_box_title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 16%;
}

#contents .box_01 .bg_box_title01 {
    background: url(../images/bg_title_ticket01.gif) center no-repeat;
    background-size: cover;
}

#contents .box_01 .bg_box_title02 {
    background: url(../images/bg_title_ticket02.gif) center no-repeat;
    background-size: cover;
}

#contents .box_01 h2.box_title {
    position: absolute;
    top: 50%;
    padding-left: 1em;
	color: #FFF;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 30px;
	font-weight: bold;
    line-height: 30px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#contents .syouhin table tr:nth-child(2n+1) td {
    background-color: #eef8ff;
}

#contents .syouhin table tr td.cell_color02{
	background:#8ed1fd;
	vertical-align:middle;
	padding:7px 0 7px 18px;
}

/* ==============================

        20191001- 追記

============================== */

.box_buy_text {
    padding-top: 1em;
    flex-grow: 1;
}

.box_buy_text_head {
    font-size: 20px;
    font-weight: bold;
    color: #ED5180;
}

.box_buy_icon {
    padding: 10px;
}

.box_buy_image {

}

#contents .text_color03 {
	color:#d70f0f;
}

#contents .text_list_icon {
    display: inline-block;
    padding-right: 0.25em;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
	color: #0094DF;
}

#contents .syouhin table td dl dd.text_caution_night {
	padding-left: 1em;
}

/* ==============================

        2020250922- 追記

============================== */
#contents .register{
	margin-top: 40px;
}
#contents .register.-mail{
	display: none;
}
#contents .register__ttl{
	display: flex;
	align-items: center;
	margin: 0 20px;
	line-height: 1.3;
	text-align: center;
	color: #0094df;
	font-size: 30px;
	font-weight: bold;
}
#contents .register__ttl::before,
#contents .register__ttl::after{
	flex: 1;
	content: "";
	display: inline-block;
	width: 200px;
	height: 8px;
	border-radius: 50vw;
	background: #0094df;
	background: repeating-linear-gradient(-45deg, rgba(0, 148, 223, 0), rgba(0, 148, 223, 0) 3px, rgba(0, 148, 223, 100%) 4px, rgba(0, 148, 223, 100%) 7px);
}

#contents .register__ttl::before{
	margin-right: 24px;
}
#contents .register__ttl::after{
	margin-left: 24px;
}
#contents .register-link{
	display: inline-flex;
	align-items: center;
	margin: 0 4px;
	text-decoration: none;
}
#contents .register-link span{
	text-decoration: underline;
}
#contents .register-link .m-ico{
	margin-left: 2px;
	color: #333;
	font-size: 20px;
}

#contents .register-mail-acc{
	margin-top: 40px;
	text-align: center;
}
#contents .register-mail-bt{
	position: relative;
	cursor: pointer;
	padding: 16px 56px 16px 24px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
	border-radius: 8px;
	background: #ED5180;
    transition: opacity .2s ease-out;
}
#contents .register-mail-bt:hover{
	opacity: .6;
}
#contents .register-mail-bt::after{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Material Icons Round';
	content: "\e313";
	font-size: 3.0rem;
	line-height: 1;
}
#contents .register-mail-bt.is-open::after{
	content: "\e316";
}



