<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#topics {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}

h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
}
.crumb{
	width: 1000px;
	margin:8px auto;
	padding:8px 0;
}
.main_content{
	width:1000px;
	margin:auto;
}
.mainImage{
	width:100%;
	position:relative;
}
.mainImage img {
    width: 100%;
    vertical-align: bottom;
	max-width: 1024px;
	margin: auto;
}
article{
	padding:500px 0 0 0;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c9ddde), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c9ddde),color-stop(.75, #c9ddde), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
}
article.kanto_cont {
    padding: 1px 0 1px 0;
}
.tour_btn a{
	background:#f90;
	color:#fff;
	text-align: center;
	padding:8px 20px 8px 15px;
	margin:8px auto;
	display: block;
	border-radius: 30px;
	font-weight: bold;
	position: relative;
}
.tour_btn a:after{
	position: absolute;
	content:"";
	right:8px;
	top:0;
	bottom:0;
	width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ski_list{
	position:absolute;
	width:900px;
	margin:auto;
	left:0;
	right:0;
	bottom:-400px;
	background:#fff;
	padding: 30px 15px;
	border-radius:15px;
	align-items: center;
}
.ski_list.kanto_list {
    bottom: -100px;
    position: absolute;
    width: 900px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -56px;
    background: #fff;
    display: flex;
    padding: 30px 15px;
    border-radius: 15px;
    align-items: center;
}
.ski_list h2{
	color:#206691;
	margin-left:15px;
}
.ski_list h2:last-of-type {
    margin-top: 15px;
}
.ski_list ul{
	display:flex;
	flex-wrap:wrap;
	font-size:.9em;
}
.ski_list li {
    padding: 8px 15px;
    font-size: 1.1em;
    font-weight: bold;
}

.ski_list li a{
	border-bottom: 2px solid #206691;
    display: block;
    position: relative;
    padding: 8px 30px 8px 8px;
}
.ski_list li a:after{
	position: absolute;
    content: "";
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-left: 2px solid #206691;
    border-bottom: 2px solid #206691;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.ski_cont .main_content{
	background:#fff;
	padding:30px;
	margin-bottom:30px;
	border-top:8px solid #206691;
}

.point {
    background: #206691;
    margin: 40px auto 30px;
    padding: 30px 0;
    color: #fff;
}
.point h2 {
	font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 8px;
}

.point ul {
    display: flex;
}
.point li {
    margin: 0 15px;
    padding: 8px;
}
.point h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 8px;
    padding: 8px 12px;
    position: relative;
}
.point h3:before,.point h3:after {
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
.point h3:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top:0;
  left: 0;
}

.point h3:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom:0;
  right: 0;
}
.resort_name{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin-bottom: 30px;
    font-size: 2em;
}
.resort_name span{
	font-family: 'Francois One', sans-serif;
	display:block;
}
.resort_info{
    display: flex;
}
.resort_inner {
    display: flex;
    align-items: flex-start;
	margin: 10px 0px 0px 0px;
}
.resort_img{
	width:30%;
	flex:0 0 30%;
	margin:15px;
	position: relative;
	z-index: 0;
}
.resort_img img {
    width: 100%;
    vertical-align: bottom;
}
/*.resort_img:after{
	background-color: #FFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c9ddde), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c9ddde),color-stop(.75, #c9ddde), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
    content: '';
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    position: absolute;
}*/
.resort_text {
	position: relative;
    padding: 15px 0px 0px 30px;
}
.resort_text h3,.resort_info h3{
	font-size:1.5em;
	margin-bottom:8px;
	font-family: 'Noto Sans JP', sans-serif;
    color: #206691;
}
.resort_text h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color:#000;
}
.resort_info&gt;h3{
	text-align:center;
}
.resort_text p{
	margin-bottom:8px;
}
.tour-price span {
    color: #c00;
    font-weight: bold;
    font-size: 1.3em;
    margin-left: 5px;
}
.feature{
	position: absolute;
	right:0;
	top:0;
}
.feature ul{
	display: flex;
}
.feature li{
	padding:5px 5px 5px 30px;
	margin-left:10px;
	font-size: .9em;
}
.dep-night{
	background:#031179 url(../../img/topics/kansai_skibus/icon-bn-night.png) no-repeat 5px center;
	color:#fff;
}
.dep-morning{
	background:#fb6a00 url(../../img/topics/kansai_skibus/icon-btn-sun.png) no-repeat 5px center;
	color:#fff;
}
.feature .meal{
	border:1px solid #666;
	padding:5px;
}
.btn-list {
    margin-top: 30px;
}
.btn-list ul{
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: auto;
}
.btn-list li{
	position: relative;
	padding:10px 10px 8px;
	margin-left:15px;
	text-align:center;
}
.btn-list h4{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding: 0 8px;
	top: -11px;
	max-width: 80%;
	font-size: 1.1em;
}
.btn-night{
	border:#031179 2px solid;	
}
.btn-night h4{
	color:#031179;
}
.btn-morning{
	border:#fb6a00 2px solid;
}
.btn-morning h4{
	color:#fb6a00;
}
.tour_btn_list p {
    background: #999;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom:0;
}
.tour_btn_list ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	padding: 8px;
	background:#eee;
	margin-bottom:8px;
	border: 1px solid #999;
}
.tour_btn_list ul li{
	flex: 0 0 32.5%;
    margin-right: 5px;
    margin-bottom: 0;
}
.tour_btn_list ul li:nth-child(even) {
    margin-right: 0;
}
.tour_btn_list ul li:nth-child(3n){
	margin-right:5px;
}
.tour_btn_list .tour_btn a{
	margin: 0 auto 5px;
	border-radius: 8px;
}
.tour_btn_list .tour_btn span {
    display: block;
}
.tour_btn_list.r_list{
    display: inline-block;
    width: 48%;
}
.tour_btn_list.r_list:first-of-type {
    margin-right: 8px;
}
.tour_btn_list.r_list ul li{
	flex:0 0 49%;
}
.stay-plan {
    padding: 15px 0;
}
.ttl-stay {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    color: #333;
    background: #eee;
    padding: 5px 0;
}
.hotel-cont {
    display: flex;
}

