@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }

  .pc {
    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 {
    overflow: hidden;
    margin: 0 auto;
  }

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

  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*/
  /*top_kv*/
  /*スライドここから*/
  .main_imgBox {
    height: 70vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }

  .main_img {
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 70vh;
    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: 21vh;
    left: 10vw;
    right: 10vw;
    position: absolute;
    z-index: 5;
    text-align: center;
  }

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

  .title01_txt1 {
    padding-bottom: 5%;
  }

  .title01_txt2 {
    padding-bottom: 5%;
  }

  .title01_txt3 {
    font-size: 25px;
    font-weight: 700;
  }

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

  .bk8 img {
    width: 100%;
  }

  .logo img {
    width: 200px;
    padding: 10px 0;
  }

  /*navi*/
  *, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  ol, ul {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  /* menu */
  .cp_offcm03 {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    -webkit-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    text-align: center;
    color: #ffffff;
    background-color: #ABDCEA;
  }

  .cp_offcm03 nav,
  .cp_offcm03 ul {
    height: 100%;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 500%;
  }

  .cp_offcm03 li {
    display: inline-block;
    margin-right: -6px;
    border: none;
  }

  .cp_offcm03 a {
    display: block;
    padding: 12px 45px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
  }

  .cp_offcm03 a:hover {
    background-color: #ABDCEA;
  }

  /* menu toggle */
  #cp_toggle03 {
    display: none;
  }

  #cp_toggle03:checked~.cp_offcm03 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #cp_toggle03:checked~.cp_container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .cp_mobilebar {
    display: none;
  }

  @media (max-width: 767px) {

    /* menu */
    .cp_offcm03 {
      position: fixed;
      left: -250px;
      overflow-y: hidden;
      width: 250px;
      height: 100%;
      padding-top: 60px;
      color: #ffffff;
      background-color: #ABDCEA;
    }

    .cp_offcm03 nav {
      background: #F1F5F6;
      z-index: 100;
    }

    .cp_offcm03 li {
      display: block;
      margin-right: 0;
      border-bottom: 2px solid #ffffff;
    }

    .cp_offcm03 a {
      padding: 20px;
      font-weight: bold;
      color: #3A98CB;
    }

    /* menu toggle */
    .cp_mobilebar {
      display: block;
      z-index: 10;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0 25px;
      width: 100%;
      height: 60px;
    }

    .cp_menuicon {
      display: block;
      position: relative;
      top: 11px;
      left: -13px;
      width: 35px;
      cursor: pointer;
      -webkit-transition: transform .3s ease-in;
      transition: transform .3s ease-in;
      background-color: #3A98CB;
      height: 35px;
      padding: 5px;
      border-radius: 30px;
    }

    .cp_menuicon>span {
      display: block;
          position: absolute;
          top: 55%;
          left: 20%;
          margin-top: -0.2em;
          width: 60%;
          height: 0.2em;
          border-radius: 1px;
          background-color: #fff;
          -webkit-transition: transform .3s ease;
          transition: transform .3s ease;
    }

    .cp_menuicon>span:before,
    .cp_menuicon>span:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 1px;
      background-color: #fff;
      -webkit-transition: transform .3s ease-in;
      transition: transform .3s ease-in;
    }

    .cp_menuicon>span:before {
      -webkit-transform: translateY(-0.6em);
      transform: translateY(-0.6em);
    }

    .cp_menuicon>span:after {
      -webkit-transform: translateY(0.6em);
      transform: translateY(0.6em);
    }

    #cp_toggle03:checked+.cp_mobilebar .cp_menuicon {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #cp_toggle03:checked+.cp_mobilebar span:before,
    #cp_toggle03:checked+.cp_mobilebar span:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    #cp_toggle03:checked~.cp_offcm03 {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    #cp_toggle03:checked~.cp_container {
      -webkit-transform: translateX(250px);
      transform: translateX(250px);
    }

    /* content */
    .cp_container {
      top: 60px;
      height: 92vh;
    }
  }

  /*grid01*/
  #grid01 .info {
    background-color: #F1F5F6;
    padding: 10px;
    border-radius: 4px;
  }

  #grid01 h2 {
    text-align: center;
    padding: 10px;
  }

  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;
    text-align: left;
    line-height: 1.3;
    color: #444;
    overflow: auto;
    height: 18em;
    background-color: #fcfcfc;
  }

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

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

   {
    padding-bottom: 0;
    width: 40%;
  }

  main #grid01 .info_text dd {
    width: 80%;
    margin-left: 10px;
  }

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

  /*grid02*/
  #grid02 {
    padding: 10px;
  }

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

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

  #grid02 .guide {
    border: solid 1px #f0e68c;
    border-left: solid 10px #f0e68c;
    padding: 10px;
    margin-top: 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: 40vh;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

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

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

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

  /*about*/
  /*#grid04*/
  #grid04 .about p {
    margin-bottom: 10px;
  }

  /*#grid05*/
  #grid05 .access {
    margin-top: 5px;
    padding: 10px;
    background-color: #F1F5F6;
  }

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

  #grid05 .access_text {
    padding: 10px;
    background-color: #fcfcfc;
    margin-bottom: 10px;
  }

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

  #grid05 .parking {
    font-size: 16px;
  }

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

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

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

  #grid06 .office img {
    margin-top: 10px;
  }

  /*#shop*/
  /*#grid07*/
  section:before {
    content: " ";
    margin-top: -90px;
    height: 90px;
    display: block;
    visibility: hidden;
  }

  .nav_wrap {
    height: 100px;
  }

  .nav_wrap nav {
    width: 100%;
    height: 60px;
    background-color: #fff;
  }

  .nav_wrap nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .nav_wrap nav ul li {
    border: 1px solid #fff;
  }

  #grid07 .text {
    margin-bottom: 20px;
  }

  #grid07 .shop_category {
    display: flex;
  }

  #grid07 .shop_category li {
    background-color: #F1F5F6;
    text-align: center;
    width: 35%;
  }

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

  #grid07 .shop_category li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 75%;
    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 .shop_rest {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #grid08 .shop_rest li {
    width: 49%;
    margin-top: 10px;
    text-align: center;
  }

  #grid08 .shop_rest li p {
    text-align: left;
  }

  #grid08 .shop_rest li:last-child {
    margin-right: 0;
  }

  #grid09 {
    margin-top: 20px;
  }

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

  #grid09 .shop_service li {
    width: 49%;
    margin-top: 10px;
    text-align: center;
  }

  #grid09 .shop_service li p {
    text-align: left;
  }

  #grid09 .shop_service li:last-child {
    margin-right: 0;
  }

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

  #grid10 .f_map {
    padding: 10px 0;
    margin: 0 auto;
  }

  #grid10 .f_map_text {
    border: solid 1px #a9a9a9;
    display: flex;
    padding: 10px;
  }

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

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

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

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

  /*#grid13*/
  #grid13 ul {
    margin-top: 10px;
  }

  #grid13 li {
    margin-top: 10px;
    text-align: center;
  }

  #grid13 li p {
    text-align: left;
  }

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

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

  #grid14 .event_list {
    display: flex;
    margin-top: 10px;
    flex-direction: column-reverse;
  }

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

  #grid14 .event_list li {
    font-size: 16px;
  }

  #grid14 .market {
    text-align: center;
  }

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

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

  #grid14 .past_event a {
    color: #0747F6;
  }

  #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: 20px 0;
    color: #3A98CB;
  }

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

  #grid15 .event_flow {
    font-size: 16px;
  }

  #grid15 .event_flow_li {
    min-height: 100px;
  }

  #grid15 .flow_title {
    position: relative;
    background: #F1F5F6;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    border-left: solid #3A98CB;
  }

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

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

  #grid15 .event_suvsuvtitle {
    margin: 20px 0 5px;
    font-size: 15px;
  }

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

  /*contact*/
  /*#grid16*/
  #grid16 .contact {
    margin-top: 20px;
  }

  #grid16 .contact li {
    border: solid 1px #3A98CB;
    padding: 10px;
    margin-top: 10px;
  }

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

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

  /*#grid17*/
  #grid17 {
    margin-top: 20px;
  }

  #grid17 .qa-area {
    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: #0747F6;
    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: 20px;
    height: 3px;
    left: 0px;
  }

  .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*/
  #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;
  }

  /*#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;
  }

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

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

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

  footer li:nth-child(3) {
    border-right: none;
  }

  footer li:last-child {
    border-right: none;
    width: 100%;
  }
  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: -9px;
    /*下からのボタンの配置場所を指定*/
    right: 0px;
    /*右からのボタンの配置場所を指定*/
  }

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

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

  #PageTopBtn {
    z-index: 2;
  }

  #PageTopBtn img {
    width: 40px;
    z-index: 200;
  }

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

  .cf:after {
    clear: both;
  }

  .cf {
    zoom: 1;
  }

  /* For IE 6/7 */
}
@media (min-width: 415px) and (max-width:766px) {
  #grid07 .shop_category li a {
    font-size: 2vw;
}

}

@media screen and (max-width:320px) {
  .title01 {
    top: 21vh;
    left: 5vw;
    right: 5vw;
    position: absolute;
    z-index: 5;
    text-align: center;
  }
}
