@charset "utf-8";
/*
 * Theme Name: 神奈中タクシー株式会社
 */

/*
 *  Common
 */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
h1,h2,h3,h4,h5,h6 {
    /*font-weight: 100;*/
}
body {
    font-family: Noto Sans Japanese,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #4d4d4d;
    background-color: #fff;
    font-size: 14px;
    /*font-weight: 100;*/
}

@media screen and (min-width:768px) {
    body {
        font-size: 16px;
    }
}

a {
  -webkit-transition: .7s;
  transition: .7s;
  color: inherit;
}

a:hover {
  opacity: .7;
}

.icomoon {
	font-family: 'icomoon', sans-serif;
}

.use-fjalla {
    font-family: 'Fjalla One', sans-serif;
}

/* content-container */
@media screen and (min-width: 768px) {
    .content-container {
        width: 78.9vw;
        max-width: 1136px;
        margin: 0 auto;
    }
}


/* smartphone padding */
.sp_padding {
    /*padding: 0 2.5%;*/
    padding: 0 1rem;
}

@media screen and (min-width: 769px) {
    .sp_padding {
        padding: 0;
    }
}

/* header */

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    background-color: rgba(255,255,255,1);
    z-index: 10000;
}

header .header_wrap {
    /*max-width: 1440px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

header img {
    float: left;
    height: 30px;
    width: auto;
    /* margin-top: 22px; */
    margin-left: 22px;
}

@media screen and (min-width: 769px) {
    header {
        height: 96px;
        width: 100%;
    }
    header img {
        height: auto;
        width: auto;
        width: 250px;
        /* margin-top: 32px;
        margin-left: 32px; */
        vertical-align: middle;
    }
}


header nav {
    float: right;
    display: none;
}

@media screen and (min-width: 769px) {
    header nav {
        display: block;
        font-size: 14px;
			width: 50%;
    }

	 header nav ul {
        display: flex;
		   justify-content: space-around;
    }

    header nav ul li {
        width: 20%;
        height: 96px;
        color: #111;
			text-align: center;
    }

    header nav ul li a {
		/*color: #111;*/
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: center;
		font-weight: 700;
    }

    header nav ul li a:hover {
		opacity: .7;
		background-color:#135DBC;
		color: #FFFFFF;
	}

/*     header nav ul li.contact {
        padding: 0 3.1vw; /* 46px
        background-color: #135DBC;
    } */

/*     header nav ul li.contact a {
        color: #fff;
    } */
}
/*
@media screen and (min-width: 1024px) {
    header nav ul li {
        padding: 0 2.2vw; /* 32px
    }
}
 */

/* @media screen and (min-width: 1440px) {
    header nav ul li {
        padding: 0 32px;
    }
    header nav ul li.contact {
        padding: 0 46px;
    }
} */

/* footer */

footer .sns_wrap {
        width: 100%;
        height: 128px;
        background-color: #333;
}
footer .sns {
    height: 100%;
}

.sns__item{
	content: '';
  display: inline-block;
  line-height: 1;
  font-family: 'fontAwesome', sans-serif;
  font-style: normal;
  font-weight: normal;
  content: "\f105";
  font-size: 4rem;
  color: #fff;
  padding: 0 .5rem;
}

