<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/

*/


/* ----------------------------------------------------------
	common
------------------------------------------------------------- */
.entry,
.selectdate,
.cancel-policy {
	margin: 0 0 50px;
}
/* ----------------------------------------------------------
	entry
------------------------------------------------------------- */

/* 	.price
------------------------------------------------------------- */
.price {
	margin: 15px 15px 30px;
	padding: 10px 10px 20px;
	background: #eee;
}
.price-ttl {
	font-family: sans-serif;
	font-size: 1.429rem;
	text-align: center;
}
.price dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.price dt,
.price dd {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.price dt {
	color: #222;
}
.price dd {
	text-align: right;
}
.fee {
	color: #f3981c;
}
.fee span {
	font-size: 2.143rem;
	color: #f36a1c;
}
/* 	.slider
------------------------------------------------------------- */

.swipeshow{
	height: 300px;
	position: relative;
}
.swipeshow .thumbnail{
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 10px;
}
.swipeshow-wrap{
	margin-bottom: 10px;
}
.swipeshow-wrap .button{
	position: absolute;
	top: 115px;
}
.swipeshow-wrap .next{
	right: 10px;
}
.swipeshow-wrap .previous{
	left: 10px;
}
.swipeshow-wrap .dots{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.swipeshow-wrap .dot-item{
	margin: 0 10px;
	padding: 0;
	width: 15px;
	height: 15px;
	background: #eee;
	border: none;
	border-radius: 7.5px;	
}
.swipeshow-wrap .dot-item.active{
	background: #F3981C;
}
/*takeda2015/09/03*/
.slider-wrap img{
  height: 270px;
 }
.slider-wrap div {
    background: #ddd;
    height: 270px;
    text-align: center;
    /*width: 370px;*/
}
/*.spoffer
------------------------------------------------------------- */
.spoffer {
	margin: 15px 15px 30px;
	border: 2px solid #f3981c;
}
.spoffer .ribbon {
	font-family: sans-serif;
	top: 10px;
	display: inline-block;
}


/* 	.selectdate
------------------------------------------------------------- */
.selectdate {
	padding: 20px 15px;
	background: #eee;
}
.selectdate .h-1 {
	text-align: center;
	color: #f3981c;
}
.selectdate-cal {
	position: relative;
	margin: 30px 0 0;
}
.month-head {
	font-size: 128.6%;
	margin: 0 0 20px;
	text-align: center;
}
.calender {
	width: 100%;
	table-layout: fixed;
}
.calender th {
	text-align: center;
}
.calender td {
	font-family: sans-serif;
	font-size: .714rem;
	line-height: 1.2;
	width: 14.28%;
	height: 70px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #fff;
}
.calender td span {
	display: block;
	text-align: right;
}
.calender td .info {
	display: inline-block;
	vertical-align: middle;
}
.calender td a {
	text-decoration: underline;
	color: #f36a1c!important;/*takeda20150825*/
	font-weight:bold;/*takeda20150825*/
}
.calender td a:hover {
	text-decoration: none;
}
td span.ico-book,
td span.ico-not,
td span.ico-req {
	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: 5px;
}
.prevmonth {
	left: 0;
	background: url(../img/common/ico_arrow02_l.png) no-repeat left center;
}
.nextmonth {
	right: 0;
	background: url(../img/common/ico_arrow02_r.png) no-repeat right center;
}

/* .plandetail
------------------------------------------------------------- */
.plandetail-tab {
	display: table;
	width: 100%;
}
.plandetail-tab li {
	line-height: 40px;
	position: relative;
	display: table-cell;
	width: 33.33%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-left: 1px solid #f36a1c;
	background: #f3981c;
}
.plandetail-content02,
.plandetail-content03 {
	display: none;
}
.plandetail-active:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -10px;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f3981c transparent transparent transparent;
}
.plandetail-content {
	padding: 30px 0 0;
}
.plandetail-box {
	margin: 0 0 10px;
}
.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------
	entrynext
------------------------------------------------------------- */
.booking-date {
	font-family: sans-serif;
	font-size: 1.429rem;
	font-weight: 700;
	line-height: 1.2;
	display: block;
}
.bookingdetail input,
.bookingdetail select,
.bookingdetail textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.bookingdetail textarea {
	height: 7em;
}

.cancel-policy .h-1{
	font-size: 18px;
}</pre></body></html>