  /*
Theme Name: Osaka-ra Original 201908
Author: cyber seas japan inc.
Author URI: http://www.cyberseas.co.jp/
Description:
Version: 0.1
*/
  /* reset
-------------------------------------------- */

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    color: #000;
    background: #FFF
  }

  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  fieldset, img {
    border: 0
  }

  address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
  }

  ol, ul {
    list-style: none
  }

  caption, th {
    text-align: left
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
  }

  q:before, q:after {
    content: ''
  }

  abbr, acronym {
    border: 0;
    font-variant: normal
  }

  sup {
    vertical-align: text-top
  }

  sub {
    vertical-align: text-bottom
  }

  input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
  }

  legend {
    color: #000
  }

  @font-face {
    font-family: 'gidole';
    src: url('asset/fonts/Gidole.woff') format('woff'), url('asset/fonts/Gidole.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(asset/fonts/NotoSansJP-Thin.woff2) format('woff2'), url(asset/fonts/NotoSansJP-Thin.woff) format('woff'), url(asset/fonts/NotoSansJP-Thin.otf) format('opentype');
  }

  body {
    font-family: 'gidole', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #191919;
    font-size: 1.2vw;
    line-height: 1.5;
  }

  a {
    color: #191919;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.7;
  }

  img {
    width: 100%;
  }

  section h1 {
    position: relative;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 3vw;
    text-align: center;
    line-height: 1.2;
  }

  section h1.icon {
    margin-left: 5vw;
  }

  section h1.icon:before {
    content: "";
    position: absolute;
    margin-left: -5vw;
    width: 4vw;
    height: 4vw;
    background-color: #30c6d1;
  }

  section article {
    margin-top: 3vw;
    padding: 3vw 0;
  }

  section article.bg {
    background-color: #edf4f4;
  }

  section article h3 {
    font-size: 1.6vw;
    text-align: center;
  }

  section article h4 {
    margin-top: 2vw;
    line-height: 2.0;
    text-align: center;
    font-size: 1vw;
  }

  div.btn {
    background-color: #0084a8;
    width: 40vw;
    color: #FFF;
    margin: 3vw auto 0 auto;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    position: relative;
  }

  div.btn a:after {
    position: absolute;
    right: 2vw;
    top: 1.1vw;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    background: url(asset/img/common/anc_left_w.svg) no-repeat;
    background-size: 1.5vw 1.5vw;
  }

  div.btn a {
    color: #FFF;
    padding: 1vw 2vw;
    width: 40vw;
    display: inline-block;
  }

  div.btn_entry {
    background-color: #00bcb2;
    width: 26vw;
    color: #FFF;
    margin: 3vw auto 0;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    position: relative;
    font-size: 1.44vw;
    text-align: left;
  }

  div.btn_entry a:after {
    position: absolute;
    right: 2vw;
    top: 1.2vw;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    background: url(asset/img/common/anc_left_w.svg) no-repeat;
    background-size: 1.5vw 1.5vw;
  }

  div.btn_entry a {
    color: #FFF;
    width: 26vw;
    padding: 1vw 2vw;
    display: inline-block;
  }

  div.btn_login {
    background-color: #0084a8;
    width: 26vw;
    color: #FFF;
    margin: 1vw auto 0;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    position: relative;
    text-align: left;
  }

  div.btn_login a:after {
    position: absolute;
    right: 2vw;
    top: 1.2vw;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    background: url(asset/img/common/anc_left_w.svg) no-repeat;
    background-size: 1.5vw 1.5vw;
  }

  div.btn_login a {
    color: #FFF;
    width: 26vw;
    padding: 1vw 2vw;
    display: inline-block;
  }

  section br.sp {
    display: inline;
  }

  section br.sp_br {
    display: none;
  }

  div#contents {
    position: relative;
    z-index: 100;
    background-color: #FFF;
    transition: all .5s ease;
    overflow: hidden;
  }

  div#contents.act {
    -webkit-transform: translate3d(-78vw, 0, 0);
    transform: translate3d(-78vw, 0, 0);
    pointer-events: none;
  }

  @media screen and (max-width: 640px) {
    body {
      font-size: 4vw;
    }
    section h1 {
      font-size: 7.5vw;
      margin-left: 0;
      margin-top: 25vw;
    }
    section h1.icon {
      margin: 25vw 5vw 0;
    }
    section h1.icon:before {
      margin-left: 0;
      width: 8vw;
      height: 8vw;
      left: 0;
      right: 0;
      margin: auto;
      top: -11vw;
    }
    section article {
      margin-top: 6vw;
      padding: 15vw 5vw;
    }
    section article h3 {
      font-size: 5.5vw;
    }
    section article h4 {
      font-size: 3.5vw;
    }
    div.btn {
      width: 90vw;
      margin: 6vw auto 0 auto;
      font-size: 4.5vw;
    }
    div.btn a:after {
      right: 4vw;
      top: 6.5vw;
      width: 6.5vw;
      height: 6.5vw;
      background-size: 6.5vw 6.5vw;
    }
    div.btn a {
      width: 90vw;
      padding: 3vw 5vw;
    }
    div.btn_entry {
      width: 90vw;
      margin: 6vw auto 0 auto;
      font-size: 4.5vw;
    }
    div.btn_entry a:after {
      right: 4vw;
      top: 3.4vw;
      width: 6.5vw;
      height: 6.5vw;
      background-size: 6.5vw 6.5vw;
    }
    div.btn_entry a {
      width: 90vw;
      padding: 3vw 5vw;
    }
    div.btn_login {
      width: 90vw;
      margin: 6vw auto 0 auto;
      font-size: 4.5vw;
    }
    div.btn_login a:after {
      right: 4vw;
      top: 3.4vw;
      width: 6.5vw;
      height: 6.5vw;
      background-size: 6.5vw 6.5vw;
    }
    div.btn_login a {
      width: 90vw;
      padding: 3vw 5vw;
    }
    section br.sp {
      display: none;
    }
    section br.sp_br {
      display: inline;
    }
    div#contents {
      padding-bottom: 5vw;
    }
  }
  /* header
-------------------------------------------------------------------------------------- */

  header.g_header {
    width: 90%;
    margin: auto;
    padding: 1vw 0;
  }

  header.g_header:after {
    content: "";
    clear: both;
    display: block;
  }

  header.g_header h2 {
    float: left;
    width: 21vw;
  }

  header.g_header .login {
    float: left;
    font-size: 1.0vw;
    margin-left: 2vw;
    margin-top: 1vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    background-color: #edf4f4;
  }

  header.g_header .login a:before {
    position: absolute;
    left: 2vw;
    top: 0.9vw;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    background: url(asset/img/top/icon_login.svg) no-repeat;
  }

  header.g_header .login a {
    padding: 1vw 2vw 1vw 4vw;
    display: inline-block;
    position: relative;
  }

  header.g_header .lang {
    color: #8d8d8d;
    margin-top: 1vw;
    font-size: 1.4vw;
    float: right;
  }

  header.g_header .lang a {
    color: #8d8d8d;
  }

  header.g_header .lang a:hover {
    color: #191919;
  }

  header.g_header .lang a.act {
    color: #191919;
  }
  header.g_header ul.bogo-language-switcher:after {
    content: "";
    clear: both;
    display: block;
  }
  header.g_header ul.bogo-language-switcher li {
    float: left;
    padding-right:1vw;
  }
  header.g_header ul.bogo-language-switcher li.last {
    padding-left:1vw;
    padding-right:0;
    border-left: solid 1px #8d8d8d;
  }
  header.g_header ul.bogo-language-switcher li.current {
    color: #191919;
  }

  @media screen and (max-width: 640px) {
    header.g_header {
      padding: 5vw 0 0;
    }
    header.g_header h2 {
      width: 60vw;
    }
    header.g_header .login {
      display: none;
    }
    header.g_header .lang {
      display: none;
    }
  }
  /* local_nav
-------------------------------------------------------------------------------------- */

  nav.local_nav {
    background-color: #edf4f4;
    padding: 0 5vw;
  }

  nav.local_nav:after {
    content: "";
    clear: both;
    display: block;
  }

  nav.local_nav li {
    position: relative;
    margin-left: 2vw;
    margin-right: 4vw;
    padding: 1vw 1vw 1vw 0.5vw;
    float: left;
    line-height: 2.2;
  }

  nav.local_nav li:before {
    content: "";
    position: absolute;
    left: -2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    background-color: #60d0ea;
  }

  nav.local_nav li.search:before {
    -webkit-mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
  }
  nav.local_nav li.guide:before {
    -webkit-mask: url(asset/img/common/icon_guide.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_guide.svg) no-repeat center 100% / 100%;
  }

  nav.local_nav li.rent:before {
    -webkit-mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
  }

  nav.local_nav li.entry:before {
    -webkit-mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
  }

  nav.local_nav li.about:before {
    -webkit-mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
  }

  @media screen and (max-width: 640px) {
    nav.local_nav {
      display: none;
    }
  }
  /* sp_menu
-------------------------------------------------------------------------------------- */

  nav#sp_menu_trigger {
    display: none;
  }

  nav#sp_menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  nav#sp_menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  nav#sp_menu_trigger span:nth-of-type(1) {
    top: 0;
  }

  nav#sp_menu_trigger span:nth-of-type(2) {
    top: 9px;
  }

  nav#sp_menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }

  nav#sp_menu_trigger.act {
    -webkit-transform: translate3d(-78vw, 0, 0);
    transform: translate3d(-78vw, 0, 0);
  }

  nav#sp_menu_trigger.act span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-40deg);
    transform: translateY(8px) rotate(-40deg);
  }

  nav#sp_menu_trigger.act span:nth-of-type(2) {
    opacity: 0;
  }

  nav#sp_menu_trigger.act span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(40deg);
    transform: translateY(-11px) rotate(40deg);
  }

  nav#sp_nav {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -78vw;
    width: 78vw;
    height: 100%;
    border-left: solid 1px #999;
    padding: 5vw 0;
    display: block;
  }

  nav#sp_nav.act {
    right: 0;
  }

  nav#sp_nav .sp_nav_header {
    padding: 0 5vw;
    margin-bottom: 4vw;
  }

  nav#sp_nav .sp_nav_header:after {
    content: "";
    clear: both;
    display: block;
  }

  nav#sp_nav .sp_nav_header h2 {
    color: #999;
    font-size: 9vw;
    float: left;
    width: 25vw;
  }

  nav#sp_nav .sp_nav_header .lang {
    color: #8d8d8d;
    margin-top: 3vw;
    font-size: 6vw;
    float: right;
  }

  nav#sp_nav .sp_nav_header .lang a {
    color: #8d8d8d;
  }

  nav#sp_nav .sp_nav_header .lang a.act {
    color: #191919;
  }

  nav#sp_nav>ul li.sp_nav_box {
    border-top: solid 1px #ccc;
    padding: 4vw 0 0 15vw;
  }

  nav#sp_nav>ul li.sp_nav_box:last-child {
    border-bottom: solid 1px #ccc;
  }

  nav#sp_nav>ul li p {
    position: relative;
    padding-bottom: 4vw;
  }

  nav#sp_nav>ul li p:before {
    content: "";
    position: absolute;
    top: -4vw;
    bottom: 0;
    left: -11vw;
    margin: auto;
    width: 7.5vw;
    height: 7.5vw;
    background-color: #1eb5cb;
  }

  nav#sp_nav>ul li p.search:before {
    -webkit-mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
  }

  nav#sp_nav>ul li p.rent:before {
    -webkit-mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
  }

  nav#sp_nav>ul li p.entry:before {
    -webkit-mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
  }

  nav#sp_nav>ul li p.about:before {
    -webkit-mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
  }

  nav#sp_nav>ul li p:after {
    content: "";
    position: absolute;
    top: -4vw;
    right: 5vw;
    bottom: 0;
    content: "";
    width: 5vw;
    height: 5vw;
    -webkit-mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
    background-size: 5vw 5vw;
    background-color: #666;
    margin: auto;
  }

  nav#sp_nav .sp_nav_box ul.sp_nav_menu_inner {
    /*display: none;*/
  }

  nav#sp_nav .sp_nav_box ul.sp_nav_menu_inner li {
    border-top: solid 1px #ccc;
    font-size: 3.5vw;
    position: relative;
  }

  nav#sp_nav .sp_nav_box ul.sp_nav_menu_inner li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: 0;
    content: "";
    width: 5vw;
    height: 5vw;
    -webkit-mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
    background-size: 5vw 5vw;
    background-color: #666;
    margin: auto;
  }

  nav#sp_nav .sp_nav_box ul.sp_nav_menu_inner li a {
    padding: 4vw 0;
    display: block;
  }

  nav#sp_nav .btn_entry {
    width: 68vw;
    margin: 6vw 5vw;
  }

  nav#sp_nav .btn_entry a:after {
    top: 3.6vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
    background-size: 5vw 5vw;
  }

  nav#sp_nav .btn_entry a {
    padding: 3vw 3vw;
    display: inline-block;
  }

  nav#sp_nav .login {
    font-size: 3.5vw;
    margin: 6vw 5vw;
    border-radius: 5vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    background-color: rgba(193, 193, 193, 0.5);
    position: relative;
    text-align: center;
    width: 68vw;
  }

  nav#sp_nav .login:before {
    position: absolute;
    left: 7vw;
    top: 2vw;
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(asset/img/top/icon_login.svg) no-repeat;
  }

  nav#sp_nav .login a {
    padding: 3vw;
    display: inline-block;
  }

  nav#sp_nav .copy {
    color: #a3a3a3;
  }

  nav#sp_nav .copy a {
    text-decoration: underline;
    color: #666;
    line-height: 2;
    padding: 0 5vw;
    display: inline-block;
    font-size: 3vw;
  }

  nav#sp_nav .copy span {
    border-top: solid 1px #ccc;
    display: block;
    padding: 3vw 5vw;
    margin-top: 3vw;
    font-size: 2.5vw;
  }

  @media screen and (max-width: 640px) {
    nav#sp_menu_trigger {
      display: block;
      width: 25px;
      height: 21px;
      position: fixed;
      z-index: 401;
      top: 8.5vw;
      right: 5vw;
      transition: all .5s ease;
    }
  }
  /* footer
-------------------------------------------------------------------------------------- */

  footer {
    border-top: solid 1px #cccccc;
  }

  footer .sns {
    position: relative;
    margin: 0 5vw;
  }

  footer .sns ul {
    margin: 2vw auto 1vw;
    width: 14.45vw;
  }

  footer .sns ul:after {
    content: "";
    clear: both;
    display: block;
  }

  footer .sns ul li {
    float: left;
    margin-right: 1vw;
  }

  footer .sns ul li:last-child {
    margin-right: 0;
  }

  footer .sns ul li img {
    width: 4.15vw;
    height: 4.15vw;
  }

  footer #pagetop {
    text-align: center;
    line-height: 1;
    position: fixed;
    right: 5vw;
    bottom: 7vw;
  }

  footer #pagetop img {
    width: 2.5vw;
    height: 2.5vw;
  }

  footer article.bg {
    background-color: #edf4f4;
    padding: 1vw 0;
  }

  footer article.bg .btn-area {
    margin-left: 6vw;
  }

  footer article.bg .btn-area:after {
    content: "";
    clear: both;
    display: block;
  }

  footer article.bg .btn-area .login {
    float: left;
    font-size: 1.0vw;
    margin-left: 2vw;
    margin-top: 1vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    background-color: #0084a8;
  }

  footer article.bg .btn-area .login a:before {
    position: absolute;
    left: 2vw;
    top: 0.9vw;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    -webkit-mask: url(asset/img/top/icon_login.svg) no-repeat center 100% / contain;
    mask: url(asset/img/top/icon_login.svg) no-repeat center 100% / contain;
    background-color: #FFF;
  }

  footer article.bg .btn-area .login a {
    color: #FFF;
    padding: 1vw 2vw 1vw 4vw;
    display: inline-block;
    position: relative;
  }

  footer article.bg .btn-area .footer_entry {
    float: left;
    font-size: 1.0vw;
    margin-left: 2vw;
    margin-top: 1vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    background-color: #00bcb2;
  }

  footer article.bg .btn-area .footer_entry a:before {
    position: absolute;
    left: 1.5vw;
    top: 0.4vw;
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    -webkit-mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / contain;
    mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / contain;
    background-color: #FFF;
  }

  footer article.bg .btn-area .footer_entry a {
    color: #FFF;
    padding: 1vw 2vw 1vw 4.5vw;
    display: inline-block;
    position: relative;
  }

  footer article.bg .btn-area .img {
    float: right;
  }

  footer article.bg .sitemap {
    margin: 3vw 8vw;
  }

  footer article.bg .sitemap:after {
    content: "";
    clear: both;
    display: block;
  }

  footer article.bg .sitemap div {
    float: left;
    border-left: 1px solid #191919;
    padding-left: 1em;
    width: 20vw;
    height: 12vw;
  }

  footer article.bg .sitemap div ul {
    list-style: disc;
    margin: 1em;
  }

  footer article.bg .sitemap div ul li {
    font-size: 1vw;
  }

  footer article.bg .banner-area {
    margin: 0 8vw 2vw;
  }

  footer article.bg .banner-area a {
    width: 20vw;
    display: inline-block;
  }

  footer article.bg .banner-area a img {
    width: 18.3vw;
  }

  footer .copy-area {
    background-color: #0084a8;
    padding: 1vw 5vw 1vw 8vw;
  }

  footer .copy-area:after {
    content: "";
    clear: both;
    display: block;
  }

  footer .copy-area h2 {
    float: left;
    width: 32.2vw;
  }

  footer .copy-area .copy {
    float: right;
    font-size: 0.85vw;
    text-align: right;
    color: #FFF;
    line-height: 2.5;
  }

  footer .copy-area .copy a {
    color: #FFF;
    text-decoration: underline;
    font-size: 1vw;
    margin-left: 1vw;
  }

  @media screen and (max-width: 640px) {
    footer .sns ul {
      margin: 6vw auto 2vw;
      width: 47.5vw;
    }
    footer .sns ul li {
      margin-right: 5vw;
    }
    footer .sns ul li img {
      width: 12.5vw;
      height: 12.5vw;
    }
    footer #pagetop {
      bottom: 4vw;
    }
    footer #pagetop img {
      width: 8vw;
      height: 8vw;
    }
    footer article.bg {
      display: none;
    }
    footer .copy-area {
      display: none;
    }
  }
  /* section.search
-------------------------------------------------------------------------------------- */

  section.search .search_form {
    margin: 0 5vw;
    position: relative;
    width:auto;
  }

  section.search .search_form .shop {
    position: absolute;
    top: 1vw;
    right: 0;
  }

  section.search .search_form .shop a {
    position: relative;
    color: #0084a8;
    padding-right: 2vw;
  }

  section.search .search_form .shop a:after {
    content: "";
    position: absolute;
    top: -0.1vw;
    right: 0;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #0084a8;
    -webkit-mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_left_w.svg) no-repeat center 100% / 100%;
  }
