@charset "utf-8";

/*--------------------------------------------
header
--------------------------------------------*/
.l-header_wrap {
  position: relative;
  z-index: 100;
}

.l-header {
  max-width: 1440px;
  width: 94%;
  height:  190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header {
    max-width: none;
    width: 92%;
    height: 25.333vw;
  }
}

.l-header h1 {
  width: 340px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header h1 {
    width: 45vw;
  }
}


/*--------------------------------------------
PC NAV
--------------------------------------------*/
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 6%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav__search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/*
google 言語選択 調整
*/
.goog-te-gadget-simple {
  overflow: hidden;
  padding: 7px 3px;
  border: solid 1px #007BBB !important;
}

.l-header__nav__btn {
  display: block;
  font-weight: 500;
  cursor: pointer;
}

.l-header__nav__btn:hover {
  text-decoration: underline;
}

/*
white
*/
.l-header_wrap.-white .l-header__nav__btn {
  color: #fff;
}

/*
blue
*/
.l-header_wrap.-blue .l-header__nav__btn {
  color: #2E7BB5;
}


/*--------------------------------------------
PC NAV サブメニュー
--------------------------------------------*/
.l-header__nav__btn__sub {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.l-header__nav__btn__sub.-open {
  visibility: visible;
  opacity: 1;
}

.l-header__nav__btn__sub__bg {
  display: flex;
  align-items: center;
  margin-top: 60px;
  height: 500px;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);
}

/*
01
*/
.l-header__nav__btn__sub__bg.-bg_01 {
  background: #d2f5eb;
}

.l-header__nav__btn__sub__bg.-bg_01 .l-header__nav__btn__sub__bg__img {
  background-image: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/nav_img_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

/*
02
*/
.l-header__nav__btn__sub__bg.-bg_02 {
  background: #ffe4fa;
}

.l-header__nav__btn__sub__bg.-bg_02 .l-header__nav__btn__sub__bg__img {
  background-image:   url(/wordpress/wp-content/themes/kanagawataxi/assets/images/nav_img_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

/*
03
*/
.l-header__nav__btn__sub__bg.-bg_03 {
  background: #d3e9f5;
}

.l-header__nav__btn__sub__bg.-bg_03 .l-header__nav__btn__sub__bg__img {
  background-image: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/nav_img_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.l-header__nav__btn__sub__bg ul {
  width: 43%;
  margin-left: 7%;
  display: flex;
  flex-flow: column;
  gap: 20px 0;
}


/*--------------------------------------------
SP NAV
--------------------------------------------*/
/*
開閉ボタン
*/
.l-header__spnav_btn {
  width: 9vw;
  height: 9vw;
  position: relative;
  cursor: pointer;
  position: fixed;
  top: 7.5vw;
  right: 5vw;
  z-index: 100;
}

.l-header__spnav_btn span {
  display: block;
  border-radius: 0.5vw;
  width: 100%;
  height: 1vw;
  background: #007BBB;
}

.l-header__spnav_btn span:nth-child(1) {
  position: absolute;
  top: 1vw;
  left: 0;
}

.l-header__spnav_btn span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l-header__spnav_btn span:nth-child(3) {
  position: absolute;
  bottom: 1vw;
  left: 0;
}

.l-header__spnav_btn.-open span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform:rotate(45deg);
  background: #007BBB;
}

.l-header__spnav_btn.-open span:nth-child(2) {
  display: none;
}

.l-header__spnav_btn.-open span:nth-child(3) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform:rotate(-45deg);
  background: #007BBB;
}

/*
本体
*/
.l-header__spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.l-header__spnav p {
  width: 92%;
  margin: 0 auto;
  height: 25.333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.l-header__spnav p a {
  width: 45vw;
}

.l-header__spnav a {
  display: block;
}

.l-header__spnav dl {
  width: 100%;
}

.l-header__spnav dt {
  padding: 1em;
  background: #007BBB url(/wordpress/wp-content/themes/kanagawataxi/assets/images/sp_nav_ic_open.svg) no-repeat;
  background-size: 4vw;
  background-position: center right 5vw;
  cursor: pointer;
  color: #fff;
  font-size: 3.8vw;
  border-top: solid 1px #fff;
}

.l-header__spnav dt.-open {
  background: #007BBB url(/wordpress/wp-content/themes/kanagawataxi/assets/images/sp_nav_ic_close.svg) no-repeat;
  background-size: 4vw;
  background-position: center right 5vw;
}

.l-header__spnav dl dd {
  padding: 1.2em 0 1.5em 0;
  display: none;
}

.l-header__spnav dl dd ul li a {
  display: block;
  padding: 0.6em 1em;
  font-size: 3.8vw;
}

.l-header__spnav__guest {
  background-color: #d2f5eb;
}

.l-header__spnav__driver {
  background-color: #ffe4fa;
}

.l-header__spnav__association {
  background-color: #d3e9f5;
}

.l-header__spnav__member {
  margin: 5vw 0 0 4%;
  font-size: 3.8vw;
}


/*--------------------------------------------
wrap
--------------------------------------------*/
.l-wrap {
  position: relative;
  width: 100%;
  height: auto;
}


/*--------------------------------------------
フッター
--------------------------------------------*/
.l-footer_bg {
  padding: 0 0 80px 0;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_bg {
    padding: 0 0 10vw 0;
    margin-top: 10vw;
  }
}

.l-footer_bg::before {
  content: "";
  background: #45A2D3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 160px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_bg::before {
    top: 40vw;
  }
}

/*
ツール
*/
.l-footer_tools {
  background: #007BBB;
  width: 72.916%;
  max-width: 1050px;
  height: 240px;
  margin: 0 auto 80px auto;
  border-radius: 20px;
  position: relative;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools {
    width: 92%;
    max-width: none;
    height: auto;
    margin: 0 auto 10vw auto;
    border-radius: 3vw;
    display: flex;
    flex-flow: column;
    padding: 8vw 0;
  }
}

.l-footer_tools::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #45A2D3;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools::before {
    width: 0;
    height: 0;
  }
}