.hotel-img {
    width: 150px;
    flex-shrink: 0;
}
.hotel-img img {
    width: 100%;
}
.hotel-info {
    padding: 0 10px;
}
.hotel-name {
    font-weight: bold;
    font-size: 1.1em;
}
.stay-plan li {
    margin-bottom:15px;
}
/*skibus top*/
article.departure-cont {
    padding: 50px 0;
}
.ski_cont {    
    width: 80%;
    margin: 50px auto;
}
.ski_cont.ski-top{
	display: flex;
	justify-content: center;

}
.departure {
    flex: 0 0 32%;
    width: 32%;
    margin: 0 10px;
}
.ski-top-kanto .departure {
    flex: 0 0 25%;
}
.departure a{
	display: block;
    background: #fff;
    padding: 15px;
    flex: 0 0 30%;
    text-align: center;
    border-radius: 5px;
}
.departure h2 {
	position: relative;
    margin: 0px 10px 10px 0px;
    font-size: 1.1rem;
}
.departure h2 span:before,.departure h2 span:after{
	content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.departure h2 span:before {
    width: 20px;
    height: 20px;
    background: #f90;
    border-radius: 50%;
    right: -22px; 
}
.departure h2 span:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    right: -14px;
}
.departure img {
    width: 100%;
}
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
#bus-only .resort_text p a {
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #999;
    padding: 5px 15px;
    justify-content: space-between;
}
#bus-only .bus-price {
    color: #c00;
    font-weight: bold;
    width: 12%;
}
#bus-only .resort_img {
    flex: 0 0 30%;
}
#bus-only .resort_text {
    flex: 0 0 70%;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {
article{
	padding: 15px 0 0 0;
}
.main_content{
	width:100%;
}
.ski_list{
	display:block;
	width: 100%;
	bottom: 0;
    position: relative;
    padding: 8px;
}
.ski_list.kanto_list{
	bottom: 0;
}
.ski_list h2{
	margin-left: 10px;
}
.ski_list ul{
	width:inherit;
}
.ski_list li{
	flex: 0 0 50%;
    padding: 8px;
    font-size: 1em;
}
.point h2{
	font-size:1.2em;
}
.point ul {
    display: block;
}
.point li {
    margin: 0 8px;
    padding: 8px;
}

.point h3{
	text-align: center;
	padding: 8px;
}
.point h3:before, .point h3:after{
	width:15px;
	height:15px;
}
.ski_cont .main_content{
	padding: 10px;
}
.resort_name{
	margin-bottom:15px;
	font-size:1.5em;
}
.resort_info {
    display: block;
    margin:30px 0;
}
.resort_inner{
	display: block;
}
.resort_img {
    width: 80%;
    overflow: hidden;
    margin: auto;
    height: 200px;
}
.resort_img img {
    width: 100%;
}
.resort_text{
	padding:50px 0 0 0;
	margin-top: 15px;
}
.resort_text h3{
	text-align: center;
}

.btn-list li{
	margin: 0 0 20px 0;
}
.btn-list li:first-child {
    margin-right: 8px;
}
.tour_btn_list ul{
	width: 100%;
    justify-content: space-around;
}
.tour_btn_list ul li{
	flex: 0 0 32.2%;
}
.hotel-cont{
	display: block;
}
.hotel-img {
    width: 30%;
    float: left;
}
.hotel-info {
    padding: 0 0 0 10px;
    float: left;
    width: 70%;
    margin-bottom: 20px;
}
.stay-plan ul{
	clear:both;
}
.ski_cont{
	flex-direction: column;
	width: 96%;
    margin: 20px auto;
}
.departure{
	width: 96%;
	margin-bottom: 15px;
}
.departure a{
	display: flex;
	padding: 15px;
	align-items: center;
}
.departure h2 {
    font-size: 1rem;
    order: 1;
    text-align: left;
    margin-left: 15px;
}
.departure img {
    width: 30%;
    order: 0;
}

}
.sp-only { display: block!important; }
.pc-only { display: none!important; }
@media  (min-width: 787px) {
    .sp-only { display: none!important; }
    .pc-only { display: block!important; }
}


@media screen and (max-width : 767px){
.departure{
	width: 95%;
	margin: 0px 5px 10px 9px;
}
.departure h2 {
    font-size: 1.1rem;
    order: 1;
    text-align: left;
    margin-left: 15px;
}	
.departure h2 span:before {
    width: 24px;
    height: 24px;
    background: #f90;
    border-radius: 50%;
    right: -20px; 
}	
.departure h2 span:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    right: -11px;
}
.resort_text{
	padding:10px 0 0 0;
	margin-top: 15px;
}	
.resort_text h3{
	text-align: center;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}	
.resort_inner{
	display: block;
    margin: 30px auto;
}	
}
.sp-only { display: block!important; }
.pc-only { display: none!important; }
@media  (min-width: 787px) {
    .sp-only { display: none!important; }
    .pc-only { display: block!important; }
}


@media screen and (max-width : 767px){
article.kanto_cont{
    padding: 1px 0 1px 0;
}
.feature{
	position: absolute;
	right:0;
	top: -10px;
}	
.point {
    background: #206691;
    margin: 13px auto 14px;
    padding: 14px 0;
    color: #fff;
}
#bus-only .bus-price {
    color: #c00;
    font-weight: bold;
    width: 17%;
}
}</pre></body></html>