@charset "UTF-8";
/*-------------------------------------------------------------------
 *
 * File Name   : common.css
 *
-------------------------------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 100%;
  line-height: 1.4;
  vertical-align: baseline;
  color: #000;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #fff;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
a:hover img  {
  opacity: 0.7;
}

/*===================================================================
  init
===================================================================*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-only {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.flex-space-around {
  -webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.fjalla {
  font-family: 'Fjalla One', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.d-none {
  display: none;
}
.current a {
/*
  color: #e60020 !important;
  position: relative;
*/
}
.current a:before{
/*
  content: "";
  display: inline-block;
  border-width: 25px 7px 10px 7px;
  border-style: solid;
  border-color: transparent transparent #e60020 transparent;
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -7px;
  z-index: 10;
*/
}

select::-ms-expand {
 display: none;
}


/*===================================================================
  header
===================================================================*/
header {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  height: 105px;
  padding: 40px 42px 0;
}
.logo-area {
  float: left;
  width: calc(100% - 725px);
}
.logo-area img {
  max-width: 345px;
  width: 100%;
}
.logo-area a:link, .logo-area a:visited {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}
.logo-area a:hover {
  opacity: 0.75;
}
.pc-menu {
  float: right;
  /*width: 625px;*/
  width: 725px;
}
.close-btn {
  display: none;
}
.sns-nav {
  display: inline-block;
  position: absolute;
  top: 41px;
  right: 42px;
}
.sns-nav li {
  float: left;
}
.sns-nav li+li {
  margin-left: 20px;
}
.inst-icon {
  font-size: 21px !important;
  color: #0b7cc3;
}
.fb-icon {
  font-size: 21px !important;
  color: #0b7cc3;
}
.tw-icon {
  font-size: 22px !important;
  color: #0b7cc3;
}
.inst-icon:hover, .fb-icon:hover, .tw-icon:hover {
  opacity: 0.8;
}
.g-nav ul {
  display: inline;

}
.g-nav li {
  display: inline-block;
}
.g-nav li+li {
  margin-left: 40px;
}
.g-nav li a, .g-nav li p {
  color: #0b7cc3;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}
.g-nav li ul.inner-nav li a {
/*  color: #fff;*/
}

.g-nav li a:hover {
  color: #0b7cc3;
}

.sp-menu {
  display: none;
}
/*===================================================================
  footer
===================================================================*/
.footer-img-wap {
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0 55px;
}
.footer-img {
  display: flex;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 5%;
}
.footer-img img:hover {
  opacity: 0.75;
}
.toyota {
  max-width: 238px;
  width: 30%;
}
.toyota img {
  width: 100%;
}
.footer-img p {
  box-sizing: border-box;
  padding-left: 6%;
  width: 70%;
}

footer {
  color: #fff;
  background: #1f1f1f;
  padding: 30px 0;
  text-align: center;
}
footer .footer-inner {
  margin: 0 auto 30px;
  max-width: 980px;
  padding:0  5%
}
footer .footer-inner a {
  margin-right: 40px;
  display: inline-block;
}
footer .footer-inner a:last-child {
  margin-right: 0;
}
footer p {
  width: 100%;
  font-size: 14px;
}
footer p span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-img p:last-child span {
  display: inline-block;
}
.footer-img p:last-child span:first-child {
    margin-right: 15px;
}
/*===================================================================
content-head
===================================================================*/
.content-head {
  background: #000 none repeat scroll 0 0;

}
.content-head h2 {
  color: #fff;
  margin: auto;
  max-width: 980px;
  padding: 0 4%;

}

@media screen and (max-width: 767px) {
  .content-head {
    border-bottom: 2px solid #0b7cc3;
    padding: 15px 0;
  }
  .content-head h2 {
    font-size: 25px;
  }
}
  @media screen and (min-width: 768px) {

    .content-head {
      border-bottom: 5px solid #0b7cc3;
      padding: 30px 0;
    }
    .content-head h2 {
      font-size: 40px;
    }

}
/*===================================================================
    contents
===================================================================*/
.contents-wap {

}
.contents-area {
  padding-left: 4%;
  padding-right: 4%;
}
/*===================================================================
    contents media
===================================================================*/
@media screen and (max-width: 767px) {
.contents-wap {

}
}
/*===================================================================
    page-top
===================================================================*/
.page-top {
  display: none;
}

/*===================================================================
    page-top media
===================================================================*/
@media screen and (max-width: 767px) {
.page-top {
  display: block!important;
  width: 98px;
  height: 98px;
  background: rgba(35,35,35,0.8);
  position: fixed;
  bottom: 150px;
  right: 0;
  cursor: pointer;
  z-index: 100;
}
.page-top-link {
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
}
@media screen and (max-width: 414px) {
.page-top {
  display: block!important;
  width: 49px;
  height: 49px;
  background: rgba(35,35,35,0.8);
  position: fixed;
  bottom: 120px;
  right: 0;
  cursor: pointer;
  z-index: 100;
}
.page-top-link {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
}
/*===================================================================
    header media
===================================================================*/
@media screen and (min-width: 1000px) and (max-width: 1160px) {
.logo-area {
  width: calc(100% - 570px);
}
.pc-menu {
  width: 570px;
}
.g-nav li+li {
  margin-left: 2% !important;
}
.g-nav li a,
  .g-nav li.acc-nav p{
  font-size: 18px;
}
.external-link {
  background-position: 43px 3px;
}
.external-link:hover {
  background-position: 43px 3px;
}
.sns-nav {
  margin-bottom: 15px;
}
}
@media screen and (min-width: 846px) and (max-width: 1470px) {
  .logo-area {
    width:300px;
    margin-top: 2px;
  }
  .logo-area img {
    width: 300px;
  }
}


@media screen and (min-width: 936px) and (max-width: 1000px) {
.pc-menu {
  width: 500px;
}
.g-nav li+li {
  margin-left: 1% !important;
}
.g-nav li a,
  .g-nav li.acc-nav p{
  font-size: 16px;
}
.external-link {
  background-position: 40px 2px;
}
.external-link:hover {
  background-position: 40px 2px;
}

.sns-nav {
  margin-bottom: 12px;
}
.sns-nav li + li {
  margin-left: 15px;
}
}
@media screen and (min-width: 768px) and (max-width: 935px) {
.pc-menu {
  width: 430px;
}
.g-nav li+li {
  margin-left: 1% !important;
}
.g-nav li a,
  .g-nav li.acc-nav p {
  font-size: 14px;
}
.external-link {
  background-position: 36px 1px;
}
.external-link:hover {
  background-position: 36px 1px;
}
.logo-area {
  width: 240px;
  margin-top: 3px;
}
.logo-area img {
  width: 240px;
}
.logo-area a {
  font-size:14px!important;
  }
.sns-nav {
  margin-bottom: 11px;
}
.sns-nav li + li {
  margin-left: 10px;
}
}





@media screen and (min-width: 768px) {
  .g-nav li {
    display: inline-block;
    min-width: 30px;
  }
    .g-nav > ul  > li {
        text-align: center;
    }
.g-nav li.acc-nav {
  position: relative;
  cursor: pointer;
  }
  .g-nav li ul.inner-nav {
    background-color: rgba(11, 123, 195, 0.7);
    box-sizing: border-box;
    display: none;
    margin-left: -75%;
    padding:5px 15px;
    position: absolute;
    text-align: left;
    width: 250%;
    z-index: 2;
  }
  .g-nav li ul.inner-nav li {
    width: 100%;
    margin-left: 0;
    padding-bottom:3px;
  }
  .g-nav > ul > li > a:hover:after {
    border-bottom: 3px solid #0b7cc3;
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 10px;
  }
  .g-nav > ul > li.current > p:after,
  .g-nav > ul > li.current > a:after {
    border-bottom: 3px solid #0b7cc3;
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 10px;
  }
/*
  .g-nav li ul.inner-nav li a:after,
  .current a:after {
    border-bottom: 3px solid #0b7cc3;
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    opacity: 0;

  }
*/

  .g-nav li ul.inner-nav li a {
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0;
  }
  .g-nav li ul.inner-nav li a:after {
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    width: 30px;
    height: auto;
    opacity: 0;
  }
  .g-nav li ul.inner-nav li a:hover:after {
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    width: 30px;
    height: auto;
    opacity: 1;
  }


}






/*
@media screen and (max-width:414px) {
  .logo-area a:link, .logo-area a:visited {
    font-size: 12px;
  }
}

*/



@media screen and (max-width: 767px) {
header {
  padding: 3.196% 3.38% 3.597%;
  height: auto;
  background: #fff;
}
  .logo-area {
    width: 60%;
  }

.logo-area img {
  width: 100%;
  display: block;
}
.sp-menu {
  position: fixed;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(11, 123, 195, 0.85);
  z-index: 1000;
  overflow-y: scroll;
  margin: 0;
  padding-top: 0;
  text-align: right;
  display: none;
  overflow: auto;
}
.sns-nav {
  display: inline-block;
  position: static;
  margin-right: 26px;
}
.g-nav {
  margin: 6% 0 0;
}
.g-nav li a, .g-nav li p {
        color: #fff;
    }
.g-nav li a:hover, .g-nav li p:hover {
        color: #fff;
    }

.menu {
  position: absolute;
  top: 30px;
  right: 26px;
  width: 62px;
  height: 44px;
  text-align: right;
}
.g-nav li {
  display: block;
  margin-bottom: 6%;
  padding-right: 26px;
  font-family: "Fjalla One",sans-serif;
}
.g-nav li a,
  .g-nav li p {
  font-size: 40px;
}
.g-nav li a:hover {
/*  color: #fff;*/
}
.g-nav li a:hover:before {
  display: none;
}
  .g-nav li ul.inner-nav {
    display: none;
  }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 62px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0b7cc3;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1), .menu-trigger.active span:nth-of-type(2), .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.close-menu, .close-menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.close-menu {
  position: relative;
  margin: 50px 26px 6% 0;
  width: 8.257%;
  height: 4.445%;
}
.close-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.close-menu span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.close-menu span:nth-of-type(2) {
  opacity: 0;
}
.close-menu span:nth-of-type(3) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
}
.external-link {
  padding-right: 50px;
  background: url(../img/common/sp-link-mark.png);
  background-repeat: no-repeat;
  background-position: 94px 4px;
  background-size: 32px 32px;
}
.external-link:hover {
  padding-right: 50px;
  background: url(../img/common/sp-link-mark.png);
  background-repeat: no-repeat;
  background-position: 94px 4px;
  background-size: 32px 32px;
}
.inst-icon {
  font-size: 52px !important;
}
.fb-icon {
  font-size: 52px !important;
}
.tw-icon {
  font-size: 52px !important;
}
.inst-icon,.fb-icon,.tw-icon  {
  color: #fff;
}
.inst-icon:hover, .fb-icon:hover, .tw-icon:hover {
  opacity: 1;
}
}
@media screen and (max-width: 700px) {
.menu {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 62px;
  height: 44px;
}
.menu-trigger {
  position: relative;
  width: 56px;
  height: 38px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
}
@media screen and (max-width: 600px) {
.menu {
  position: absolute;
  top: 25px;
  right: 19px;
  width: 62px;
  height: 44px;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 32px;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
}
@media screen and (max-width: 500px) {
.menu {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 62px;
  height: 44px;
}
.menu-trigger {
  position: relative;
  width: 46px;
  height: 26px;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.logo-area a:link, .logo-area a:visited {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
}
@media screen and (max-width: 414px) {
.menu {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 31px;
  height: 22px;
}
.menu-trigger {
  position: relative;
  width: 31px;
  height: 22px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.close-menu {
  position: relative;
  margin: 25px 26px 10% 0;
  width: 8.257%;
  height: 4.445%;
}
.g-nav li a,
  .g-nav li p{
  font-size: 20px;
}
.external-link {
  padding-right: 28px;
  background: url(../img/common/sp-link-mark.png);
  background-repeat: no-repeat;
  background-position: 50px 3px;
  background-size: 16px 16px;
}
.external-link:hover {
  padding-right: 28px;
  background: url(../img/common/sp-link-mark.png);
  background-repeat: no-repeat;
  background-position: 50px 3px;
  background-size: 16px 16px;
}
.inst-icon {
  font-size: 26px !important;
}
.fb-icon {
  font-size: 26px !important;
}
.tw-icon {
  font-size: 26px !important;
}
}
@media screen and (max-width: 350px) {
.menu {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 31px;
  height: 22px;
}
  .logo-area a:link, .logo-area a:visited {
    font-size: 12px;
  }
}
/*===================================================================
    footer media
===================================================================*/
@media screen and (max-width: 767px) {
.footer-img-wap {
  width: 100%;
  background: #f5f5f5;
  padding: 10% 0 8%;
}
.footer-img {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
.toyota {
  width: 50%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
  .footer-img p {
    box-sizing: border-box;
    font-size: 12px;
    padding: 0;
    width: 100%;
  }
  .toyota img, .gazoo img {
    width: 100%;
  }
  footer {
    background: #1f1f1f none repeat scroll 0 0;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }
  .footer-img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  footer .footer-inner {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  footer .footer-inner a,
  footer .footer-inner a:last-child {
    display: block;
    margin: 0 auto 30px;
  }
  .gazoo {
    width: 50%;
    max-width: 242px;
  }
  .so {
    width: 65%;
    max-width: 335px;
  }
  footer .footer-inner a img {
    width: 100%;
  }
  footer .footer-inner {
    padding: 0;
  }
footer p {
  font-size: 10px;
  text-align: center;
  width: 100%;
}
footer p span {
  font-size: 10px;
}
.footer-img p:last-child {
  line-height: 1.8;
  text-align: center;
}
.footer-img p:last-child span {
  display: inline-block;
}
.footer-img p:last-child span:first-child {
  margin-right: 0;
}
.footer-img p a {
    color: #000;

}

}



/* icon  */
.icn_name {
  background-color: #0b7cc3;
  color: #fff;
  border: solid 1px #0b7cc3;
}
.icn_category{
  background-color: #ffffff;
  border: solid 1px #0b7cc3;
  color:#0b7cc3;
}
/*===================================================================
pc sp 画像切り替え
===================================================================*/
.sp {
  display: none !important;
}
/*===================================================================
pc sp 画像切り替え media
===================================================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block!important;
  }
}


/*  evnt schedele select */
.indexpage .contents-area {
    padding-top: 0;

}
.newsevent-cont form {
  margin-bottom: 25px;
  text-align: right;
}
.newsevent-cont form label {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.newsevent-cont #month {
  height: 35px;
  padding-right: 20px;
  padding-left: 16px;
  font-size: 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  border-radius: 0;
}
.newsevent-cont #year {
  height: 35px;
  width: 115px;
  padding-left: 16px;
  font-size: 20px;
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  border-radius: 0;
}
.year-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right:18px;
  margin-top: -4px;
  border-width: 8px 5px 5px 5px;
  border-style: solid;
  border-color: #000000 transparent transparent;
  pointer-events: none;
}
.month-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  border-width: 8px 5px 5px 5px;
  border-style: solid;
  border-color: #000000 transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
.newsevent-cont form {
  position: relative;
  top: -90px;
}
}
