@charset "utf-8";
/* CSS Document */

/***画面全体にローディング画面を表示***/
#showloading {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

#showloading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#showloading > div {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    text-align: center;
}

#showloading > div div {
    display: flex;
    margin: 0 auto;
    width: 8em;

}

#showloading div span {
    animation: rotate 1.2s ease 0s infinite;
    display: block;
    width: 1em;
}

#showloading div span:nth-of-type(2) {
    animation: rotate 1.2s ease 0.2s infinite;
}

#showloading div span:nth-of-type(3) {
    animation: rotate 1.2s ease 0.4s infinite;
}

#showloading div span:nth-of-type(4) {
    animation: rotate 1.2s ease 0.6s infinite;
}

#showloading div span:nth-of-type(5) {
    animation: rotate 1.2s ease 0.8s infinite;
}

#showloading div span:nth-of-type(6) {
    animation: rotate 1.2s ease 1s infinite;
}

#showloading div span:nth-of-type(7) {
    animation: rotate 1.2s ease 1.2s infinite;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.hidden {
    display: none;
}

/***********************************/

@font-face { 
  font-family: "mplus1", sans-serif; 
  src: url("./font/MPLUS1-Black.ttf") format("truetype");
    src: url("./font/MPLUS1-Bold.ttf") format("truetype");
    src: url("./font/MPLUS1-ExtraBold.ttf") format("truetype");
    src: url("./font/MPLUS1-ExtraLight.ttf") format("truetype");
    src: url("./font/MPLUS1-Light.ttf") format("truetype");
    src: url("./font/MPLUS1-Medium.ttf") format("truetype");
    src: url("./font/MPLUS1-Regular.ttf") format("truetype");
    src: url("./font/MPLUS1-SemiBold.ttf") format("truetype");
    src: url("./font/MPLUS1-Thin.ttf") format("truetype");
}

.display_pc {
    display: block;
}

.display_sp {
    display: none;
}

html {
    width: 100%;
    font-size: 62.5%;
}

body {
    line-height: 24px;
    font-family: "mplus1", sans-serif;
    color: #333;
    margin-top: 90px;
    overflow-X: hidden;
    font-size: 1.6rem;
}

section{
  padding: 2em 0 5em;
  line-height: 1.8;
}

main{
  margin-top: 182px;
}

img{
  width: 100%;
  display: block;
}