footer .sns ul {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .sns ul li {
    display: inline-block;
    padding: 0 .5rem;
    /*line-height: 128px;*/
}

footer .sns ul li:first-child {
/*     margin-right: 30px; */
}

@media screen and (min-width: 769px) {
    footer .sns {
        width: 100%;
        height: 100%;
        max-width: 1136px;
        margin: 0 auto;
    }

    footer .sns ul {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    }
}

/* footer nav */

footer .footer_nav_wrap {
    padding: 50px 0;
}

footer .footer_nav_wrap .footer_nav > ul > li {
    margin-top: 20px;
}

footer .footer_nav_wrap .footer_nav > ul > li h3 {
    margin-bottom: 1em;
}

footer .footer_nav_wrap .footer_nav a {
    color: #111;
}

footer .footer_nav_wrap .footer_nav ul {
    list-style: none;
}
footer .footer_nav_wrap .footer_nav ul li {
    padding: .25rem 0;
}


@media screen and (min-width: 769px) {

    /* footer .footer_nav_wrap .logo {
        margin-bottom: 20px;
    } */

    footer .footer_nav_wrap .logo img {
        width: 100%;
    }

    footer .footer_nav_wrap .footer_nav {

    }
    footer .footer_nav_wrap .footer_nav > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    footer .footer_nav_wrap .footer_nav > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 1rem 1rem;
        padding-left: 1em;
        font-size: .875rem;
        border-right: 1px solid #ccc;
        width: 25%;
    }

    footer .footer_nav_wrap .footer_nav > ul > li:first-child {
        border-left: 1px solid #ccc;
    }

	footer .footer_nav_wrap .footer_nav > ul > li:last-child {
		border-right: none;
	}

    footer .footer_nav_wrap .footer_nav > ul > li h3 {
        margin-bottom: 32px;
    }

    footer .footer_nav_wrap .footer_nav a {
        color: #111;
    }
}

footer .copyright {
        background-color: #003170;
        font-family: 'Fjalla One', sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
    footer .copyright {
        height: 64px;
        line-height: 64px;
        padding: 0;
    }
}

.footer_subnav {
        list-style-type: none;
    }
@media screen and (min-width: 769px) {
    .footer_subnav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        font-size: .75rem;
        padding-top: 25px;
    }
    .footer_subnav li {
        margin-right: 1rem;
    }
    .footer_subnav li::before {
        font-size: .75em;
        padding-right: .25rem;
        content: '▶';
    }
}

/* main */

main {
    margin-top: 64px;
}

@media screen and (min-width: 769px) {
    main {
        margin-top: 96px;
    }
}

/* topview */

.topview {
    width: 100%;
/*     max-width: 1440px;
    margin: 0 auto; */
}

.topview img {
    width: 100%;
}

/* パンくずリスト */

.crumbs {
    width: 100%;
    font-size: 14px;
    background-color: #F1F3F5;
}

.crumbs ul {
    list-style: none;
    padding: 14px 0;
}

.crumbs ul li {
    display: inline-block;
}

.crumbs ul li:not(:last-child):after {
    content: ">";
    margin: 0 0.5em;
}

.crumbs li a {
  text-decoration: none;
  color: #111111;
}

/* ページャー */

.pager_wrap {
    margin: 30px 0;
    width: 100%;
}

.pager_wrap div.btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    background-color: #DEE2E6;
}

.pager_wrap > div.active {
    background-color: #135DBC;
    color: #fff;
}

/* ページ送り */

.pagenav_wrap {
    margin: 20px 0;
}

.pagenav_wrap .pagenav {
     text-align: center;
}

.pagenav_wrap .pagenav a {
    display: inline-block;
    padding: 12px;
    background-color: #333;
    color: #fff;
	margin-top: 10px;
}

@media screen and (min-width: 769px) {

    .pagenav_wrap {
        margin: 48px 0;
    }

    .pagenav_wrap .pagenav a {
        padding: 20px;
    }

}

/* スマホメニュー ヘッダー部 */
.sp-menu {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height:32px;
}

.sp-menu.open {
    background: url(images/common/navmenu_open.jpg);
}

.sp-menu.close {
    background: url(images/common/navmenu_close.jpg);
}

nav.sp-navi {
    position: fixed;
    top: 64px;
    width: 100%;
    height: calc(100vh - 64px);
    background-color: #F8F9FA;
    z-index: 10001;
    display: none;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: bold;
    color: #003170;
}

nav.sp-navi a {
    color: #003170;
}

