@charset "utf-8";

/*
******************************************************************
* header.css
******************************************************************
*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 115px;
  z-index: 9998;
  background: #fff;
  border-bottom: 1px solid #999999;
}
header.js__scroll {
  background-color: #fff;
  border-bottom: 1px solid #999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
}
header.js__scroll .hdr__logo {
  padding-top: 25px;
  text-align: left;
}
header.js__scroll .hdr__logo a {
  width: 60px;
}
header.js__scroll .hdr__logo a img {
  width: 100%;
}
header.js__scroll .btn__area--search {
  top: 13px;
  left: auto;
  right: 150px;
}
header.js__scroll .btn__login,
header.js__scroll .btn__member,
header.js__scroll .btn__guide {
  top: 24px;
}
header.js__scroll .gmenu__prefectures {
  top: 80px;
  left: 718px;
}
header.js__scroll .gmenu__login,
header.js__scroll .gmenu__member,
header.js__scroll .gmenu__guide {
  top: 80px;
}
header.js__scroll .btn__language,
header.js__scroll .gmenu__layers1--service,
header.js__scroll .text__member,
header .btn__search {
  display: none;
}
header.js__scroll .btn__search {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 240px;
  height: 46px;
  z-index: 0;
}
header.js__scroll .btn__search button {
  background: #F08300;
  border: none;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 25px 10px 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
header.js__scroll .btn__search button::before,
header.js__scroll .btn__search button::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  margin: auto 0;
  width: 7px;
  height: 1px;
  transform: rotate(50deg);
  z-index: 0;
}
header.js__scroll .btn__search button::after {
  top: 5px;
  bottom: 0;
  transform: rotate(-50deg);
}

.hdr__inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.hdr__search {
  display: none;
}

.text__member {
  position: absolute;
  top: 8px;
  right: 24px;
  background: #59BDED;
  border-radius: 3px;
  color: #fff;
  font-size: 85.7%;
  text-align: center;
  padding: 3px 20px;
  z-index: 1000;
}
.text__member:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  right: 79px;
  border: 4px solid transparent;
  border-top: 7px solid #59BDED;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.text__member span {
  background: url(/car/common_new/images/parts/icon_car_01.png) no-repeat 0 center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.btn__language {
  position: absolute;
  top: 45px;
  left: 30px;
  width: 30px;
  text-align: center;
  z-index: 0;
  cursor: pointer;
}
.btn__language::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}
.btn__language:hover::before {
  opacity: 0.5;
}
.btn__language span {
  color: #003894;
  display: block;
  font-size: 57.14%;
  font-weight: bold;
  margin-top: 6px;
}

.btn__login,
.btn__member {
  position: absolute;
  top: 45px;
  right: 90px;
  width: 40px;
  text-align: center;
  z-index: 0;
  cursor: pointer;
}
.btn__login::before,
.btn__member::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}
.btn__login:hover::before,
.btn__member:hover::before {
  opacity: 0.5;
}
.btn__login span,
.btn__member span {
  color: #003894;
  display: block;
  font-size: 57.14%;
  font-weight: bold;
  margin-top: 6px;
}

.btn__guide {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 60px;
  text-align: center;
  z-index: 0;
  cursor: pointer;
}
.btn__guide::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}
.btn__guide:hover::before {
  opacity: 0.5;
}
.btn__guide span {
  color: #003894;
  display: block;
  font-size: 57.14%;
  font-weight: bold;
  margin-top: 6px;
}

.btn__area--search {
  position: absolute;
  top: 25px;
  left: 80px;
  width: 108px;
  z-index: 0;
}
.btn__area--search p {
  border: 1px solid #999999;
  border-radius: 20px;
  color: #003894;
  font-size: 85.7%;
  padding: 8px 10px 8px 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn__area--search p:hover {
  opacity: 0.5;
}
.btn__area--search p::before,
.btn__area--search p::after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid #003894;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 8px;
  width: 0;
  height: 0;
  margin: auto 0;
  z-index: 0;
}
.btn__area--search p::after {
  border-top: 5px solid #003894;
  border-bottom: 5px solid transparent;
  top: 12px;
  bottom: 0;
}
.btn__area--search span {
  color: #003894;
  font-size: 80%;
  font-weight: bold;
  margin: 0 0 5px 8px;
}

.hdr__logo {
  text-align: center;
  padding-top: 30px;
}
.hdr__logo a {
  display: inline-block;
}

.gmenu {
  background: #fff;
}
.gmenu > div {
  display: none;
}
.gmenu__layers2,
.gmenu__layers3 {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
.gmenu__layers3 {
  z-index: 2;
}


.gmenu__login {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: 100px;
  right: 75px;
  padding: 10px;
  text-align: center;
  width: 270px;
  z-index: 2;
}
.gmenu__login::before {
  content: "";
  background: #fff;
  border-top: 1px solid #003894;
  border-left: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  right: 26px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.gmenu__login--inner {
  background: #EAF7FF;
  padding: 30px 25px 20px;
}
.gmenu__login--inner img {
  display: inline-block;
  width: 65px;
}

.gmenu__login--registration {
  text-align: center;
}
.gmenu__login--registration a {
  color: #003894;
  display: inline-block;
  font-size: 85.7%;
  margin-top: 13px;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
}
.gmenu__login--registration a::before,
.gmenu__login--registration a::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 0;
  margin: auto 0;
  width: 7px;
  height: 1px;
  transform: rotate(50deg);
  z-index: 0;
}
.gmenu__login--registration a::after {
  top: 4px;
  bottom: 0;
  transform: rotate(-50deg);
}
.gmenu__login--registration a:hover {
  text-decoration: underline;
}

.gmenu dl {
  padding: 15px 0;
}
.gmenu dt {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 14px;
}
.gmenu dd a,
.gmenu li a {
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 13px;
  padding: 18px 35px 18px 15px;
  position: relative;
  width: 100%;
}
.gmenu dd a::before,
.gmenu dd a::after,
.gmenu li a::before,
.gmenu li a::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  margin: auto 0;
  width: 7px;
  height: 1px;
  transform: rotate(50deg);
  z-index: 0;
}
.gmenu dd a::after,
.gmenu li a::after {
  top: 5px;
  bottom: 0;
  transform: rotate(-50deg);
}
.gmenu dd:last-child a,
.gmenu li:last-child a {
  border-bottom: 1px solid #999999;
}
.gmenu dd a:hover,
.gmenu li a:hover {
  background: #EAF7FF;
}


.gmenu__layers2--title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
/* .gmenu__prefectures {
  left: 78px;
  padding: 20px 11px 15px;
  width: 145px;
} */
.gmenu__prefectures.js__open {
  width: 300px;
}
.gmenu__prefectures::before {
  content: "";
  background: #fff;
  border-top: 1px solid #003894;
  border-left: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  left: 48px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.gmenu__prefectures--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gmenu__prefectures--left {
  width: 100%;
}
.gmenu__prefectures.js__open .gmenu__prefectures--left {
  width: 125px;
}
.gmenu__prefectures.js__open .gmenu__prefectures--right {
  width: 150px;
}
.gmenu__prefectures--right > ul {
  display: none;
  background: #EAF7FF;
  height: 100%;
}
.gmenu__prefectures--right > ul li {
  position: relative;
}
.gmenu__prefectures--right > ul li:after {
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  background: #003894;
  content: "";
}
.gmenu__prefectures--inner .gmenu__prefectures--right ul li a {
  border-top: 1px solid transparent;
}
.gmenu .layers2 dd,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3,
.gmenu .gmenu__prefectures li a {
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #003894;
  display: inline-block;
  font-size: 13px;
  padding: 12px 35px 12px 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3:hover {
  background: #EAF7FF;
}
.gmenu .layers2 dd:last-child {
  border-bottom: 1px solid #999999;
}
.gmenu .layers2 dd::after,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3::after {
  content: "";
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 1px;
  height: 21px;
  margin: auto 0;
  z-index: 0;
}
.gmenu .layers2 dd span,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3 span {
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.gmenu .layers2 dd span::before,
.gmenu .layers2 dd span::after,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3 span::before,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3 span::after {
  content: "";
  background: #003894;
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 1px;
  z-index: 0;
}
.gmenu .layers2 dd span::after,
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3 span::after {
  top: auto; 
  bottom: -4px;
}
.gmenu .gmenu__prefectures .gmenu__prefectures--layers3.js__crnt {
  background: #EAF7FF;
}

.gmenu__layers1--service {
  background: #FAFAFA;
  padding-bottom: 3px;
  text-align: right;
}
.gmenu__layers1--service_inner {
  width: 980px;
  margin: 0 auto;
}
.gmenu__layers1--service ul {
  display: inline-block;
}
.gmenu__layers1--service ul li {
  display: inline-block;
  vertical-align: middle;
}
.gmenu__layers1--service ul li a {
  font-size: 85.7%;
  padding-right: 15px;
  position: relative;
  margin-left: 15px;
}
.gmenu__layers1--service ul li a:hover {
  text-decoration: underline;
}
.gmenu__layers1--service ul li a::before,
.gmenu__layers1--service ul li a::after {
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 0;
  margin: auto 0;
  width: 7px;
  height: 1px;
  transform: rotate(50deg);
  z-index: 0;
}
.gmenu__layers1--service ul li a::after {
  top: 5px;
  bottom: 0;
  transform: rotate(-50deg);
}

/* ココから追加 */
.top_header {
  background: #F4FBFF;
  z-index: 50;
}
.top-hdr__inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 68px;
  font-size: 85%;
  font-weight: 600;
}
.hdr__left {
  position: relative;
}
.hdr__home {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.hdr__home a, .hdr__home span {
  display: block;
  text-align: center;
}
.hdr__home img {
  width: 24px;
}

.hdr__right {
  display: flex;
  align-items: center;
}
.hdr__right span,
.hdr__right p {
  color: #000;
  font-size: 100%;
  margin-top: 0;
}

.hdr__right h1 {
  color: #000;
  font-weight: 600;
}
.hdr__language {
  position: absolute;
  top: 25px;
  left: 538px;
  width: 77px;
  text-align: left;
  z-index: 0;
  cursor: pointer;
  border-left: 2px solid #707070;
  padding-left: 15px;
}
.hdr__area--search {
  position: absolute;
  top: 18px;
  left: 85px;
  width: 137px;
  z-index: 0;
}
.hdr__area--search p {
  font-size: 100%;
  position: relative;
  top: -19px;
  right: -26px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 0;
}
.hdr__area--search p::before,
.hdr__area--search p::after {
  content: none;
}
.hdr__area--search img {
  width: 26px;
}
.hdr__guide {
  position: absolute;
  top: 25px;
  left: 241px;
  width: 90px;
  text-align: center;
  z-index: 0;
  cursor: pointer;
  display: flex;
}
.hdr__guide img {
  width: 13px;
  height: 17px;
  margin-right: 5px;
}
.hdr__tabirai {
  position: absolute;
  top: 25px;
  left: 355px;
  width: 200px;
}
.hdr__tabirai a {
  color: #333;
}
.hdr__tabirai img {
  width: 18px;
  margin-right: 5px;
}

.hdr__home:hover,
.hdr__language:hover,
.hdr__area--search:hover,
.hdr__guide:hover,
.hdr__tabirai:hover {
  opacity: .5;
}

.language {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: 58px;
  left: 783px;
  width: 170px;
  padding: 10px;
  z-index: 999;
}
.language::before {
  content: "";
  background: #fff;
  border-top: 1px solid #003894;
  border-left: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  left: 124px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.gmenu__guide {
  background: #fff;
  border: 1px solid #003894;
  border-radius: 4px;
  position: absolute;
  top: 64px;
  right: 133px;
  width: 270px;
  padding: 10px;
  z-index: 999;
}
.gmenu__guide::before {
  content: "";
  background: #fff;
  border-top: 1px solid #003894;
  border-left: 1px solid #003894;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  right: 210px;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 1;
}
.gmenu__prefectures {
  left: 438px;
  top: 60px;
  padding: 20px 11px 15px;
  width: 145px;
  z-index: 999;
}