@charset "utf-8";


h3.title-charter {
	position: relative;
	text-align: center;
	border: none;
	color: #0099d9;
	font-size: 24px;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin: 60px 0 40px -15px;
}
h3.title-charter span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h3.title-charter::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #5db6db;
}
h4.title-charter {
	border: none;
	color: #fff !important;
	font-size: 20px;
	font-weight: normal;
	width: 90%;
	margin: 30px auto 0;
	padding: 10px;
}
h4.title-charter.bg-01 {
	background-color: #2260d0;
}
h4.title-charter.bg-02 {
	background-color: #9eb312;
}
h4.title-charter.bg-03 {
	background-color: #1fb62a;
}



ul.cahrter-needs {
}
ul.cahrter-needs li {
	font-size:18px;
	list-style: none;
	background-image: url(images/charter/icon-check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
}
.charter-overview {
	background-color: #f7eeee;
	margin: 0 0 40px;
}
.charter-overview p {
	padding: 25px 35px 15px 35px;
}

.charter-overview ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.charter-overview ul li {
	list-style: none;
	display: table-cell;
	text-align:center;
	width: 33%;
	margin: 0;
	padding: 0 0 10px;
}
.charter-overview .sample {
	text-align: right;
	margin: 0;
	padding: 0 15px 15px 0;
}
ul.car-type {
	margin: 0;
	padding: 0;
}
ul.car-type li {
	width: 96%;
	padding: 2%;
	margin: 10px auto 0;
}
ul.car-type li span {
	font-size:18px;
}
ul.car-type li p {
	text-align:right;
	font-size:12px;
	margin: 0;
	padding: 0;
}
ul.car-type li.executive {
	background-color: #e2e2da;
}
ul.car-type li.standard {
	background-color: #e2e7e1;
}
ul.car-type li.offroad {
	background-color: #e0ece2;
}
ul.car-type li.special {
	background-color: #e0e5ec;
}

ul.car-type02 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.car-type02 li {
	padding: 5%;
	margin: 0 auto 20px;
	border: 1px solid #ccc;
	text-align: center;
	list-style: none;
}
ul.car-type02 li p {
	font-size: 2em;
}
@media (min-width: 768px) {
	ul.car-type02 li {
		width: 60%;
		margin: 0 auto 40px;
	}
}


.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	-webkit-overflow-scrolling: touch;
}
table.charter-price th {
}
table.charter-price td {
}
table.charter-price th,
table.charter-price td {
	text-align: center;
	font-size:18px;
	padding: 15px;
	white-space: nowrap;
}
.corporation span {
	color: #2260d0;
	padding-right: 20px;
}
.sightseeing span {
	color: #9eb312;
	padding-right: 20px;
}
.golf-pickup span {
	color: #1fb62a;
	padding-right: 20px;
}
.plan-title {
	width: 85%;
	margin: 30px auto 0;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
}
dl.sample-plan {
	width: 85%;
	margin: 20px auto 0;
}
dl.sample-plan dt {
	margin: 0;
	padding: 0;
	color: #666666 !important;
}
dl.sample-plan dd {
	padding: 5px 0 10px 5px;
	margin: 0 0 0 0;
}
.sample-plan-car {
	background: #fff;
	border: 1px solid #676767;
	padding: 15px;
	line-height: 1.5em;
}
.sample-plan-car p {
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
}
ul.reason {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
ul.reason li {
	color: #fff;
	margin: 0 0 2% 0;
	padding: 1%;
}
ul.reason li img {
	float: left;
	padding: 0 10px 5px 0;
}
ul.reason li span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}
ul.reason li.support {background-color: #ef7aa0;}
ul.reason li.registration {background-color: #78caae;}
ul.reason li.payment {background-color: #efb17a;}
ul.reason li.procedure {background-color: #7aa9ef;}
ul.reason li.consulting {background-color: #c5ca78;}
ul.reason li.performance {background-color: #bf7aef;}

.voice-men,
.voice-lady {
	margin-bottom: 15px;
}
#voice {
	dispay: inline-block;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-left: 10px;
}
#voice.men{
	background-color: #c9deec;
}
#voice.lady{
	background-color: #fce1d0;
}

#voice:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	position: absolute;
	left: -20px;
	top: 80px;
	margin-top: -9px;
}
#voice:after {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	position: absolute;
	left: -18px;
	top: 80px;
	margin-top: -8px;
}
#voice.men:before {
	border-right-color: #c9deec;
}
#voice.men:after {
	border-right-color: #c9deec;
}
#voice.lady:before {
	border-right-color: #fce1d0;
}
#voice.lady:after {
	border-right-color: #fce1d0;
}

@media (min-width: 641px) {
ul.car-type li {
	list-style: none;
	margin: 0 0 3%;
	width: 44%;
}
ul.car-type li:nth-child(odd) {
	float: left;
}
ul.car-type li:nth-child(even) {
	float: right;
}
ul.car-type li img {
	padding-top:20px;
}

dl.sample-plan {
	width: 85%;
	margin: 20px auto 0;
	padding-left: 145px;
}
dl.sample-plan dt {
	font-weight: normal;
}
dl.sample-plan dd {
	padding: 0 80px 10px 10px;
	margin: 0;
}
.sample-plan-car {
	width: 470px;
	float: right;
	margin: 10px 72px 40px 0;
}
ul.reason {
}
ul.reason li {
	list-style: none;
	width: 30%;
	float: left;
}
ul.reason li:nth-child(2) {
	margin: 0 2%;
}
ul.reason li:nth-child(5) {
	margin: 0 2%;
}
.voice-men {
	background-image: url(images/charter/icon-men.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 40px;
}
.voice-lady {
	background-image: url(images/charter/icon-lady.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 40px;
}
#voice{
	margin-left: 140px;
}
}
@media (max-width: 640px) {
.plan-title span {
	display: block;
}
table.charter-price th,
table.charter-price td {
	width: 25%;
}
}

