@charset "utf-8";


.font-size-12{font-size: 12px;}


input.datepicker,
.datepicker tbody td:hover{
	cursor: pointer;
}
.table-condensed thead tr:nth-child(2){
	background:#ddd;
	border: 1px solid #d3d3d3;
	cursor:default !important;
}
.table-condensed thead tr:nth-child(2) th:hover{
	background:#fee6ee !important;
}
.table-condensed{
	font-size:15px;
	border: 1px solid #d3d3d3;
}
.table-condensed th,
.table-condensed td{
	padding:7px !important;
	border-radius:0;
}
.table-condensed td.day.active,
.table-condensed td.day.focused,
.table-condensed td.day:hover{
	border-radius:0px;
}

.table-condensed td.day:hover{
	background:#fee6ee !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover{
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
}
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active:hover{
	color:#333 !important;
}
.datepicker-days .table-condensed thead tr:last-child th{
	background:#f4f4f4;
	border:1px solid #d3d3d3;

}
.datepicker-days td:last-child{
	color:#006699;
	background:#e8f2fa;
}
.datepicker-days td:first-child{
	color:#ff384c;
	background:#ffeefd;
}
.datepicker-days td{
	border:1px solid #d3d3d3;
}
.datepicker table tr td span{
	height:40px;
	line-height:40px;
}
.datepicker td.holiday{
	color: #ff384c;
	background: #ffeefd;
}



/* ====================================
セクション分けの設定
==================================== */
#section-toursearch,
#section-willercolle,
#section-othercontents,
#section-collaboration{
	margin-bottom: 64px;
}
#section-campaignsearch{
	margin-bottom: 81px;
}
#section-bussearch{
	position: relative;
	top: -40px;
	margin-bottom: 24px;
	margin-bottom: 64px;
}
@media (max-width: 767px){
	#section-toursearch,
	#section-willercolle,
	#section-othercontents{
		margin-bottom: 30px;
	}
	#section-campaignsearch{
		margin-bottom: 57px;
	}
	#section-bussearch{
		position: relative;
		top: 0px;
		margin-bottom: 68px;
	}
}







/* ====================================
メインスライド部分
==================================== */
@media (max-width: 767px){
	#section-hero{
		margin-bottom: 53px;
	}
}
.slide-cpn-area{
	background: #fff;
	overflow: hidden;
}
.slick-slider{
	margin-bottom: 0;
}