/*
  section.search form div {
    width: 50vw;
    margin: 0 auto;
    position: relative;
  }
  */

  section.search form div input {
    position: relative;
    font-size: 1.2vw;
    padding: 1vw 1vw 1vw 3.5vw;
    border: solid 1px #cccccc;
    width: 50vw;
  }
  section.search .txarea {
    width: 50vw;
    margin: 0 auto;
  }
  section.search .search_form div.txarea:before {
    content: "";
    z-index: 999;
    position: absolute;
    margin-left: 0.8vw;
    margin-top: 0.8vw;
    width: 2vw;
    height: 2vw;
    background-color: #191919;
    -webkit-mask: url(asset/img/common/icon_magnifying.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_magnifying.svg) no-repeat center 100% / 100%;
  }

  section.search article nav {
    margin: 3vw 5vw;
	padding:1vw 0 0;
  }

  section.search article nav:after {
    content: "";
    clear: both;
    display: block;
  }

  section.search article nav div.nav-title {
    float: left;
    width: 16vw;
    height: 7vw;
    background-color: #FFF;
    text-align: center;
    line-height: 7vw;
    color: #1eb6cc;
    font-size: 1.6vw;
  }

  section.search article nav div.nav-title span {
    font-size: 1.2vw;
  }

  section.search article nav li {
    position: relative;
    float: left;
    font-size: 1vw;
    text-align: center;
    width: 7vw;
    height: 7vw;
    margin-left: 1vw;
    background-color: #FFF;
		cursor : pointer;
  }

  section.search article nav li.off {
    opacity: 0.5;
  }

  section.search article nav li p {
    position: absolute;
    bottom: 0.7vw;
    text-align: center;
    width: 7vw;
  }

  section.search article nav li img {
    width: 5vw;
  }

  section.search article nav li:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.search article .map {
    width: 100vw;
    height: 30vw;
  }


  @media screen and (max-width: 640px) {
    section.search .search_form {
      margin: 0;
    }
    section.search .search_form .shop {
      position: relative;
      margin-top: 2vw;
    }
    section.search .search_form .shop a:after {
      top: 0.1vw;
      right: -5vw;
      width: 5vw;
      height: 5vw;
    }
    section.search .search_form div {
      width: 90vw;
    }
    section.search .search_form div input {
      width: 90vw;
      font-size: 5vw;
      padding: 3vw 2vw 3vw 10vw;
    }
    section.search form div:before {
      margin-left: 3vw;
      margin-top: 3vw;
      width: 6vw;
      height: 6vw;
      -webkit-mask-size: contain;
    }
    section.search article nav {
      margin: 10vw 0;
    }
    section.search article nav div.nav-title {
      width: 90vw;
      background-color: #edf4f4;
      font-size: 5.5vw;
    }
    section.search article nav div.nav-title span {
      font-size: 4vw;
    }
    section.search article nav li {
      font-size: 3.75vw;
      text-align: left;
      width: 90vw;
      height: 14vw;
      margin-left: 0;
      padding-left: 3vw;
      margin-top: 4vw;
      line-height: 14vw;
    }
    section.search article nav li p {
      bottom: 0;
      left: 20vw;
      text-align: left;
      width: 25vw;
    }
    section.search article nav li img {
      width: 14vw;
    }
    section.search article nav li:first-child {
      margin-top: 2vw;
    }
    section.search article nav li:last-child {
      display: block;
    }
		section.search article .map {
			margin-left: -5vw;
			height: 100vw;
		}

  }
  /* #top
-------------------------------------------------------------------------------------- */

  #top {}

  #top header.g_header {
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 1vw;
    width: 90%;
    z-index: 500;
    padding: 0;
  }

  #top header.g_header .login {
    background-color: rgba(255, 255, 255, 0.5);
  }

  #top section.main {
    position: relative;
  }

  #top section.main img.sp {
    display: none;
  }

  #top section.main .news {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1% 5%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    line-height: 1.0;
  }

  #top section.main .news h3 {
    position: relative;
    font-size: 1.6vw;
    width: 14vw;
    float: left;
  }

  #top section.main .news h3:after {
    position: absolute;
    right: 0;
    top: -0.2vw;
    content: "";
    width: 2vw;
    height: 2vw;
    background: url("asset/img/common/anc_left_w.svg") no-repeat;
    background-size: 2vw 2vw;
  }

  #top section.main .news dt, #top section.main .news dd {
    float: left;
    padding-left: 1vw;
  }

  #top section.main .news dt {
    line-height: 1.4;
  }

  #top section.main .news dd:after {
    padding-left: 1vw;
    content: "|";
  }

  #top section.main .news dd a {
    color: #FFF;
    line-height: 1.4;
    text-decoration: underline;
  }

  #top section.main .en {
    position: absolute;
    left: 10vw;
    top: 8vw;
    color: #FFF;
