@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  * {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳＰゴシック", "MS PGothic", sans-serif;
    color: #181818;
  }

  a {
    text-decoration: none;
  }

  #wrapper {
    margin: 0 auto;
  }

  nav, #grid01, #grid02, #grid04, #grid05, #grid06, #grid07, #grid08, #grid09, #grid10, #grid11, #grid12, #grid13, #grid14, #grid15, #grid16, #grid17, #grid18, #grid19, #grid20 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
    color: #3A98CB;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 14px;
    margin-top: 20px;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
  }

  .bold {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  dt, dd, tr, td {
    font-size: 14px;
  }

  li {
    list-style: none;
  }

  .fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
  }

  @-webkit-keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  /*header*/
  header {
    text-align: center;
  }

  /*top_kv*/
  /*スライドここから*/
  .main_imgBox {
    height: 60vh;
    overflow: hidden;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
  }

  .main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
  }

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }

  .main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
  }

  .main_img:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
  }

  .main_img:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
  }

  @keyframes anime {
    0% {
      opacity: 0;
    }

    8% {
      opacity: 1;
    }

    17% {
      opacity: 1;
    }

    25% {
      opacity: 0;
      transform: scale(1.2);
      z-index: 9;
    }

    100% {
      opacity: 0
    }
  }

  @-webkit-keyframes anime {
    0% {
      opacity: 0;
    }

    8% {
      opacity: 1;
    }

    17% {
      opacity: 1;
    }

    25% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      z-index: 9;
    }

    100% {
      opacity: 0
    }
  }

  /*スライドここまで*/
  .title01 {
    top: 15vh;
    left: 10vw;
    right: 10vw;
    position: absolute;
    z-index: 50;
    text-align: center;
  }

  .title01 p {
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
  }

  .title01_txt1 {
    padding-bottom: 1%;
  }

  .title01_txt2 {
    padding-bottom: 2%;
  }

  .title01_txt3 {
    font-size: 3vw;
    font-weight: 700;
  }

  .bk8 {
    top: 32.5vw;
    left: 0vw;
    position: absolute;
    z-index: 50;
    width: 100%;
  }

  .bk8 img {
    width: 100%;
  }

  /*navi*/
  .logo img {
    width: 20%;
    padding: 20px 20px 10px 0;
  }

  .header_nav {
    padding-bottom: 20px;
  }

  .header_nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_nav li {
    width: 19%;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    color: #181818;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    border-radius: 3px;
  }

  .header_nav li a::before,
  .header_nav li a::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
  }

  .header_nav li a:hover {
    color: #3A98CB;
  }

  .header_nav li a:hover::before,
  .header_nav li a:hover::after {
    width: 100%;
    height: 100%;
  }

  .header_nav li a:hover::before {
    border-top-color: #3A98CB;
    border-right-color: #3A98CB;
    transition: width .3s, height .3s .3s;
  }

  .header_nav li a:hover::after {
    border-bottom-color: #3A98CB;
    border-left-color: #3A98CB;
    transition: height .3s, width .3s .3s;
  }

  .header_nav li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
  }

  /*grid01*/
  #grid01 .info {
    background-color: #F1F5F6;
    display: flex;
    align-items: center;
    border-radius: 4px;
  }

  #grid01 h2 {
    width: 20%;
    text-align: center;
    margin-bottom: 0;
  }

  main #grid01 *, main #grid01 *:before, main #grid01 *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  main #grid01 .info_text {
    padding: 10px 20px 20px;
    margin: 20px 20px 20px 0;
    text-align: left;
    line-height: 1.3;
    color: #444;
    overflow: auto;
    width: 90%;
    height: 18em;
    background-color: #fcfcfc;
  }

  main #grid01 .info_text p {
    border-bottom: solid 1px #ABDCEA;
    color: #3A98CB;
    margin-top: 10px;
  }

  main #grid01 .info_text dl {
    padding: 0.5em 0;
    display: flex;
  }

  main #grid01 .info_text dt {
    padding-bottom: 0;
    width: 20%;
  }

  main #grid01 .info_text dd {
    width: 80%;
    margin-left: 10px;
  }
  @media screen and (max-width:1000px) {
    .header_nav li a {
      font-size: 1.5vw;
  }
  }

  @media screen and (max-width:767px) {
    main #grid01 .info dt {
      clear: left;
      float: left;
    }

  }

  /*grid02*/
  #grid02 {
    display: flex;
    justify-content: left;
    padding: 20px;
  }

  #grid02 .please {
    border: solid 1px #8fbc8f;
    border-left: solid 10px #8fbc8f;
    padding: 20px;
    width: 47%;
    border-radius: 4px;
  }

  #grid02 .please h3 {
    margin-bottom: 20px;
  }

  #grid02 .guide {
    border: solid 1px #f0e68c;
    border-left: solid 10px #f0e68c;
    padding: 20px;
    width: 47%;
    margin-left: 10px;
    border-radius: 4px;
  }

  #grid02 .guide h3 {
    margin-bottom: 20px;
  }

  .guide span {
    font-weight: bold;
  }

  /*grid03*/
  main #grid03 .loopSliderWrap {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
  }

  main #grid03 .loopSlider {
    margin: 0 auto;
    width: 100vw;
    height: 35vh;
    text-align: left;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
  }

  main #grid03 .loopSlider ul {
    height: 35vh;
    float: left;
    overflow: hidden;
    padding: 0;
  }

  main #grid03 .loopSlider ul li {
    width: 20vw;
    height: 35vh;
    margin: 0 1vw;
    float: left;
    display: inline;
    overflow: hidden;
  }

  main #grid03 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
  }

  /*about*/
  /*#grid04*/
  #grid04 {
    display: flex;
    justify-content: space-between;
  }

  #grid04 .about {
    width: 50%;
    margin-right: 20px;
  }

  #grid04 .about p {
    margin-bottom: 20px;
  }

  #grid04 img {
    width: 50%;
  }

  /*#grid05*/
  #grid05 .access {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 20px;
    background-color: #F1F5F6;
    align-items: center;
  }

  #grid05 .access_title {
    font-weight: bold;
  }

  #grid05 .access_text {
    width: 30%;
    height: 34vh;
    padding: 1.6%;
    margin-right: 20px;
    background-color: #fcfcfc;
  }

  #grid05 iframe {
    width: 70%;
    height: 39vh;
  }

  #grid05 .parking {
    font-size: 1.1vw;
  }

  #grid05 .pay {
    font-size: 1.1vw;
    border: 1px solid #181818;
    display: inline-block;
    padding: 1%;
  }

  #grid05 table {
    margin-bottom: 10px;
  }

  /*#office*/
  /*#grid06*/
  #grid06 .office {
    padding-bottom: 10px;
  }

  #grid06 .office_text {
    margin-bottom: 20px;
  }

  #grid06 .office_img {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #grid06 .office_text_01 {
    margin-bottom: 5px;
  }

  #grid06 .office img {
    width: 45%;
  }

  #grid06 .suv_image01 {
    margin-right: 20px;
  }

  /*#shop*/
  /*#grid07*/
  section:before {
      content: " ";
      margin-top: -60px;
      height: 60px;
      display: block;
      visibility: hidden;
  }
  .nav_wrap {
    height: 60px;
  }
  .nav_wrap nav {
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .nav_wrap nav.fixed {
    position: fixed;
    top: 0;
  }
  .nav_wrap nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
  }
  #grid07 .text{
    margin-bottom: 30px;
  }

  #grid07 .shop_category {
    display: flex;
    align-items: center;
  }

  #grid07 .shop_category li {
    background-color: #F1F5F6;
    width: 31%;
    margin-right: 20px;
    text-align: center;
  }

  #grid07 .shop_category li:last-child {
    margin-right: 0;
  }

  #grid07 .shop_category li a {
    display: block;
    padding: 10px 20px 20px;
    position: relative;
    font-size: 1.1vw;
  }

  #grid07 .shop_category li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 65%;
    right: 47%;
    width: 6px;
    height: 6px;
    border-top: 2.5px solid #3A98CB;
    border-right: 2.5px solid #3A98CB;
    transform: translateX(-50%) rotate(135deg);
  }

  #grid07 .shop_category li a:hover {
    color: #3A98CB;
  }

  /*#grid08,#grid09*/
  .shop_name {
    font-weight: bold;
  }

  .suv_shop_name {
    color: #3A98CB;
    padding-bottom: 10px;
  }

  #grid08 {
    margin-top: 30px;
  }

  #grid08 .shop_rest {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  #grid08 .shop_rest li {
    width: 19%;
    margin-top: 10px;
  }

  #grid08 .shop_rest li:nth-child(5n) {
    margin-right: 0;
  }

  #grid09 .shop_service {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  #grid09 .shop_service li {
    width: 19%;
    margin-top: 10px;
  }

  #grid09 .shop_service li:nth-child(5n) {
    margin-right: 0;
  }

  /*#grid10*/
  #grid10 {
    font-size: 14px;
  }

  #grid10 .f_map {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
  }

  #grid10 .f_map_text {
    border: solid 1px #a9a9a9;
    display: flex;
    padding: 20px;
    margin-right: 20px;
  }

  #grid10 .f_map_text_1 {
    margin-right: 20px;
  }

  #grid10 .f_map_text_3 {
    border: solid 1px #a9a9a9;
    padding: 20px;
  }

  /*#grid11*/
  #grid11 {
    text-align: center;
    margin-top: 10px;
  }

  #grid11 img {
    width: 50%;
  }

  /*event*/
  /*#grid12*/
  #grid12 {
    margin-bottom: 30px;
  }

  /*#grid13*/
  #grid13 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  #grid13 li {
    width: 35%;
    margin-right: 20px;
  }

  #grid13 li:last-child {
    margin-right: 0;
  }

  #grid13 .bold {
    margin: 10px 0;
  }

  /*#grid14*/
  #grid14 {
    margin-top: 30px;
  }

  #grid14 .event_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  #grid14 .event_list li {
    font-size: 1.1vw;
    margin-right: 20px;
  }

  #grid14 .event_list li:last-child {
    margin-right: 0;
  }

  #grid14 .event_list_li {
    width: 35%;
  }

  #grid14 .past_event {
    margin-top: 20px;
  }

  #grid14 .past_event a {
    color: #0000cd;
  }

  #grid14 .past_event a:hover {
    opacity: 0.5;
  }

  #grid14 .event_suvtitle_li {
    margin-top: 10px;
  }

  #grid14 .event_suvtitle_li:first-child {
    margin-top: 0;
  }

  #grid14 .tel {
    color: #3A98CB;
    margin: 5px 0;
  }

  .event_suvtitle {
    margin: 30px 0;
    color: #3A98CB;
  }

  /*#grid15*/
  #grid15 {
    margin: 30px auto 10px;
  }

  #grid15 .event_flow {
    display: flex;
    justify-content: space-between;
    font-size: 1.1vw;
  }

  #grid15 .event_flow_li {
    width: 20%;
    margin-right: 20px;
  }

  #grid15 .event_flow_li:last-child {
    margin-right: 0;
  }

  #grid15 .flow_title {
    background-color: #F1F5F6;
    font-weight: bold;
    padding: 20px 20px 10px;
    height: 30px;
    width: 70%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  #grid15 .flow_title::after {
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 30px 15px;
    border-left-color: #F1F5F6;
    position: absolute;
    left: 100%;
    top: 0;
  }

  #grid15 .flow_title_holding {
    background-color: #ABDCEA;
  }

  #grid15 .flow_title_holding::after {
    border-left-color: #ABDCEA;
  }

  #grid15 .event_suvsuvtitle {
    margin: 20px 0 5px;
  }

  #grid15 .tel {
    color: #3A98CB;
    margin: 5px 0;
  }

  /*contact*/
  /*#grid16*/
  #grid16 .contact {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  #grid16 .contact li {
    width: 25%;
    margin-right: 20px;
    border: solid 1px #3A98CB;
    padding: 10px;
  }

  #grid16 .contact li:last-child {
    margin-right: 0;
  }

  #grid16 .contact_title {
    background-color: #F1F5F6;
    margin-bottom: 20px;
    border-bottom: solid 1px #3A98CB;
    height: 80px;
    padding: 10px;
    color: #3A98CB;
  }

  #grid16 .tel {
    color: #3A98CB;
    margin: 5px 0;
  }

  /*#grid17*/
  #grid17 {
    margin: 30px auto;
  }

  #grid17 .qa-area {
    max-width: 70%;
    margin: 20px auto 0;
  }

  /*=====Q&A====*/
  .qa-area dl {
    font-size: 14px;
    padding: 20px 0px;
    border-top: 1px solid #bdbdbd;
  }

  .qa-area dl:last-child {
    border-bottom: 1px solid #bdbdbd;
  }

  .qa-area dl dt.acc_title {
    position: relative;
    padding-right: 52px;
  }

  .qa-area dl dt span, .qa-area dl dd span {
    font-size: 20px;
    color: #575757;
    margin-right: 7px;
  }

  .qa-area dd {
    line-height: 25px;
    margin-top: 20px;
  }

  .qa-area dl dd.info_bg p {
    text-align: right;
  }

  .info_bg a {
    color: #0000cd;
    text-decoration: underline;
  }

  .info_bg a:hover {
    opacity: 0.5;
  }

  .acc_title .accordion_icon span {
    background: #8f8f8f;
    width: 22px;
    height: 4px;
  }

  .acc_title::after {
    content: "";
    background-size: 100%;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 18%;
    position: absolute;
    border-radius: 24px;
  }

  .acc_title .accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .acc_title .accordion_icon {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 10px;
    float: right;
  }

  .acc_title .accordion_icon span {
    position: absolute;
    left: -10px;
    width: 27px;
    height: 7px;
    z-index: 2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .acc_title .accordion_icon span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .acc_title .accordion_icon span:nth-of-type(2) {
    top: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .acc_title .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }

  .acc_title .accordion_icon.active span:nth-of-type(2) {
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .acc_title .accordion_icon span {
    width: 27px;
    height: 3px;
    left: -5px;
  }

  .acc_title .accordion_icon span:nth-of-type(1), .acc_title .accordion_icon span:nth-of-type(2), .acc_title .accordion_icon.active span:nth-of-type(2) {
    top: 4px;
  }

  /*sitemap*/
  .sitemap_suvtitle {
    margin-top: 20px;
  }

  #grid18, #grid19, #grid20 {
    max-width: 80%;
  }

  /*#grid18*/
  #grid18 a {
    color: #0000cd;
  }

  #grid18 a:hover {
    opacity: 0.5;
  }

  #grid18 ul {
    margin-top: 10px;
  }

  #grid18 li {
    list-style: disc;
    margin-left: 20px;
    color: #0000cd;
    font-size: 1.2vw;
  }

  /*#grid19*/
  #grid19 {
    margin-top: 30px;
  }

  #grid19 p {
    margin-top: 10px;
  }

  #grid19 span {
    color: #0000cd;
  }

  /*#grid20*/
  #grid20 {
    margin-top: 30px;
  }

  #grid20 p {
    margin-top: 10px;
  }

  #grid20 ol {
    margin-top: 10px;
  }

  #grid20 li {
    list-style-type: decimal;
    margin-left: 30px;
    font-size: 1.2vw;
  }

  /*fotter*/
  footer {
    background-color: #F1F5F6;
    background-image: url("../img/footer.png");
    background-size: cover;
    background-position: center;
    margin-top: 20px;
  }

  footer ul {
    display: flex;
    list-style: none;
    align-items: center;
    font-size: 12px;
    height: 80px;
    justify-content: center;
  }

  footer li {
    border-right: 1px solid #3A98CB;
    padding: 0 5px;
    text-align: center;
  }

  footer li:last-child {
    border-right: none;
    width: 50%;
    color: #3A98CB;
  }
  footer li a {
    color: #3A98CB;
  }

  footer li a:hover {
    color: #3A98CB;
  }

  /*
  footer .sns {
    list-style: none;
    padding-top: 5vw;
  }

  footer .sns li {
    display: inline-block;
    margin: 2vw;
  }

  footer .sns li img {
    width: 3.5vw;
  }
*/
  /* topへ戻るパソコン・スマホ共通のCSS */
  #PageTopBtn {
    position: fixed;
    /*ボタンの配置場所を固定*/
    bottom: 0px;
    /*下からのボタンの配置場所を指定*/
    right: 0px;
    /*右からのボタンの配置場所を指定*/
  }

  #PageTopBtn a {
    display: block;
    /*配置の調整*/
    outline: none;
    /*クリックしたときの黒い枠を消す*/
  }

  #PageTopBtn a:hover {
    text-decoration: none;
  }

  #PageTopBtn {
    z-index: 2;
  }

  #PageTopBtn img {
    width: 4vw;
    z-index: 200;
  }

  /* micro clearfx */
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }

  .cf:after {
    clear: both;
  }

  .cf {
    zoom: 1;
  }
}

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


  #grid05 .access_text {
    width: 35%;
  }

  #grid15 .flow_title {
    font-size: 18px;
  }
}