/*スライドのドットの装飾
----------------------------------------*/
.slick-dots{
	position: absolute;
	bottom:54px;
    width: 100%;
    max-width: 1030px;
    padding: 0;
    left: 50%;
    margin-left: -515px;
    list-style: none;
    text-align: right;
}
@media (max-width: 991px){
	.slick-dots{
		bottom:54px;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	    left: initial;
	    margin-left: 0;
	    list-style: none;
	    text-align: right;
	}
}
@media (max-width: 767px){
	.slick-dots{
		bottom:4px;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	    left: 0;
	    margin-left: 0;
	    list-style: none;
	    text-align: right;
	}
}
.slick-prev,
.slick-next{
    z-index: 1;
    display: none;
}
.slick-prev:before,
.slick-next:before{
	color: #fff;
	display: none;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-dots li{
	width: 60px;
	height: 4px;
}
.slick-dots li button{
	width: 60px;
	height: 4px;
}
.slick-dots li button:before{
	opacity:1;
	content:"";
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 4px;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background: rgba(0,0,0,0.8);
}
@media (max-width: 767px){
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before{
		width: 30px;
	}
}



/*スライドのイメージの設定
----------------------------------------*/
.bg-hero-img{
	position: relative;
	height: 720px;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
}
@media (max-width: 991px){
	.bg-hero-img{
		height: 590px;
	}
}
@media (max-width: 767px){
	.bg-hero-img{
		height: 290px;
	}
}

.container-hero-in{
	width: 100%;
	max-width: 1170px;
	margin:0 auto;
	position: relative;
	height: 100%;
}


/* スライド　最安値 */
.bg-saiyasune-02{
	background-image: url(/static/img/index/hero-saiyasune-old-02.jpg?20200228);
	background-size: 1600px 836px;
	background-position: bottom center;
}
.position-saiyasune-02-02{
	position: absolute;
	top: 280px;
	left: 50%;
	width: 100%;
	max-width: 917px;
	margin-left: -458.5px;
}
.position-saiyasune-02-03{
	position: absolute;
	bottom:0;
	left: 0%;
	width: 100%;
	max-width: 390px;
}
.position-saiyasune-02-04,
.position-saiyasune-02-05{
	display: none !important;
}

@media (max-width: 1366px){
.bg-saiyasune-02{
	background-image: url(/static/img/index/hero-saiyasune-old-02.jpg?20200228);
	background-size: cover;
	background-position: bottom right;
}
	.position-saiyasune-02-02{
		top: 220px;
		max-width: 700px;
		margin-left: -350px;
	}
	.position-saiyasune-02-03{
		max-width: 300px;
		left: 0;
	}
}
@media (max-width: 767px){
	.position-saiyasune-02-02{
		top: 100px;
		max-width: 500px;
		margin-left: -250px;
	}
	.position-saiyasune-02-03{
		left: -10px;
		bottom:-30px;
		max-width: 180px;
	}
}
@media (max-width: 576px){
	.position-saiyasune-02-02{
		display: none !important;
	}
	.position-saiyasune-02-03{
		left: -30px;
		bottom:-30px;
	}
	.position-saiyasune-02-04{
		display: block !important;
		position: absolute;
		top: 70px;
		left: 50%;
		max-width: 320px;
		margin-left: -160px;
	}
	.position-saiyasune-02-05{
		display: block !important;
		position: absolute;
		top: 70px;
		left: 50%;
		max-width: 320px;
		margin-left: -160px;
	}
}


/* スライド　水曜レストランバス */
.bg-restran{
	background-image: url(/static/img/index/hero-restran-01.jpg?20190405);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.position-restran-02{
	position: absolute;
	bottom: 74px;
	left: 20px;
	width: 100%;
	max-width: 214px;
}
.position-restran-03{
	position: absolute;
	bottom: 370px;
	left: 50%;
	width: 100%;
	max-width: 524px;
	margin-left: -262px;
}
@media (max-width: 991px){
	.position-restran-02{
		bottom: 34px;
		left: 0px;
	}
	.position-restran-03{
		position: absolute;
		bottom: 270px;
		left: 50%;
		width: 100%;
		max-width: 524px;
		margin-left: -262px;
	}
}
@media (max-width: 767px){
	.position-restran-02{
		bottom: 0px;
		left: 0px;
		max-width: 120px;
	}
	.position-restran-03{
		position: absolute;
		bottom: 150px;
		left: 50%;
		width: 100%;
		max-width: 300px;
		margin-left: -150px;
	}
}
@media (max-width: 576px){
	.bg-restran{
		background-image: url(/static/img/index/hero-restran-01.jpg?20190405);
		background-position: left bottom;
		background-size: cover;
		position: relative;
	}
	.position-restran-02{
		bottom: 0px;
		left: 0px;
		max-width: 120px;
	}
	.position-restran-03{
		position: absolute;
		bottom: 150px;
		left: 50%;
		width: 100%;
		max-width: 300px;
		margin-left: -150px;
	}
}


/* スライド　タイムセール */
.bg-timesale{
	background-image: url(/static/img/index/hero-timesale-02.png);
	background-position: left center;
	background-repeat: repeat;
}
.bg-timesale .container-hero-in{
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	top: 160px;
}
.position-timesale-01{
	margin:0 auto;
}
@media (max-width: 991px){
	.bg-timesale .container-hero-in{
		position: absolute;
		top: auto;
		bottom:20px;
		left: 0;
		width: 100%;
		height: auto;
	}
	.position-timesale-02{
		margin:0 auto;
	}
}
@media (max-width: 767px){
	.bg-timesale .container-hero-in{
		bottom:0px;
	}
	.position-timesale-02{
		margin:0 auto;
		width: 100%;
		max-width: 500px;
	}
}
@media (max-width: 576px){
	.bg-timesale .container-hero-in{
		bottom: 20px;
	}
}


/* スライド　水曜 */
.bg-wed{
	background-image: url(/campaign/wednesday/img/parts/gd/bg-stripe.png), linear-gradient(to right, #47c0d9 0%,#47e6b4 100%);
    background-repeat: repeat, no-repeat;
}
.bg-wed .container-hero-in{
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	top: 190px;
}
.position-wed-01{
	margin:0 auto;
}
.position-wed-02{
	display: none !important;
}
@media (max-width: 991px){
	.bg-wed .container-hero-in{
		position: absolute;
		top: auto;
		bottom:100px;
		left: 0;
		width: 100%;
		height: auto;
	}
	.position-wed-02{
		margin:0 auto;
	}
}
@media (max-width: 767px){
	.bg-wed .container-hero-in{
		bottom:0px;
	}
}
@media (max-width: 576px){
	.bg-wed .container-hero-in{
		bottom: 0px;
	}
.position-wed-01{
	display: none;
}
.position-wed-02{
	display: block !important;
}
}


/* スライド　歳末 */
.bg-newyear{
	background: url(/campaign/newyear/img/bg.png);
	background-position: left center;
	background-repeat: repeat;
}
.bg-newyear .container-hero-in{
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	top: 190px;
}
.position-newyear-01{
	margin:0 auto;
}
@media (max-width: 991px){
	.bg-newyear .container-hero-in{
		position: absolute;
		top: auto;
		bottom:100px;
		left: 0;
		width: 100%;
		height: auto;
	}
	.position-newyear-02{
		margin:0 auto;
	}
}
@media (max-width: 767px){
	.bg-newyear .container-hero-in{
		bottom:0px;
	}
	.position-newyear-02{
		margin:0 auto;
		width: 100%;
		max-width: 500px;
	}
}
@media (max-width: 576px){
	.bg-newyear .container-hero-in{
		bottom: 20px;
	}
}

/* スライド　もひかん */
.bg-mohikan{
	background: #f1f1f3;
}
.anime_bg {
    width: 100%;
    background: url(/campaign/blumio/img/biglogo.png) repeat-x 0 0;
    position: absolute;
    bottom: 80px;
    background-size: auto 100%;
    opacity: 0.02;
    z-index: 0;
    height: 332px;
    animation: bg-slider 16s linear infinite;
    z-index: 1;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -2957px 0; } /* 1518pxとは使用した背景画像の長さ */
}
.bg-mohikan .container-hero-in{
	text-align: center;
	position: relative;
	z-index: 2;
}
.position-mohikan-01{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.position-mohikan-01 img{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
.mohikan-sp{
	display: none !important;
}
@media (max-width: 767px){
.position-mohikan-01 img{
	max-width: 500px;
}
.anime_bg {
    bottom: 10px;
    height: 232px;
}

}
@media (max-width: 500px){
.mohikan-pc{
	display: none !important;
}
.mohikan-sp{
	display: block !important;
}
}

/* スライド　シアター */
.bg-willertheater{
background: #000;
position: relative;
}
.bg-willertheater .container-hero-in{
	text-align: center;
	width: 100%;
	max-width: 1800px;
	overflow: hidden;
}
.position-willertheater-01{
	width: 1803px;
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin-left: -901.5px;
}
.lg-img-block{
	display: block !important;
}
.md-img-block{
	display: none !important;
}
@media (max-width: 1803px){
.lg-img-block{
	display: none !important;
}
.bg-willertheater .container-hero-in{
	position: absolute;
	bottom:70px;
	overflow: initial;
	height: auto;
}
.md-img-block{
	display: block !important;
	margin:0 auto;
	width: 100%;
	max-width: 1160px;
}
}
@media (max-width: 767px){
.md-img-block{
	display: none !important;
}
.position-willertheater-01{
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	margin-left: 0;
}
.lg-img-block{
	display: block !important;
	margin:0 auto;
	width: 100%;
}
}
@media (max-width: 576px){
.lg-img-block{
	display: none !important;
}
.bg-willertheater .container-hero-in{
	position: absolute;
	bottom:10px;
}
.position-willertheater-01{
	position: relative;
	width: 100%;
	max-width: 360px;
	left: 0;
	margin:0 auto;
	bottom:0;
}
}


/* スライド　TDR */
.bg-kvtdr{
background: url(/static/img/index/bg-tdr.jpg) no-repeat top center;
background-size: cover;
}
.position-kvtdr-01{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.position-kvtdr-01 img{
	margin:0 0 0 -50px;
}
.position-kvtdr-02{
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
}
.position-kvtdr-02 img{
	margin:0 auto;
}
.position-kvtdr-03{
	position: absolute;
	bottom: 80px;
	right: 70px;
	width: 100%;
}
.position-kvtdr-03 img{
	margin:0 0 0 auto;
}
.position-kvtdr-04{
		display: none !important;
}
@media (max-width: 990px){
.position-kvtdr-01{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 90%;
}
.position-kvtdr-01 img{
	margin:0 0 0 -50px;
}
.position-kvtdr-02{
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
}
.position-kvtdr-02 img{
	margin:0 auto;
	max-width: 550px;
}
.position-kvtdr-03{
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 100%;
	max-width: 40%;
}
.position-kvtdr-03 img{
	width:100%;
	max-width: 495px;
}
}
@media (max-width: 767px){
.position-kvtdr-01{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 90%;
}
.position-kvtdr-01 img{
	margin:0 0 0 -80px;
}
.position-kvtdr-02{
	position: absolute;
	top: 40px;
	left: auto;
	right: 0;
	width: 100%;
	max-width: 45%;
}
.position-kvtdr-02 img{
	margin:0 0 0 auto;
	width: 100%;
}
.position-kvtdr-03{
	position: absolute;
	bottom: 20px;
	right: 6.5%;
	width: 100%;
	max-width: 32%;
}
.position-kvtdr-03 img{
	width:100%;
}
}
@media (max-width: 620px){
.position-kvtdr-01{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 100%;
}
.position-kvtdr-01 img{
	margin:0 0 0 -80px;
}
.position-kvtdr-02{
	position: absolute;
	top: 40px;
	left: auto;
	right: 0;
	width: 100%;
	max-width: 50%;
}
.position-kvtdr-03{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	max-width: 40%;
}
}
@media (max-width: 576px){
.position-kvtdr-01{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 80%;
}
.position-kvtdr-01 img{
	margin:0 0 0 -40px;
}
.position-kvtdr-02{
	position: absolute;
	top: 30px;
	left: auto;
	right: 0;
	width: 100%;
	max-width: 100%;
}
.position-kvtdr-02 img{
	margin:0 auto;
	width: 100%;
	max-width: 380px;
}
.position-kvtdr-03{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 100%;
	max-width: 40%;
}
}
@media (max-width: 380px){
	.position-kvtdr-01,
	.position-kvtdr-02,
	.position-kvtdr-03{
		display: none !important;
	}
	.position-kvtdr-04{
		display: block !important;
	}
.position-kvtdr-04{
	position: absolute;
	bottom:0px;
	left: 0;
	width: 100%;
}
.position-kvtdr-04 img{
	width: 100%;
	margin:0 auto;
}
}



/* スライド　ジェットスター */
.bg-air{
background: #1d68b2;
background: -moz-linear-gradient(top,  #1d68b2 0%, #6dd9f4 100%);
background: -webkit-linear-gradient(top,  #1d68b2 0%,#6dd9f4 100%);
background: linear-gradient(to bottom,  #1d68b2 0%,#6dd9f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d68b2', endColorstr='#6dd9f4',GradientType=0 );
position: relative;
}

.position-air-01{
	position: absolute;
	left: 0;
	bottom: 60px;
	max-width: 50%;
}
.position-air-02{
	position: absolute;
	right: 0;
	bottom: 60px;
	max-width: 70%;
}
.position-air-03{
	display: none !important;
}

@media (min-width: 1400px){
	.bg-air .container-hero-in{
		max-width: 1336px;
	}
}


@media (max-width: 1399px){
	.bg-air .container-hero-in{
		max-width: 1170px;
	}
	.position-air-01{
		bottom: 80px;
	}
	.position-air-02{
		bottom: 80px;
	}
}

@media (max-width: 767px){
	.position-air-01{
		bottom: 10px;
	}
	.position-air-02{
		bottom: 10px;
	}
}
@media (max-width: 480px){
	.position-air-01{
		display: none !important;
	}
	.position-air-02{
		display: none !important;
	}
	.position-air-03{
		display: block !important;
		position: absolute;
		bottom:10%;
		width: 100%;
		left: 0;
	}
}



/* スライド　卒業旅行 */
.bg-graduate{
	background-image: url(/static/img/index/bg-graduate.jpg);
	background-size:cover;
	background-position: top center;
}
.position-graduate-01{
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
}
.position-graduate-01 img{
	width: 100%;
	max-width: 400px;
}
.position-graduate-02{
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 100%;
	text-align: right;
}
.position-graduate-02 img{
	margin:0 0 0 auto;
	width: 100%;
	max-width: 320px;
}
.position-graduate-03{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.position-graduate-03 img{
	margin:0 auto;
}

@media (max-width: 991px){
	.position-graduate-01{
		left: 20px;
	}
	.position-graduate-02{
		right:20px;
	}
	.position-graduate-01 img{
		max-width: 300px;
	}
	.position-graduate-02 img{
		width: 100%;
		max-width: 300px;
	}
}
@media (max-width: 767px){
	.position-graduate-01{
		left: 10px;
		top: 60px;
	}
	.position-graduate-02{
		right:10px;
		bottom: 10px;
	}
	.position-graduate-01 img{
		max-width: 200px;
	}
	.position-graduate-02 img{
		max-width: 200px;
	}
	.position-graduate-03 img{
		width: 100%;
		max-width: 300px;
	}
}
@media (max-width: 576px){
	.position-graduate-01{
		left: 5px;
		top: 40px;
		width: 42%;
	}
	.position-graduate-02{
		right:5px;
		bottom: 20px;
		width: 42%;
	}
	.position-graduate-01 img{
		max-width: 140px;
	}
	.position-graduate-02 img{
		max-width: 140px;
	}
	.position-graduate-03 img{
		margin:0 0 0 auto;
	}
	.position-graduate-03 img{
		max-width: 320px;
	}
}

/* スライド　定期観光 */
.bg-teikikankou{
	background: url(/static/img/index/bg-teikikankou.jpg) no-repeat bottom center;
	background-size: cover;
}
.position-teikikankou-01{
	position: absolute;
	bottom: 10px;
	left: 106px;
}

.position-teikikankou-02{
	position: absolute;
	top: 194px;
	right: 200px;
}

.position-teikikankou-03{
	position: absolute;
	bottom: 70px;
	right: 100px;
}
.position-teikikankou-04{
	display: none !important;
}

@media (max-width: 1180px){
.position-teikikankou-01{
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.position-teikikankou-02{
	position: absolute;
	top: 200px;
	right: 110px;
	width: 46%;
}
.position-teikikankou-03{
	position: absolute;
	bottom: 70px;
	right: 45px;
}
}

@media (max-width: 991px){
.position-teikikankou-01{
	position: absolute;
	bottom: 10px;
	left: 40px;
	width: 31.5%;
}

.position-teikikankou-02{
	position: absolute;
	top: 170px;
	right: 110px;
	width: 46%;
}


.position-teikikankou-03{
	position: absolute;
	bottom: 60px;
	right: 50px;
	width: 33%;
}
}

@media (max-width: 767px){
.position-teikikankou-01{
	position: absolute;
	bottom: -10px;
	left: 60px;
	width: 25%;
}

.position-teikikankou-02{
	position: absolute;
	top: 80px;
	right: 80px;
	width: 44%;
}

.position-teikikankou-03{
	position: absolute;
	bottom: 16px;
	right: 50px;
	width: 30%;
}
}
@media (max-width: 576px){
.position-teikikankou-01{
	position: absolute;
	bottom: -10px;
	left: 60px;
	width: 30%;
}

.position-teikikankou-02{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 50%;
}

.position-teikikankou-03{
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 40%;
}
}
@media (max-width: 414px){
.position-teikikankou-01{
	position: absolute;
	bottom: -10px;
	left: 30px;
	width: 39%;
}

.position-teikikankou-02{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 50%;
}

.position-teikikankou-03{
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 40%;
}
}
@media (max-width: 375px){
.position-teikikankou-01{
	position: absolute;
	bottom: -10px;
	left: 10px;
	width: 42%;
}

.position-teikikankou-02{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 52%;
}

.position-teikikankou-03{
	position: absolute;
	bottom: 16px;
	right: 10px;
	width: 48%;
}
}


#section-hero .col-4{
	flex: 0 0 33.233333%;
	max-width: 33.233333%;
}
.nav-contents-category{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #333;
	font-size: 12px;
	position: relative;
	/*border-bottom: 4px solid #dbdbdb;*/
}
.nav-contents-category.nav-contents-park{
	display: block;
	width: 98%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #333;
	font-size: 12px;
	position: relative;
	border: 4px solid #7ad3f4;
	border-width: 4px 2px 4px 4px;
	border-radius: 0;
	margin-top: 4px;
	margin-left: auto;
	margin-right: 0;
}
.row-0 .col-6:last-child .nav-contents-category.nav-contents-park{
	border-width: 4px 4px 4px 2px;
	margin-left: 0;
	margin-right: auto;
}
.nav-contents-category.bg-icon-bus{background: url(/static/img/common/icon/i-nav-bus.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-tour{background: url(/static/img/common/icon/i-nav-tour.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-ferry{background: url(/static/img/common/icon/i-nav-ferry.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-train{background: url(/static/img/common/icon/i-nav-train.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-activity{background: url(/static/img/common/icon/i-nav-activity.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-overseas{background: url(/static/img/common/icon/i-nav-overseas.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-restaurant{background: url(/static/img/common/icon/i-nav-restaurant.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-airbus{background: url(/static/img/common/icon/i-nav-airbus.png) no-repeat 50% 20px;}
.nav-contents-category.bg-icon-ticket{background: url(/static/img/common/icon/i-nav-ticket.png) no-repeat 50% 10px;padding-top: 35px;}
.nav-contents-category.nav-contents-category:hover{
	text-decoration: none;
}
.nav-contents-category:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #dbdbdb;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: 1;
}
.nav-contents-category:before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ee6295;
	background: -moz-linear-gradient(left, #ee6295 0%, #da6bae 50%, #be77d2 100%);
	background: -webkit-linear-gradient(left, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	background: linear-gradient(to right, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6295', endColorstr='#be77d2',GradientType=1 );
	visibility: initial;
	z-index: 1;
}
.nav-contents-category:hover:after {
  transform: scale(0, 1);
}
.nav-contents-category-defa:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ee6295;
	background: -moz-linear-gradient(left, #ee6295 0%, #da6bae 50%, #be77d2 100%);
	background: -webkit-linear-gradient(left, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	background: linear-gradient(to right, #ee6295 0%,#da6bae 50%,#be77d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6295', endColorstr='#be77d2',GradientType=1 );
	visibility: initial;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: 1;
}
.nav-contents-category-defa:before{
  display: none;
}
.nav-contents-category-defa:hover:after {
	transform: initial;
}
.nav-contents-category.bg-icon-ticket:after {
	display: none;
}
.nav-contents-category.bg-icon-ticket:before{
	display: none;
}
.nav-contents-category.bg-icon-ticket:hover:after {
  display: none;
}

/* ====================================
共通部分
==================================== */
h1{
	margin: 0;
	padding: 0;
}
.toptitle-level-1{
	text-align: center;
	margin-bottom: 50px;
}
.toptitle-level-1-2{
	text-align: center;
	margin-bottom: 45px;
}
@media (max-width: 767px){
	.toptitle-level-1{
		margin-bottom: 28px;
	}
	.toptitle-level-1-2{
		text-align: center;
		margin-top: 28px;
		margin-bottom: 28px;
	}
}
.toptitle-level-2{
	text-align: center;
	margin-bottom: 36px;
}
.toptitle-level-2 span{
	display: block;
	text-align: center;
	color: #fd5586;
}
@media (max-width: 767px){
	.toptitle-level-2{
		margin-bottom: 20px;
	}
}

.toptitle-level-1 img,
.toptitle-level-2 img{
	margin-left: auto;
	margin-right: auto;
}


/*タイトル画像の調整
---------------------------------------*/
.img-width-max-254-sp-148{max-width: 254px;}
.img-width-max-254{max-width: 254px;}
.img-width-max-224{
	max-width: 224px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.img-title-tour-icon{
	width:96.92px;
	position: absolute;
	top: 0;
	left:-130px;
}
.img-width-max-250{width:100%;max-width: 250px;}
.img-width-max-382{width:100%;max-width: 382px;}
.img-width-max-238{width:100%;max-width: 238px;}
.img-width-max-200{width:100%;max-width: 200px;}
.img-width-max-400{width:100%;max-width: 480px;}

@media (max-width: 767px){
	.img-width-max-148{
		max-width: 386px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.img-title-bus-icon{
		width:76.92px;
		position: absolute;
		top: 0;
		left:-110px;
	}
}
@media (max-width: 576px){
	.img-width-max-148{
		max-width: 256px;
	}
	.img-title-bus-icon{
		width:53.52px;
		position: absolute;
		top: -18px;
		left:-40px;
	}
	.img-width-max-224{
		max-width: 150px;
	}
	.img-title-tour-icon{
		width:64.61px;
		top: -18px;
		left:-50px;
	}
	.img-width-max-250{max-width: 166px;}
	.img-width-max-382{max-width: 255px;}
	.img-width-max-238{max-width: 159px;}
	.img-width-max-254-sp-148{max-width: 168px;}
	.img-width-max-400{max-width: 300px;}
}



/* ====================================
バス予約部分
==================================== */

/*検索ボックス
---------------------------------------*/
.row-bus-searchbox{
	margin:0 auto 73px auto;
	width: 100%;
	max-width: 1030px;
}
.row-bus-searchbox-main{
	/*background: url(/static/img/common/icon/i-bussearch.png) 35px 50% #f989b1 no-repeat;
	padding: 35px 35px 35px 125px;*/
	padding: 30px 35px 10px 142px;
	margin-bottom: 16px;
	background: #f989b1;
	border-radius: 4px;

}

.col-bus-searchbox-05{
	width: 10%;
	float: left;
	padding: 0 0 0 8px;
	position: relative;
}
.col-bus-searchbox-02{
	width: 30%;
	float: left;
	padding: 0 8px 0 0;
}
.col-bus-searchbox-03,
.col-bus-searchbox-04{
	width: 30%;
	float: left;
	padding: 0 8px;
}
.col-bus-searchbox-06{
	width: 90.0000000001%;
	float:none;
	text-align: right;
	clear: both;
	padding-top: 10px;
}

@media (max-width: 991px){
	.col-bus-searchbox-02,
	.col-bus-searchbox-03,
	.col-bus-searchbox-04{
		width: 50%;
		padding: 5px 5px;
	}
	.col-bus-searchbox-05{
		width: 50%;
		float: left;
		padding: 5px 5px;
		position: relative;
		text-align: center;
	}
	.col-bus-searchbox-06{
		width: 100%;
		float:left;
		clear: initial;
	}
}
@media (max-width: 767px){
	.col-bus-searchbox-05,
	.col-bus-searchbox-02,
	.col-bus-searchbox-03,
	.col-bus-searchbox-04,
	.col-bus-searchbox-06{
		width: 100%;
		float: none;
		padding: 0;
	}
}


.col-bus-searchbox-01 img{
	margin-left: auto;
	margin-right: auto;
}
.col-bus-searchbox-02 select,
.col-bus-searchbox-03 select,
.col-bus-searchbox-04 select{
	width: 100%;
	font-size: 18px;
}

.col-bus-searchbox-06{
	padding-right: 2.5px !important;
}
.col-bus-searchbox-07{
	padding-left: 2.5px !important;
}


/*出発日から探す*/
.searchbox-dep-set{
	position: relative;
}
.icon-bussearch{
	position: absolute;
	top: 50%;
	left: 33px;
	margin-top: -61px;
}
@media (max-width: 991px){
	.icon-bussearch{
		position: absolute;
		top: 50%;
		left: 23px;
		margin-top: -86px;
	}
}
.searchbox-dep-set .config-accordion{
	pointer-events: none;
}

.btn-select-design-dep,
.btn-select-design-arriv,
.btn-select-design-date{
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
}
#departure_pref,
#arrival_pref{
	width: 100%;
	padding: 12px 10px;
	cursor: pointer;
	text-indent:60px;
	text-overflow: ellipsis;
	border: none;
	outline: none;

	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	height: auto;
	display: block;
	text-align: left !important;
}
#departure_date{
	width: 100%;
	padding: 12.2px 10px;
	cursor: pointer;
	text-indent:60px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	height: auto;
}
#departure_pref::-ms-expand,
#arrival_pref::-ms-expand,
#departure_date::-ms-expand {
    display: none;
}
.btn-select-design-dep,
.btn-select-design-arriv,
.btn-select-design-date{
	position: relative;
	border-radius: 2px;
	background: url(/static/img/common/icon/i-nav-dep.png) #fff no-repeat 94% 50%;
	position: relative;
	border-radius: 3px;
}
#departure_date{
	background: url(/static/img/common/icon/i-nav-day.png) #fff no-repeat 94% 50% !important;
}
.btn-select-design-dep::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: '出発地';
	font-size: 14px;
	margin-top: -8px;
	color: #666;
}
.btn-select-design-arriv::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: '到着地';
	font-size: 14px;
	margin-top: -8px;
	color: #666;
}
.btn-select-design-date::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: '出発日';
	font-size: 14px;
	margin-top: -8px;
	color: #666;
}

input#departure_date::placeholder,
#departure_date.datepicker{
  color: #333 !important;
  text-align: left !important;
  font-size: 18px;
}
#departure_pref.form-control select,
#arrival_pref.form-control select {
	color: #da3c41;
	padding: 10px 10px !important;
}

.btn-reverse01{
    font-size: 12px;
    color: #fff;
    border:none;
    cursor: pointer;
    background: none;
    text-decoration: underline;
}
@media (max-width: 991px){
	.btn-reverse01{
	    position: relative;
	    top: -5px;
	}
}
@media (max-width: 767px){
	.btn-reverse01{
	    color: #f53d7e;
	    position: absolute;
	    right: 15px;
	    top: 50%;
	    margin-top: -18px;
	}
}

.datepicker{
    padding-top: 6px;
    font-size: 16px;
    text-align: center;
    background: #fff !important;
}
.btn-search{
	display: block;
	background: #f53d7e;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 16px 16px;
	text-align: center;
	border:none;
	cursor: pointer;
	margin-bottom: 0;
}

/*ボタン*/
.btn-search-main-pink{
	display: block;
	background: #f53d7e;
	border-radius: 2px;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 10px 12px 12px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.btn-search-main-pink small{
	font-weight: normal;
}
.btn-search-main-pink:hover{
	opacity: .5;
	color: #fff;
	text-decoration: none;
}
.bg-icon-dep img,
.bg-icon-rosen img,
.bg-icon-seat img{
	position: relative;
	top: -1px;
	margin-right: 15px;
}

.bus-search-other-link{
	float: right;
	/*margin-top: 16px;*/
}
.btn-search-ofukunado{
	float: left;
	margin-right: 16px;
}
.bus-search-other-link .btn-search-ofukunado:last-child{
	float: right;
	margin-right: 0;
	/*margin-left: 16px;*/
}
.btn-search-ofukunado a{
	background: #fdd7e5;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 8px 25px;
	border-radius: 50px;
	color: #f53d7e;
}
.btn-search-ofukunado a:hover{
	background: #f53d7e;
	color: #fff;
}
.btn-search-ofukunado a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 15px;
}

@media (max-width: 991px){
	.btn-search{
		display: block;
		width: 100% !important;
	}
	.bus-search-other-link{
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.btn-search{
		display: inline-block;
		background: #666;
		border-radius: 2px;
		color: #fff;
		text-decoration: none;
		padding: 16px 6px;
		text-align: center;
		border:none;
		cursor: pointer;
		margin: 0 auto;
		max-width: 140px;
	}
	.row-bus-searchbox{
		background: #feebf2;
		margin-bottom: 5px;
		padding: 0px 15px;
	}

	.col-bus-searchbox-02,
	.col-bus-searchbox-03{
		margin-bottom: 5px;
	}
	.col-bus-searchbox-04{
		margin-bottom: 20px;
	}
	.col-bus-searchbox-05{
		margin-bottom: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #fddae7;
	}
	.row-bus-searchbox-main{
		padding: 15px 0 0 0;
		margin-bottom: 0px;
		background: none;
		border-radius:0;
	}
	.btn-search-main-pink{
		font-size: 15px;
		margin-bottom: 0;
		padding: 15px 5px 15px 5px;
	}
	.btn-search-main-pink.config-accordion{
		margin-left: -15px;
		margin-right: -15px;
	}
	.searchbox-dep-set .config-accordion + li.switchactive{
		background: none;
		padding-bottom: 15px;
	}

	.bus-search-other-link{
		float: none;
		margin-bottom: 0px;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #fddae7;
	}
	.btn-search-ofukunado{
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	.bus-search-other-link .btn-search-ofukunado:last-child{
		float: none;
		margin-bottom: 0;
	}
	.btn-search-ofukunado a{
		background: none;
		text-decoration: none;
		display: block;
		font-size: 14px;
		padding: 8px 0 0 5px;
		border-radius:initial;
		color: #f53d7e;
	}
	.btn-search-ofukunado a:after{
		display: none;
	}
	.btn-search-ofukunado a:before{
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #333;
		margin-right: 15px;
	}
}

.row-bus-searchbox-bottom .col-lg-6{
		flex: 0 0 49.799999%;
		max-width: 49.799999%;
}
@media (max-width: 991px){
	.row-bus-searchbox-bottom .col-12{
			flex: 0 0 99.799999%;
			max-width: 99.799999%;
	}
}

/*
tour-link
*************************/

.tour-link{
	text-align:center;
	padding:20px 0 0;
}

.tour-link a{
	display:inline-block;
	padding:10px 10px;
	color:#3bafda;
	font-weight: bold;
	font-size:16px;
	background: #fff;
	text-decoration:none;
	border-radius: 5px;
	position: relative;
	border:solid 2px #3bafda;
	float: left;
	margin:0;
}
.tour-link a:last-child{
	float: right;
}
.tour-link a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.tour-link a:hover{
	color:#fff;
	background:#3bafda;
}

.tour-link a br{
	display:none;
}

	.tour-link{
		margin-bottom:25px;
	}
	.tour-link a{
		width:49% !important;
		padding:16px 16px;
	}




/*最安値情報
---------------------------------------*/
.row-saiyasune{
	margin-bottom: 7px;
}
.col-saiyasune-price{
	margin-bottom: 40px;
	/*padding-left: 10px !important;
	padding-right: 10px !important;*/
}
.col-saiyasune-price img{
	float: left;
	max-width: 100px;
}

.col-saiyasune-price a{
	display: block;
	width: 100%;
	padding: 0;
	text-decoration: none;
}
.col-saiyasune-price a dl{
	width: 100%;
	float: right;
	margin-left: -120px;
	padding-left: 120px;
}
.col-saiyasune-price a dt{
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 5px;
}
.col-saiyasune-price a dt i{
	margin: 0 5px;
	font-size:90%;
	color: #777;
}
.col-saiyasune-price a dd{
	text-align: right;
	color: #f53c7f;
	background: #fff5f9;
	font-size: 30px;
	padding: 5px 15px;
}
.col-saiyasune-price a dd span:before{
	content: "￥";
	font-size: 22px;
}
.col-saiyasune-price a dd span:after{
	content: "～";
}


.col-6.col-saiyasune-price{
	flex: 0 0 49.799999%;
	max-width: 49.799999%;
}

@media (min-width: 1200px){
	.col-lg-4.col-saiyasune-price{
		flex: 0 0 33.23333333%;
		max-width: 33.23333333%;
		box-sizing: border-box;
	}
	.row-saiyasune{
		margin-left: -45px;
		margin-right: -45px;
	}
}
@media (max-width: 767px){
	.row-saiyasune{
		margin-top: 15px;
		margin-bottom: 24px;
	}
	/*.col-6.col-saiyasune-price{
		flex: 0 0 49.799999%;
		max-width: 49.799999%;
		box-sizing: border-box;
	}*/
	div.col-saiyasune-price{
		margin-bottom: 5px;
		padding-right: 2.5px !important;
		padding-left: 15px !important;
	}
	.row-saiyasune div.col-saiyasune-price:nth-child(even){
		padding-left:2.5px !important;
		padding-right: 15px !important;
	}
	.col-saiyasune-price a{
		background: #fff5f9;
		padding: 10px 10px 5px 10px;
		border-radius: 3px;
	}
	.col-saiyasune-price a dl{
		width: 100%;
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.col-saiyasune-price a dt{
		font-size: 14px;
	}
	.col-saiyasune-price a dd{
		font-size: 18px;
		font-weight: bold;
		padding: 0;
	}
	.col-saiyasune-price a dd span:before{
		font-size: 18px;
	}
}


@media (max-width: 767px){
	.bus-search-other-link{
		float: none;
	}
}


/* ====================================
ツアーピックアップ部分
==================================== */
#section-toursearch{
	background: #fafafa;
	padding: 60px 0 104px 0;
	margin-bottom: 0;
}

@media (max-width: 767px){
	#section-toursearch{
		padding: 70px 0 50px 0;
	}
}


/* テーマパーク用のカラム */
.row-themepark{
	width: 100%;
	max-width: 968px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
}
.col-themepark{
	width: 50%;
	float: left;
}
.col-tdr{
	padding-right:12px;
}
.col-usj{
	padding-left:12px;
}
.col-fujiq{
	padding-right:12px;
}
.col-lego{
	padding-left:12px;
}
@media (max-width: 767px){
	.row-themepark{
		max-width: 100%;
		margin-bottom: 40px;
	}
	.col-tdr{
		padding-right:5px;
	}
	.col-usj{
		padding-left:5px;
	}
	.col-fujiq{
		padding-right:5px;
	}
	.col-lego{
		padding-left:5px;
	}
}


.row-card-plan-01{
	margin-bottom: 36px;
}
@media (max-width: 767px){
	.row-card-plan-01{
	margin-bottom: 20px;
	}
}

@media (max-width: 767px){
	.row-card-plan-01 .col-6{
		flex: 0 0 49.799999%;
		max-width: 49.799999%;
		box-sizing: border-box;
	}
}

/* カードレイアウトのカラム落ちを調整 safari */
@media (min-width: 768px){
	.row-card-plan-01 .col-md-6,
	.row-card-plan-01 .col-6{
		flex: 0 0 49.799999%;
		max-width: 49.799999%;
	}
}
@media (min-width: 1200px){
	.row-card-plan-01 .col-lg-3{
		flex: 24.799999%;
		max-width: 24.799999%;
		width: 24.799999%;
	}
}


.row-willercolle{
	margin-bottom: 36px;
}
.row-willercolle .col-md-6,
.row-willercolle .col-6{
	flex: 0 0 49.799999%;
	max-width: 49.799999%;
}
@media (min-width: 1200px){
	.row-willercolle .col-lg-3{
		flex: 24.799999%;
		max-width: 24.799999%;
		width: 24.799999%;
	}
}

.row-willercolle .card-plan-01 dd{
	padding: 24px 24px 0 24px;
}
@media (max-width: 768px){
	.row-willercolle{
		margin-bottom: 20px;
	}
	.row-willercolle .card-plan-01 dd{
		padding: 16px 12px 0 12px;
	}
}



/*もっと見る*/
.link-motto{
	text-align: right;
}
.link-motto a{
	background: url(/static/img/index/bg-stripe-pink.png) top left;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	padding: 8px 25px;
	border-radius: 50px;
	color: #333;
}
.link-motto a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f53d7e;
	margin-left: 15px;
}
.link-motto a:hover{
	color: #f53d7e;
}


@media (min-width: 1200px){
	.link-motto{
		margin-right: -15px;
	}
}

/*
#section-campaignsearch .link-motto a{
	background: url(/static/img/index/bg-stripe-green.png) top left;
}
*/



#section-bussearch .link-motto a{
	font-size:18px;
	font-weight:bold;
	padding:10px 25px;
}

@media(max-width:767px) {
	#section-bussearch .link-motto a{
		font-size:16px;
		padding:10px 18px;
	}

}

@media(max-width:374px) {
	#section-bussearch .link-motto a{
		font-size:14px;
		padding:10px 15px;
	}
}


/* ====================================
キャンペーン部分
==================================== */
#title-campaign-wrap{
	padding: 30px;
	background: url(/campaign/img/main.jpg?20190403) bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	#title-campaign-wrap{
		padding: 25px 0;
		background: url(/campaign/img/main.jpg?20190403) 60% 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 32px;
	}
	#title-campaign-wrap img{
		width: 55%;
	}
}


@media (max-width: 767px) {

/* ====================================
バス予約部分
==================================== */

/*検索ボックス
---------------------------------------*/
/*出発日から探す*/
.searchbox-dep-set .config-accordion{
	pointer-events: initial;
}

}




.row-willercolle dt img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}

@media (max-width: 767px) {
	.row-willercolle dt img{
	    height: 106px;
	}
}



#background{
background-image: url(/static/img/index/hero-restran-01.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
#background,
#background-front {
    width: auto; 
    min-width: 100%; 
    height: auto;
    min-height: 100%;
    z-index: -1;
}
#background-front {
    position: fixed;
    right: 0; 
    bottom: 0;
    width: auto; 
    min-width: 100%; 
    height: auto;
    min-height: 100%;
    z-index: 1;
}
.bg-none{
	background: none;
}



/* ====================================
コラボ案件部分
==================================== */
#section-collaboration{
	background: #fafafa;
	padding: 60px 0 104px 0;
	margin-bottom: 0;
}
.list-collabo-category{
	float: left;
	width: 15%;
	padding: 3px 0;
}
.label-collabo{
	display: block;
	text-align: center;
	background: #2993f7;
	color: #fff;
	padding: 1px 8px;
	border-radius: 4px;
	margin-right: 10px;
	font-weight: normal;
}
.list-collabo-detail{
	float: left;
	width: 85%;
}
.list-collabo-detail a{
	display: block;
	padding: 5px 5px;
}


@media (max-width: 767px){
	#section-collaboration{
		padding: 70px 0 50px 0;
	}
.list-collabo-category{
	width: 35%;
	font-size: 12px;
}
.list-collabo-detail{
	width: 65%;
	font-size: 12px;
}

}


#nav-pc-open span, #nav-pc-open span:before, #nav-pc-open span:after, .nav-open span, .nav-open span:before, .nav-open span:after{
	box-shadow:0px 0px 2px 1px rgba(255,255,255,1);
}
#Toppage .nav-link-pc-detail a{
	text-shadow: 1px 1px 0px #ffffff, 0px 1px 0px #ffffff;
}