@charset "UTF-8";


/*****************************************************
 .pagehead 
*****************************************************/
.pagehead{
	background:url('../img/charterbus-taxi/pagehead_bg.jpg') no-repeat center center;
	background-size:cover;
}


/*****************************************************
 貸切バス＆タクシー 
*****************************************************/
/* 冒頭 
------------------------------------------------- */
.col-block_l1.top{
	margin-bottom:90px;
	margin-top:140px;
}
.col-block_l1.top .txt{
	max-width:610px;
	width:53%;
}
.col-block_l1.top .ttl{
	margin-bottom:20px;
}
/* ----- 横長画像 ----- */
.col-block_l1.img-large .bgimg{
	background:url('../img/charterbus-taxi/ct_img1.jpg');
	background-size:cover;
	left:auto;
	right:0;
}
/* .col-block_l1_small 
------------------------------------------------- */
.col-block_l1_small{
	align-items:center;
	display:flex;
	justify-content:space-between;
	margin:0 auto 160px;
	max-width:1050px;
	width:100%;
}
.col-block_l1_small .img{
	max-width:297px;
	width:29%;
}
.col-block_l1_small .img figcaption{
	letter-spacing:0.2em;
	line-height:1.4;
	text-align:center;
}
.col-block_l1_small .txt{
	max-width:660px;
	width:63%;
}
.col-block_l1_small .txt .ttl{
	color:#2255a4;
	font-size:33px;
	font-size:3.3rem;
	font-weight:normal;
	line-height:1.4;
	margin:12px 0;
}
.col-block_l1_small .txt p{
	line-height:2;
	text-align:justify;
}
/* 車両紹介 
------------------------------------------------- */
#vehicles{
	margin-bottom:135px;
	overflow:hidden;
}
/* ----- タイトル ----- */
#vehicles .head{
	margin:0 auto;
	max-width:1230px;
	width:100%;
}
#vehicles .head .ttl{
	align-items:center;
	display:flex;
	font-size:33px;
	font-size:3.3rem;
	font-weight:normal;
	white-space:nowrap;
}
#vehicles .head .ttl .en{
	display:inline-block;
	margin-right:45px;
}
#vehicles .head .lead{
	letter-spacing:0.05em;
	line-height:1.4;
	margin:40px 0 30px;
}
/* ----- スライダー ----- */
.bus-taxi-list{
	position:relative;
	right:-20px;
	top:0;
	z-index:0;
}
.bus-taxi-list .bt-item{
	margin:0 10px;
}
.bus-taxi-list .bt-item .ttl{
	color:#2255a4;
	font-size:25px;
	font-size:2.5rem;
	font-weight:normal;
	line-height:1.4;
	margin:18px 0 16px;
	text-align:center;
}
.bus-taxi-list .bt-item .txt{
	letter-spacing:0.05em;
	line-height:1.5;
	margin:0 auto;
	max-width:350px;
	text-align:justify;
	width:100%;
}
.bus-taxi-list .slick-prev,
.bus-taxi-list .slick-next{
	height:72px;
	top:6.8vw;
	width:72px;
	z-index:1;
}
.bus-taxi-list .slick-prev{
	left:22.5vw;
}
.bus-taxi-list .slick-next{
	right:22.5vw;
}
.bus-taxi-list .slick-prev,
.bus-taxi-list .slick-prev:hover{
	background:url('../img/common/previcon.png') no-repeat center center;
	background-size:contain;
}
.bus-taxi-list .slick-next,
.bus-taxi-list .slick-next:hover{
	background:url('../img/common/nexticon.png') no-repeat center center;
	background-size:contain;
}
.bus-taxi-list .slick-prev:before,
.bus-taxi-list .slick-next:before{
	display:none;
}
/* 座席表 
------------------------------------------------- */
#seating-chart{
	margin-bottom:180px;
}
/* ----- タイトル ----- */
#seating-chart .ttl{
	color:#2255a4;
	font-size:41px;
	font-size:4.1rem;
	font-weight:normal;
	letter-spacing:0.14em;
	text-align:center;
}
/* ----- テキスト ----- */
#seating-chart .txt{
	line-height:1.4;
	margin:20px 0 40px;
	text-align:center;
}
/* ----- 座席表 ----- */
.seating-chart-list{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	max-width:1025px;
	width:100%;
}
.seating-chart-list .sc-item{
	border:1px solid #c8c8c8;
	box-sizing:border-box;
	margin-bottom:45px;
	max-width:480px;
	width:47%;
}
.seating-chart-list .sc-item:nth-child(2n){
	margin-left:6%;
}
/* ----- もっと見るボタン ----- */
#seating-chart .more-btn{
	background:#fff;
	border:1px solid #2255a4;
	cursor:pointer;
	line-height:60px;
	margin:75px auto 0;
	max-width:280px;
	text-align:center;
	width:100%;
}
/* お問い合わせ＆ご予約 
------------------------------------------------- */
/* ----- タイトル ----- */
#contact .ttl{
	text-align:center;
}
#contact .ttl span{
	color:#2255a4;
	font-size:41px;
	font-size:4.1rem;
	font-weight:normal;
	letter-spacing:0.14em;
	line-height:1.4;
	position:relative;
}
#contact .ttl span:before{
	background:#fcf363;
	bottom:-15px;
	box-sizing:content-box;
	content:'';
	display:inline-block;
	font-size:inherit;
	height:30px;
	left:-1.7em;
	padding:0 1.7em;
	position:absolute;
	width:100%;
	z-index:-1;
}
/* ----- テキスト ----- */
#contact .txt{
	letter-spacing:0.05em;
	line-height:1.9;
	margin:30px 0 50px;
	text-align:center;
}
/* ----- .contact-block ----- */
.contact-block{
	display:flex;
	justify-content:center;
}
.contact-block .c-item{
	text-align:center;
}
.contact-block .c-item + .c-item{
	margin-left:75px;
}
.contact-block .c-item dt{
	color:#2255a4;
	font-size:33px;
	font-size:3.3rem;
	letter-spacing:0.14em;
	line-height:1.4;
}
.contact-block .c-item dd a[href*='tel:']{
	cursor:default;
	color:#2255a4;
	display:inline-block;
	font-size:41px;
	font-size:4.1rem;
	font-weight:bold;
	letter-spacing:0.05em;
	margin:15px 0 20px;
	pointer-events:none;
	text-decoration:none;
}
.contact-block .c-item dd p{
	color:#505050;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing:0.05em;
	line-height:1.4;
}
/* タクシー */
.contact-block .c-item.taxi dd a{
	background:url('../img/charterbus-taxi/taxi.png') no-repeat left center;
	background-size:63px 49px;
	margin:20px 0 25px;
	padding:4px 0 4px 75px;
}
/* バス */
.contact-block .c-item.bus dd a{
	background:url('../img/charterbus-taxi/bus.png') no-repeat left center;
	background-size:50px 59px;
	padding:9px 0 9px 65px;
}
/* グループ関連会社 
------------------------------------------------- */
.business-group .bg-block .bg-item{
	/*max-width:535px;
	width:52%;*/
	max-width:none;
	width:auto;
}

