<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/*

   TABIPLUSONE - スタイルシート

  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/

*/
.txt-lead {
	font-size: 128.6%;
	margin: 0 0 1em;
}
/* ----------------------------------------------------------
	bookbtn
------------------------------------------------------------- */
.bookbtn-area {
	margin: 0 auto;
	text-align: center;
}
.bookbtn-area .btn {
	margin: 0 10px;
}
/* ----------------------------------------------------------
	plan-detail
------------------------------------------------------------- */
.plan-detail .sttl {
	margin: 0 0 10px;
	color: #f3981c;
}
/*plan-detail-main
------------------------------------------------------------- */
/*tab*/
.tab-btn {
	position: relative;
	cursor: pointer;
}
.tab-btn:before {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	content: '';
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	background: #f3981c;
}
.tab-btn:hover {
	color: #fff;
}
.tab-btn:hover:before {
	background: #f36a1c;
}
.tab-hide {
	display: none;
}
.tab-no {
	color:#fff;
	background: #A8A8B7;
}
.tab-no:before {
	display: none;
}
/*slider*/
.pdm-slider {
	position: relative;
	margin: 0 0 20px;
	padding: 20px;
	background: #eee;
}
.pdm-img{
	margin: 0 0 20px;
	width: 700px;
	height: 467px;
}
.pdm-img li img{
	position: relative;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.pdm-img li p {
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 700px;
	padding: 10px;
	background: rgba(255, 255, 255, .8);
}
.pdm-thumb {
	height: 80px;
}
.pdm-thumb li{
	margin: 0 5px;
}
.pdm-thumb li img{
	width: 120px;
	height: 80px;
}
.pdm-thumb .flex-active-slide{
	opacity: .6;
}
/*movie*/
.pdm-movie {
	position: relative;
	margin: 0 0 20px;
	padding: 20px;
	background: #eee;
}
.pdm-tab-btnitem {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}
/*plan-detail-side
/*20150729 miyatake*/
#pdm-img img {    height: 467px;}
#pdm-img div {
    background: #ddd;
    height: 467px;
    text-align: center;
    width: 700px;
}
#pdm-img div p {	text-align: left}


.pdm-thumb {
	overflow: hidden;
	height: 80px;
}
.pdm-thumb img {
	width: 120px;
	height: 80px;
	margin: 20px 2px 0;
	cursor: pointer;
}
.pdm-thumb img.selected {
	opacity: .6;

	-ms-filter: 'alpha( opacity=60 )';
	    filter: alpha(opacity=60);
}
.pdm-prev,
.pdm-next {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	display: block;
	width: 20px;
	height: 32px;
}
.pdm-prev {
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -350px;
}
.pdm-next {
	position: absolute;
	z-index: 9999;
	right: 50%;
	margin-right: -350px;
}

/*movie*/
.pdm-tab-btnitem {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}

/*plan-detail-side
------------------------------------------------------------- */
.pds-price,
.pds-other {
	padding: 10px 20px 20px 20px;
	background: #eee;
}
.pds-price p {
	font-size: 228.6%; /*32px*/
	font-weight: 700;
	line-height: 1em;
	color: #f36a1c;
}
.pds-price p .pds-currency {
	font-size: 68%; /*22px*/
	margin: 0 5px 0 0;
	color: #f3981c;
}
.pds-item-head {
	font-size: 128.6%;
	font-weight: bold;
}
.pds-item1,
.pds-item2 {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.pds-item1 p {
	display: inline-block;
	float: right;
	text-align: right;
}
/* ----------------------------------------------------------
	plan-calender
------------------------------------------------------------- */
.plan-calender {
	border-bottom: 2px solid #f3981c;
}
.plan-calender:before {
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background: #f3981c;
}
.plan-calender .ttl {
	margin: -15px 0 0;
	text-align: center;
}
.plan-calender .ttl span {
	padding: 0 10px;
	color: #f3981c;
	background: #fff;
}
.plan-calender-notes {
	float: none;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}
.plan-calender-notes li {
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
}
.plan-calender-main {
	position: relative;
	margin: 0 0 40px;
}
.month-head {
	font-size: 128.6%;
	margin: 0 0 20px;
	text-align: center;
}
.calender {
	width: 100%;
	table-layout: fixed;
}
.calender th {
	font-size: 71.4%;
	font-weight: 700;
	text-align: center;
}
.calender td {
	line-height: 1.2;
	width: 14.28%;
	height: 70px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ccc;
}
.calender td span {
	display: block;
	text-align: right;
}
.calender td .info {
	display: inline-block;
	vertical-align: middle;
}
.calender td a {
	color: #f36a1c!important;/*takeda20150825*/
	font-weight:bold;/*takeda20150825*/
	text-decoration: underline;
}
.calender td a:hover {
	text-decoration: none;
}
td span.ico-book,
td span.ico-not,
td span.ico-req {
	width: 16px;
	width: 100%;
	height: 16px;
}
td span.ico-not {
	height: 60px;
}
td span.ico-book {
	background: url(../img/entry/ico_book.png) no-repeat center top;
}
td span.ico-not {
	background: url(../img/entry/ico_not.png) no-repeat center;
}
td span.ico-req {
	background: url(../img/entry/ico_req.png) no-repeat center top;
}
.cal-nav a {
	text-decoration: underline;
}
.cal-nav a:hover {
	text-decoration: none;
}
.prevmonth,
.nextmonth {
	position: absolute;
	top: 0;
}
.prevmonth {
	left: 0;
	padding: 0 0 0 20px;
	background: url(../img/common/ico_arrow02_l.png) no-repeat left center;
}
.nextmonth {
	right: 0;
	padding: 0 20px 0 0;
	background: url(../img/common/ico_arrow02_r.png) no-repeat right center;
}

/* ----------------------------------------------------------
	nextpage
------------------------------------------------------------- */
.select-date {
	font-size: 157.1%;
	font-weight: 700;
}
.ticketlength div {
	display: inline-block;
	margin: 0 10px;
}

/*20150731 miyatake*/
.box-spoffer {
	position: relative;
	border:solid 2px #f3981c;
	padding:65px 25px 25px;
	margin-bottom: 80px;
}
.box-spoffer dt {
	position: absolute;
	top: 10px;
	left: -10px;
	line-height: 1;
}
.box-spoffer dt span {
	display: inline-block;
	background: #f3981c;
	color: #FFF;
	font-size: 140%;
	padding:10px;
}</pre></body></html>