@media (min-width: 1201px) and (max-width: 2000px) {
  main #grid03 .loopSlider {
    height: 35vh;
  }

  /*スライド*/
  .title01 {
    top: 18vh;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
  main #grid03 .loopSlider {
    height: 35vh;
  }

  /*スライド*/
  .main_imgBox {
    height: 55vh;
  }

  .main_img {
    height: 55vh;
  }

  .title01 {
    top: 16vh;
  }

}

@media (min-width: 901px) and (max-width: 1100px) {
  main #grid03 .loopSlider {
    height: 33vh;
  }

  /*スライド*/
  .main_imgBox {
    height: 50vh;
  }

  .main_img {
    height: 50vh;
  }

  .title01 {
    top: 16vh;
  }

}

@media (min-width: 769px) and (max-width: 900px) {
  main #grid03 .loopSlider {
    height: 28vh;
  }

  /*スライド*/
  .main_imgBox {
    height: 45vh;
  }

  .main_img {
    height: 45vh;
  }

  .title01 {
    top: 14vh;
  }

}

/* ipad*/
@media (min-width: 768px) and (max-width:768px) {
  main #grid03 .loopSlider {
    height: 15vh;
  }

  /*スライド*/
  .main_imgBox {
    height: 25vh
  }

  .main_img {
    height: 25vh
  }

  .title01 {
    top: 14vh;
  }

  .title01 {
    top: 8vh;
  }


  #grid05 .access_text {
    height: 20vh;
  }

  #grid05 iframe {
    height: 22vh;
  }
}