/*     font-size: 12vw; */
    font-size: 9vw;
    line-height: 1.0;
  }

  #top nav.local_nav {
    background-color: #1eb6cc;
  }

  #top nav.local_nav li {
    color: #FFF;
  }

  #top nav.local_nav li:before {
    background-color: #FFF;
  }

  #top nav.local_nav li:after {
    content: "";
    position: absolute;
    top: 1.5vw;
    right: -1.0vw;
    width: 1vw;
    height: 1vw;
    background-color: #FFF;
    -webkit-mask: url(asset/img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
  }

  #top nav.next a {
    display: block;
    margin: 2vw auto 3vw auto;
    width: 2vw;
    height: 2vw;
    background-color: #1eb6cc;
    -webkit-mask: url(asset./img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
  }

  #top section.guide h1:before {
    -webkit-mask: url(asset/img/common/icon_guide.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_guide.svg) no-repeat center 100% / 100%;
  }

  #top section.search h1:before {
    -webkit-mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_search.svg) no-repeat center 100% / 100%;
  }

  #top section.car_rental h1:before {
    -webkit-mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
    /*top: -0.5vw;*/
  }

  #top section.guide article {
    margin: 0 5vw 5vw 5vw;
  }
  #top section.guide article div.btn {
    width: 20vw;
    margin-top: 0;
  }
  #top section.guide article div.btn a {
    width: 20vw;
  }

  #top section.guide article div.dl {
    float: left;
    width:20vw;
    margin-left: 2vw;
    background-color: #edf4f4;
  }
  #top section.guide article div.dl img {
    display: block;
    width: 10vw;
    margin: 0 auto;
  }
  #top section.guide article:after {
    content: "";
    clear: both;
    display: block;
  }

  #top section.car_rental article ul {
    margin: 5vw;
  }

  #top section.car_rental article ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #top section.car_rental article ul li {
    float: left;
    width: 17.5vw;
    margin-right: 5vw;
    text-align: center;
    position: relative;
    padding-top: 3.5vw;
  }

  #top section.car_rental article ul li:last-child {
    margin-right: 0;
  }

  #top section.car_rental article ul li:before {
    position: absolute;
    content: "1";
    top: 0;
    left: 0;
    width: 5.6vw;
    height: 5.6vw;
    background-color: #00bcb2;
    color: #FFF;
    font-size: 2.47vw;
    line-height: 5.6vw;
  }

  #top section.car_rental article ul li:nth-child(2):before {
    content: "2";
  }

  #top section.car_rental article ul li:nth-child(3):before {
    content: "3";
  }

  #top section.car_rental article ul li:nth-child(4):before {
    content: "4";
  }

  #top section.car_rental article ul li img {
    width: 15.8vw;
  }

  #top section.car_rental article ul li h3 {
    margin: 1.5vw 0 0.5vw;
  }

  #top section.car_rental article ul li p {
    font-size: 1vw;
  }

  #top section.about h1:before {
    -webkit-mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
    background-color: #60d0ea;
  }

  #top section.about h4 {
    margin-top: 2vw;
    line-height: 2.0;
    text-align: center;
    font-size: 1vw;
  }

  #top section.about .slick-slider img {
    width:22.5vw;
    height:22.5vw;
    object-fit: cover;
  }
  #top section.about .slick-slider .slick-slide {
    outline:none;
    padding:1vw;
    height:auto;
  }
  #top section.about .slick-slider .slick-slide time {
    line-height: 2.0;
  }
  #top section.about .slick-slider .slick-slide h4 {
    text-align: left;
    font-size: 1.1vw;
    margin-top: 0vw;
    line-height: 1.5;
  }
  #top section.about .slick-slider #slick-slide00 h4 {
    margin-top: 0.5vw;
    line-height: 1.5;
  }

  #top section.entry h1:before {
    -webkit-mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/icon_entry.svg) no-repeat center 100% / 100%;
    background-color: #60d0ea;
  }

  #top section.entry h4 {
    margin-top: 2vw;
    line-height: 2.0;
    text-align: center;
  }

  #top section.entry article.bg {
    background-color: #f2f2ed;
    text-align: center;
    padding-bottom: 6vw;
    position: relative;
  }

  #top section.entry article.bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(../img/top/about_head.png);
    width: 3vw;
    height: 3vw;
    margin: auto;
    background-size: 3vw;
    background-repeat: no-repeat;
  }

  #top section.entry article>div {
    margin: 0 5vw;
  }

  #top section.entry article .entry_tit {
    border-bottom: double #60d0ea;
  }

  #top section.entry article h2 {
    font-size: 2.5vw;
    color: #60d0ea;
    display: inline-block;
    background-color: #f2f2ed;
    padding: 0 1vw;
    margin-bottom: -2.5vw;
  }

  #top section.entry article h2 span {
    font-size: 3.2vw;
  }

  #top section.entry article ul {
    padding: 3vw 0;
    border-bottom: 1px solid #60d0ea;
    margin-bottom: 3vw;
  }

  #top section.entry article ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #top section.entry article ul li {
    float: left;
    width: 26.2vw;
    margin-right: 5vw;
  }

  #top section.entry article ul li:last-child {
    margin-right: 0;
  }

  #top section.entry article ul li img {
    width: 8.3vw;
    margin: 1.5vw 0;
  }

  #top section.entry article ul li h2 {
    margin-bottom: 0;
  }

  #top section.entry article ul li p {
    font-size: 1vw;
  }

  #top section.entry article .btn_entry {
    margin-top: 1vw;
  }

  @media screen and (max-width: 640px) {
    #top header.g_header {
      top: 5vw;
    }
    #top section.main img.pc {
      display: none;
    }
    #top section.main img.sp {
      display: inline;
    }
    #top section.main .news {
      display: none;
    }
    #top section.main .en {
      top: 22vw;
      font-size: 24vw;
    }
    #top nav.next a {
      margin: 10vw auto 11vw auto;
      width: 8vw;
      height: 8vw;
    }
    #top section.car_rental article ul {
      margin: 5vw 0;
    }
    #top section.car_rental article ul li {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 8vw;
    }
    #top section.car_rental article ul li:last-child {
      margin-bottom: 3vw;
    }
    #top section.car_rental article ul li:before {
      left: 15vw;
      width: 12.6vw;
      height: 12.6vw;
      font-size: 8.5vw;
      line-height: 12.6vw;
    }
    #top section.car_rental article ul li img {
      width: 52vw;
    }
    #top section.car_rental article ul li h3 {
      margin: 3.5vw 0 1.5vw;
    }
    #top section.car_rental article ul li p {
      font-size: 3.5vw;
    }
    #top section.about h4 {
      font-size: 3.5vw;
      margin: 2vw 5vw 0;
    }
    #top section.entry h4 {
      margin: 5vw;
    }
    #top section.entry article.bg {
      padding-bottom: 15vw;
    }
    #top section.entry article.bg:before {
      width: 8vw;
      height: 8vw;
      background-size: 8vw;
    }
    #top section.entry article>div {
      margin: 0;
    }
    #top section.entry article h2 {
      font-size: 7.5vw;
      padding: 0 2vw;
      margin-bottom: -7.5vw;
    }
    #top section.entry article h2 span {
      font-size: 10vw;
    }
    #top section.entry article ul li {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 8vw;
    }
    #top section.entry article ul li img {
      width: 25vw;
      margin: 3.5vw 0;
    }
    #top section.entry article ul li p {
      font-size: 3.5vw;
    }
    #top section.entry article .btn_entry {
      margin-top: 6vw;
    }
  }
  /* body#search
-------------------------------------------------------------------------------------- */

  body#store {}

  body#store h1.title {
    margin: 4vw auto 3vw;
  }

  body#store section.search article nav {
    margin: 0 5vw;
  }

  body#store section.search div.map {
    width: 100vw;
    height: 50vw;
  }

  @media screen and (max-width: 640px) {
    body#store h1.title {
      margin: 11vw auto 10vw;
    }
    body#store section.search .search_form {
      padding: 0 5vw;
    }
    body#store section.search article nav {
      margin: 5vw 0;
    }
		body#store section.search div.map {
			height: 100vw;
		}
  }
  /* section.shop_list
-------------------------------------------------------------------------------------- */

  section.shop_list article.bg {
    background-color: #FFF;
  }

  section.shop_list article ul {
    margin: 0 5vw;
    counter-reset: number 0;
  }

  section.shop_list article ul:after {
    content: "";
    clear: both;
    display: block;
  }

  section.shop_list article ul li {
    float: left;
    width: 26.2vw;
    margin-right: 5vw;
    margin-bottom: 3vw;
  }

  /*section.shop_list article ul li:nth-child(3n) {*/
  section.shop_list article ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  section.shop_list article ul li h2 {
    font-size: 1.28vw;
    position: relative;
    /*padding-left: 3vw;*/
    height: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /*section.shop_list article ul li h2:before {
    position: absolute;
    width: 2.2vw;
    height: 2.7vw;
    background: url(asset/img/search/icon_search_mark.svg) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    counter-increment: number 1;
    content: counter(number) " ";
    text-align: center;
    color: #FFF;
    line-height: 2.5vw;
  }*/

  section.shop_list article ul li h3 {
    font-size: 1vw;
    text-align: left;
    border-top: solid 1px #cccccc;
    margin-top: 1vw;
    padding-top: 1vw;
  }

  section.shop_list article ul li p span {
    font-size: 0.85vw;
    margin-right: 0.9vw;
    display: inline-block;
  }

  section.shop_list article ul li p span.model_off {
    color: #999;
    text-decoration: line-through;
  }

  section.shop_list article ul li .icon {
    margin-top: 1vw;
  }

  section.shop_list article ul li .icon img {
    width: 3.4vw;
    height: 3.4vw;
    margin-right: 0.5vw;
  }

  body#store section.shop_list ul.sarvice {
    margin: 0;
  }

  body#store section.shop_list ul.sarvice p {
    display: none;
  }

  body#store section.shop_list ul.sarvice li {
    margin: 0;
    width: 5vw;
    height: 5vw;
  }

  body#store .morelink {
	  text-align:center;
  }

  body#store .morelink span {
	  display:inline-block;
	  font-size: 1.0vw;
	  border-radius: 2vw;
	  -webkit-border-radius: 2vw;
	  -moz-border-radius: 2vw;
	  background-color: #0084a8;
	  color:#FFF;
	  padding:1vw 4vw;
	  cursor:pointer;
  }
  
  body#store .morelink span:hover {
	  opacity: 0.7;
  }

  @media screen and (max-width: 640px) {
    body#store section.shop_list ul.sarvice li {
      width: 16vw;
      height: 16vw;
    }
    section.shop_list article ul {
      margin: 0;
    }
    section.shop_list article ul li {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 8vw;
    }
    section.shop_list article ul li h2 {
      font-size: 4.5vw;
      /*padding-left: 12vw;*/
      height: 11vw;
    }
    /*section.shop_list article ul li h2:before {
      width: 8vw;
      height: 10vw;
      font-size: 4vw;
      line-height: 8vw;
    }*/
    section.shop_list article ul li h3 {
      font-size: 3.5vw;
      margin-top: 4vw;
      padding-top: 4vw;
    }
    section.shop_list article ul li p span {
      font-size: 3vw;
    }
    section.shop_list article ul li .icon {
      margin-top: 4vw;
    }
    section.shop_list article ul li .icon img {
      width: 12vw;
      height: 12vw;
      margin-right: 2vw;
    }
  }
  /* body#store
-------------------------------------------------------------------------------------- */

  body#store {}

  body#store section.shop_detail {
    border-bottom: solid 1px #cccccc;
  }

  body#store section.shop_detail article.bg {
    background-color: #FFF;
  }

  body#store section.shop_detail article>div {
    margin: 0 5vw;
  }

  body#store section.shop_detail article>div:after {
    content: "";
    clear: both;
    display: block;
  }

  body#store section.shop_detail article>div .shop_detail_map {
    float: left;
    width: 55.0vw;
    height: 55.0vw;
  }
  body#store section.shop_detail article>div .shop_detail_map iframe {
	  width:100%;
	  height:100%;
  }

  body#store section.shop_detail article>div .shop_detail_box {
    float: right;
    width: 28.6vw;
  }

  body#store section.shop_detail article>div .shop_detail_box h1 {
    font-size: 2.17vw;
    text-align: left;
    margin-bottom: 2vw;
    font-family: gidole, "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr {
    border-top: solid 1px #cccccc;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr:last-child {
    border-bottom: solid 1px #cccccc;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr>* {
    padding: 1vw 2vw 1vw 0;
    height: 3vw;
    vertical-align: text-top;
    font-size: 1vw;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr th {
    width: 7vw;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td {
    padding-right: 0;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td span {
    font-size: 0.85vw;
    margin-top: 0.5vw;
    margin-right: 0.9vw;
    display: inline-block;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td span.model_off {
    color: #999;
    text-decoration: line-through;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td span.icon {
    text-align: center;
    margin-top: 1vw;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td span.icon img {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 0.5vw;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td a {
    color: #0084a8;
  }

  body#store section.shop_detail article>div .shop_detail_box table tr td.call a:hover {
    opacity: 1;
  }

  body#store section.shop_detail article div.btn_reserve {
    background-color: #00aba7;
    width: 30vw;
    margin: 5vw auto 1vw auto;
    text-align: center;
    font-size: 1.44vw;
  }

  body#store section.shop_detail article div.btn_reserve a {
    color: #FFF;
    width: 30vw;
    padding: 1vw 2vw;
    display: inline-block;
  }

  body#store ul.sarvice {}

  body#store ul.sarvice li.off {
    opacity: 0.3;
  }

  body#store ul.sarvice li {
    margin-top: 1vw;
    float: left;
    line-height: 1.2;
    width: 7.0vw;
    height: 7.5vw;
    text-align: center;
    position: relative;
    background-image: url("asset/img/search/service1.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center top;
  }

  body#store ul.sarvice li:nth-of-type(2) {
    background-image: url("asset/img/search/service2.png");
  }

  body#store ul.sarvice li:nth-of-type(3) {
    background-image: url("asset/img/search/service3.png");
  }

  body#store ul.sarvice li:nth-of-type(4) {
    background-image: url("asset/img/search/service4.png");
  }

  body#store ul.sarvice li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.9vw;
  }

  body#store ul.sarvice:after {
    content: "";
    clear: both;
    display: block;
  }

  body#store td[colspan] {
    padding-right: 0 !important;
  }

  @media screen and (max-width: 640px) {
    body#store section.shop_detail article.bg {
      padding: 0;
    }
    body#store section.shop_detail article>div {
      margin: 0;
    }
    body#store section.shop_detail article>div .shop_detail_map {
      width: 100vw;
      margin-right: 0;
      height: 130vw;
    }
    body#store section.shop_detail article>div .shop_detail_box {
      width: 90vw;
      margin: 0 5vw;
    }
    body#store section.shop_detail article>div .shop_detail_box h1 {
      font-size: 6.5vw;
      margin-bottom: 5vw;
      margin-top: 8vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr {
      border-top: none;
      margin-bottom: 5vw;
      display: block;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr:last-child {
      border-bottom: none;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr>* {
      padding: 0;
      font-size: 3.5vw;
      display: block;
      height: auto;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr th {
      width: 90vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr td {
      margin-top: 2vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr td span {
      font-size: 3vw;
      margin-top: 2vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr td span.icon {
      margin: 3vw 4vw 2vw 0;
      font-size: 4vw;
      width: 28vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr td span.icon img {
      width: 16vw;
      height: 16vw;
    }
    body#store section.shop_detail article>div .shop_detail_box table tr td.call a:hover {
      opacity: 0.7;
    }
    body#store section.shop_detail article div.btn_reserve {
      width: 90vw;
      margin: 5vw auto 21vw auto;
      font-size: 4.5vw;
    }
    body#store section.shop_detail article div.btn_reserve a {
      width: 90vw;
      padding: 3vw 5vw;
    }
    body#store ul.sarvice li {
      margin-top: 2vw;
      width: 20.0vw;
      height: 25.0vw;
    }
  }
  /*body#storelist
-------------------------------------------------------------------------------------- */

  body#storelist {}

  body#storelist section.shop_all_list article.bg {
    background-color: #FFF;
  }

  body#storelist section.shop_all_list article h1 {
    font-size: 2.17vw;
    margin-bottom: 2vw;
    font-family: gidole, "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  }

  body#storelist section.shop_all_list article h2 {
    text-align: center;
    margin-bottom: 4vw;
  }

  body#storelist section.shop_all_list article h2 a {
    color: #0084a8;
  }

  body#storelist section.shop_all_list article .box {
    margin: 0 5vw;
  }

  body#storelist section.shop_all_list article .box:after {
    content: "";
    clear: both;
    display: block;
  }

  body#storelist section.shop_all_list article .box>div {
    float: left;
    width: 26.2vw;
    margin-right: 5vw;
    margin-bottom: 1vw;
  }

  body#storelist section.shop_all_list article .box>div:last-child {
    margin-right: 0;
  }

  body#storelist section.shop_all_list article .box>div h3.list_btn {
    text-align: left;
    position: relative;
    font-size: 1.28vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
    border-top: solid 1px #cccccc;
  }

  body#storelist section.shop_all_list article .box>div h3.list_btn:after {
    content: "";
    position: absolute;
    top: 1vw;
    right: 0.5vw;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #0084a8;
    -webkit-mask: url(asset/img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
    mask: url(asset./img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
  }

  body#storelist section.shop_all_list article .box>div h3.list_btn.act:after {
    background-color: #0084a8;
    -webkit-mask: url(asset/img/common/anc_up_x1.svg) no-repeat center 100% / 100%;
    mask: url(asset/img/common/anc_up_x1.svg) no-repeat center 100% / 100%;
    margin: auto;
  }

  body#storelist section.shop_all_list article .box>div ul.inner {
    display: none;
  }

  body#storelist section.shop_all_list article .box>div ul.inner li {
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0.5vw;
    padding-left: 3vw;
    font-size: 1vw;
  }

  @media screen and (max-width: 640px) {
    body#storelist section.shop_all_list article.bg {
      padding: 0;
    }
    body#storelist section.shop_all_list article h1 {
      font-size: 6.5vw;
      margin-bottom: 5vw;
      margin-top: 8vw;
    }
    body#storelist section.shop_all_list article .box>div {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 4vw;
    }
    body#storelist section.shop_all_list article .box>div h3.list_btn {
      font-size: 4.5vw;
      padding-bottom: 4vw;
      padding-top: 4vw;
    }
    body#storelist section.shop_all_list article .box>div h3.list_btn:after {
      top: 4vw;
      right: 2vw;
      width: 6vw;
      height: 6vw;
    }
    body#storelist section.shop_all_list article .box>div ul.inner li {
      padding-top: 1vw;
      padding-left: 6vw;
      font-size: 4vw;
    }
  }
  /* body#rent
  -------------------------------------------------------------------------------------- */

  body#rent section h1.title {
    text-align: left;
    margin: 4vw 5vw 3vw;
  }

  body#rent section p {
    margin: 0 5vw;
  }

  body#rent section p span {
    color: #ee1d00;
  }

  body#rent section article.bg {
    background-color: #FFF;
    padding: 0;
  }

  body#rent section>article.bg:last-child {
    margin-bottom: 6vw
  }

  body#rent section article.bg>* {
    margin: 0 5vw;
  }

  body#rent section article.bg h2 {
    font-size: 2.17vw;
    color: #1eb6cc;
    margin-bottom: 1vw;
  }

  body#rent section article.bg h3 {
    text-align: left;
    border-bottom: solid 1px #1eb6cc;
    margin: 1vw 5vw;
  }

  body#rent section article.bg h4 {
    text-align: left;
  }

  body#rent section>article.bg:last-child>h4:last-child {
    margin-top: 3vw
  }

  body#rent section article.bg h4 span {
    font-size: 1.6vw;
    background-color: #00aaa6;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    display: inline;
    line-height: 1.5;
    margin-top: 1vw;
  }

  body#rent section article.bg ul.list_number {
    padding-left: 1vw;
    list-style-type: decimal;
    margin: 1.5vw 5vw;
  }

  body#rent section article.bg .img {
    margin: 2vw 5vw 4vw;
    padding-left: 5.5vw;
  }

  body#rent section article.bg .img img {
    width: auto;
  }

  body#rent section article.bg ul.list_circle {
    margin: 1.5vw 5vw 1vw;
  }

  body#rent section article.bg ul.list_circle li {
    position: relative;
    padding-left: 1.5vw;
  }

  body#rent section article.bg ul.list_circle li:before {
    position: absolute;
    content: "";
    background-color: #00aaa6;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    top: 0.3vw;
    left: 0;
   /* bottom: 0;*/
    margin: auto;
  }

  body#rent section article.bg ul li span {
    font-weight: bold;
  }

  body#rent section article.bg ul.list_circle_sub {
    margin: -0.5vw 5vw 1vw;
  }

  body#rent section article.bg ul.list_circle_sub li {
    position: relative;
    padding-left: 3vw;
  }

  body#rent section article.bg ul.list_circle_sub li:before {
    position: absolute;
    content: "";
    background-color: #bdedf2;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    top: 0.3vw;
    left: 1.5vw;
    margin: auto;
  }

  body#rent section.use article.bg {
    margin-bottom: 4vw;
  }

  body#rent section.use article.bg .box {
    margin: 0 5vw;
    counter-reset: number 1;
  }

  body#rent section.use article.bg .box:after {
    content: "";
    clear: both;
    display: block;
  }

  body#rent section.use article.bg .box>div {
    float: left;
    width: 28.2vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    background-color: #f2f2ed;
    padding: 2vw 0;
  }

  body#rent section.use article.bg .box>div:last-child {
    margin-right: 0;
  }

  body#rent section.use article.bg .box>div h3 {
    border-bottom: none;
    color: #1eb6cc;
    margin: 0 0 1vw;
    position: relative;
    text-align: center;
  }

  body#rent section.use article.bg .box>div h3:before {
    position: absolute;
    width: 4.8vw;
    height: 4.8vw;
    top: -2vw;
    left: 0;
    margin: auto;
    counter-increment: number 1;
    content: counter(number) " ";
    text-align: center;
    color: #FFF;
    background-color: #1eb6cc;
    font-size: 2.47vw;
    line-height: 4.8vw;
  }

  body#rent section.use article.bg .box>div h3 span {
    text-align: left;
    display: inline-block;
  }

  body#rent section.use article.bg .box>div p {
    margin: 0 2vw;
  }

  body#rent section.use article.bg .box>div.img_box {
    width: 88.6vw;
    margin: 0 auto 2vw;
  }

  body#rent section.use article.bg .box>div.img_box:after {
    content: "";
    clear: both;
    display: block;
  }

  body#rent section.use article.bg .box>div.img_box .text_block {
    float: left;
    width: 60vw;
  }

  body#rent section.use article.bg .box>div.img_box .img {
    float: left;
    padding: 2vw 0 0;
    margin: 0;
    width: 28.6vw;
    text-align: center;
  }

  body#rent section.use article.bg .box>div.img_box h3 {
    margin: 0 0 2.5vw;
    text-align: left;
    padding-left: 8vw;
  }

  body#rent section.use article.bg .box>div.img_box h3:before {
    content: "1";
  }

  body#rent section.childseat article.bg ul {
    margin: 3vw 5vw;
  }

  body#rent section.childseat article.bg ul:after {
    content: "";
    clear: both;
    display: block;
  }

  body#rent section.childseat article.bg ul li {
    float: left;
    width: 28.2vw;
    margin-right: 2vw;
    text-align: center;
    background-color: #edf4f4;
    padding: 2vw 0 1vw;
  }

  body#rent section.childseat article.bg ul li:last-child {
    margin-right: 0;
  }

  body#rent section.childseat article.bg ul li h3 {
    text-align: center;
    border-bottom: none;
  }

  body#rent section.childseat article.bg ul li .img {
    padding-left: 0;
    margin: 1vw 0 0;
  }

  body#rent section.faq article.bg ul.list_circle li a {
    color: #0084a8;
    font-size: 1.6vw;
  }

  body#rent section.faq article.bg>div {
    border-bottom: solid 1px #cccccc;
  }

  body#rent section.faq article.bg>div:last-child {
    border-bottom: none;
  }

  body#rent section.faq article.bg h3.opener {
    border-bottom: none;
    position: relative;
    margin: 1vw 0;
    text-indent: -1.25em;
    padding-left: 1.25em;
    padding-right: 3vw;
  }

  body#rent section.faq article.bg h3.opener:after {
    content: "";
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #0084a8;
    -webkit-mask: url(../img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
    mask: url(../img/common/anc_down_x1.svg) no-repeat center 100% / 100%;
  }

  body#rent section.faq article.bg h3.opener.act:after {
    background-color: #0084a8;
    -webkit-mask: url(../img/common/anc_up_x1.svg) no-repeat center 100% / 100%;
    mask: url(../img/common/anc_up_x1.svg) no-repeat center 100% / 100%;
    margin: auto;
  }

  body#rent section.faq article.bg h3.opener span {
    font-size: 1.75vw;
    margin-right: 0.5vw;
  }

  body#rent section.faq article.bg div.hidden {
    text-indent: -1.5em;
    padding-left: 1.5em;
    display: none;
    margin: 0;
    padding-bottom: 1vw;
  }

  body#rent section.faq article.bg div.hidden span {
    color: #191919;
    font-size: 1.6vw;
    margin-right: 0.5vw;
  }

  body#rent section.faq article.bg div.hidden ul {
    list-style: disc;
    margin: 1vw 1em 0;
    text-indent: 0;
  }

  body#rent section.faq article.bg div.hidden ul.list_number {
    list-style-type: decimal;
    padding-left: 0;
  }

  body#rent section.about_index article.bg>* {
    margin: 0 auto;
    width: 66vw;
    text-align: center;
  }

  body#rent section.about_index h1 {
    margin-top: 4vw;
  }

  body#rent section.about_index h1:before {
    content: "";
    position: absolute;
    margin-left: -5vw;
    width: 4vw;
    height: 4vw;
    background-color: #30c6d1;
    -webkit-mask: url(../img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
    mask: url(../img/common/icon_car_rental.svg) no-repeat center 100% / 100%;
  }

  body#rent section.about_index article.bg h3 {
    margin: 3vw auto 2vw;
    border-bottom: none;
  }

  body#rent section.about_index article.bg .img_box {
    margin-top: 2vw;
  }

  body#rent section.about_index article.bg .img_box img {
    height: auto;
  }

  @media screen and (max-width: 640px) {
    body#rent section article.bg {
      padding: 5vw 0;
    }
    body#rent section>article.bg:last-child {
      margin-bottom: 12vw;
    }
    body#rent section article.bg h2 {
      font-size: 6.5vw;
      margin-bottom: 3vw;
    }
    body#rent section article.bg h3 {
      margin: 3vw 5vw;
    }
    body#rent section>article.bg:last-child>h4:last-child {
      margin-top: 6vw
    }
    body#rent section article.bg h4 span {
      font-size: 5.5vw;
    }
    body#rent section article.bg ul.list_number {
      padding-left: 5vw;
      margin: 3vw 5vw;
    }
    body#rent section article.bg ul.list_number li {
      margin-top: 3vw;
    }
    body#rent section article.bg .img {
      margin: 4vw 5vw 8vw;
      padding-left: 0;
    }
    body#rent section article.bg .img img {
      width: 100%;
      height: auto;
    }
    body#rent section article.bg ul.list_circle {
      margin: 3vw 5vw 2vw;
    }
    body#rent section article.bg ul.list_circle li {
      padding-left: 5vw;
      margin-top: 3vw;
    }
    body#rent section article.bg ul.list_circle li:before {
      width: 4vw;
      height: 4vw;
      top: 1vw;
      bottom: auto;
    }
    body#rent section article.bg ul.list_circle_sub {
      margin: 0 5vw 2vw;
    }
    body#rent section article.bg ul.list_circle_sub li {
      padding-left: 10vw;
      font-size: 3.5vw;
      margin-top: 3vw;
    }
    body#rent section article.bg ul.list_circle_sub li:before {
      width: 4vw;
      height: 4vw;
      top: 1vw;
      left: 5vw;
    }
    body#rent section.use article.bg .box>div {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 8vw;
      padding: 4vw 0;
    }
    body#rent section.use article.bg .box>div:last-child {
      margin-bottom: 0;
    }
    body#rent section.use article.bg .box>div h3 {
      margin: 0 0 2vw;
    }
    body#rent section.use article.bg .box>div h3:before {
      top: -4vw;
      width: 12.6vw;
      height: 12.6vw;
      font-size: 8.5vw;
      line-height: 12.6vw;
    }
    body#rent section.use article.bg .box>div p {
      margin: 0 4vw;
    }
    body#rent section.use article.bg .box>div.img_box {
      width: 90vw;
      margin: 0 auto 8vw;
    }
    body#rent section.use article.bg .box>div.img_box .text_block {
      width: 90vw;
    }
    body#rent section.use article.bg .box>div.img_box .img {
      width: 90vw;
    }
    body#rent section.use article.bg .box>div.img_box h3 {
      margin: 0 0 4vw;
      text-align: center;
      padding-left: 0;
      padding-top: 2vw;
    }
    body#rent section.childseat article.bg ul {
      margin-top: 8vw;
    }
    body#rent section.childseat article.bg ul li {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 8vw;
    }
    body#rent section.faq article.bg ul.list_circle li a {
      font-size: 5.5vw;
    }
    body#rent section.faq article.bg h3.opener {
      margin: 4vw 0;
      padding-right: 8vw;
    }
    body#rent section.faq article.bg h3.opener:after {
      width: 6vw;
      height: 6vw;
    }
    body#rent section.faq article.bg h3.opener span {
      font-size: 6vw;
      margin-right: 2vw;
    }
    body#rent section.faq article.bg div.hidden {
      padding-bottom: 4vw;
    }
    body#rent section.faq article.bg div.hidden span {
      font-size: 5.5vw;
      margin-right: 2vw;
    }
    body#rent section.about_index article.bg {
      margin-top: 10vw;
    }
    body#rent section.about_index article.bg>* {
      width: 90vw;
    }
    body#rent section.about_index h1:before {
      margin-left: 0;
      width: 8vw;
      height: 8vw;
      left: 0;
      right: 0;
      margin: auto;
      top: -11vw;
    }
    body#rent section.about_index article.bg h3 {
      margin: 6vw auto 4vw;
    }
    body#rent section.about_index article.bg .img_box {
      margin-top: 4vw;
    }
    body#rent section.about_index article.bg .img_box:first-child {
      margin-top: 6vw;
    }
  }
  /* body#policy
  -------------------------------------------------------------------------------------- */

  body#policy section h1.title {
    text-align: left;
    margin: 4vw 5vw 3vw;
  }

  body#policy section p {
    margin: 0 5vw;
  }

  body#policy section article.bg {
    background-color: #FFF;
    padding: 0;
  }

  body#policy section article.bg:last-child {
    margin-bottom: 6vw;
  }

  body#policy section article.bg>* {
    margin: 0 5vw;
  }

  body#policy section article.bg h2 {
    font-size: 2.17vw;
    color: #1eb6cc;
    margin-bottom: 1vw;
  }

  @media screen and (max-width: 640px) {
    body#policy section article.bg:last-child {
      margin-bottom: 12vw;
    }
    body#policy section article.bg h2 {
      font-size: 6.5vw;
      margin-bottom: 3vw;
    }
  }

  /* body#merit
  -------------------------------------------------------------------------------------- */
  body#merit section h1.title {
  	text-align: left;
  	margin: 4vw auto 3vw;
  	width: 66vw;
  }
  body#merit section p {
  	margin: 0 auto;
  	width: 66vw;
  }
  body#merit section article.bg {
  	background-color: #FFF;
  	padding: 0;
  }
  body#merit section article.bg:last-child {
  	margin-bottom: 6vw;
  }
  body#merit section article.bg > * {
  	margin: 0 auto;
  	width: 66vw;
  }
  body#merit section article.bg h2 {
  	font-size: 2.17vw;
  	color: #1eb6cc;
  	margin-bottom: 1vw;
  }
  body#merit section article.bg ul {
  	counter-reset: number 0;
  }
  body#merit section article.bg ul li {
  	position: relative;
  	padding: 1.5vw 2vw 1.5vw 5.5vw;
  	font-size: 1.6vw;
  }
  body#merit section article.bg ul li:nth-child(odd) {
  	background-color: #f2f2ed;
  }
  body#merit section article.bg ul li:nth-child(even) {
  	background-color: #edf4f4;
  }
  body#merit section article.bg ul li:before {
  	position: absolute;
  	top: 0.5vw;
  	left: 1.5vw;
  	margin: auto;
  	counter-increment: number 1;
  	content: counter(number) " ";
  	text-align: center;
  	color: #60d0ea;
  	font-size: 3.2vw;
  	text-align: center;
  	width: 3vw;
  }
  body#merit section article.bg.condition > div {
  	border: solid 1px #60d0ea;
  	text-align: center;
  	padding: 2vw 0;
  }
  body#merit section article.bg.condition h2 {
  	text-align: center;
  }
  body#merit section article.bg.condition ul {
  	display: inline-block;
  }
  body#merit section article.bg.condition ul li {
  	position: relative;
  	padding: 0 0 0 1.5vw;
  	background-color: #FFF;
  	text-align: left;
  	font-size: 1.2vw;
  }
  body#merit section article.bg.condition ul li:before {
  	position: absolute;
  	content: "";
  	background-color: #00aaa6;
  	width: 1vw;
  	height: 1vw;
  	border-radius: 50%;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	margin: auto;
  }
  body#merit section article.bg.condition .call {
  	border: solid 1px #00aaa6;
  	width: 38.5vw;
  	margin: 1.5vw auto;
  	text-align: center;
  }
  body#merit section article.bg.condition .call h4 {
  	color: #FFF;
  	background-color: #00aaa6;
  	margin-top: 0;
  	font-size: 1.5vw;
  	padding: 0.5vw 0;
  }
  body#merit section article.bg.condition .call span {
  	display: inline-block;
  	padding: 0.5vw 0;
  }
  body#merit section article.bg.condition .call span a {
  	color: #0084a8;
  	margin-left: 1vw;
  	font-size: 1.5vw;
  }
  body#merit section article.bg.condition .call span a:hover {
  	opacity: 1;
  }
  body#merit section article.bg.member {
  	text-align: center;
  }
  body#merit section article.bg.member h3 {
  	border-bottom: solid 1px #1eb6cc;
  	margin: 1vw 0;
  }
  body#merit section article.bg.member table {
  	width: 47.5vw;
  	margin: 1.5vw auto;
  }
  body#merit section article.bg.member table th, body#merit section article.bg.member table td {
  	border: solid 1px #ccc;
  	padding: 1vw;
  	text-align: center;
  }
  body#merit section article.bg.member table .tar {
  	text-align: right;
  }
  body#merit section article.bg.member .bg_y {
  	background-color:  #fbeeac;
  }
  body#merit section article.bg.member .bg_b {
  	background-color:  #c0e6f1;
  }
  body#merit section article.bg.member .example {
  	text-align: left;
  	width: 47.5vw;
  	margin: 1.5vw auto;
  }
  body#merit section article.bg.member .example span {
  	padding: 0.5vw;
  	margin: 0 0.5vw;
  }

  @media screen and (max-width: 640px) {
  	body#merit section h1.title {
  		margin: 4vw 5vw 3vw;
  		width: 90vw;
  	}
  	body#merit section p {
  		margin: 0 5vw;
  		width: 90vw;
  	}
  	body#merit section article.bg {
  		padding: 5vw 0;
  	}
  	body#merit section article.bg:last-child {
  		margin-bottom:12vw;
  	}
  	body#merit section article.bg > * {
  		margin: 0 5vw;
  		width: 90vw;
  	}
  	body#merit section article.bg h2 {
  		font-size: 6.5vw;
  		margin-bottom: 3vw;
  	}
  	body#merit section article.bg ul li {
  		padding: 4vw 3vw 4vw 13vw;
  		font-size: 5.5vw;
  	}
  	body#merit section article.bg ul li:before {
  		top: 1.5vw;
  		font-size: 10vw;
  		width: 10vw;
  	}
  	body#merit section article.bg.condition > div {
  		padding: 4vw 0;
  	}
  	body#merit section article.bg.condition ul {
  		margin: 0 5vw;
  	}
  	body#merit section article.bg.condition ul li {
  		padding: 0 0 0 5vw;
  		font-size: 4vw;
  	}
  	body#merit section article.bg.condition ul li:before {
  		width: 4vw;
  		height: 4vw;
  		top: 1vw;
  		bottom: auto;
  	}
  	body#merit section article.bg.condition .call {
  		width: 80vw;
  		margin: 3vw auto;
  	}
  	body#merit section article.bg.condition .call h4 {
  		font-size: 5vw;
  		padding: 2vw 0;
  	}
  	body#merit section article.bg.condition .call span {
  		padding: 2vw 0;
  	}
  	body#merit section article.bg.condition .call span a {
  		font-size: 5vw;
  	}
  	body#merit section article.bg.condition > div p {
  		width: 80vw;
  		text-align: left;
  	}
  	body#merit section article.bg.member h3 {
  		margin: 4vw 0;
  	}
  	body#merit section article.bg.member table {
  		width: 90vw;
  		margin: 3vw auto;
  	}
  	body#merit section article.bg.member table th, body#merit section article.bg.member table td {
  		padding: 2vw;
  	}
  	body#merit section article.bg.member .example {
  		width: 90vw;
  		margin: 5vw auto;
  	}
  	body#merit section article.bg.member .example span {
  		padding: 1vw;
  		margin: 0 1vw;
  	}
  	body#merit section article.bg.member p {
  		width: 90vw;
      margin: 0;
  		text-align: left;
  	}
  }
  /* body#outline
  -------------------------------------------------------------------------------------- */
  body#outline {
  }
  body#outline section h1.title {
  	text-align: left;
  	margin: 4vw auto 3vw;
  	width: 66vw;
  }
  body#outline section article.bg {
  	background-color: #FFF;
  	padding: 0;
  }
  body#outline section article.bg > * {
  	margin: 0 auto;
  	width: 66vw;
  }
  body#outline section article.bg h2 {
  	font-size: 2.17vw;
  	color: #1eb6cc;
  	margin-bottom: 1vw;
  }
  body#outline section article.bg table {
  	width: 66vw;
  }
  body#outline section article.bg table tr {
  	border-top: solid 1px #cccccc;
  }
  body#outline section article.bg table tr:last-child {
  	border-bottom: solid 1px #cccccc;
  }
  body#outline section article.bg table tr > * {
  	padding: 1vw 2vw 1vw 0;
  	height: 3vw;
  	vertical-align: text-top;
  	font-size: 1vw;
  }
  body#outline section.greetings article.bg {
  	margin-bottom: 6vw;
  }
  body#outline section.greetings article.bg > div:after {
  	content: "";
  	clear: both;
  	display: block;
  }
  /*body#outline section.greetings article.bg .text_block {
  	float: left;
  	width: 45vw;
  }*/
  body#outline section.greetings article.bg .img {
  	float: right;
  	width: 14.5vw;
  	line-height: 2.5;
  }
  body#outline section.greetings article.bg p {
  	font-size: 1.45vw;
  }
  body#outline section.business article.bg {
  	background-color: #edf4f4;
  	counter-reset: number 0;
  	padding: 3vw 0;
  }
  body#outline section.business article.bg > div:after {
  	content: "";
  	clear: both;
  	display: block;
  }
  body#outline section.business article.bg ul {
  	float: left;
  	width: 33vw;
  	font-size: 1vw;
  }
  body#outline section.business article.bg ul li {
  	position: relative;
  	padding: 1vw 0 1vw 3vw;
  }
  body#outline section.business article.bg ul li:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	margin: auto;
  	counter-increment: number 1;
  	content: counter(number) " ";
  	text-align: center;
  	color: #60d0ea;
  	font-size: 2.17vw;
  	text-align: center;
  	width: 2.17vw;
  }
  body#outline section.organization article.bg {
  	margin-bottom: 6vw;
  }
  body#outline section.organization article.bg p {
  	font-size: 1vw;
  	margin-top: 1vw;
  }
  body#outline section.location {
  	margin-bottom: 6vw;
  }
  body#outline section.location p {
  	font-size: 1vw;
  }
  body#outline section.location article.bg table {
  	margin: 3vw auto 1vw;
  }

  @media screen and (max-width: 640px) {
  	body#outline section h1.title {
  		margin: 4vw 5vw 3vw;
  		width: 90vw;
  	}
  	body#outline section article.bg > * {
  		margin: 0 5vw;
  		width: 90vw;
  	}
  	body#outline section.greetings article.bg {
  		margin-bottom: 12vw;
  	}
  	body#outline section article.bg h2 {
  		font-size: 6.5vw;;
  		margin-bottom: 2vw;
  	}
  	body#outline section article.bg table {
  		width:90vw;
  	}
  	body#outline section article.bg table tr > * {
  		padding: 3vw 0;
  		height: 3vw;
  		font-size: 3.5vw;
  	}
  		body#outline section article.bg table tr th {
  		width: 24vw;
  	}
  	body#outline section.greetings article.bg .text_block {
  		width: 90vw;
  	}
  	body#outline section.greetings article.bg .img {
  		width: 90vw;
  		text-align: center;
  		margin-top: 6vw;
  	}
  	body#outline section.greetings article.bg .img img {
  		width: auto;
  	}
  	body#outline section.greetings article.bg p {
  		font-size: 4vw;
  	}
  	body#outline section.business article.bg {
  		padding: 10vw 0;
  	}
  	body#outline section.business article.bg ul {
  		width: 90vw;
  		font-size: 4vw;
  	}
  	body#outline section.business article.bg ul li {
  		padding: 3vw 0 3vw 10vw;
  	}
  	body#outline section.business article.bg ul li:before {
  		top: 1vw;
  		font-size: 6.5vw;
  		width: 6.5vw;
  	}
  	body#outline section.organization {
  		margin-top: 12vw;
  	}
  	body#outline section.organization article.bg {
  		margin-bottom: 12vw;
  	}
  	body#outline section.organization article.bg p {
  		font-size: 3.5vw;
  		margin-top: 2vw;
  	}
  	body#outline section.organization article.bg .img img {
  		height: auto;
  	}
  	body#outline section.location {
  		margin-bottom: 17vw;
  	}
  	body#outline section.location p {
  		font-size: 3.5vw;
  	}
  	body#outline section.location article.bg table {
  		margin: 6vw auto 2vw;
  	}

  }

  body#news {

  }

  body#news section {
    margin: 0 8vw 1vw 8vw;
  }
  body#news section h1{
    text-align: left;
  }
  body#news section .cont {
    margin-top:2vw;
  }
  body#news section .cont img {
    width:auto;
    height:auto;
    margin: 2vw 2vw 0 0;
    display: block;
  }
  body#news section .wp-caption-text {
    margin-top: 0.5vw;
  }
  /* body#link
  -------------------------------------------------------------------------------------- */
  body#link {
  }
  body#link section h1.title {
  	text-align: left;
  	margin: 4vw 5vw 3vw;
  }
  body#link section article.bg {
  	background-color: #FFF;
  	padding: 0 0 4vw;
  }
  body#link section article.bg ul {
  	margin: 0 5vw;
  }
  body#link section article.bg ul:after {
  	content: "";
  	clear: both;
  	display: block;
  }
  body#link section article.bg ul li {
  	border: solid 1px #cccccc;
  	width: 20.3vw;
  	height: 8vw;
  	float: left;
  	margin-right: 2vw;
  	margin-bottom: 2vw;
  	text-align: center;
  }
  body#link section article.bg ul li:nth-child(4n) {
  	margin-right: 0;
  }
  body#link section article.bg ul li a {
  	display: inline-block;
  	width: 20.7vw;
  	height: 8vw;
  	padding: 1vw 0;
  	font-size: 1vw;
  	font-weight: bold;
  }
  body#link section article.bg ul li.link_logo1 a {
  	position: relative;
  }
  body#link section article.bg ul li.link_logo1 a:after {
  	-webkit-mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
  	mask: url(asset/img/common/icon_about.svg) no-repeat center 100% / 100%;
  	content: "";
  	position: absolute;
  	margin: auto;
  	width: 6vw;
  	height: 6vw;
  	background-color: #009dd3;
  	top:2vw;
  	right: 0;
  	left: 0;
  }
  body#link section article.bg ul li:nth-child(2).link_logo1 a:after {
  	background-color: #003399;
  }
  body#link section article.bg ul li:nth-child(3).link_logo1 a:after {
  	background-color: #003569;
  }
  body#link section article.bg ul li:nth-child(4).link_logo1 a:after {
  	background-color: #4fab15;
  }
  body#link section article.bg ul li.link_logo2 a {
  	display: flex;
    align-items: center;
    justify-content: center;
  }
  body#link section article.bg ul li.link_logo2 a img {
  	width: 14vw;
  }
  body#link section article.bg ul li.link_logo3 a {
  	display: flex;
    align-items: center;
    justify-content: center;
  	font-size: 2.17vw;
  }
  body#link section article.bg ul li.link_logo3 a img {
  	width: auto;
  }
  body#link section article.bg ul li.link_logo4 a img {
  	width: 14vw;
  	margin-top: 0.5vw;
  }
  body#link section article.bg ul li.link_logo5 a img {
  	width: 17vw;
  	margin-top: 1vw;
  }
  body#link section article.bg ul li.link_logo6 a img {
  	width: auto;
  	margin-top: 1vw;
  }

  @media screen and (max-width: 640px) {
  	body#link section article.bg {
  		padding: 0 0 12vw;
  	}
  	body#link section article.bg ul li {
  		width: 90vw;
  		height: 22vw;
  		margin-right: 0;
  		margin-bottom: 4vw;
  	}
  	body#link section article.bg ul li a {
  		width: 90vw;
  		height: 22vw;
  		padding: 4vw 0;
  		font-size: 3.5vw;
  	}
  	body#link section article.bg ul li.link_logo1 a:after {
  		margin: auto;
  		width: 12vw;
  		height: 12vw;
  		top:9vw;
  	}
  	body#link section article.bg ul li.link_logo2 a img {
  		width: 36vw;
  	}
  	body#link section article.bg ul li.link_logo3 a {
  		font-size: 6.5vw;
  	}
  	body#link section article.bg ul li.link_logo4 a img {
  		width: 36vw;
  		margin-top: 1vw;
  	}
  	body#link section article.bg ul li.link_logo5 a img {
  		width: 45vw;
  		margin-top: 2vw;
  	}
  	body#link section article.bg ul li.link_logo6 a img {
  		margin-top: 2vw;
  	}
  }

  #members {
    background-color: #efefef;
  }

  #members header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 600;
  }

  #members header h2 {
    width: 90vw;
    margin: 1.0vw auto 1.0vw auto;
  }

  #members .grid-4 img {
    width: 20vw;
    height: 20vw;
    object-fit: contain;
    background-color: #efefef;
  }

  #members header h2 img {
    width: 200px;
    vertical-align: middle;
  }

  #members header h2 span {
    color: #769cb2;
    font-size: 1.6vw;
    margin-left: 1.0vw;
  }

  #members header nav {
    width: 100vw;
    background-color: #769cb2;
  }

  #members header nav ul {
    width: 90vw;
    margin: 0 auto;
    padding: 1.0vw 0;
  }

  #members header nav ul a {
    color: #fff;
  }

  #members header nav ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #members header nav ul li {
    float: left;
    padding-right: 4.0vw;
  }


  #members section {
    margin-top:-16vw;
    padding-top:16vw;
    padding-bottom: 16vw;
  }

  #members section:first-of-type {
    padding-top:32vw;
  }

  #members section article {
    width: 90vw;
    margin: 0 auto;
  }

  #members section article:after {
    content: "";
    clear: both;
    display: block;
  }

  #members section article div.grid-4 {
    background-color: #fff;
    width: 20vw;
    float: left;
    margin: 2vw 3vw 1vw 0vw;
    position: relative;
  }

  #members section article div.grid-5 {
    background-color: #fff;
    width: 15vw;
    float: left;
    margin: 1vw 3vw 1vw 0vw;
    position: relative;
  }

  #members section article div.grid-5:nth-child(5n) {
    margin-right: 0;
  }

  #members section article div.grid-1 {
    background-color: #fff;
    width: 90vw;
    position: relative;
  }

  #members section article div.grid-4:nth-child(4n) {
    margin-right: 0;
  }
