@charset "utf-8";

/* たびらいバスツアー
 * Copyright © Pam, Inc. All Rights Reserved.
 */

/* riset
------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, li, dl { margin: 0; padding:0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
li { margin: 0; padding: 0; list-style: none; }
li a { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
a { display: block;  color:#2068b7; text-decoration:none; }
a.line { text-decoration:underline; }
img { vertical-align:bottom; max-width:100%; height:auto; border:none; }
table{ border-collapse: collapse; border-spacing: 0; }
table td,
table th { word-break: break-all; line-height:1.4; font-size:100%; }
input, select { vertical-align:middle; }
html { -webkit-text-size-adjust: 100%; font-size: 6.25%; }
body {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック",sans-serif;
    font-size: 14rem;  /* 14px */;
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	color:#333;
	line-height:1.2;
	background:#EEE;
}
body > form { font-size: 14rem; }


/* ヘッダ
------------------------------*/

#header {
	background:#FFF;
	border-bottom:1px solid #CCC;
	min-height:45px;
    margin: 0 auto 0 0;
	}
	#header .header-inner { border-top: .2em solid #2068b7; }
	#header .count {
		background:#2068b7;
		padding:2px 0 3px 5px;
		font-size:11rem;
		color:#FFF;
		border-radius: 0 0 5px 0;
		-webkit-border-radius: 0 0 5px 0;
		-moz-border-radius: 0 0 5px 0;
		letter-spacing:-0.05em;
		}
		#header .count span { color:#FFF; margin:0 2px; font-size:14rem; }
#logo-area {
	float:left;
	width:45%;
	max-width:180px;
	}
	#logo-area .logo { margin:5% 3% 2% 3%; width:120px; }
	#logo-area .logo p {
		color:#377ecc;
		text-align:right;
		font-weight:bold;
		}

.header2 #logo-area{
	width: 188px;
	max-width: 200px;
	margin: 9px 0 0 7px;
	box-sizing: border-box;
}
.header2 #logo-area .logo{
	width: 75px;
	float: left;
	margin: 0;
	padding-right: 10px;
	border-right: 1px dotted #8d8d8d;
}

.header2 #logo-area .tour {
    float: inherit;
    padding: 3px 0 0 10px;
    width: 70px;
}