nav.sp-navi li {
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.sp-navi > ul > li {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}

nav.sp-navi > ul > li > a {
    display: block;
    padding-bottom: 15px;
}

nav.sp-navi > ul > li > a,
nav.sp-navi ul.menu-child li:last-child {
    padding-bottom: 0;
}

nav.sp-navi > ul > li div.expand {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
}

nav.sp-navi > ul > li div.expand.close {
    background: url(images/common/list_hide_blue.png);
}

nav.sp-navi > ul > li div.expand.open {
    background: url(images/common/list_show_blue.png);
}

nav.sp-navi ul.menu-child {
    padding-left: 1em;
    padding-top: 16px;
    display: none;
}

nav.sp-navi .sp-navi-banner {
    margin-top: 32px;
    margin-bottom: 32px;
}

nav.sp-navi .sp-navi-banner a {
    display: block;
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    background-color: #135DBC;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .sp-menu {
        display: none;
    }
}

/* スマホメニュー フッター部 */
.sp-fix-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.sp-fix-footer .sp-footer-content {
    position: absolute;
    bottom: 60px;
    height: calc(100vh - 60px - 64px);
    width: 100%;
    background-color: #F8F9FA;
    overflow-y: scroll;
    display: none;
}

.sp-fix-footer .sp-footer-content-banners {
    margin-top: 24px;
    margin-bottom: 24px;
}

.sp-fix-footer .content-title {
    width: 100%;
    height: 48px;
    margin-bottom: 12px;
    background-color: #135DBC;
    position: relative;
}

.sp-fix-footer .content-title p {
    padding-left: 5px;
    line-height: 48px;
    color: #fff;
    font-size: .75rem;
}

.sp-fix-footer .content-title .expand {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
}

.sp-fix-footer .content-title .expand.close {
    background: url(images/common/list_open_white.png);
}

.sp-fix-footer .content-title .expand.open {
    background: url(images/common/list_close_white.png);
}

.sp-fix-footer .tel-image {
    width: 300px;
    margin: 24px auto;
    display: none;
}

.sp-fix-footer .sp-footer-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    background-color: #003170;
    text-align: center;
}

.sp-footer-banner::before {
    position: relative;
    top: 10px;
    margin-right: 10px;
    content: url(images/common/telicon.svg);
    display: inline-block;
    width: 30px;
    height: auto;
}

.sp-fix-footer .sp-footer-banner .banner-image {
    height: 60px;
    width: 180px;
    margin: 0 auto;
}

.sp-fix-footer .sp-footer-banner.open .banner-image {
    background: url(images/common/footer_open_image.jpg);
}

.sp-fix-footer .sp-footer-banner.close .banner-image {
    background: url(images/common/footer_close_image.jpg);
}

@media screen and (min-width: 769px) {
    .sp-fix-footer {
        display: none;
    }
}

footer {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    footer {
        margin-bottom: 0;
    }
}



/* お問い合わせ　電話番号*/
.contact-tel-number__table {
	width: 100%;
	text-align: center;
	border: 1px solid #DEE2E6;
	/* padding: 30px 15px; */
	line-height: 1.5;
	/* border-collapse: unset; */
}

.contact-tel-number__table tr {
    padding: 30px 0;
	/* vertical-align: top; */
}

.contact-tel-number__table th {
	width: 100%;
	font-size: 20px;
	font-weight: 200;
	display: block;
    padding: 30px 0;
    padding-left: 15px;
}

.contact-tel-number__table td {
	width: 100%;
	color: #004098;
	font-size: 40px;
	display: block;
}

.contact-tel-number__table td a {
	color: #004098;
}
@media screen and (max-width: 768px) {
    .contact-tel-number__table td a {
        font-size: 1.5rem;
    }
}
.contact-tel-number__table--navdial td {
	font-size: 38px;
}

.contact-tel-number__table--navdial th {
	line-height: 1.5;
}
.contel {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.contel-navidial a,
	.contel-ip a,
	.contel-free{
		pointer-events: none;
		cursor:default;
	}
}


.contel-navidial a::before {
  content: '';
  position: relative;
  top: 10px;
  background-image: url(images/common/navidial.svg);
  height: 46px;
  width: 61px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 52px;
}