/* 安全管理規定 
------------------------------------------------- */

.txt {
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 20px 30px 50px;
    text-align: left;
}

#section-1 {
    margin: 40px auto 0;
    max-width: 1500px;
    width: 90%;
}

#section-3,#section-4 .ttl {
    text-align: center;
	margin-top: 50px;
}

#section-3 .ttl span {
    color: #2255a4;
    font-size: 41px;
    font-size: 4.1rem;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 1.4;
    position: relative;
}

#section-3 .ttl span:before {
    background: #fcf363;
    bottom: -15px;
    box-sizing: content-box;
    content: '';
    display: inline-block;
    font-size: inherit;
    height: 30px;
    left: -1.7em;
    padding: 0 1.7em;
    position: absolute;
    width: 100%;
    z-index: -1;
}


#section-4 .ttl span {
    color: #2255a4;
    font-size: 41px;
    font-size: 4.1rem;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 1.4;
    position: relative;
}

#section-4 .ttl span:before {
    background: #fcf363;
    bottom: -15px;
    box-sizing: content-box;
    content: '';
    display: inline-block;
    font-size: inherit;
    height: 30px;
    left: -1.7em;
    padding: 0 1.7em;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* ボタンのスタイル */

.contact-block {
    align-items: center;
    display: flex;
    margin: 40px auto 0;
    max-width: 1020px;
    width: 100%;
}

.contact-block2 {
    align-items: center;
    display: flex;
    margin: 10px auto 0;
    max-width: 1020px;
    width: 100%;
}

.contact-block .styled-button {
    background: #2255a4;
    line-height: 70px;
    text-align: center;
    max-width: 495px;
    width: 100%;
    margin: auto;
}

.contact-block2 .styled-button {
    background: #2255a4;
    line-height: 70px;
    text-align: center;
    max-width: 495px;
    width: 100%;
    margin: auto;
}

.bl{
	margin-bottom:80px;
}

.contact-block .styled-button a span {
    background: url(../img/common/arrowicon_white.png) no-repeat right center;
    background-size: 9px 14px;
	background-position-x: 90%;
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0 80px;
}
.contact-block .styled-button a {
    color: #fff;
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #section-3 .ttl span {
        font-size: 5.93vw;
    }
	#section-4 .ttl span {
        font-size: 5.93vw;
    }
	.contact-block .styled-button {
    /* max-width: 495px; */
    width: 90%;
	line-height: 60px;
}
	
	.contact-block .styled-button a span {
    font-size: 14px;
    font-size: 1.5rem;
}
.txt {
    margin: 20px 15px 30px;
}
}