.l-footer_tools__search,
.l-footer_tools__sim {
  width: 40%;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__search,
  .l-footer_tools__sim {
    width: 86%;
    text-align: center;
  }

  .l-footer_tools__sim {
    margin-top: 8vw;
  }
}

.l-footer_tools div p {
  color: #fff;
  font-size: 24px;
  font-family: makinas-4-flat, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools div p {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
}

.l-footer_tools__search form {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__search form {
    width: 100%;
  }
}

.l-footer_tools__search .search-field {
  background: #fff !important;
  display: block;
  width: 70%;
  height: 41px;
  border: none;
  outline: 0;
  padding: 0 1.5em;
  border-radius: 21px 0 0 21px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__search .search-field {
    height: 12vw;
    border-radius: 6vw 0 0 6vw;
    font-size: 4.6vw;
  }
}

.l-footer_tools__search .search-submit {
  display: block;
  background: #FF9401;
  width: 30%;
  height: 41px;
  border-radius: 0 21px 21px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__search .search-submit {
    height: 12vw;
    border-radius: 0 6vw 6vw 0;
  }
}

.l-footer_tools__search .search-submit p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-top: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__search .search-submit p {
    font-size: 3.8vw;
    padding-top: 0;
  }
}

.l-footer_tools__search .search-submit input[type="submit"] {
  display: block;
  background: none;
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer_tools__search .search-submit:hover p {
  text-decoration: underline;
}

.l-footer_tools__sim a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  background: #FF9401;
  height: 41px;
  border-radius: 21px;
  color: #fff;
  font-size: 18px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer_tools__sim a {
    width: 100%;
    font-size: 3.8vw;
    height: 12vw;
    border-radius: 6vw;
  }
}

/*
フッターコンテンツ
*/
.l-footer {
  max-width: 1200px;
  width: 83.333%;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer {
    width: 92%;
    max-width: none;
  }
}

/*
SNS
*/
.l-footer__sns {
  width: fit-content;
  border-radius: 20px;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__sns {
    padding: 1em 1.5em;
    border-radius: 3vw;
  }
}

.l-footer__sns p {
  color: #fff;
  font-size: 20px;
  margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__sns p {
    font-size: 3.4vw;
    margin-right: 1em;
  }
}

.l-footer__sns ul {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.l-footer__sns li {
  width: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__sns li {
    width: 10vw;
  }
}

.l-footer__sns li.-inst {
  width: 42px;
  margin-right: 5px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__sns li.-inst {
    width: 8vw;
  }
}

.l-footer__sns li img {
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}

/*
logo
*/
.l-footer__logo {
  max-width: 583px;
  width: 70%;
  margin: 80px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-footer__logo {
    max-width: none;
    width: 90%;
    margin: 8vw auto 0 auto;
  }
}

/*
NAV
*/
.l-footer__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.l-footer__nav dl {
  width: 28%;
}

.l-footer__nav dl dt {
  color: #fff;
  padding-bottom: 0.8em;
  font-size: 18px;
  border-bottom: solid 1px #fff;
}

.l-footer__nav dl dd {
  margin-top: 1.2em;
}

.l-footer__nav dl dd a {
  color: #fff;
}

.l-footer__nav dl dd.l-footer__nav__member {
  margin-top: 45px;
}

.l-footer__nav dl dd.l-footer__nav__member a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #fff;
  padding-bottom: 0.2em;
}

.l-copyright {
  background: #007BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 86px;
  color: #fff;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-copyright {
    min-height: 16vw;
    font-size: 2.4vw;
  }
}


/*--------------------------------------------
ページTOP
--------------------------------------------*/
.l-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #007BBB;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 50;
  border: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-pagetop {
    right: 4vw;
    bottom: 4vw;
    width: 12vw;
    height: 12vw;
    margin-top: -6vw;
  }
}

.l-pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -6px auto auto auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .l-pagetop::after {
    margin: -1.6vw auto auto auto;
    width: 2.6vw;
    height: 2.6vw;
    border-top: 1.3vw solid #fff;
    border-right: 1.3vw solid #fff;
  }
}

/********* pc *********/
@media only screen and (min-width: 1280px) {
  .l-pagetop:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -12px auto auto auto;
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
  }
}

/*--------------------------------------------
スクロール禁止
--------------------------------------------*/
/********* sp *********/
@media only screen and (max-width:750px) {
  body.l-body-fixed {
    position: fixed !important;
    width: 100%;
  }
}