.contel-ip a::before {
  content: '';
  position: relative;
  top: 10px;
  background-image: url(images/common/tel.svg);
  display: inline-block;
  height: 46px;
  width: 61px;
  background-size: 46px;
  background-repeat: no-repeat;
}

@media screen and (min-width:768px) { /* タブレット以上 */
	.contact-tel-number__table {
		line-height:  1;
	}

	.contact-tel-number__table th {
		width: 36%;
		font-size: 26px;
		text-align: left;
		display: table-cell;
	}

	.contact-tel-number__table td {
		width: 50%;
		font-size: 52px;
		display: table-cell;
		text-align: right;
	}

		.contact-tel-number__table--navdial th {
		width: 40%;
        padding: 1rem;
	}

	.contact-tel-number__table--navdial td {
		width: 73%;
		font-size: 48px;
        padding: 1rem;
	}

	/*.contact-tel-number__table--navdial a::before{
		height: 59px;
		width: 78px;
		background-size: 88%;
		vertical-align: text-top;
	}*/
}
.p-heroLow {
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-heroLow--large {
    /*width: 100%;*/
    /* height: 60vh; */
    height: 400px;
    background-position: 20% 0;
}
.p-heroLow--call {
    background-image: url(images/reserve/main-call.jpg);
    /*background-position: 0 70%;*/
    position: relative;
}
.p-heroLow--info {
    background-image: url(images/info/main-info.jpg);
    background-position: 0 70%;
    position: relative;
}
.p-heroLow--airport {
    background-image: url(images/airport/main-airport.jpg);
    background-position: center 30%;
    position: relative;
}
.p-heroLow--sightseeing {
    background-image: url(images/sightseeing/main-sightseeing.jpg);
    background-position: top 0;
    position: relative;
}
.p-heroLow--support {
    background-image: url(images/support/main-support.jpg);
    background-position: top 0;
    position: relative;
}
.p-heroLow--about {
    background-image: url(images/about/main-about.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--lineup {
    background-image: url(images/about/main-lineup.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--campaign {
    background-image: url(images/about/main-campaign.jpg);
    background-position: center 40%;
    position: relative;
}
.p-heroLow--faq {
    background-image: url(images/about/main-faq.jpg);
    background-position: center 10%;
    position: relative;
}
.p-heroLow--faq-mat {
    background-image: url(images/about/main-faqmat.jpg);
    background-position: top 0;
    position: relative;
}
.p-heroLow--info {
    background-image: url(images/about/main-info.jpg);
    background-position: center;
    position: relative;
}

.p-heroLow--company {
    background-image: url(images/profile/main-profile.jpg);
    background-position: 0 70%;
    position: relative;
}
.p-heroLow--topmessage {
    background-image: url(images/topmessage/main-topmsg.jpg);
    background-position: top 0;
    /* background-position: top 10%; */
    position: relative;
}
.p-heroLow--profile {
    background-image: url(images/profile/main-profile.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--sagamichuokotsu {
    background-image: url(images/sagamichuokotsu/main-sagami.jpg);
    background-position: right;
    position: relative;
}
.p-heroLow--kanachuhire {
    background-image: url(images/kanachu-hire/main-hire.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--privacy {
    background-image: url(images/privacy/main-privacy.jpg);
    background-position: 20% 0;
    position: relative;
}
/*新しく追記SNSpolicy*/
.p-heroLow--snsprivacy {
    background-image: url(images/privacy/main_sns_3.jpg);
/*    background-position: 20% 0;
*/
    background-position: center;

    position: relative;
}

.p-heroLow--contact {
    background-image: url(images/contact/main-contact.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--pickup {
    background-image: url(images/contact-pickup/main-pickup.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow--sitemap {
    background-image: url(images/sitemap/mainImage.jpg);
    background-position: center;
    position: relative;
}

.p-heroLow--faqmat {
    background-image: url(images/about/main-faqmat.jpg);
    background-position: center;
    position: relative;
}
.p-heroLow__inner {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.p-heroLow__inner:before {
    background-color: rgba(17,17,17,0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
}
.p-heroLow__ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
}
.p-heroLow__ttl--en {
    font-family: 'Fjalla One', sans-serif;
    font-size: 4rem;
    letter-spacing: .05em;
    line-height: 1.2;
    font-weight: 200;
}
.p-heroLow__ttl--jp {
    font-size: 1.25rem;
    letter-spacing: .1em;
    font-weight: 700;
}
.p-heroLow__ttl--badge {
    padding-top: 1rem;
    width: 204px;
}

@media screen and (max-width:768px) {
    .p-heroLow {
        height: 200px;
    }
    .p-heroLow--large {
        height: 50vh;
        -webkit-background-size: 100%;
        background-size: cover;
    }
    .p-heroLow__ttl--en {
        font-size: 2rem;
    }
    .p-heroLow__ttl--jp {
        font-size: .75rem;
    }
    .p-heroLow__ttl--badge {
        padding-top: 1rem;
        width: 50%;
    }
    .p-heroLow--company {
        background-position: center;
    }
    .p-heroLow--topmessage {
        /* background-position: center; */
        background-position: top;
    }
    .p-heroLow--profile {
        background-position: 20% 0;
    }
    .p-heroLow--sagamichuokotsu {
        background-position: 60%;
    }
    .p-heroLow--kanachuhire {
        background-position: center;
    }
    .p-heroLow--privacy {
        background-position: 20% 0;
    }
    .p-heroLow--snsprivacy {
        background-position: center;
/*        height: 100%;
        width: auto;
        
*/    }
 .p-heroLow--call {
        background-position: center;
    }
    .p-heroLow__inner:before {}
}
.subtable {
    width: 100%;
}
.subtable td {
    border-left: 1px solid #ddd;
}

/* トップナビゲーション、サブメニュー */

header .header_wrap nav > ul > li {
    position: relative;
}

header .header_wrap nav > ul > li > ul {
    display: flex;
    height: auto;
    position: absolute;
    right: 0;
    top: 96px;
    background-color: #cccccc;
    flex-direction: column;
}

header .header_wrap nav > ul > li > ul.close {
    display: none;
}

header .header_wrap nav > ul > li:nth-child(2) > ul {
    width: 170px;
}

header .header_wrap nav > ul > li:nth-child(3) > ul {
    width: 200px;
}

header .header_wrap nav > ul > li:nth-child(4) > ul {
    width: 300px;
}

header .header_wrap nav > ul > li > ul > li{
    display: block;
    height: auto;
}

header .header_wrap nav > ul > li > ul > li > a{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    min-width: 100%;
    width: auto;
    text-align: left;
}
.contel-free {
    padding-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.contel-free::before {
    content: '';
    position: relative;
    top: 10px;
    background-image: url(images/common/freedial.svg);
    width: 54px;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    /* background-size: 52px; */
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
	.contel-free::before {
		top: 0;
	}
}

@media screen and (max-width:768px) {
    /* top: 0; */
}
.textlink {
    color: #003170;
}

@media screen and (max-width:768px) {
    .contact-tel-number__table th {
        padding: 0;
        padding: 15px 0 15px 10px;
    }
    .contel-free::before {
        top: 0;
    }
    .contact-tel-number__table td {
        padding-bottom: 15px;
    }
}
@media screen and (min-width:767px) {
    .u-tel {
        pointer-events: none;
        cursor: default;
    }
}

.contel-navidial .u-tel::before {
    content: '';
    position: relative;
    top: 10px;
    background-image: url(images/common/navidial.svg);
    height: 46px;
    width: 61px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 52px;
}

.contel-ip .u-tel::before {
    content: '';
    position: relative;
    top: 10px;
    background-image: url(images/common/tel.svg);
    display: inline-block;
    height: 46px;
    width: 61px;
    background-size: 46px;
    background-repeat: no-repeat;
}

.u-tel:hover {
  opacity: 1;
}

/* YouTube */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}