.last_para{
  margin-bottom: 8rem !important;
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gosi {
    font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.green{
	color: #00aa9e;
}

.small{
  font-size: 80%;
}

.right{
  text-align: right;
}

.center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.header_top__separator{
  display: inline-block;
  border-right: #ccc 2px solid;
  height: 50px;
  margin: 0 8px;
}

.header_bottom__separator{
  display: inline-block;
  border-right: #a1e0db 1px solid;
  height: 56px;
}

.page_top_area {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 7rem;
    z-index: 1000;
    transition: .5s;
}

.page_top_area:hover {
    transform: translateY(-8px);
    transition: .5s;
}

.page_top_area img {
    width: 100%;
}

.page_top_area a {
    margin: 0 0 10px;
    display: block;
}

.home_logo {
    width: 320px;
    padding: 0;
    margin-left: 1rem;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
}

.tel_icon{
  width: 21px;
  height: 31px;
}

.spbt{
  justify-content: space-between;
}

.anchor_wrap{
  margin-top: -5em;
  padding-top: 5em;
}

.btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px 1em 0 .5rem;
    text-align: center;
    min-width: 170px;
    height: 44px;
    width: fit-content;
    background: #808080;
    box-shadow: 3px 3px 0px #333;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

.btn::before{
  background: #00aa9e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn:hover::before{
  transform: scale(1, 1);
}

.btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 10px;
}

.btn2_area .btn{
  margin: 1em auto 2em;
}

.area_inner{
  max-width: 1200px;
  margin: 0 auto;
    flex-wrap: nowrap;
}

.flex_1-1-1-1, .flex_1-1-1, .flex_1-1, .flex_1-2, .flex_2-1, .flex_2-3, .flex_1-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

[class*="flex_1-"], [class*="flex_2-"], [class*="flex_3-"], [class*="flex_4-"] {
  margin-bottom: 2em;
}

.flex_1-2 .left-col, .flex_2-1 .right-col {
  width: calc(100% / 3);
}

.flex_1-2 .right-col, .flex_2-1 .left-col {
  width: calc((100% / 3)* 2);
}

.flex_1-4 .left-col{
  width: calc(100% / 5);
}

.flex_1-4 .right-col{
  width: calc((100% / 5)* 4);
}

.footer_menu_bar{
  width: 768px;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 30;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.footer_menu_bar__inner{
  display: flex;
  padding: .5rem 1rem;
  justify-content: space-between;
  line-height: 1.5;
  align-items: center;
  background: #ea557b;
}

.footer_menu_bar__insta-link{
  width: 60px;
  display: block;
}

.footer_menu_bar__insta-link:hover{
  border-bottom: inherit !important;
}

.footer_menu_bar__insta-link img{
  width: 60%;
  margin: 0 auto;
}

.footer_menu_bar__insta-link img:hover{
  filter: brightness(.5);
}


.footer_menu_bar__inner li:first-child{
  width: fit-content;
}

.footer_menu_bar__inner li:nth-child(2){
  width: fit-content;
}

.footer_menu_bar__contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_menu_bar__contact span{
  font-size: 2rem;
  position: relative;
}

.footer_menu_bar__contact span::before{
  content: "";
  width: 16px;
  height: 21px;
  background: url(../img/common/tel_icon_white.png)center/cover no-repeat;
  position: absolute;
  top: 0px;
  left: -21px;

}

.footer_menu_bar__link-cancel{
  color: yellow;
  border-bottom: 1px solid yellow;
}

.footer_menu_bar__link-reserv{
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer_menu_bar a:hover{
  color: #666;
  border-bottom: 1px solid #666;
}

.footer_menu_bar__contact li:first-child{
  margin-right: 3rem;
}

.footer_menu_bar__contact li:nth-child(2){
  width: 150px;
  line-height: 1.2;
}

.footer_menu_bar__inner li:nth-child(3){
  width: fit-content;
}

.footer_menu_bar__inner li:nth-child(4){
  width: fit-content;
  letter-spacing: -0.1rem;
}

.footer_menu_bar__separator{
  display: inline-block;
  border-right: #fff 2px solid;
  height: 35px;
  margin: 5px;
}


.footer {
    background: #000;
}

.footer_inner a{
  color: #fff;
}

.footer_inner__sitemap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 220px;
    justify-content: flex-start;
    padding-top: 5em;
}

.footer_inner__sitemap .parent {
    position: relative;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1.6rem;
    width: fit-content;
}

.footer_inner__sitemap .parent ul {
    margin: .2em 0 1em;
    border-top: 1px solid #666;
    text-indent: 1em;
}

.footer_inner__sitemap .child {
    color: #333;
    font-weight: normal;
    margin-top: 8px;
    font-size: 1.6rem;
}

.footer_contact_area {
    background-color: #ced0d0;
    padding: 2em 0;
}

.footer_logo {
    display: block;
    width: 320px;
}

.footer_address {
    font-size: 1.5rem;
    margin-left: 3.5em;
}

.footer_inner__fb{
  width: 30px;
  height: auto;
}

.footer_inner__copyright {
    text-align: left;
    color: #fff;
    height: 30px;
    padding: 3em 0;
}

.footer_contact_area iframe{
  width: min(45vw,520px);
}

.footer_contact_rig-top{
  background-color: #ffff88;
  padding: 1em 3em;
  text-align: center;
  margin: 0 auto;
}

.footer_contact_rig-middle{
  background-color: #ffff88;
  margin-bottom: 2rem;
}

.footer_contact_rig-top__ttl{
  font-size: min(2.2rem,4vw);
  font-weight: bold;
}

.footer_contact__tel{
  font-size: min(4.5rem,8vw);
  color: #00aa9e;
  margin: 3rem 0 2rem 38px;
  display: block;
  position: relative;
}

.footer_contact__tel::before{
  content: "";
  height: 51px;
  width: 38px;
  background: url(../img/common/icon_tel.png)center/cover no-repeat;
  position: absolute;
  top: -16px;
  left: 45px;
}

.footer_contact--gr{
  background-color: #00aa9e;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.5rem;
}

.footer_contact--gr__link{
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer_park{
  border: 1px solid #000;
  padding: 1rem 2rem;
  text-align: center;
}

.footer_park p{
  font-size: 1.8rem;
}

.footer_park__caption{
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1rem;
}

.footer_contact_rig-bottom__dayoff{
  margin-left: 3.5em;
}

.mojitume{
  letter-spacing: -0.1rem;
}

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-delay: .5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
from {
    opacity: 0;
    transform: translateY(100px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}



/*　上に上がる動き　*/

.page_top_area.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
from {
    opacity: 0;
    transform: translateY(100px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

/*　下に下がる動き　*/

.page_top_area.DownMove {
animation: DownAnime 0.5s forwards;
}


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

    header {
        width: 100%;
        height: 16rem;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        box-shadow: 0 0 5px #aaa;
        border-top: 15px solid #ea557b;
        border-bottom: 7px solid #8cd9d3;
        font-weight: 500;    
      }

    header nav {
        clear: both;
        max-width: 1200px;
        margin: 1.2em auto 0;
    }

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

    header nav ul.nav_menu {
        justify-content: center;
        height: 46px;
        align-items: center;
    }

    header nav ul li {
        font-size: 1.6rem;
        line-height: 25px;
        background-color: #fff;
    }

    header nav ul li:last-of-type{
      margin-left: 2rem;
    }

    header nav ul.nav_menu li {
        font-size: 1.7rem;
    }

    header nav ul.nav_menu ul li a {
        position: relative;
    }

    header nav ul.nav_menu li a:hover {
        color: #00aa9e;
    }

    header nav ul.nav_menu li.header_bottom__list--toyota a:hover {
      color: #fff;
  }


    header nav ul.nav_menu ul li a::after {
        content: "";
        display: flex;
        width: calc(100% + 10px);
        height: 3px;
        background-color: #f90;
        position: absolute;
        bottom: -8px;
        left: -5px;
        transform: scaleX(0);
        transform-origin: left;
        transition: .3s;
    }

    header nav ul.nav_menu ul li a:hover::after {
        transform: scaleX(1);
        transition: .3s;
    }

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

    header.fix .header_top{
      display: none;
    }

    header.fix {
        margin-top: 0;
        height: 6.5rem;
        transition: .5s;
    }

    header.fix > p {
        display: none;
    }

    header.fix nav ul.nav_menu > li {
        margin-top: 0;
        transition: all .5s;
    }

    header.fix .toptop {
        transform: translateY(-100%);
        transform-origin: top;
        transition: all .5s;
        z-index: -1;
        display: none;
    }

    .header_top__right_item{
      width: 32em;
      font-size: 1.4rem;
    }

    .header_top__inner{
      padding-top: 1rem;
      max-width: 1920px;
      margin: 0 auto;
      align-items: center;
    }

    .header_top__nav{
      justify-content: end;
    }

    .header_top__link{
      padding: 3px 10px;
      background-color: #a1e0db;
      margin-left: 5px;
    }

    .header_top__link:hover{
      filter: grayscale(1);
    }

    .header_top__link:last-of-type{
      margin-right: 5px;
    }

    .header_top__contact{
      line-height: 1.5;
      justify-content: space-around;
      letter-spacing: -0.1rem;
      align-items: center;
    }

    .header_top__tel_area{
      font-size: 2.5rem;
      display: flex;
      min-width: 200px;
      justify-content: space-between;
    }

    .header_top__tel_area img{
      width: 19px;
      object-fit: contain;
    }


    .header_top__ps{
      width: 50%;
      line-height: 1.3;
    }

    .footer_inner__sitemap--toyota{
      margin-bottom: 3rem !important;
    }

    .header_top__contact_txt{
      font-size: 1.7rem;
    }  

}

  .header_top__link--insta{
    height: 30px;
    object-fit: contain;
    padding: 0 3px;
    margin-right: 1rem;
    box-sizing: border-box;
  }

  .header_top__tel_area a{
    color: #00aa9e;
  }

  .header_bottom__list--toyota{
    background-color: #cfbd95;
    padding: 0.3rem;
    text-align: center;
    line-height: 1.2;
    margin: 0 2rem;
  }

  .header_bottom__list--reserv{
    background-color: #ff802e;
    padding: 0.3rem;
    text-align: center;
    line-height: 1.2;
  }

  .header_bottom__list--toyota a,
  .header_bottom__list--reserv a{
    font-size: 1.4rem;
  }

  .header_bottom__list--reserv a{
    color: #fff;
  }

  .sp_menu.move {
    right: 0;
    transition: all .5s;
  }
  
  .sp_menu ul {
    font-size: 1.8rem;
    width: 100%;
  }
  
  .sp_menu ul li:not(.sub_menu) a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1rem 2.5rem;
    box-sizing: border-box;
  }

  .sp_menu ul li:nth-of-type(7) a,
  .sp_menu ul li:nth-of-type(8) a{
      padding-top: 0;
      padding-bottom: 0;
    }
  
  .sp_menu_inner {
    display: flex;
  }
  
  /* .has-child {
    position: relative;
  } */
  
  ul.sub_menu {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  
  .footer .btn_contact {
    margin-bottom: 1em;
    width: 400px;
    padding:3px 4em 0 ;
  }
  
  .footer_banner_area {
    padding: 40px 0;
  }
      
  .footer_banner__link {
    width: 22%;
  }

  .footer_contact_rig-middle a:hover{
    color: #666;
    border-bottom:1px solid #666;
  }

  .footer_banner__link:hover {
    transform: translateY(-8px);
    transition: .5s;
  }
  
  .header_middle_inner {
    max-width: 1200px;
    height: 76px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header_middle_inner .right_item {
    display: flex;
    align-items: center;
  }
  
  .header .nav_menu ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  .tel_box {
    display: flex;
    align-items: center;
  }
  
  .tel_num {
    display: flex;
    flex-direction: column;
  }
  
  .btn_contact {
    margin: 0 16px 0 10px;
    justify-content: space-evenly;
    padding: 3px 1.5em 0;
  }
  
  .btn_contact img {
    width: 25px;
  }
  
  .btn_caption{
    text-align: center;
    margin-top: -1.5em;
    margin-bottom: 2em;
  }
  
  .contact_area .area_inner {
    max-width: 1000px;
    display: flex;
  }
  
  .search_area {
    display: flex;
    align-items: center;
  }
  
  .search_box {
    width: 200px;
    height: 30px;
    background: #fff;
    margin: 0 6px;
    border-radius: 5px;
  }
  
  .search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    background: #f90;
    border-radius: 5px;
  }
  
  .search_btn img {
    width: 80%;
    height: 80%;
    object-fit: contain;
  }
  
  .sp_menu .search_area {
    margin-bottom: 20px;
  }
  
  .sp_menu .search_box {
    border: 1px solid #aaa;
    margin-left: 0;
  }
  
  .sub_menu ul {
    margin-bottom: 1em;
  }
  
  .sub_menu ul li {
    font-size: 1.6rem;
  }
  
  .sp_menu .tel_box {
    margin-bottom: 1em;
  }
  
  .sp_menu .btn_contact {
    margin-left: 0;
  }
  
    
  .fltr_img {
    float: right;
    padding: 0 0 20px 20px;
  }
  
  .red{
    color: #c8437b;
  }

  .red2{
    color: #ff0000;
  }

  .hover_down:hover {
    transition-duration: .3s;
  }

  .hover_down:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
  
  .gsc-control-cse{
    padding: 0 !important;
    border: none;
  }
  
  .gsc-input-box{
    padding-top: 0;
    padding-bottom: 0;
    width: 10em;
    height: 2em;
    border-radius: 8px;
  }
  
  .gsc-search-button-v2 {
    padding: 8px 18px !important;
    margin: 0 0 0 5px !important;
    border-radius: 8px !important;
  }
  
  form.gsc-search-box {
    margin-top: 4px;
  }
  
  table.gsc-search-box td.gsc-input {
    padding-right: 5px !important;
  }
  
  .sp_menu_inner .gsc-control-cse{
    background-color: #FFF !important;
    border-color: #FFF !important;
  }
  
  .gsc-search-box-tools .gsc-search-box .gsc-input{
    padding: 0px !important;
    margin-top: -3px !important;
  }
  
  .gssb_c {
    z-index: 500000 !important;
  }

  .hover_line {
    position: relative;
  }

  .hover_line::after {
    content: "";
    display: flex;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: -5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
  }

  .hover_line:hover::after {
    transform: scaleX(1);
    transition: .3s;
  }

  .ml-20 {
    margin-left: 20px;
  }
  .mt-1em {
    margin-top: 1em;
  }




@media screen and (max-width: 1160px) {

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

    .sp_menu ul li:not(.sub_menu) a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
        padding: 1.4rem 0;
}
    
    nav ul li {
        border-bottom: 2px #00aa9e dotted;
        color: #300;
    }
    
    main {
        margin-top: 60px;
    }
    
    nav {
        position: fixed;
        top: 0;
        left: calc(-100% - 4rem);
        background-color: rgba(255, 255, 255, .95);
        width: 100vw;
        height: 100vh;
        padding: 2rem 0;
        transition: all .5s;
        overflow-y: scroll;
    }

    nav.move {
        left: 0;
        transition: all .5s;
    }

    nav ul {
        font-size: 1.8rem;
        width: 100%;
    }

    nav ul li {
        border-bottom: 2px #00aa9e dotted;
        color: #300;
        width: 100%;
    }

    nav ul li.header_bottom__list--toyota {
        border-bottom: none;
    }

    nav ul li a {
        padding: 1.4rem 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    nav ul ul li:last-of-type a {
        background-color: #00B1FF;
        color: #fff;
    }

    .header_top{
      display: block;
    }

    .header_top__right_item{
      display: none;
    }

    .last_para{
      margin-bottom: 4rem !important;
    }

    .nav_menu_sub {
      justify-content: center;
    }
    
    .nav_menu_sub__link{
      background-color: #00aa9e;
      color: #fff;
      padding: 1rem .5rem;
      width: calc(100% / 4);
      text-align: center;
      margin: 0 .5rem 1rem; 
    }

    .nav_menu_sub__link:last-of-type{
      width: 100%;
    }

    .humb {
        width: 7rem;
        height: 7rem;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .humb p {
        text-align: center;
        font-size: 1.4rem;
    }

    .humb span {
        width: 65%;
        height: .3rem;
        background-color: #300;
        display: block;
        margin: 0 auto;
    }

    .humb span:nth-child(1) {
        margin-top: 1rem;
        transition: all .2s;
    }

    .humb span:nth-child(2) {
        margin-top: 1rem;
    }

    .humb span:nth-child(3) {
        margin-top: 1rem;
        margin-bottom: .5rem;
        transition: all .2s;
    }

    .humb.move span:nth-child(1) {
        transform-origin: left;
        transform: rotate(35deg);
        transition: all .2s;
    }

    .humb.move span:nth-child(2) {
        opacity: 0;
    }

    .humb.move span:nth-child(3) {
        transform-origin: left;
        transform: rotate(-35deg);
        transition: all .2s;
    }

    .humb.move p {
        opacity: 0;
    }
    
      .header {
        width: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        box-shadow: 0 0 5px #aaa;
        display: flex;
        flex-direction: column;
        height: 65px;
      }
    
      .home_logo {
        width: 180px;
        height: auto;
        transition: .3s;
      }
    
      .header .nav_menu {
        height: 100%;
        margin: 2em auto 0;
          flex-wrap: wrap;
          padding-bottom: 6rem;
      }
    
      .header .nav_menu ul {
        display: flex;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        }
        
        .header .nav_menu ul li {
            font-size: 1.8rem;
            text-align: center;
            font-weight: bold;
            line-height: 1;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .header .nav_menu ul li {
            border-left: 1px solid #666;
        }
        
        .header .nav_menu ul li:last-of-type {
            border-right: 1px solid #666;
        }
        
        .header .nav_menu ul li small {
            font-size: 1.3rem;
            font-weight: normal;
        }
        
        .header .nav_menu ul li.long {
            width: 340px;
        }
        
        .header .nav_menu ul li:not(.long) {
            width: calc(100% / 4);
        }

        .sp_menu ul{
          width:90%;
        }

        .header_bottom__separator {
          opacity: 0;
          height: 0;
        }

        .header_bottom__list--toyota a, .header_bottom__list--reserv a {
          font-size: inherit;
        }
        
      .btn_contact .header_bottom {
        border-top: 1px solid #666;
      }
    
      .header_bottom_inner {
        height: 60px;
      }
    
}



@media screen and (max-width: 768px) {

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

.flex_1-2 .left-col, .flex_2-1 .right-col {
    width: 100%;
    margin-bottom: 0;
}
    
.flex_1-2 .right-col, .flex_2-1 .left-col {
    width: 100%;
}
    
    section {
    padding: 2em 0 0;
    line-height: 1.5;
}
    
    header {
        display: flex;
        justify-content: flex-end;
        height: 8rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0);
    }

    nav {
        position: fixed;
        top: 0;
        left: calc(-100% - 4rem);
        background-color: rgba(255, 255, 255, .95);
        width: 100vw;
        height: 100vh;
        padding: 2rem 0;
        transition: all .5s;
    }

    nav.move {
        left: 0;
        transition: all .5s;
    }

    nav ul {
        font-size: 1.8rem;
        width: 100%;
    }

    nav ul li {
        border-bottom: 2px #00aa9e dotted;
        color: #300;
    }

    nav ul li.header_bottom__list--toyota,
    nav ul li.header_bottom__list--reserv{
        border-bottom: none;
        padding: 0;
        margin: 2.5rem auto;
    }

    nav ul li a {
        padding: 1.4rem 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    nav ul ul li:last-of-type a {
        background-color: #00B1FF;
        color: #fff;
    }

    .header_top{
      display: block;
    }

    .header_top__right_item{
      display: none;
    }

    .last_para{
      margin-bottom: 4rem !important;
    }

    .nav_menu_sub {
      justify-content: center;
    }
    
    .nav_menu_sub__link{
      background-color: #00aa9e;
      color: #fff;
      padding: 1rem .5rem;
      width: calc(100% / 4);
      text-align: center;
      margin: 0 .5rem 1rem; 
    }

    .nav_menu_sub__link:last-of-type{
      width: 100%;
    }

    .humb {
        width: 7rem;
        height: 7rem;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .humb p {
        text-align: center;
        font-size: 1.4rem;
    }

    .humb span {
        width: 65%;
        height: .3rem;
        background-color: #300;
        display: block;
        margin: 0 auto;
    }

    .humb span:nth-child(1) {
        margin-top: 1rem;
        transition: all .2s;
    }

    .humb span:nth-child(2) {
        margin-top: 1rem;
    }

    .humb span:nth-child(3) {
        margin-top: 1rem;
        margin-bottom: .5rem;
        transition: all .2s;
    }

    .humb.move span:nth-child(1) {
        transform-origin: left;
        transform: rotate(35deg);
        transition: all .2s;
    }

    .humb.move span:nth-child(2) {
        opacity: 0;
    }

    .humb.move span:nth-child(3) {
        transform-origin: left;
        transform: rotate(-35deg);
        transition: all .2s;
    }

    .humb.move p {
        opacity: 0;
    }
    
      .header {
        width: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        box-shadow: 0 0 5px #aaa;
        display: flex;
        flex-direction: column;
        height: 65px;
      }
    
      .home_logo {
        width: 200px;
        height: auto;
        transition: .3s;
      }
    
      .header .nav_menu {
        height: auto;
        margin: 2em auto 0;
      }
    
      .header .nav_menu ul {
        display: flex;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        }
        
        .header .nav_menu ul li {
            font-size: 1.8rem;
            text-align: center;
            font-weight: bold;
            line-height: 1;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .header .nav_menu ul li {
            border-left: 1px solid #666;
        }
        
        .header .nav_menu ul li:last-of-type {
            border-right: 1px solid #666;
        }
        
        .header .nav_menu ul li small {
            font-size: 1.3rem;
            font-weight: normal;
        }
        
        .header .nav_menu ul li.long {
            width: 340px;
        }
        
        .header .nav_menu ul li:not(.long) {
            width: calc(100% / 4);
        }

        .sp_menu ul{
          width:90%;
        }

        .header_bottom__separator {
          display: none;
      }
        
      .btn_contact .header_bottom {
        border-top: 1px solid #666;
      }
    
      .header_bottom_inner {
        height: 60px;
      }
    
      .banner_area a:hover {
        filter: grayscale(1) brightness(.7);
      }
    
      .footer_logo:hover {
        opacity: .7;
        transition-duration: .3s;
      }
    
      .home_logo:hover {
        opacity: .7;
        transition-duration: .3s;
      }

      .footer_menu_bar {
        width: fit-content;
        max-width: 350px;
        height: auto;
        margin: 0 auto;
        z-index: 9999;
      }

      .footer_menu_bar__inner {
        flex-wrap: wrap;
        padding: inherit;
      }

      .footer_menu_bar__inner:first-of-type {
        padding-left: 5px;
        padding-right: 5px;
      }

      .footer_menu_bar__name {
        display: none;
      }

      .footer_menu_bar__insta-link {
        width: 40px;
      }

      .footer_menu_bar__insta-link img{
        width: 80%;
      }

      .footer_menu_bar__contact{
        justify-content: flex-start;
      }

      .footer_menu_bar__contact small{
        font-size: 12px;
      }

      .footer_menu_bar__inner li:first-child {
        width: 80%;
        font-size: 1.2rem;
      }

      .footer_menu_bar__inner li:nth-child(2) {
        width: fit-content;
    }

      .footer_menu_bar__inner li:nth-child(3) {
        width: fit-content;
        padding: 0 1rem;
      }

      .footer_menu_bar__inner li:nth-child(5) {
        width: 80%;
        font-size: 1.2rem;
      }

      .footer_menu_bar__contact li:first-child {
        width: fit-content;
        margin-right: 4rem;
      }

      .footer_menu_bar__inner li:nth-of-type(7) {
        padding: 0 1rem;
      }

      .footer_menu_bar__separator {
        margin: 5px 0;
      }

      .footer_menu_bar__inner li:last-child {
        font-size: 1.3rem;
        width: fit-content;
      }

      .footer_contact_area {
        background-color: inherit;
        padding: inherit;
      }

      .footer_contact_area .area_inner{
        width: 100%;
        padding: inherit;
        flex-wrap: wrap;
      }

      .footer_contact_rig-top {
        padding: 1em;
        text-align: center;
      }

      a[href^="tel:"] {
        pointer-events: auto;
        margin-top: 1rem;
      }

      .footer_contact__tel{
        font-size: 4rem;
        margin-left: 1em;
      }

      .footer_logo{
        width: 220px;
        margin: 0 auto;
      }

      .footer_contact_rig-bottom .flex_box.spbt{
        justify-content: center;
      }

      .footer_park{
        margin-top: 1rem;
      }

      .footer_contact_rig-bottom__dayoff {
        margin-left: 0;
        font-size: 1.4rem;
        letter-spacing: -0.1rem;
        text-align: center;
        margin-top: 1rem;
      }

      .footer_contact_lef{
        margin: 0 auto;
      }

      .footer_contact_area{
        padding: 0;
      }

      .footer_contact_area iframe {
        width: 94vw;
        margin: 0 auto;
        height: 50vw;
      }

      .footer_banner_area{
        padding: 2rem 0;
      }

      .footer_banner_area .flex_box.spbt{
        justify-content: space-evenly;
        flex-wrap: wrap;
      }

      .footer_banner__link{
        width: 45%;
        margin-bottom: 1rem;
      }

      .footer_inner a {
        font-size: 1.4rem;
      }

      .footer_inner__sitemap {
        height: 470px;
        justify-content: space-between;
        padding-top: 0;
      }

      .footer_inner__sitemap > ul{
        width: 4;
      }

      .footer_inner__copyright {
        padding: 1em 0 0;
        font-size: 1.4rem;
      }

      .footer_contact__tel::before {
        height: 32px;
        width: 24px;
        top: -6px;
        left: -20px;
    }
    
      .hover_opacity {
        transition: .3s;
      }
    
      .hover_opacity:hover {
        opacity: .7;
      }
    
      .hover_color {
        transition-duration: .3s;
      }
    
      .btn.hover_color:hover {
        background: #00aa9e;
      }
    
      .humb:hover {
        box-shadow: none;
        transform: translateY(3px);
      }
    
      .hover_brightness {
        transition-duration: .3s;
      }
    
      .hover_brightness:hover {
        filter: brightness(.85);
      }
    
      .hover_up {
        transition-duration: .3s;
      }
    
      .hover_up:hover {
        box-shadow: 3px 3px 0 #027011;
        transform: translateY(-3px);
      }

        body {
            margin-top: 0;
            font-size: 1.6rem;
        }
        
        main {
            margin-top: 60px;
        }
        
        .btn {
            margin-bottom: 0;
        }
                
        
        .header_middle .right_item .tel_box {
            display: none;
        }
        
        .header_middle {
            width: 100%;
        }
        
        .header_middle .btn_contact {
            display: none;
        }
        
        .header_middle_inner .right_item {
            margin-left: auto;
        }
        
        
        .h2{
            margin: 0 auto 1.5em;
        }
      
        
        .home_logo img {
            height: auto;
            width: 100%;
        }
        
        .section_inner {
            width: 94%;
            padding: 0 3%;
        }
        
        .area_inner {
            width: 94%;
            padding: 0 3%;
        }
        
        .page_top_area {
            width: min(16vw, 7rem);
            bottom: 8rem;
        }
        
        .plus_mark {
            display: inline-block;
            vertical-align: middle;
            color: #333;
            line-height: 1;
            width: 1em;
            height: 0.1em;
            background: currentColor;
            border-radius: 0.1em;
            position: relative;
        }
        
        .plus_mark::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: inherit;
            border-radius: inherit;
            transform: rotate(90deg);
            transition-duration: .3s;
        }
        
        .ac_btn {
            position: absolute;
            right: 0%;
            top: 5px;
        }
        
        .ac_btn.trans .plus_mark::before {
            transform: rotate(0deg);
            transition-duration: .3s;
        }
        footer .footer_inner {
            width: 94%;
            padding: 0 3%;
            padding-top: 40px;
            padding-bottom: 90px;
        }
        
        .footer .banner_area {
            margin-bottom: 2em;
        }
        
        .footer .banner_area a {
            width: 100%;
            height: auto;
        }
        
        .footer .footer_logo {
            width: 70%;
            margin-bottom: .5em;
        }
                
        .footer .footer_address {
            text-align: center;
            font-size: min(4vw, 1.4rem);
            margin-bottom: 2em;
        }
                
        .contact_area .area_inner {
            flex-wrap: wrap;
        }
        
        .contact_area .area_inner .left_item {
            width: 100%;
        }
        
        .contact_area .area_inner .right_item {
            width: 100%;
        }
        
        .footer .btn_contact {
            width: 100%;
            margin: 0 auto 2em;
        }
        
        .footer .footer_address {
            text-align: left;
        }
        
        .footer .banner_area {
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .footer .banner_area .flex_box {
            flex-wrap: wrap;
        }
        
        .footer .banner_area .flex_box a {
            width: 48%;
            margin-bottom: 1em;
        }
        
        .full_nav {
            height: auto;
        }
        
        .footer_nav {
            align-items: flex-start;
        }
        
        .full_nav .parent {
            width: 100%;
            font-size: 1.4rem;
        }
        
        .full_nav .child {
            font-size: 1.4rem;
        }
        
        .sp_menu_inner {
            flex-wrap: wrap;
            padding: 7%;
        }
        
        .sp_menu_inner>div {
            width: 100%;
        }
        
        nav ul li.has-child::before {
            content: '';
            position: absolute;
            right: -17px;
            top: 12px;
            width: 6px;
            height: 6px;
            border-top: 2px solid #999;
            border-right: 2px solid #999;
            transform: rotate(135deg);
            transition-duration: .3s;
        }
        
        nav ul li.has-child.trans::before {
            transform: rotate(-45deg)
        }
        
        .sp_menu.move {
            overflow-y: scroll;
        }
        
        .pankuzu{
            overflow: scroll;
            white-space: nowrap;
        }
        
        .pankuzu.flex_box{
            flex-wrap: nowrap;
        }
        
        .pankuzu .home{
            display: inline;
            flex: 0 0 8%;
            padding-left: 3%;
        }
        
        .fltr_img {
            float: inherit;
            padding: 0 0 1em;
        }
    
    .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
    text-align: center;
    min-width: 170px;
    height: auto;
    width: 80%;
    background: #808080;
    box-shadow: 3px 3px 0px #333;
    color: #fff;
    font-weight: bold;
    z-index: 999;
}
    
    .btn2_area .btn {
    margin: 0 auto 2rem;
}  
    
    }    

@media screen and (max-width: 324px) {
    .footer_menu_bar__contact li:first-child {
    width: 60px;
    margin-right: 1rem;
}
   
    .footer_menu_bar__inner li:last-child {
        font-size: 1rem;
        line-height: 1.8em;
        letter-spacing: -0.1rem;
        width: fit-content;
    }
    
        a[href^="tel:"] {
        font-size: 3rem;
    }
    
    .header_bottom__separator {
        height: 20px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}





