/*
  #members section article div a:first-of-type {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  #members section article div a:first-of-type:hover {
    opacity: 0.25;
    background-color: #E6EBE0;
  }*/

  #members section article div h3 {
    font-size: 1.1vw;
    padding: 1vw;
    text-align: left;
  }

  #members section.events article .grid-1 {
    padding: 4vw;
  }
  #members section.events td {
    padding: 1vw;
  }

.search.area, .search.utility, .search.train, .search.rent {
    width: 73vw;
    float: right;
    height: auto;
    padding: 0 10px;
}
.search.utility {
    padding: 0 10px;
}
.search.train {
/*     height: 9vw; */
    height: auto;
    padding: 0px 10px;
}
.search.rent {
    padding: 25px 10px;
}
.area a,.train a,.rent a{
    padding-right:20px;
    color: #0084a8;
    line-height: 3;
    padding-left: 4px;
}
section.search article nav div.nav-title.rent {
  font-size: 1.3vw;
}
@media screen and (max-width: 640px) {
  .search.area, .search.utility, .search.train, .search.rent {
      width: 90vw;
      float: right;
      height: auto;
      padding: 10px;
      line-height: 2;
  }
section.search article nav div.nav-title.rent {
  font-size: larger;
}
}

section.search .search_form {
    margin: 0 5vw;
    position: relative;
    width: auto;
    height: 5vw;
}
.search-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5vw;
  justify-content: space-between;
}
.search-tab {
    width: 17vw;
    height: 7vw;
    background: white;
    line-height: 7vw;
    text-align: center;
    color: #1eb6cc;
    cursor: pointer;
}
#search nav {
  display: none;
}
#search nav.is-show {
  display: block;
}
@media screen and (max-width:640px) {
section.search .search_form {
    height: 15vw;
}

.search-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0vw;
    justify-content: space-around;
}
.search-tab {
    width: 43vw;
    height: 14vw;
    background: white;
    line-height: 13vw;
    text-align: center;
    color: #1eb6cc;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 1px;
}
.nav-title.rent {
    line-height: 7vw;
}
}

section.search a.area_ku {
    border: solid 1px;
    background: white;
    padding: 2px 10px;
    border-radius: 3px;
    line-height: 2;
    margin: 5px 5px;
    display: inline-block;
}
section.search a.area::before {
  content: "▶︎";
  margin-right: 5px;
}

nav#nav-utility ul.sarvice li {
  margin-top: 0;
}

section.search article nav div.search.utility li img {
    width: 5vw;
    padding: 0.5vw;
}
section.search article nav li p.thin {
    position: absolute;
    bottom: 0vw;
    text-align: center;
    width: 7vw;
    line-height: 1.2;
}
section.search article nav div.search.utility li:last-of-type {
    display: block;
    align-items: center;
    justify-content: center;
}