@media screen and (max-width:1024px){
	/*****************************************************
	 貸切バス＆タクシー 
	*****************************************************/
	/* 冒頭 
	------------------------------------------------- */
	.col-block_l1.top{
		margin-bottom:14.06vw;
		margin-top:21.87vw;
	}
	.col-block_l1.top .txt{
		max-width:none;
		width:auto;
	}
	.col-block_l1.top .ttl{
		margin-bottom:3.12vw;
	}
	/* ----- 横長画像 ----- */
	.col-block_l1.img-large .bgimg{
		position:static;
		width:auto;
	}
	/* .col-block_l1_small 
	------------------------------------------------- */
	.col-block_l1_small{
		display:block;
		margin:0 auto 25vw;
		max-width:none;
	}
	.col-block_l1_small .img{
		margin:0 auto;
		max-width:none;
		width:50vw;
	}
	.col-block_l1_small .img img{
		width:100%;
	}
	.col-block_l1_small .txt{
		max-width:none;
		width:auto;
	}
	.col-block_l1_small .txt .ttl{
		font-size:5.15vw;
		margin:1.87vw 0;
	}
	/* 車両紹介 
	------------------------------------------------- */
	#vehicles{
		margin-bottom:21.09vw;
	}
	/* ----- タイトル ----- */
	#vehicles .head{
		max-width:none;
	}
	#vehicles .head .ttl{
		display:block;
		font-size:5.15vw;
		white-space:normal;
	}
	#vehicles .head .ttl .en{
		display:block;
		margin:0 0 3.12vw;
		width:90.62vw;
	}
	#vehicles .head .lead{
		margin:6.25vw 0 4.68vw;
	}
	/* ----- スライダー ----- */
	.bus-taxi-list{
		margin:0 auto;
		right:0;
		width:90.62vw;
	}
	.bus-taxi-list .bt-item{
		margin:0;
	}
	.bus-taxi-list .bt-item .img img{
		width:100%;
	}
	.bus-taxi-list .bt-item .ttl{
		font-size:3.9vw;
		margin:2.81vw 0 2.5vw;
	}
	.bus-taxi-list .bt-item .txt{
		max-width:none;
	}
	.bus-taxi-list .slick-prev,
	.bus-taxi-list .slick-next{
		height:11.25vw;
		top:24vw;
		width:11.25vw;
	}
	.bus-taxi-list .slick-prev{
		left:-4.69vw;
	}
	.bus-taxi-list .slick-next{
		right:-4.69vw;
	}
	/* 座席表 
	------------------------------------------------- */
	#seating-chart{
		margin-bottom:28.12vw;
	}
	/* ----- タイトル ----- */
	#seating-chart .ttl{
		font-size:6.4vw;
	}
	/* ----- テキスト ----- */
	#seating-chart .txt{
		margin:3.12vw 0 6.25vw;
	}
	/* ----- 座席表 ----- */
	.seating-chart-list{
		max-width:none;
	}
	.seating-chart-list .sc-item{
		margin-bottom:7.03vw;
		max-width:none;
	}
	.seating-chart-list .sc-item:nth-child(2n){
		margin-left:6%;
	}
	/* ----- もっと見るボタン ----- */
	#seating-chart .more-btn{
		line-height:9.37vw;
		margin:6vw auto 0;
		max-width:43.75vw;
	}
	/* お問い合わせ＆ご予約 
	------------------------------------------------- */
	/* ----- タイトル ----- */
	#contact .ttl span{
		font-size:6.4vw;
	}
	#contact .ttl span:before{
		bottom:-2.34vw;
		height:4.68vw;
	}
	/* ----- テキスト ----- */
	#contact .txt{
		margin:4.68vw 0 7.81vw;
	}
	/* ----- .contact-block ----- */
	.contact-block{
		display:block;
	}
	.contact-block .c-item + .c-item{
		margin:11.71vw 0 0;
	}
	.contact-block .c-item dt{
		font-size:33px;
	}
	.contact-block .c-item dd a[href*='tel:']{
		font-size:6.4vw;
		margin:2.34vw 0 3.12vw;
		pointer-events:auto;
	}
	.contact-block .c-item dd p{
		font-size:3.12vw;
	}
	/* タクシー */
	.contact-block .c-item.taxi dd a{
		background:url('../img/charterbus-taxi/taxi.png') no-repeat left center;
		background-size:9.84vw 7.65vw;
		margin:3.12vw 0 3.9vw;
		padding:0.62vw 0 0.62vw 11.71vw;
	}
	/* バス */
	.contact-block .c-item.bus dd a{
		background:url('../img/charterbus-taxi/bus.png') no-repeat left center;
		background-size:7.81vw 9.21vw;
		padding:1.4vw 0 1.4vw 10.15vw;
	}
	
	/* 安全基準 */
	#section-4 > .ttl span {
        font-size: 5.93vw;
    }

}

