/*
:root {
}
*/


/**********************/
/*** 改行時の不要な文字を非表示 ***/
/**********************/
/* 行末文字が「、」「・」「を」などのときに利用 */
@media (max-width: 767px) {
	.silent-767-or-less { display: none; }
}
@media (max-width: 575px) {
	.silent-575-or-less { display: none; }
}



/**********************/
/*** カラム別配色 ***/
/**********************/

/* 各コンテンツ用 */
.column-outer {
	padding-top: 30px;
	padding-bottom: 40px;
}
.column-outer .vk_outer-background-area {
	background: #fff !important;
}
.column-outer:nth-of-type(even) .vk_outer-background-area {
	background: #f3f4f5 !important;
}




/**********************/
/*** Heroセクション　下部スライダー ***/
/**********************/
.toppage-hero-slider .vk_slider_item-paddingLR-use {
    padding: 0.2em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}



/**********************/
/*** Heroセクション　本体 ***/
/**********************/
.toppage-hero {
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 15px;
	margin: 50px auto;
}
.toppage-hero h1 {
	text-align: center;
	font-size: 3.5em;
	color: #fff;
	text-shadow: 3px 3px 1px #000;
	margin: 40px 0 30px 0;
	padding: 0;
	line-height: 1.25em;
}
.toppage-hero h1 .char-mini {
	font-size: .8em;
}
@media (max-width: 991px) {
	.toppage-hero h1 {
		font-size: 3em;
		margin: 20px 0 15px 0;
	}
}
@media (max-width: 767px) {
	.toppage-hero {
		padding: 20px 15px;
		margin: 25px auto;
	}
	.toppage-hero h1 {
		margin: 10px 0 10px 0;
	}
}
@media (max-width: 575px) {
	.toppage-hero {
		margin: 15px auto;
	}
}
@media (max-width: 424px) {
	.toppage-hero {
		margin: 5px auto;
	}
	.toppage-hero h1 {
		font-size: 2.5em;
	}
}











/**********************/
/*** Heroセクション　送迎ケースエリア ***/
/**********************/
.case-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px auto 20px auto;
}
.case-area .case-one {
    display: block;
    padding: .5em;
    margin: 0;
    font-size: 1.3em;
    transform: skewX(-10deg);
/*
    border: 1px solid #fff;
    color: #fff;
    background: none;
    font-weight: 700;
*/
    border: none;
    color: #000;
    background: #fff;
    font-weight: 400;
}
.case-area .case-one i {
    margin-left: 3px;
    margin-right: 3px;
}

@media (max-width: 767px) {
    .case-area {
        gap: .5em;
    }
}
@media (max-width: 1199px) {
    .case-area .case-one {
        font-size: 1.2em;
    }
}
@media (max-width: 991px) {
    .case-area .case-one {
        font-size: 1.1em;
    }
}
/*
@media (max-width: 767px) {
    .case-area .case-one {
        font-size: 1.1em;
    }
}
*/
@media (max-width: 575px) {
    .case-area .case-one {
        font-size: .9em;
        padding: 5px 10px;
    }
}





