.header2 #menu-area{
	float:right;
    width: 38.5%;
	margin: 0;
}
.header2 #menu-area img{
	display: block;
	margin: 0 auto;
}
.header2 #menu-area .btn-group{
	display:table;
	width:100%;
	margin: 1px 0;
}
.header2 #menu-area .btn-group div{
	display:table-cell;
	vertical-align:middle;
	white-space: nowrap;
	border-left: 1px solid #e3e3e3;
}
.header2 #menu-area .btn-group div span{
	display: block;
	margin-left: 1px;
	padding: 10px 0 5px;
	background: -moz-linear-gradient(top,#FFF 0%,#eee);
	background: -webkit-gradient(linear, left top, left bottom,from(#FFF),to(#eee));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#FFF',EndColorStr='#eee');
}
.marquee{
    background-color: #F5FBFF;
}
	.marquee .marquee_txt {
   	 margin: 0 auto;
   	 color: #333333;
   	 text-align: left;
   	 font-size: 10rem;
   	 font-weight: 400;
   	 padding:1% 2%;
   	 line-height: 13px;
	}
/* スライドサブナビ */
.sub-nav {
	display:table;
	table-layout: fixed;
	width:100%;
	background:#707070;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #494949;
	text-shadow: 1px 1px 1px #494949;
	}
	.sub-nav li {
		display:table-cell;
		vertical-align:middle;
		color:#FFF;
		padding:3% 0;
		}
	.sub-nav li:nth-child(2) { padding-left:3%; }
	.sub-nav li:first-child {
		width: 100px;
		text-align:center;
		border-right: 1px solid #999;
		position:relative;
		}
		.sub-nav li:first-child span { position:relative; }
			.sub-nav li:first-child span:before{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 35px;
				width: 10px;
				height: 10px;
				margin-top: -5px;
				background: #fff;
				}
			.sub-nav li:first-child span:after{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 30px;
				width: 10px;
				height: 10px;
				margin-top: -5px;
				background: #707070;
				}

/* コンテンツ
------------------------------*/
#wrapper {
	position:absolute;
	width:100%;
	height:auto;
	overflow:visible;
}
#main-wrapper {
    left: 0;
    overflow: visible;
    position: relative;
    width: 100%;
	background:#F1F1F1;
}
.section-box { /* 背景白 */
	background:#FFF;
	margin:3%;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	overflow:hidden;
}
.box-blue { background:#d1e7ff; padding:2%; /* 背景水色 */ }
.box-blue-deep { background:#2068b7; padding:2%; color:#FFF; /* 背景青 */ }
.box-grey {  background:#EEE; padding:2%; /* 背景灰色 */ }
.box-red { background:#d7000f;padding:2%; color:#FFF; /* 背景赤 */ }
.box-red-light {  background:#FFDAB5; padding:2%; /* 背景灰色 */ }
.box-white {  background:#FFF; padding:2%; /* 背景白 */ }
.box {  border:1px solid #ccc; padding:2%; /* ライン */ }
.box-line { border:4px solid #377ecc; /* ライン */ }
.box-blue-line { /* 背景灰色 */
	background:#d1e7ff;
	padding:2%;
	border-bottom:1px solid #377ecc;
	box-shadow:			0 4px 3px 0 #ccc;
	-moz-box-shadow:    0 4px 3px 0 #ccc;
	-webkit-box-shadow: 0 4px 3px 0 #ccc;
	}
	.box-blue-line h2 { font-size:18rem !important; }
.section-inner {
	padding:2%;
}
.box-inner { padding:2% 3% 2% 3%; }
.inner { padding:2%; }

/* フッタ
------------------------------*/

#footer{
	margin-top: 0;
/*	background-color: #2e86d4;*/
	text-align: center;
	padding: 15px 0 10px;
}
#footer nav{
	margin-bottom: 10px;
}
#footer nav a{
	display: inline-block;
	border-right: 1px solid #73acde;
	color: #fff;
	font-size: 10rem;
	padding: 0 5px;
}
#footer nav a:last-child{
	border: none;
}
#footer p{
/*	color: #b8d2e8;*/
	font-size: 10rem;
}

#footer #to-top { float:right; width:49%; }
#footer .top { float:left; width:49%; }

.pcLinkArea {
	width:100%;
	padding:25px 0;
}

.pcLinkArea span {
	display:block;
	margin:0 auto;
	text-align:center;
}
.pcLinkArea a {
	display:inline !important;
	padding:15px 0;
}

/* ------------------------------------------------
　バストップ
---------------------------------------------------*/
.top-list {
	margin:0 0 0 -2%;
	}
	.top-list li {
		float:left;
		width:48%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		margin:0 0 0 2%;}


/* 会員登録入力フォーム */
.reg-form table { width:100%; }
.reg-form h3 {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	margin:10px 0 0 0;
	padding:0 0 0 5px;
	background:#EEE;
}
.reg-form .inner { padding: 2% 0; }
.reg-form p { color:#999; margin: 1% 0; }
.reg-form table td.warp { width:30px; }
.reg-form dt {
	clear:both;
	width:28%;
	float: left;
	padding: 3% 0 0 0;
	text-align: left;
	}
	.reg-form dd { margin: 0; padding: 0 0 1% 28%; }
	.reg-form dd select { width:90%; }
.show { display:none; /* 会員登録追加 */ }


/* ------------------------------------------------
　出発エリアトップ
---------------------------------------------------*/
/* いちおしプラン */
.recommend-list li {
	float:left;
	position:relative;
	width:50%;
	padding:2% 2% 15%;
	border-bottom: 1px dotted #CCC;

	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

	text-align: justify;
	text-justify: inter-ideograph;
	}
	.recommend-list li:nth-child(odd)  {
		border-right: 1px dotted #CCC;
		}
.recommend-list .thumb {
	text-align:center;
	height:100px;
	max-width:180px;
	margin:auto;
	overflow:hidden;
}
.recommend-list h4 {
	margin:3% 0 2% 0;
	font-size:14rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.recommend-list a { color:#333; }
.recommend-list p {
	color:#d7000f;
	text-align:center;
	margin-top:5px;
}
.recommend-list p span {
	font-size:10rem;
}

/* 目的から探す */
.view-list li {
	float:left;
	width:33.33%;
	padding:2%;
	border-top: 1px dotted #CCC !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	text-align: justify;
	text-justify: inter-ideograph;
	}
	.view-list li:nth-child(1),
	.view-list li:nth-child(2),
	.view-list li:nth-child(3) {
		border-top: none !important;
		}
	.view-list li:nth-child(2),
	.view-list li:nth-child(5),
	.view-list li:nth-child(8) {
		border-left: 1px dotted #CCC;
		border-right: 1px dotted #CCC;
		}
.view-list ul:last-child li { border-bottom:none; }
.view-list a { color:#333; }
.view-list li p { margin:3% 0 0 0; text-align:center; }

#main-wrapper p.btnMore span {
    /*background: url("../img/iconBusReserve.png") no-repeat scroll 0 6px / 6rem auto rgba(0, 0, 0, 0);*/
    background: url("../img/iconBusReserve.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}


/* ------------------------------------------------
　プラン検索枠
---------------------------------------------------*/
.search-form {
	padding:3%;
	overflow:hidden;
	}
	.search-form h3 {
		background:#;
		padding:1%;
		margin:1% 0;
		font-size:15rem;
		color:#377ecc;
		}
	.search-form dt {
		clear:both;
		width:30%;
		float: left;
		font-weight:bold;
		font-size:16rem;
		color:#2068b7;
		padding-top:12px;
		text-align: left;
		vertical-align:top;
		}
		.search-form dt:after {
			content:"：";
			}
	.search-form dd {
		margin: 0;
		padding: 2% 0 0 30%;
		}
		.search-form dd table { width:100%; }
	.search-form .about { margin:0 -1%; }
	.search-form label {
		float:left;
		width:48%;
		margin: 1%;
		padding:1%;

		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;

		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		background:#d1e7ff;
		}
	.search-form dt.keyword {
		width:auto;
		float: none;
		}
	.search-form dd.keyword {
		margin: 0;
		padding-left: 0;
		}
.tit-box { margin: 2% 3% -3% 3%; /* タイトルボックス */ }

/* ------------------------------------------------
　検索結果一覧
---------------------------------------------------*/
.about-list02 li {
	line-height: 1.5;
	padding:3px 0 3px 15px;
	background-size: 10px 10px;
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list02 li:nth-child(even) {
		background-color:#FFF;
		}
	.about-list02 li:last-child {
		border-bottom: 1px dotted #E3E3E3;
		}
	.about-list02 li span:first-child {
    	color:#DD4455;
    	}
	.about-list02 li span:first-child:after {
    	content:"："
    	}
	.search-list .about-list02 {
		margin-top:-3px; /* スペースリセット */
		}

.about-list02.space li {
	display:block;
	padding:10px 0 10px 15px;
	}
.about-list li {
	line-height: 1.5;
	padding:3px 0 3px 15px;
	background:url("img/icon-arrow6.png") no-repeat 0 center;
	background-size: 10px 10px;
	border-bottom: 1px dotted #E3E3E3;
	}
	.about-list li:nth-child(even) {
		background-color:#FFF;
		}
	.about-list li:last-child {
		border-bottom: 1px dotted #E3E3E3;
		}
	.about-list li span:first-child {
    	color:#DD4455;
    	}
		.about-list li span:first-child:after {
	    	content:"："
	    	}
.search-list .about-list {
	margin-top:-3px; /* スペースリセット */
}
.about-list.space li {
	display:block;
	padding:10px 0 10px 15px;
}

/* 検索リスト */
.search-list {
	display:table;
	table-layout: fixed;
	width:98%;
	padding: 3%;
	background:#FFF;
	margin:10% 1% 0 1%;

	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;

	 border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;

	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index:100;
	position: relative;
	}
	.search-list:first-child {
		margin-top:3%;
		}
	.search-list .number {
	    background: #FFF;
		position:absolute;
		left:0;
		top:0;
		border-radius: 0 0 50% 0;
		-webkit-border-radius: 0 0 50% 0;
		-moz-border-radius: 0 0 50% 0;
		font-size:13rem;
		font-weight:bold;
	    padding: 5px 7px 3px 8px;
		z-index:10;
		}
	.search-list .img-area {
		display:table-cell;
		padding-right:3%;
		width:120px;
		}
		.search-list .img-area img {
			width:100%;
			}
	.search-list .img-area,
	.search-list .text-area {
		vertical-align:top;
		}
	.search-list .text-area {
		display: table-cell;
		padding:5px 10px 0 0;
		text-align:left;
		}
	.search-list .text-area h2 {
			font-size:15rem;
			text-align: justify;
			text-justify: inter-ideograph;
			}
		.search-list a .text-area {
			color:#333;
			}
	.search-list .flag-area {
		display:table-cell;
		vertical-align:top;
		}
		.search-list .flag-area ul {
			width:120px;
			text-align:left;
			}
	.search-list .favorite-area {
		display: table-cell;
		/*width:100%;*/
		}
	.search-list .flag-area .conditions-list-wrap {
		width:120px;
		text-align:left;
	}
.search-about {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:2% 0;
	}
	.search-about span {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		background:#EEE;
		border:1px solid #CCC;
		padding:2% 0;
		}
		.search-about span:nth-child(2) {
			border-left:none;
			border-right:none;
			}
	.search-about-plan span {
		border:1px dotted #CCC;
		background:#FFF;
		padding:3% 0;
		}
		.search-about-plan span:first-child {
			border-left:none;
			}
		.search-about-plan span:last-child {
			border-right:none;
			}
.process {
	background:#d1e7ff;
	border:1px solid #96BEEA;
	margin:8% 0 0 0;
	padding:3% 0;
}

/* こだわりリストアイコン */
.conditions-list {
	}
	.conditions-list li {
		display:inline-block;
		background:#EEE;
		border:1px solid #CCC;
		color:#CCC;
		margin:0 0 2px 0;
		padding:1px;

		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size:12rem;

		background:#ffdab5 !important;
		border:1px solid #ffb163;
		color:#AD5600;
		}
/* あとで対応
.conditions-list {
	}
	.conditions-list li {
		display:inline-block;
		background:#EEE;
		border:1px solid #CCC;
		color:#CCC;
		margin:0 0 2px 0;
		padding:1px;

		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		font-size:12rem;
		}
	.conditions-list li.on {
		background:#ffdab5 !important;
		border:1px solid #ffb163;
		color:#AD5600;
	  	}
*/
/* スライド検索枠 */
.submenu { /* 非表示 */
	background:#EEE;
	position:absolute;
	display:none;
	width:100%;
	left:0%;
	z-index:9999;
}
.search-setting-box {
	margin: 3%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background:#FFF;
	overflow:hidden;
	}
	.search-setting {
		border-bottom:1px dotted #CCC;
		}
		.search-setting li {
			display:table;
			table-layout: fixed;
			width:100%;
			border-bottom:1px dotted #CCC;
			border-right:5px solid #377ecc;
			background:#FFF url(img/arrow2.png) no-repeat 99% center;
			background-size:8px 17px;
			padding:3% 2% 3% 0;

			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			}
			.search-setting li:last-child {
				border-bottom:none;
				background-image:none;
				}
			.search-setting li:last-child .setting-text {
				padding-right:0;
				}
	.setting-tit {
		width:35%;
		display:table-cell;
		vertical-align:middle;
		color:#2068b7;
		font-weight:bold;
		padding: 0 0 0 3%;
	}
	.setting-text {
		display:table-cell;
		vertical-align:middle;
		padding-right:3%;
	}

h1.search_Bnr {
	max-width:480px;
	margin:0 auto 5px;}


/* もっと見る */
.more-loading {
	background:url("img/loading.gif") no-repeat center center;
	background-color:none;
	text-indent:-9999px;
  }
  .more-loading.more:hover {
  	background:url("img/loading.gif") no-repeat center center;
	}

/* ------------------------------------------------
　プラン詳細
---------------------------------------------------*/
/* インフォメーション */
.plan-info {
	border:4px solid #d76364;
	padding:2% 2% 1% 2%;
	}
	.plan-info dt {
		float:left;
		width:4em;
		padding:3% 2%;
		text-align:center;
		background:#d76364;
		color:#FFF;
		font-weight:bold;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		clear:both;
		margin-bottom: 1%;
		}
	.plan-info dd {
		font-weight:bold;
		margin-left:4.6em;
		padding:2% 0 3% 2%;
		background:#FFF;
		text-align:left;
		margin-bottom: 1%;
		}
	.plan-info dd span {
		color:#d76364;
		}
	.plan-info dd span.zei {
		color:#d7000f;
		font-size:10rem;
		}
	.plan-info dd.dotline {
		border-bottom:1px dotted #CCC;
	}
	/*
	.plan-info dd:nth-child(2) {
		border-bottom:1px dotted #CCC;
	}
	*/
	.plan-info dd p {
		font-size:12rem;
		margin-top:5px;
		}
/* アイコン */
.icon-area {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:3% 0 5% 0;
	}
	.icon-area div {
		display: table-cell;
	}
	.flag-area {
		width:70px;
		}

/* 表 */
table.plan-about{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
	table.plan-about th {
		background: none repeat scroll 0 0 #F1F1F1;
		border: 1px solid #E3E3E3;
		font-size: 13rem;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		width: 28%;
	}
	table.plan-about td, table th {
		font-size: 93%;
		line-height: 1.4;
		word-break: break-all;
	}

	table.plan-about td {
		border: 1px solid #E3E3E3;
		padding: 5px;
	}



/* 表
.plan-about {
	border-bottom:1px solid #CCC;
	background:#EEE;
	}
	.plan-about dt {
		float:left;
		width:8em;
		border-top:1px solid #CCC;
		padding:2% 0 0 2%;
		text-align:left;
		}
	.plan-about dd {
		margin-left:8em;
		padding:2% 0 2% 2%;
		border-top:1px solid #CCC;
		background:#FFF;
		text-align:left;
		}
	.plan-about.about2 dt:nth-child(1),
	.plan-about.about2 dd:nth-child(2) {
		border-top:none !important;
		}
		.plan-about.about2 dt {
			width:10em;
			}
		.plan-about.about2 dd {
			margin-left:10em;
			}
*/

/* 検索結果一覧用 表 */
.plan-about-sub {
	margin:6px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:1% 0;
	}
	.plan-about-sub dt {
		float:left;
		width:4em;
		padding:1% 2%;
		text-align:center;
		background:#999;
		color:#FFF;
		font-size:13rem;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		clear:both;
		}
	.plan-about-sub dd {
		margin-left:4.6em;
		padding:1% 0 1% 2%;
		background:#FFF;
		text-align:left;
		border-bottom:1px dotted #CCC;
		min-height:15px;
		}
	.plan-about-sub dd span {
		color:#d76364
		}
	.plan-about-sub dd:last-child {
		border-bottom:none;
	}

/* カレンダー */
#calendar-top {
	text-align:left;
	padding:0;
	margin-top:10px;
	}
	.calendar-top-in {
		background:#d1e7ff;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		}
	.state-top {
		font-weight:bold;
		font-size:13rem;
		}
#calendar {
	border: 1px solid #CCC;
	}
	#calendar li {
		position:relative;
		display:table;
		table-layout: fixed;
		width:100%;
		padding:15px 0;
		}
		#calendar li div {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			}
		#calendar li:nth-child(even) { background-color: #EEE; }

	#calendar li.none div { color:#ccc !important; /* リンクなし */ }
	#calendar li .days { /* 日付 */
		width:18%;
		font-size:13rem;
		font-weight:bold;
		padding:0 5px 0 1%;
		}
	#calendar li .red { color:#d7000f; } /* 日 */
	#calendar li .blue { color:#2068b7; } /* 土 */
	#calendar .price { /* 価格 */
		font-weight:bold;
		color:#d7000f;
		padding:0;
		font-size:12rem;
		text-align:right;
		width:40%;
		}
		#calendar .price2 {
			font-weight:normal;
			font-size:11rem;
			}
	#calendar .state { /* 空き状況 */
		font-weight:bold;
		/*right:5%;*/
		text-align:center;
		width:8%;
		font-size:11rem;
		padding-top:3px;
		padding-left: 8px;
		}
	#calendar .action { /* 予約問い合わせボタン */
		width:30%;
		font-weight:bold;
		padding:0 5px 0 0;
		font-size:11rem;
		}
		#calendar .action .btnS {
			letter-spacing:normal;
			font-size:11rem !important;
			}

 /* ページ内アンカー */
 .anchor-tab {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:3% 0;
	}
	.anchor-tab li{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		font-size:13rem;
		letter-spacing:-0.05em;
		}
		.anchor-tab li a{
			border:1px solid #2068b7;
		    padding: 15px 0;
			position:relative;
			font-weight:bold;

			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;

			background: -moz-linear-gradient(top,#FFF 0%,#d1e7ff);
			background: -webkit-gradient(linear, left top, left bottom,from(#FFF),to(#d1e7ff));
			filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#FFF',EndColorStr='#d1e7ff');
		}
		.anchor-tab li:first-child {
			width:45%;
			padding-right:5px;
			}
		.anchor-tab a:before {
		    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		    border-color: #2068b7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		    border-style: solid;
		    border-width: 5px;
		    bottom: 0;
		    content: " ";
		    height: 0;
		    left: 47%;
		    position: absolute;
		    width: 0;
		    z-index: 2;
			}

	.anchor-tab li.orgBtn{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		font-size:13rem;
		letter-spacing:-0.05em;
		}
		.anchor-tab li.orgBtn a{
			border:1px solid #FF7E00;
		    padding: 15px 0;
			position:relative;
			font-weight:bold;
			color:#FFF;

			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;

			background: -moz-linear-gradient(top,#FFA400 0%, #FF7E00);
			background: -webkit-gradient(linear, left top, left bottom,from(#FFA400),to(#FF7E00));
			filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#FFA400',EndColorStr='#FF7E00');
		}
		.anchor-tab li.orgBtn a:before {
		    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		    border-color: #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		    border-style: solid;
		    border-width: 5px;
		    bottom: 0;
		    content: " ";
		    height: 0;
		    left: 47%;
		    position: absolute;
		    width: 0;
		    z-index: 2;
			}

#gallery { /* プラン詳細 ギャラリー */
	display:table;
	table-layout: fixed;
	text-align:center;
	margin:auto;
	}
	#gallery li {
		display:table-cell;
		vertical-align:middle;
		padding:2%;
		max-width:120px;
		}
	#gallery li img {

	}

/* ------------------------------------------------
　予約
---------------------------------------------------*/

/* 予約確認 */
.reservation {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: 1px solid #CCC;
	padding:3%;
	margin:8px 0 0 0;
	}
	.reservation a {
		color:#333;
		}
	.reservation .bottom {
		background:#EEE;
		text-align:center;
		padding:5px 0;
		}
	.reservation .call {
		padding:3% 0;
		margin:2% 0 0 0;
		font-weight:bold;
		color:#2068b7;
		}

/* 予約詳細 */
.reservation-about .inner {
	padding:2% 0;
}
.reservation-about h3 {
	background:#EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	margin:6px 0 0 0;
	padding:5px 0;
	font-size:14rem;
}
/* 予約ページナビゲーション */
.nav-step {
	width:100%;
	list-style: none;
	display: inline-table;
	background:#EEE;
	margin-bottom:-3px;
	}
	.nav-step.last {
		background: #ffdab5;
		}
	.nav-step li {
		display:inline-block;
		float: left;
		height: 20px;
		padding:15px 0 5px 25px;
		background: #EEE;
		text-align: center;
		position: relative;
		margin: 0;
		font-size:12rem;
		font-weight:bold;
		text-decoration: none;
		}
		.nav-step li:after {
			content: "";
			border-top: 20px solid transparent;
			border-bottom: 20px solid transparent;
			border-left: 20px solid #EEE;
			position: absolute; right: -20px; top: 0;
			z-index: 1;
			}
		.nav-step li:before {
			content: "";
			border-top: 25px solid transparent;
			border-bottom: 25px solid transparent;
			border-left: 25px solid #FFF;
			position: absolute; left: 0; top: -5px;
			}
		.nav-step li:first-child {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			padding-left:5px;
			}
			.nav-step li:first-child:before {
				display: none;
				}
		.nav-step li:last-child {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			padding-right:5px;
			}
			.nav-step li:last-child:after {
				display: none;
				}
	.nav-step li.active {
		background: #ffdab5;
		color:#d7000f;
		}
		.nav-step li.active:after {
			border-left-color: #ffdab5;
			}

/* メッセージBox履歴 */
.ms-data {
	margin:10px 0 0 0;
	border-top: 1px dotted #E3E3E3;
	}
	.ms-data td {
	padding:10px;
	border-bottom: 1px dotted #E3E3E3;
	}

/* キャンセル案内 */
.cancel-caution {
    margin: 16px 10px;
}
p.red{
     color: #d7000f;
}

/* ------------------------------------------------
　アコーディオン
---------------------------------------------------*/
.accordion dt {
	display: block;
	padding: 10px 30px 10px 10px;
	border:1px solid #CCC;

	background: -moz-linear-gradient(top,#ededed 0%,#d1d1d1);
	background: -webkit-gradient(linear, left top, left bottom,from(#ededed),to(#d1d1d1));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ededed',EndColorStr='#d1d1d1');

	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset;
	position: relative;
	}
	.accordion dt.icon-dt {
		padding-right:70px;
		}
	.accordion dt .icon-text {
		font-weight:normal;
		font-size:13rem;
		padding:2% 2%;
		background:#FFF;
		border:1px solid #CCC;
		color:#999;
		position:absolute;
		top:30%;
		right:5px;
		width:58px;

		box-shadow:         inset 0 0 3px #CCC;
		-moz-box-shadow:    inset 0 0 3px #CCC;
		-webkit-box-shadow: inset 0 0 3px #CCC;

		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		}
	.accordion dt .icon-text.text2 {
		top:20%;
	}
	.accordion dt .icon-text::after {
		position: absolute;
		top: 50%;
		right: 8px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -7px;
		border-top: 3px solid #999;
		border-right: 3px solid #999;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		}
	.accordion dt.open .icon-text::after {
	    margin-top: -3px;
	    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	.accordion dt p {
		font-weight:bold;
		margin-bottom:3px;
		}

.accordion .close {
	background:#999;
	color:#FFF;
	display:inline-block;
	padding:1% 2%;
	margin:20px 5px 5px 0;
	width:60px;
	font-size:13rem;

	box-shadow:         inset 0 0 3px #999;
	-moz-box-shadow:    inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position:relative;
	}
	.accordion .close::after {
		position: absolute;
		top: 65%;
		right: 8px;
		display: inline-block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -7px;
		border-top: 3px solid #FFF;
		border-right: 3px solid #FFF;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
.accordion dd {
	margin:0;
	display:none;
	padding:2%;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}
	.accordion dd:last-child {
		border-bottom:1px solid #CCC;
		}
.accordion2 dt { /* 色違い */
	color:#FFF;
	font-weight:bold;
	box-shadow:none;

	background: -moz-linear-gradient(top,#999 0%,#666);
	background: -webkit-gradient(linear, left top, left bottom,from(#999),to(#666));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#999',EndColorStr='#666');
	}
	.accordion2 dt::after {
		border-top: 3px solid #FFF;
		border-right: 3px solid #FFF;
		}
.text-box {
	margin:8px 0 0 0;
}
.text-box p {
	font-weight:bold;
	background:#EEE;
	padding:2%;
	margin:2% 0;
	}
.text-box li:first-child p {
	margin-top: 1%;
}


/* タイトル
------------------------------*/
.tit-caption { /* h1 */
	font-size:14rem;
	font-weight:normal;
	padding:2%;

	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#CCC;
	border-bottom:1px solid #999;
}
.tit-main {
	border-bottom:2px solid #CCC;
	font-size:17rem;
	margin:5px 0 10px 0;
	}
	.tit-main span {
		background:url("img/line.gif") no-repeat left bottom;
		display:block;
		margin-bottom:-2px;
		padding-bottom:3px;
		}
.tit-sub1 {
	background:#EEE;
	border:#CCC solid 1px;
	display:block;
	padding:.3em .3em;
	font-size:16rem;
	}
	.tit-sub1 span {
		border-left:#d60009 solid 6px;
		padding:.1em .3em .1em .5em;
		}
.tit-sub2 {
	border-bottom:1px solid #CCC;
	padding: 0 0 2px 0;
	font-size:17rem;
	line-height:1.3;
	}
	.tit-sub2:before {
		content: "";
		border: 6px solid #d60009;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		float: left;
		margin-top:.2em;
		margin-right: .4em;
		}
.tit-sub3 {
	border-bottom:1px solid #CCC;
	font-size:16rem;
}
.tit-arrow {
    background: #377ecc;
    color: #FFF;
    font-size: 16rem;
    font-weight: bold;

    padding: 7px 0;
    position: relative;
    text-align: center;
	}
	.tit-arrow:before {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border-color: #377ecc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	    border-style: solid;
	    border-width: 10px;
	    bottom: -15px;
	    content: " ";
	    height: 0;
	    left: 47%;
	    position: absolute;
	    width: 0;
	    z-index: 2;
		}
.tit-sub6 {
    color: #FFF;
    font-size: 15rem;
    padding: 7px 0;
    text-align: center;
	border:1px solid #CCC;
	border-bottom:none;

	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;

	background: -moz-linear-gradient(top,#999 0%,#666);
	background: -webkit-gradient(linear, left top, left bottom,from(#999),to(#666));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#999',EndColorStr='#666');
	}
.tit-sub7 {
    background: #FFF;
    color: #377ecc;
    font-size: 15rem;
    padding: 7px 0;
    text-align: center;
	border:4px solid #377ecc;
	position:relative;
	}
	.tit-sub7:before {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border-color: #377ecc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	    border-style: solid;
	    border-width: 10px;
	    bottom: -23px;
	    content: " ";
	    height: 0;
	    left: 47%;
	    position: absolute;
	    width: 0;
	    z-index: 2;
		}
.tit-sub8 {
    background: #FFF;
    color: #d76364;
    font-size: 15rem;
    padding: 7px 0;
    text-align: center;
	border:4px solid #d76364;
	position:relative;
	}
	.tit-sub8:before {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border-color: #d76364 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	    border-style: solid;
	    border-width: 10px;
	    bottom: -23px;
	    content: " ";
	    height: 0;
	    left: 47%;
	    position: absolute;
	    width: 0;
	    z-index: 2;
		}

.tit-sub9 {
    overflow: hidden;
    text-align: center;
	font-size:17rem;
	color:#377ecc;
	margin-bottom:5px;
}
.tit-sub9 span:before {
    margin-right: 0.5em;
    right: 100%;
}
.tit-sub9 span:before,
.tit-sub9 span:after {
    border-bottom: 2px solid #377ecc;
    border-top: 2px solid #377ecc;
    content: "";
    height: 0.4em;
    margin-top: -0.2em;
    position: absolute;
    top: 50%;
    width: 200em;
}
.tit-sub9 span:after {
    left: 100%;
    margin-left: 0.5em;
}
.tit-sub9 span:before,
.tit-sub9 span:after {
    border-bottom: 2px solid #377ecc;
    border-top: 2px solid #377ecc;
    content: "";
    height: 0.4em;
    margin-top: -0.2em;
    position: absolute;
    top: 50%;
    width: 200em;
}
.tit-sub9 span { position: relative; }
.tit-sub10 {
	font-size:16rem;
	color:#2068b7;
	margin:5px 0;
	padding:3px;
	background:#EEE;
}

/* アクセサリ
------------------------------*/
/* 出発エリアを選択 */
.aria-list dt {
	display: block;
	font-weight:bold;
	padding: 10px 30px 10px 10px;
	border:1px solid #CCC;

	background: -moz-linear-gradient(top,#ededed 0%,#d1d1d1);
	background: -webkit-gradient(linear, left top, left bottom,from(#ededed),to(#d1d1d1));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ededed',EndColorStr='#d1d1d1');

	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset;
	position: relative;
	}
	.aria-list dt::after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -7px;
		border-top: 3px solid #999;
		border-right: 3px solid #999;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		}
	.aria-list dt.open::after {
	    margin-top: -3px;
	    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
.aria-list dd {
	margin:0;
	display:none;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}
	.aria-list dd:last-child {
		border-bottom:1px solid #CCC;
		}
	.aria-list .sub-list {
		background:#d1e7ff;
		}

	.aria-list .sub-list li a {
		padding:10px;
		border-bottom:1px solid #ccc;
		position: relative;
		}
	.aria-list .sub-list li:last-child a {
		border-bottom:none;
		}
	.aria-list .sub-list li.hover a {
		background:#377ecc;
		color:#FFF;
		}
	.aria-list .sub-list li a::after {
		content:"";
		display: block;
		width:8px;
		height:8px;
		border-top:3px solid #2068b7;
		border-right:3px solid #2068b7;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right:10px;
		top:60%;
		margin-top:-7px;
	}
	/* open */
	.aria-list dt.open {
		background: -moz-linear-gradient(top,#3980ce 0%,#226ab9);
		background: -webkit-gradient(linear, left top, left bottom,from(#3980ce),to(#226ab9));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#3980ce',EndColorStr='#226ab9');
		border:1px solid #226ab9;
		color:#FFF;

		box-shadow:         0 2px 5px #666;
		-webkit-box-shadow: 0 2px 5px #666;
		-moz-box-shadow:    0 2px 5px #666;
		}
		.aria-list dt.open::after {
			border-top: 3px solid #FFF;
			border-right: 3px solid #FFF;
			}
/* 出発エリアリンクなし */
.aria-list .sub-list li.none a {
	padding:10px;
	border-bottom:1px solid #ccc;
	position: relative;
	background:#EEE;
	color:#999;
  	}
	.aria-list .sub-list li.none a::after {
		border:none
	}

/* タブ  予約確認一覧 */
.tab {
	border-bottm:2px solid #CCC;
	width:100%;
	}
	.tab li {
		display:inline-block;
		width:50%;
		vertical-align:middle;
		text-align:center;
		border:1px solid #CCC;
		padding:8px 1px;
		border-radius: 4px 4px 0px 0px;
		-webkit-border-radius: 4px 4px 0px 0px;
		-moz-border-radius: 4px 4px 0px 0px;

		background: -moz-linear-gradient(top,#ececec 0%,#cecece);
		background: -webkit-gradient(linear, left top, left bottom,from(#ececec),to(#cecece));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ececec',EndColorStr='#cecece');
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		}
	.tab li a { display:block; }
	.tab li.active {
		border:1px solid #226ab9;
		background: -moz-linear-gradient(top,#3980ce 0%,#236bba);
		background: -webkit-gradient(linear, left top, left bottom,from(#3980ce),to(#236bba));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#3980ce',EndColorStr='#236bba');

		text-shadow: 1px 1px 1px #235c9b;
		filter: dropshadow(color=#235c9b, offx=1, offy=1);
		}
	.tab li.active a { color:#FFF; }

/* 検索一覧 タブ */
.search-tab {
	border-bottm:2px solid #CCC;
	display:table;
	table-layout: fixed;
	width:100%;
	}
	.search-tab li {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		}
	.search-tab li a {
		border:none;
		background:#FFF;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		box-shadow:			0 2px 2px 0 #ccc;
		-webkit-box-shadow: 0 2px 2px 0 #ccc;
		-moz-box-shadow:    0 2px 2px 0 #ccc;
		padding:15% 1%;
	}
	.search-tab li:nth-child(2) a  {
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		}
	.search-tab li a {
		display:block;
		color:#333;
		}
	.search-tab li.active a {
		border:1px solid #226ab9;
		background:#F1F1F1;
		text-shadow: none;
		box-shadow:			0 2px 3px 0 #ccc inset;
		-moz-box-shadow:    0 2px 3px 0 #ccc inset;
		-webkit-box-shadow: 0 2px 3px 0 #ccc inset;
		border:none;
		}
		.search-tab li.active a {
			color:#2068b7;
			font-weight:bold;
			position:relative
			}
		.search-tab li.active a:before {
		    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		    border-color: #377ecc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		    border-style: solid;
		    border-width: 7px;
		    bottom: -5px;
		    content: " ";
		    height: 0;
		    left: 47%;
		    position: absolute;
		    width: 0;
		    z-index: 2;
			}
.tab-contents .area {display:none;}
.tab-contents .show {display:block;}

/* コンテンツ内 タブ */
.content-tab {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:3% 0 0 0;
	}
	.content-tab li {
		border:1px solid #707070;
		display:table-cell;
		vertical-align:middle;
		text-align:center;

		background: -moz-linear-gradient(top,#999 0%,#707070);
		background: -webkit-gradient(linear, left top, left bottom,from(#999),to(#707070));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#999',EndColorStr='#707070');

		text-shadow: 1px 1px 1px #555;
		filter: dropshadow(color=#235c9b, offx=1, offy=1);
		box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
		-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
		-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.content-tab li a { border:none; color:#FFF; }
	.content-tab li:nth-child(1)  { border-right:1px solid #CCC; }
	.content-tab li a.hover {
		background:#999;
		box-shadow:			2px 2px 5px 0 #707070 inset;
		-moz-box-shadow:    2px 2px 5px 0 #707070 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #707070 inset;
	}

/*　ポップアップ */
#map { width:100%; height:250px; }
#map img { max-width: none !important; }
#lean_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#lean-content,
.lean-content {
	background: none repeat scroll 0 0 #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 3%;
	width: 94%;
	margin:0 3%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
@media screen and (min-width: 959px) {
	#lean-content,
	.lean-content {
	left:25%;
	width: 50%;
	}
}


/* マイページ
------------------------------*/
#box {
	display:none;
	position:absolute;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#slidemenu {
	position: absolute;
	display: none;
	width: 270px;
	left: 0%;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
    background-color: #333;
	}
	#slidemenu li {
	    list-style: none;
	    border-top: 1px solid #4D4D4D;
	    border-bottom: 1px solid #000;
	    line-height: 1.8;
		margin-left: -10px;
		}
		#slidemenu li a {
			padding:10px 0 10px 20px;
			display: block;
			text-decoration: none;
			color: #fff;
			position:relative;
			}
		#slidemenu li a:before {
			display: block;
			content: "";
			position: absolute;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 50%;
			right: 15px;
			width: 10px;
			height: 10px;
			margin-top: -5px;
			background: #fff;
			}
		#slidemenu li a:after{
			display: block;
			content: "";
			position: absolute;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 50%;
			right: 20px;
			width: 10px;
			height: 10px;
			margin-top: -5px;
			background: #333;
		}
		#slidemenu li:first-child { border-top: none;border-top: 1px solid #4D4D4D; }
		#slidemenu li:last-child { border-bottom: none; }
#slidemenu .may-page-top {
	height:35px;
	padding:10px 0;
	font-weight:bold;
    border-bottom: 1px solid #000;
}
#slidemenu .may-page {
	float:left;
	width:100px;
	color:#FFF;
	padding:10px 0 0 10px;
}
#space { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
#slidemenu-wrap {
	position: absolute;
	display: none;
	width: 100%;
	left: 0%;
	top: 0px;
	z-index: 900;
	overflow: hidden;
	opacity:0.5;
	background-color: black;
	}
	#slidemenu-wrap > div { height:100%;width:100%; }
#slidemenu .close {
	margin:10px;
	margin-top:3px;
	padding:4px 15px;
	font-size:13px;
	font-weight:bold;
	background:#FFF;
	width:30px;
	float:right;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

	border:1px solid #ff7e00;
	background: -moz-linear-gradient(top,#ffa400 0%,#ff7e00);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffa400),to(#ff7e00));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffa400',EndColorStr='#ff7e00');

	text-shadow: 1px 1px 1px #c16d00;
	filter: dropshadow(color=#c16d00, offx=1, offy=1);
	color:#FFF;
	}
	#slidemenu .close.hover {
		background: -moz-linear-gradient(top,#f08e03 0%,#ff7e00);
		background: -webkit-gradient(linear, left top, left bottom,from(#f08e03),to(#ff7e00));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#f08e03',EndColorStr='#ff7e00');

		box-shadow:			2px 2px 5px 0 #c46202 inset;
		-moz-box-shadow:    2px 2px 5px 0 #c46202 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #c46202 inset;
		}

/* table　テーブル
------------------------------*/
.table {
	width:100%;
	font-size:13rem;
	margin:3% 0;
	}
	.table th {
		border-bottom: #ccc 1px solid;
		line-height:1.4;
		text-align:left;
		border-bottom: #ccc 1px dotted;
		padding: 2% 0 2% 2%;
		}
		.table th:after { content:"：" }
	.table td {
		border-bottom: #ccc 1px dotted;
		vertical-align:middle;
		text-align: left;
		padding: 2% 0 2% 0;
		line-height:1.4;
		}
	.table tr:nth-child(even) {
		background:#F3F3F3;
		}

/* フォーム
------------------------------*/
input[type="submit"],
input[type="button"] {
	width:100%;
	-webkit-appearance: none;
}
input[type="name"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
	padding:5px 5px;
	border:1px solid #999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size:14rem;
	overflow:hidden;
	width:100%;
}
input[type="name"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover { background:rgba(209,231,255,0.5); }
input[type="checkbox"] { display:inline-block; }
label { display:inline-block; }

/* チェックボックス */
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #696969;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#CCC),
        to(#EEE)
    );
}
input[type="checkbox"]:checked {
    background: #2068b7;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 12px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 12px;
    content: "";
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/* ラジオボタン */
input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #FFF;
	border: 1px solid #696969;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	content: "";
	width: 10px;
	height: 10px;
	background:#DD4455;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
select { width:100%; font-size:15rem; }

/* フォームコンテンツ
------------------------------*/
.form-content {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
	.form-content .content-title {
		background:#f39c12;
		color:#FFF;
		font-weight:normal;
		font-size:14rem;
		padding:7px 0;
		text-align:center;
		position:relative;
		margin:0 0 1% 0;
		}
.form-label label {
	display:inline-block;
	width:45%;
	float:left;
	line-height:2.5;
	}
	.form-label input[type="name"],
	.form-label input[type="text"],
	.form-label input[type="email"],
	.form-label input[type="password"],
	.form-label input[type="number"],
	.form-label input[type="tel"] {
		display:inline-block;
		width:55%;
		font-size:15rem;
		float:left;
		}
	.form-label input[type="name"],
	.form-label input[type="text"],
	.form-label input[type="email"],
	.form-label input[type="password"],
	.form-label input[type="number"],
	.form-label input[type="tel"] {
		margin-bottom:8px;
		}
.copy {
	float:none !important;
	width:80px !important;
	padding:1px 2px !important;
}
.error { /* エラーテキスト */
	color:#F00;
	font-size:12rem;
}
.error .center strong.ended {
	font-size: 16rem;
}
.error-box { /* エラーボックス */
	background:#ffdab5;
	margin:10px 0 0 0;
	padding:2%;
}
.required { /* 必須アイコン */
	color:#FFF;
	background:#d7000f;
	padding:1%;
	font-weight:normal;
	font-size:12rem;
	margin-left:1%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.large input[type="name"],
.large input[type="text"],
.large input[type="email"],
.large input[type="password"],
.large input[type="number"],
.large input[type="tel"] { width:100%; }

/* ボタン
------------------------------*/
.btn-area {
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
	/* 横並びボタン */
	.btn-area ul {
		display:table;
		table-layout: fixed;
		width:100%;
		}
		.btn-area li {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			}
		.btn-area li:first-child { padding-right:1%; }
		.btn-area li:last-child { padding-left:1%; }
.btn {
	clear:both;
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    padding: 12px 2px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: center;
	vertical-align: middle;

	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.btn-input { padding: 7px 2px; }
.btnL { font-size:16rem; font-weight:bold; }
.btnS { font-size:13rem; padding: 7px 2px; letter-spacing:-0.1em; }

.btn-blue { /* 青 */
	border:1px solid #226ab9;
	background: -moz-linear-gradient(top,#3980ce 0%,#226ab9);
	background: -webkit-gradient(linear, left top, left bottom,from(#3980ce),to(#226ab9));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#3980ce',EndColorStr='#226ab9');
	text-shadow: 1px 1px 1px #235c9b;
	/*filter: dropshadow(color=#235c9b, offx=1, offy=1);*/
	color:#FFF;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btn-blue a { color:#FFF; }
	.btn-blue.hover {
		background: -moz-linear-gradient(top,#3271b7 0%,#1f60a7);
		background: -webkit-gradient(linear, left top, left bottom,from(#3271b7),to(#1f60a7));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#3271b7',EndColorStr='#1f60a7');

		box-shadow:			2px 2px 5px 0 #183A60 inset;
		-moz-box-shadow:    2px 2px 5px 0 #183A60 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #183A60 inset;
		}
	.btn-blue[disabled] {
		background:#6BA1DB;
		box-shadow:			inset 0 0 10px #3980ce;
		-moz-box-shadow:    inset 0 0 10px #3980ce;
		-webkit-box-shadow: inset 0 0 10px #3980ce;
		}

.btn-orange { /* オレンジ */
	border:1px solid #ff7e00;
	background: -moz-linear-gradient(top,#ffa400 0%,#ff7e00);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffa400),to(#ff7e00));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffa400',EndColorStr='#ff7e00');
	text-shadow: 1px 1px 1px #c16d00;
	/*filter: dropshadow(color=#c16d00, offx=1, offy=1);*/
	color:#FFF;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btn-orange a { color:#FFF; }
	.btn-orange.hover {
		background: -moz-linear-gradient(top,#f08e03 0%,#ff7e00);
		background: -webkit-gradient(linear, left top, left bottom,from(#f08e03),to(#ff7e00));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#f08e03',EndColorStr='#ff7e00');
		box-shadow:			2px 2px 5px 0 #c46202 inset;
		-moz-box-shadow:    2px 2px 5px 0 #c46202 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #c46202 inset;
		}
	.btn-orange[disabled] {
		background: #ffa400;
		box-shadow:         inset 0 0 10px #f9d28c;
		-moz-box-shadow:    inset 0 0 10px #f9d28c;
		-webkit-box-shadow: inset 0 0 10px #f9d28c;
		}

.btn-grey { /* グレイ */
	border:1px solid #CCC;
	background: -moz-linear-gradient(top,#ededed 0%,#d1d1d1);
	background: -webkit-gradient(linear, left top, left bottom,from(#ededed),to(#d1d1d1));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ededed',EndColorStr='#d1d1d1');
	text-shadow: 1px 1px 1px #CCC;
	color:#2068b7;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btn-grey a { color:#2068b7; }
	.btn-grey.hover {
		background: -moz-linear-gradient(top,#d4d4d4 0%,#bcbcbc);
		background: -webkit-gradient(linear, left top, left bottom,from(#d4d4d4),to(#bcbcbc));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#d4d4d4',EndColorStr='#bcbcbc');

		box-shadow:			2px 2px 5px 0 #6e6e6e inset;
		-moz-box-shadow:    2px 2px 5px 0 #6e6e6e inset;
		-webkit-box-shadow: 2px 2px 5px 0 #6e6e6e inset;
		}

.btn-greyout { /* グレイアウト */
	border:1px solid #CCC;
	background: -moz-linear-gradient(top,#ededed 0%,#d1d1d1);
	background: -webkit-gradient(linear, left top, left bottom,from(#ededed),to(#d1d1d1));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ededed',EndColorStr='#d1d1d1');
	text-shadow: 1px 1px 1px #CCC;
	color:#FFFFFF;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btn-greyout a { color:#FFFFFF; }
	.btn-greyout.hover {
		background: -moz-linear-gradient(top,#d4d4d4 0%,#bcbcbc);
		background: -webkit-gradient(linear, left top, left bottom,from(#d4d4d4),to(#bcbcbc));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#d4d4d4',EndColorStr='#bcbcbc');

		box-shadow:			2px 2px 5px 0 #6e6e6e inset;
		-moz-box-shadow:    2px 2px 5px 0 #6e6e6e inset;
		-webkit-box-shadow: 2px 2px 5px 0 #6e6e6e inset;
		}


/*エリアTOP用 20140508*/
/*もっと見る青ボタン 20140507*/
#main-wrapper .btnMore{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16rem;
    margin: 0 auto 5%;
    padding: 2% 0;
    text-align: center;
    width: 94%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	cursor: pointer;
    display: block;
	clear:both;
}

.btnBlue {
	border:1px solid #3980ce;
	background-color:#226ab9;
	text-shadow: 1px 1px 1px #235c9b;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btnBlue a { color:#FFF; }
	.btnBlue.hover {
		background: -moz-linear-gradient(top,#3271b7 0%,#1f60a7);
		background: -webkit-gradient(linear, left top, left bottom,from(#3271b7),to(#1f60a7));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#3271b7',EndColorStr='#1f60a7');
		box-shadow:			2px 2px 5px 0 #183A60 inset;
		-moz-box-shadow:    2px 2px 5px 0 #183A60 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #183A60 inset;
		}

.recommend-list .btnDetail {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    bottom: 10px;
    color: #FFFFFF;
    padding: 4% 0;
    position: absolute;
    text-align: center;
    width: 90%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	cursor: pointer;
    display: block;
	clear:both;

}

.btnOrange { /* オレンジ２ */
	border:1px solid #ff7e00;
	background-color:#ffa400;
	text-shadow: 1px 1px 1px #c16d00;
	box-shadow:        0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:   0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.5) inset, 0 1px rgba(255, 255, 255, 0.8);
	}
	.btnOrange a { color:#FFF; }
	.btnOrange.hover {
		background: -moz-linear-gradient(top,#f08e03 0%,#ff7e00);
		background: -webkit-gradient(linear, left top, left bottom,from(#f08e03),to(#ff7e00));
		filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#f08e03',EndColorStr='#ff7e00');
		box-shadow:			2px 2px 5px 0 #c46202 inset;
		-moz-box-shadow:    2px 2px 5px 0 #c46202 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #c46202 inset;
		}



.btn-line { /* ライン */
	border:1px solid #2068b7;
	background:#FFF;
	color:#2068b7;
	box-shadow:        0 1px rgba(209, 231, 255, 0.5) inset, 0 1px rgba(204, 204, 204, 0.8);
	-moz-box-shadow:   0 1px rgba(209, 231, 255, 0.5) inset, 0 1px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow:0 1px rgba(209, 231, 255, 0.5) inset, 0 1px rgba(204, 204, 204, 0.8);
	}
	.btn-line a { color:#2068b7; }
	.btn-line.hover {
		background:#dbdbdb;
		box-shadow:			2px 2px 5px 0 #a4a4a4 inset;
		-moz-box-shadow:    2px 2px 5px 0 #a4a4a4 inset;
		-webkit-box-shadow: 2px 2px 5px 0 #a4a4a4 inset;
		}

/* アイコン 矢印白*/
.arrow-white {
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	padding-left:3px;
}
/* アイコン 矢印青*/
.arrow-blue {
	display:inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #2068b7;
	padding-left:3px;
}
/* アイコン 矢印白 (上) */
.arrow-white-up {
	display:inline-block;
	position:relative;
	top:-5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	margin-right:3px;
	}
	.arrow-white-up:after{
		position: absolute;
		content: '';
		top: 5px;
		left: -2px;
		width: 4px;
		height: 6px;
		background: #FFF;
		}
/* アイコン 矢印白 (左) */
.arrow-white-left {
	display:inline-block;
	position:relative;
	top:1px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
	margin-right:8px;
	}
	.arrow-white-left:after{
		position: absolute;
		content: '';
		top: -2px;
		left: 5px;
		width: 6px;
		height: 4px;
		background: #FFF;
		}
/* アイコン 矢印白 (右) */
.arrow-white-right {
	display:inline-block;
	position:relative;
	top:1px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	margin-left:10px;
	}
	.arrow-white-right:after{
		position: absolute;
		content: '';
		top: -2px;
		left: -11px;
		width: 6px;
		height: 4px;
		background: #FFF;
		}
/* アイコン 矢印青 (上) */
.arrow-blue-up {
	display:inline-block;
	position:relative;
	top:-5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #2068b7;
	margin-right:3px;
	}
	.arrow-blue-up:after{
		position: absolute;
		content: '';
		top: 5px;
		left: -2px;
		width: 4px;
		height: 6px;
		background: #2068b7;
		}
/* アイコン 矢印青 (左) */
.arrow-blue-left {
	display:inline-block;
	position:relative;
	top:1px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #2068b7;
	margin-right:8px;
	}
	.arrow-blue-left:after{
		position: absolute;
		content: '';
		top: -2px;
		left: 5px;
		width: 6px;
		height: 4px;
		background: #2068b7;
		}
/* アイコン 矢印青 (右) */
.arrow-blue-right {
	display:inline-block;
	position:relative;
	top:1px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #2068b7;
	margin-left:10px;
	}
	.arrow-blue-right:after{
		position: absolute;
		content: '';
		top: -2px;
		left: -11px;
		width: 6px;
		height: 4px;
		background: #2068b7;
		}
/* input へ矢印 */
.arrow-input {
	position:relative;
	}
	.arrow-absolute{
		position:absolute;
		left:3%;
		top:15px;
		z-index:100;
		}
/* アイコン ページ */
.icon1 {
	width:15px;
	height:12px;
	display:inline-block;
	background:url("img/icon1.png") no-repeat 0 center;
	background-size: 15px 12px;
	padding-left:5px;
	margin:0 0 -2px 3px;
}
/* アイコン 虫眼鏡 */
.icon2 {
	width:15px;
	height:15px;
	display:inline-block;
	background:url("img/icon2.png") no-repeat 0 center;
	background-size: 15px 15px;
	padding-right:5px;
	margin:0 0 -2px 3px;
	}
	/* アイコン 虫眼鏡 */
	.icon2-in {
    left: 5%;
    position: absolute;
    top: 35%;
	}

/* アイコン 虫眼鏡 */
.icon3 {
	width:15px;
	height:15px;
	display:inline-block;
	background:url("img/icon3.png") no-repeat 0 center;
	background-size: 15px 15px;
	padding-right:5px;
	margin:0 0 -2px 3px;
}
/* アイコン 電話 */
.icon4 {
	width:15px;
	height:15px;
	display:inline-block;
	background:url("img/icon4.png") no-repeat 0 center;
	background-size: 15px 15px;
	padding-right:5px;
	margin:0 0 -2px 3px;
}
/* アイコン メール */
.icon5 {
	width:25px;
	height:20px;
	display:inline-block;
	background:url("img/icon5.png") no-repeat 0 center;
	background-size: 25px 20px;
	padding-right:5px;
	margin:0 0 -5px 3px;
}
/* アイコン リスト追加 */
.icon6 {
	width:20px;
	height:16px;
	display:inline-block;
	background:url("img/icon6.png") no-repeat 0 center;
	background-size: 20px 16px;
	padding-right:3px;
	margin:0 0 -5px 3px;
}
/* アイコン 指差し */
.icon7 {
	width:20px;
	height:21px;
	display:inline-block;
	background:url("img/icon7.png") no-repeat 0 center;
	background-size: 20px 21px;
	padding-right:5px;
	margin:0 0 -5px 3px;
}
/* インラインボックス */
.inline-box {
	display:table;
	table-layout: fixed;
	width:100%;
	}
	.inline-box li{
		display:table-cell;
		vertical-align:middle;
		}
	/* プラン詳細 ソーシャル */
	.social-list li { padding:1%; }

/* リンク矢印 */
.arrow { position: relative; }
.arrow::after {
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:4px solid #CCC;
	border-right:4px solid #CCC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:0;
	top:70%;
	margin-top:-7px;
}
.arrow2::after{ right:8px; top:50%; }

/* リスト
------------------------------*/
ul.disc li { list-style-type:disc !important; margin:0 0 0 20px; }
ul.disc2 li { margin:0 0 10px 0; border-bottom: 1px dotted #E3E3E3; padding-bottom:10px; }
ul.disc2 li:last-child { border:none; }
ul.disc2 li li { border:none; margin:0; padding:0; }
ul.decimal { margin:10px 0 0 28px; }
ul.decimal li { list-style-type: decimal; margin-bottom:5px; }

/* ポップアップ
------------------------------*/
.pop-form { width:100%; }
.pop-form th { width:30%; white-space: nowrap; text-align:left; }
.pop-form th,
.pop-form td { border-bottom:1px dotted #CCC; }
.pop-form td { line-height:1.3; }

/* 共通
------------------------------*/
.clearfix:after { content: ""; display: block;  clear: both; /* clearfix */ }
.lineH { line-height:1.4; }
.bold { font-weight:bold !important; }
.normal { font-weight:normal; }
.center { text-align:center; margin:auto; }
.clear { clear:both; }
.alignR { text-align:right !important; }
.alignL { text-align:left !important; }
.alignC { vertical-align:middle !important; }
.border-none { border-top:none !important; }
.floatL { float:left;}
.floatR { float:right;}
.relative { position:relative; }
/*
.w23 { width:23% !important; }
.w54 { width:54% !important; }
*/
.w38 { width:38% !important; }
.w49 { width:49% !important; }
.w60 { width:60% !important; }
.w98 { width:98% !important; }
.w100 { width:100%; }
/*.w120 { width:120px; }*/

.pa5 { padding:5px !important; }
.pa10 { padding:10px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb40 { margin-bottom:40px !important; }
.ml10 { margin-left:10px !important; }
.ml120 { margin-left:120px !important; }
.pl3 { padding-left:3%; }
.pr3 { padding-right:3%; }
.co1 { color:#d7000f !important; }
.co2 { color:#2068b7 !important; }
.red { color:#d7000f !important; }
.ba-co2 { background:#d1e7ff !important; }

.fontX { font-size:25rem !important; }
.fontLL { font-size:18rem !important; }
.fontL { font-size:16rem !important; }
.fontM { font-size:14rem !important; }
.fontSS { font-size:13rem !important; }
.fontS { font-size:12rem !important; }

.f_red { color:#FF0000 !important;}

.text-space { letter-spacing:-0.05em !important; /* 文字つめ */ }
.textR { text-align:right !important; }
.price-text {
	color:#DD4455;
	font-size:17rem;
	font-weight:bold;
}
.text-just { text-align: justify; text-justify: inter-ideograph; /* 両端揃え */ }
a.tel {
	width:auto;
	display:inline-block;
	margin-left:10px;
	padding-right:5px;
	color:#FFF;
}
.border-bottom { /* ライン */
    border-bottom: 1px dotted #CCC;
	padding:5px 0;
	margin:0 0 5px 0;
	}
	.border-bottom.line2 {
    	border-bottom: 1px solid #FFF;
		}
.border-top { /* ライン */
    border-top: 1px dotted #CCC;
	padding:5px 0;
	margin:5px 0 0 0;
}
.flag {
	background:#d7000f;
	color:#FFF;
	display:inline-block;
	padding:2% 3%;
	font-size:14rem;
	font-weight:bold;
	text-align:center;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* 行きたいリストに追加 */
.favorite.favorite2 { margin:20px 0 0 0; }
.favorite input { display:none; }
.favorite label {
	width:100%;
}
.favorite input:checked+label {
	background: -moz-linear-gradient(top,#d4d4d4 0%,#bcbcbc);
	background: -webkit-gradient(linear, left top, left bottom,from(#d4d4d4),to(#bcbcbc));
	filter: 　　progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#d4d4d4',EndColorStr='#bcbcbc');

	box-shadow:			2px 2px 5px 0 #6e6e6e inset;
	-moz-box-shadow:    2px 2px 5px 0 #6e6e6e inset;
	-webkit-box-shadow: 2px 2px 5px 0 #6e6e6e inset;
}

.favoriteLoginArea {
	width:280px;
	margin:0 auto;
}

.favoriteLoginArea ul {
	display:table;
}

.favoriteLoginArea ul li{
	display:table-cell;
}

/* リストなど */
.list-box dt {
	padding:2%;
	border:1px solid #CCC;
	background:#EEE;
	}
	.list-box dd {
		margin:0;
		padding:2%;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		}
		.list-box dd:last-child { border-bottom:1px solid #CCC; }

/* lightbox　plugin
------------------------------*/
span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0; left:0; opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
	}
span.overlay:hover { opacity: 1; filter: alpha(opacity=100); }
body:after {　content: url("../img/lightbox/close.png") url("../img/lightbox/loading.gif") url("../img/lightbox/prev.png") url("../img/lightbox/next.png");　display: none;　}
.lightboxOverlay {
	position:absolute;/* 追記 */
	left: 0;
	z-index: 9999;
	background-color: #2b2b2b;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	padding-top:30px !important;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	.lb-outerContainer:after { content: ""; display: table; clear: both; }
.lb-container { padding: 4px; background:#FFF; }
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("../img/lightbox/loading.gif") no-repeat;
}
.lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
.lb-container > .nav { left: 0; }
.lb-nav a { outline: none; }
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-prev { left: 0; float: left; }
.lb-prev:hover { background: url("../img/lightbox/prev.png") left 48% no-repeat; }
.lb-next { right: 0; float: right; }
.lb-next:hover { background: url("../img/lightbox/next.png") right 48% no-repeat; }
.lb-dataContainer {
	margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}
.lb-dataContainer:after { content: ""; display: table; clear: both; }
.lb-data { padding: 0 45px 4px 4px; color: #333; }
.lb-data .lb-details { width: 100%; text-align: left; line-height: 1.1em; letter-spacing:0.1em; }
.lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em; }
.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999; }
.lb-closeContainer { position:absolute; right:0; top:0; z-index:100; }
.lb-close {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url("../img/lightbox/close.png") top right no-repeat;
	background-size: 40px 40px;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	}
	.lb-close:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
/* END lightbox */

.word_b{
	word-wrap:break-word;
}
.overflow{
	overflow:auto;
}
.br_f br{
	display:none;
}


/* 入力フォームのモーダルウィンドウ
------------------------------*/
.loginpops {
	text-align: center;
}
.loginpops a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 0;
}
.under_attention {
	margin: 0.625em 0 1.8em;
}
.popup {
	width: 90%;
	margin: 20% 4.245% 0;
	padding: 5px;
	background: #F1F1F1;
	display: none;
}
.popup .popinner {
	margin:1.2625%;padding: 2.5625%;
}
.popup .login_btn,
.popup .login_attention {
	margin: 0 2.5625% 0.625em;
}
.popup .login_attention {
	text-align: right;
	padding: 0 1.4em 0 0;
	margin-bottom: 0;
	background: url(/s/bus/img/common/icon1.png) no-repeat right center;
	-webkit-background-size: contain;
	background-size: contain;
}
.popup .login_btn input {
	padding-top: 0.625em;
	padding-bottom: 0.625em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.popup table {
	width: 95.175%;
	margin: 0 2.5625% 0.6em;
}
.popup table th {
	width: 44%;
	text-align: left;
}
.popup table td {
	width: 56%;
}
.popup table td input {
	width: 100%;
}
@media screen and (min-width :480px){
	.popup {
		width: 480px;
		left: 50%;
		margin: 20% 0 0 -240px;
		padding: 5px;
		background: #F1F1F1;
		display: none;
	}
}



/* メンテナンス告知
------------------------------*/
div#maintenance {
    background-color: #FFFFFF;
    border: 5px solid #D1E7FF;
    color: #333333;
    font-size: 14px;
    margin: 10px auto 15px;
    padding: 5px;
    text-align: left;
}
div#maintenance span {
    color: #CC0000;
}


/* 現在の検索条件
------------------------------*/
#main-wrapper table#boxResult{
   border-collapse: collapse;
   border-spacing: 0;
   margin:0 auto 10px;
   width:97%;
}

#main-wrapper table#boxResult caption{
    background-color: #D76364;
    color: #FFFFFF;
    font-size: 14rem;
    /*font-weight: bold;*/
    margin: 0 auto;
    padding: 2%;
    text-align: center;
}

#main-wrapper table#boxResult tr{

}

#main-wrapper table#boxResult th{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #E3E3E3;
    font-size: 13rem;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 28%;
}

#main-wrapper table#boxResult td{
    border: 1px solid #E3E3E3;
    padding: 5px;
	background-color: #FFFFFF;
}

/*「行きたいリスト」ボタン＆「プラン詳細へ」ボタン*/
.btnFD{
	overflow:hidden;
}

.btnFD .favorite-area{
	float:left;
	width:56%
}

.btnFD .btnF {
    font-size: 13rem;
    letter-spacing: -0.1em;
    padding: 10px 0;
}

.btnFD .icon6 {
    background: url("img/icon6.png") no-repeat scroll 0 center / 20px 16px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin: 0 0 -5px;
    padding-right: 3px;
    width: 20px;
}

.btnFD .btnDitail{
	float:left;
	width:41%;
	margin:0 0 0 3%;
}

/*検索一覧　ページ先頭へボタン*/
.box-inner .btnFixed{
    bottom: 52px;
    position: fixed;
    right: 10px;
    width: 46%;
    z-index: 1;
}
.box-inner .btnFixed a{
}
/*
@media screen and (min-width :320px){
.box-inner .btnFixed{
    bottom: 52px;
    position: fixed;
    right: 10px;
    width: 46%;
    z-index: 1;
}
}
.box-inner .btnFixed{
    bottom: 9.2%;
    position: fixed;
    right: 4%;
    width: 46%;
    z-index: 1;
}

*/

/*エリアトップ　出発エリアを変更ボタン*/
.areaChange {
	width:35%;
	font-size:12rem;
	float:right;
	margin:10px 0 0;
}

/* メールニュースCPバナー */
.bnr_mailCP {
	margin:20px 10px;
}
.bnr_mailCP img {
	display:block;
	margin:0 auto;
	border:1px solid #dac998;
}

.bnr_mailCP_b {
	margin:10px 3px;
}

.bnr_mailCP_b1 {
	margin:10px 0 9px 0;
	float:left;
	width:46%;
}

.mgr {
	margin-right:1.5%;
	margin-left:2.5%;
}
.clr {
	clear:both;
}

/* ヘッダーメニュー下 アナウンスエリア */
.announceBar {
    background: #eaeaea;
}

.announceBar__inner {
    padding: 10px 2%;
}

.announceBar__inner > .announceBar__inner_text:last-child {
    margin-bottom: 0;
}

.announceBar__inner_text {
	margin-bottom: .5em;
	font-size: 12px;
	color: #333;
}


.announceBar__inner_text.\--isWarning {
    font-weight: 700;
	color: #ba2b2b;
}

.announceBar__inner a {
    color: inherit;
}

/* ヘッダーメニュー下アンケートエリア */
.questionnaire{
	background: #d1e7ff;
}

.questionnaire__inner {
    padding: 10px 2%;
}
.questionnaire__inner > .questionnaire__inner_text:last-child {
    margin-bottom: 0;
}

.questionnaire__inner_text.\--isWarning {
    font-weight: 700;
	color: #ba2b2b;
}

.questionnaire__title{
	color:rgb(215, 0, 15);
}