/**********************/
/*** サービス（） ***/
/**********************/
.selling-items-ex.service-ex {
    gap: 35px;
}
.selling-items-ex.service-ex .selling-item-ex {
    gap: 0;
    width: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .selling-items-ex.service-ex {
        gap: 20px;
    }
    .selling-items-ex.service-ex .selling-item-ex {
        width: 225px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .selling-items-ex.service-ex {
        gap: 15px;
    }
    .selling-items-ex.service-ex .selling-item-ex {
        width: 220px;
    }
}
@media (max-width: 575px) {
    .selling-items-ex.service-ex {
        gap: 15px;
    }
    .selling-items-ex.service-ex .selling-item-ex {
        width: 200px;
    }
}
@media (max-width: 424px) {
    .selling-items-ex.service-ex {
        gap: 20px;
    }
}
@media (max-width: 349px) {
    .selling-items-ex.service-ex .selling-item-ex {
        width: 65%;
    }
}











/**********************/
/*** Selling　共通 ***/
/**********************/
.selling-items-ex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 35px;
    padding: 5px;
}
.selling-item-ex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    container-type: inline-size;
    container-name: item-container;
    width: 190px;
    border: 1px solid #ccc;
    padding: 15px 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #bbb;
    background: #fff;
}
.selling-item-ex .main-icon {
    color:#48596a;
    margin-bottom: 5px;
    margin-bottom: 0;
}
.selling-item-ex .main-icon i {
    font-size: var(--mainiconsize);
    background: #000;
    background: linear-gradient(135deg, rgba(143, 143, 143, 1) 15%, rgba(0, 0, 0, 1) 50%, rgba(133, 133, 133, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}
.selling-item-ex p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size:1em;
}
.selling-item-ex .selling-title {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
    font-size:1.4em;
}
.selling-item-ex .selling-sub-title {
    font-weight: 700;
    line-height: 1.3;
    margin: 1px;
    font-size:1.2em;
}
.selling-item-ex .selling-notes {
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
    font-size:0.8em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .selling-items-ex {
        gap: 20px;
    }
    .selling-item-ex {
        width: 175px;
    }
    .selling-item-ex .main-icon i {
        font-size: 75px;
    }
    .selling-item-ex .selling-title {
        font-size: 20px;
    }
    .selling-item-ex .selling-sub-title {
        font-size: 18px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .selling-items-ex {
        gap: 15px;
    }
    .selling-item-ex {
        width: 150px;
    }
    .selling-item-ex .main-icon i {
        font-size: 65px;
    }
    .selling-item-ex .selling-title {
        font-size: 18px;
    }
    .selling-item-ex .selling-sub-title {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .selling-items-ex {
        gap: 15px;
    }
    .selling-item-ex {
        width: 140px;
    }
    .selling-item-ex .main-icon i {
        font-size: 60px;
    }
    .selling-item-ex .selling-title {
        font-size: 16px;
    }
    .selling-item-ex .selling-sub-title {
        font-size: 14px;
    }
}
@media (max-width: 424px) {
    .selling-items-ex {
        gap: 20px;
    }
}
@media (max-width: 349px) {
    .selling-item-ex {
        width: 65%;
    }
}



/**********************/
/*** Selling　乗車地・降車地 ***/
/**********************/
.selling-items-ex.fromto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
/*
    align-items: center;
*/
    align-items: start;
    gap: 25px;
    padding: 5px;
}
.selling-items-ex.fromto .selling-item-ex {
    width: 175px;
    border-radius: 10px;
}
.selling-items-ex.fromto .selling-item-ex.leftright-arrow {
    width: 100px;
    border: none;
    padding: 15px 12px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    font-size: 80px;
    color: #000;
}
.selling-items-ex.fromto .selling-item-ex.leftright-arrow i {
    margin: 0;
}
.selling-items-ex.fromto .fromto-title {
    font-weight: 700;
    font-size: 32px;
}
.selling-items-ex.fromto .fromto-area {
    font-size: 20px;
}

@media (min-width:575px) and (max-width:991px) { 
/*	.selling-items-ex.fromto .selling-item-ex:nth-child(2).leftright-arrow {*/
	.selling-items-ex.fromto .selling-item-ex.leftright-arrow {
		width: 70px;
		font-size: 70px;
	}
	.selling-items-ex.fromto .fromto-title {
		font-size: 28px;
	}
	.selling-items-ex.fromto .fromto-area {
		font-size: 18px;
	}
}
@media (min-width:475px) and (max-width:574px) { 
	.selling-items-ex.fromto .selling-item-ex {
		width: 125px;
		padding: 5px 5px;
	}
	.selling-items-ex.fromto .selling-item-ex.leftright-arrow {
		width: 50px;
		font-size: 50px;
	}
	.selling-items-ex.fromto .fromto-title {
		font-size: 24px;
	}
	.selling-items-ex.fromto .fromto-area {
		font-size: 17px;
	}
}
@media (min-width:375px) and (max-width:474px) { 
	.selling-items-ex.fromto {
		gap: 10px;
	}
	.selling-items-ex.fromto .selling-item-ex {
		width: 125px;
		padding: 5px 5px;
	}
	.selling-items-ex.fromto .selling-item-ex.leftright-arrow {
		width: 40px;
		font-size: 40px;
	}
	.selling-items-ex.fromto .fromto-title {
		font-size: 22px;
	}
	.selling-items-ex.fromto .fromto-area {
		font-size: 18px;
	}
}
@media (max-width:374px) { 
	.selling-items-ex.fromto {
		gap: 10px;
	}
	.selling-items-ex.fromto .selling-item-ex {
		width: 30cqw;
	}
	.selling-items-ex.fromto .selling-item-ex.leftright-arrow {
		width: 10cqw;
		font-size: 10cqw;
	}
	.selling-items-ex.fromto .fromto-title {
		font-size: 20cqw;
	}
	.selling-items-ex.fromto .fromto-area {
		font-size: 18cqw;
	}
}







/**********************/
/*** Selling　支払い方法 ***/
/**********************/
.selling-items-ex.payment-type .selling-item-ex {
    width: 30%;
    padding-top: 10px;
}
.selling-items-ex.payment-type .selling-item-ex .payment-icon img {
    margin: 0 0 0 0;
}
.selling-items-ex.payment-type .selling-item-ex .payment-icon img:nth-of-type(1) {
    margin: 5px 0 0 0;
}
.selling-items-ex.payment-type .selling-item-ex .selling-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 3px solid #abb8c3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .selling-items-ex.payment-type .selling-item-ex {
        width: 30%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .selling-items-ex.payment-type .selling-item-ex {
        width: 31%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .selling-items-ex.payment-type .selling-item-ex {
        width: 45%;
    }
}
@media (min-width: 425px) and (max-width: 575px) {
    .selling-items-ex.payment-type .selling-item-ex {
        width: 45%;
    }
}
@media (max-width: 424px) {
    .selling-items-ex.payment-type .selling-item-ex {
        width: 90%;
    }
    .selling-items-ex.payment-type {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .selling-items-ex.payment-type .selling-item-ex {
        padding: 8px 8px;
    }
}

/* 各タクシーチケットの装飾 */
.selling-items-ex.payment-type .selling-item-ex .ticket {
    display: inline-block;
    text-align: center;
    padding: 4px 7px 6px 7px;
    border: 1px solid #999;
    border-left: 1px dotted #999;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 0px #555;
/*    corner-shape: scoop;*/
}

/* 補足 */
.selling-items-ex.payment-type .selling-item-ex .sub {
    font-size: .8em;
}

/* 支払い方法内共通itemのnotes、支払い方法内タクシーチケット用itemのnotes */
.selling-items-ex.payment-type .selling-item-ex .selling-notes,
.selling-items-ex.payment-type .selling-item-ex.payment-taxi-ticket .selling-notes {
    margin-top: 15px;
    text-align: left;
}

/* タクシーチケット専用 */
.selling-items-ex.payment-type .selling-item-ex.payment-taxi-ticket {
    width: 475px;
}

@media (min-width: 500px) and (max-width: 991px) {
    .selling-items-ex.payment-type .selling-item-ex.payment-taxi-ticket {
        width: 425px;
    }
}
@media (min-width: 426px) and (max-width: 499px) {
    .selling-items-ex.payment-type .selling-item-ex.payment-taxi-ticket {
        width: 80%;
    }
}
@media (max-width: 425px) {
    .selling-items-ex.payment-type .selling-item-ex.payment-taxi-ticket {
        width: 90%;
    }
}

/* タクシーチケット個別のデザイン（枠線付きタクシーチケット名） */
.selling-items-ex.payment-type .selling-item-ex .payment-taxi-ticket-list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    padding: 5px;
}




































/**********************/
/*** 画像 ***/
/**********************/
.picture-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 35px;
    padding: 5px;
    width: 100%;
}
.picture-item {
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 0;
    width: 300px;
    height: 100%;
/*
    padding: 15px 12px;
*/
    padding: 7px;
    border-radius: 0px;
    border: 1px solid #ccc;
    background: #fff;
}
.picture-item .picture-item-image img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.picture-item p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size:1em;
    font-size: var(--basefontsize);
}
.picture-item .picture-title {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
    font-size: 1.4em;
    font-size: calc(var(--basefontsize) + 2px);
}
.picture-item .picture-sub-title {
    font-weight: 700;
    line-height: 1.3;
    margin: 1px;
    font-size: 1.2em;
    font-size: calc(var(--basefontsize) + 1px);
}
.picture-item .picture-description {
    font-weight: 400;
    line-height: 1.3;
    margin-top: 5px;
    font-size: 1.1em;
    font-size: calc(var(--basefontsize) - 2px);
}
.picture-item .picture-description.size-modest {
    font-size: calc(var(--basefontsize) - 4px);
}
.picture-item .picture-notes {
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 0.8em;
    font-size: calc(var(--basefontsize) - 4px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .picture-items { gap: 20px; }
    .picture-item { width: calc(calc(100% - 50px) / 3); }
}
@media (min-width: 768px) and (max-width: 991px) {
    .picture-items { gap: 20px; }
    .picture-item { width: calc(calc(100% - 50px) / 3); }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .picture-items { gap: 20px; }
    .picture-item { width: calc(calc(100% - 20px) / 2); }
    .picture-item p { font-size: calc(var(--basefontsize) - 1px); }
    .picture-item .picture-title { font-size: calc(var(--basefontsize) + 1px); }
    .picture-item .picture-sub-title { font-size: calc(var(--basefontsize) + 0px); }
    .picture-item .picture-description { font-size: calc(var(--basefontsize) - 3px); }
    .picture-item .picture-notes { font-size: calc(var(--basefontsize) - 5px); }
}
@media screen and (min-width: 500px) and (max-width: 575px) {
    .picture-items { gap: 15px; }
    .picture-item { width: calc(calc(100% - 20px) / 2); }
    .picture-item p { font-size: calc(var(--basefontsize) - 1px); }
    .picture-item .picture-title { font-size: calc(var(--basefontsize) + 1px); }
    .picture-item .picture-sub-title { font-size: calc(var(--basefontsize) - 0px); }
    .picture-item .picture-description { font-size: calc(var(--basefontsize) - 3px); }
    .picture-item .picture-notes { font-size: calc(var(--basefontsize) - 5px); }
}
@media screen and (min-width: 450px) and (max-width: 499px) {
    .picture-items { gap: 15px; }
    .picture-item { width: calc(calc(100% - 20px) / 2); }
    .picture-item p { font-size: calc(var(--basefontsize) - 1px); }
    .picture-item .picture-title { font-size: calc(var(--basefontsize) + 1px); }
    .picture-item .picture-sub-title { font-size: calc(var(--basefontsize) - 0px); }
    .picture-item .picture-description { font-size: calc(var(--basefontsize) - 3px); }
    .picture-item .picture-notes { font-size: calc(var(--basefontsize) - 5px); }
}
@media screen and (min-width: 375px) and (max-width: 449px) {
    .picture-items { gap: 10px; }
    .picture-item { width: calc(calc(100% - 20px) / 2); }
    .picture-item p { font-size: calc(var(--basefontsize) - 1px); }
    .picture-item .picture-title { font-size: calc(var(--basefontsize) + 1px); }
    .picture-item .picture-sub-title { font-size: calc(var(--basefontsize) - 0px); }
    .picture-item .picture-description { font-size: calc(var(--basefontsize) - 3px); }
    .picture-item .picture-notes { font-size: calc(var(--basefontsize) - 5px); }
}
@media screen and (max-width: 374px) {
    .picture-items { gap: 20px; }
    .picture-item { width: calc(100% - 20px); }
    .picture-item p { font-size: calc(var(--basefontsize) - 2px); }
    .picture-item .picture-title { font-size: calc(var(--basefontsize) + 0px); }
    .picture-item .picture-sub-title { font-size: calc(var(--basefontsize) - 1px); }
    .picture-item .picture-description { font-size: calc(var(--basefontsize) - 4px); }
    .picture-item .picture-notes { font-size: calc(var(--basefontsize) - 6px); }
}
















































/**********************/
/*** 運賃・料金例 ***/
/**********************/
.price-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0;
}
.price-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    width: calc(calc(100% - 70px) / 3);
}
.price-item-title {
    border-radius: 4px 4px 0 0;
    background-color: #E0ECFF;
    color: #000;
    border-bottom: 1px solid #888;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 6px 3px;
    font-size: 1.1em;
}
.price-item-destination {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.sub-total-content-outer {
    flex-grow: 1;
    padding: 5px;
}
.sub-total-content {
    padding: 0 5px;
}
.sub-title {
    font-size: 0.9em;
}
.content-notes {
    text-align: left;
    border-bottom: 1px solid #999;
    margin-top: 10px;
    margin-bottom: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.content-price {
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
}
.total-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin: 0;
    padding: 12px 10px 12px 10px;
    border-radius: 0 0 5px 5px;
    border-top: 3px double #aaa;
    font-weight: 700;
    font-size: 1.1em;
}
.total-area .total-title {
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
}
.total-area .total-price {
    color: #000;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 1.0em;
}
.total-area .total-price .total-plice-midnight {
    font-size: 0.7em;
    font-weight: 400;
}
.total-area .tolls-notes {
    text-align: center;
    font-size: .7em;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    .price-items {
        gap: 25px;
    }
    .price-item {
        width: calc(calc(100% - 70px) / 3);
    }
}
@media (max-width: 991px) {
    .price-items {
        gap: 20px;
    }
    .price-item {
        width: calc(calc(100% - 50px) / 3);
    }
}
@media (max-width: 767px) {
    .price-items {
        gap: 30px;
    }
    .price-item {
        width: calc(calc(100% - 70px) / 2);
    }
}
@media (max-width: 575px) {
    .price-items {
        gap: 20px;
    }
    .price-item {
        width: calc(calc(100% - 50px) / 2);
    }
}
@media (max-width: 475px) {
    .price-items {
        gap: 20px;
    }
    .price-item {
        width: calc(100% - 100px);
    }
}
@media (max-width: 375px) {
    .price-items {
        gap: 20px;
    }
    .price-item {
        width: calc(100% - 50px);
    }
}



/**********************/
/*** 各種料金無料 ***/
/**********************/
.selling-fee-free {
	font-weight: 700;
	margin-top: -20px !important;
	margin-bottom: -10px !important;
	text-align: center;
}
.selling-fee-free {
	height: 110px;
}
.selling-fee-free .fee-zero {
	font-size: 100px;
}
.selling-fee-free .fee-yen {
	font-size: 30px;
}

@media (max-width: 767px) {
	.selling-fee-free {
		height: 90px;
	}
	.selling-fee-free .fee-zero {
		font-size: 80px;
	}
	.selling-fee-free .fee-yen {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.selling-fee-free {
		height: 80px;
	}
	.selling-fee-free .fee-zero {
		font-size: 70px;
	}
	.selling-fee-free .fee-yen {
		font-size: 20px;
	}
}



/**********************/
/*** 永田タクシーより ***/
/**********************/

/* 外枠（VKグリッドカラム）の位置調整 */
.driver-intro-outer {
    margin-left: 50px;
    margin-right: 50px;
}
.driver-intro-outer .driver-intro-inner-img img {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .driver-intro-outer {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 375px) {
    .driver-intro-outer {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* ドライバー概要 */
.driver-intro-container table.driver-intro-table,
.driver-intro-container table.driver-intro-table tbody,
.driver-intro-container table.driver-intro-table tr td {
    border: none;
}
.driver-intro-container table.driver-intro-table {
    border-collapse: collapse;
    border-spacing: 20px 10px;
    font-size: 1.0em;
    width: 100%;
}
.driver-intro-container table.driver-intro-table tr td {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 8px 10px;
}
.driver-intro-container table.driver-intro-table tr td:nth-child(1) {
    width: 30%;
    text-align: center;
    color: #555;
    letter-spacing: .1em;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
    .driver-intro-container table.driver-intro-table tr td:nth-child(1) {
        width: 5em;
    }
}
@media (max-width: 349px) {
    .driver-intro-container table.driver-intro-table tr td:nth-child(1) {
        width: 4em;
    }
}




























