@charset "UTF-8";
/* ===================================

  初期設定
  
=================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

html, body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  overflow-x: hidden;
  background-color: #eff2f4;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

b {
  color: #1d417b;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pl-1 {
  padding-left: .5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-1 {
  padding-right: .5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pt-1 {
  padding-top: .5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-1 {
  padding-bottom: .5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ml-1 {
  margin-left: .5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-1 {
  margin-right: .5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mt-1 {
  margin-top: .5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: .5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/*  リンク設定
------------------------*/
a {
  color: #1b6198;
  -webkit-transition: .2s;
  transition: .2s;
}

a,
a:hover,
a:focus {
  outline: none;
}

a:hover,
a:focus {
  color: #cb032e;
}

a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover img {
  opacity: 0.8;
}

.el-img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-p {
  padding-left: 10px;
  padding-right: 10px;
}

/* ===================================

  共通パーツ見出し
  
=================================== */
.ttl-wrap {
  margin-bottom: 16px;
}

.ttl {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.ttl:before, .ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #151819;
  display: block;
}

.ttl:before {
  margin-right: 10px;
}

.ttl:after {
  margin-left: 10px;
}

.ttl-sub {
  text-align: center;
  font-size: 10px;
  display: block;
  line-height: 1;
  font-weight: normal;
}

.ttl-top {
  text-align: left;
  font-size: 10px;
  display: block;
  line-height: 1;
  font-weight: normal;
}

.ttl-icon {
  margin-right: 8px;
}

.el-list {
  border-bottom: dotted 1px #999;
}

.el-list a {
  text-decoration: none;
  display: block;
  padding: 1rem 2.5rem 1rem 10px;
  position: relative;
}

.el-list a:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f054';
  color: #7c7c7c;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

a .el-list__date {
  color: #555;
  font-size: .9rem;
  margin-bottom: 3px;
}

.el-list__title {
  text-decoration: underline;
  line-height: 1.4;
}

.el-list.bt {
  border-top: dotted 1px #666;
}

/* ===================================

  header
  
=================================== */
.header {
  background-color: #fff;
  position: relative;
  height: 60px;
}

.header__logo {
  padding-top: 4px;
  padding-left: 10px;
}

.header__logo a {
  display: inline-block;
}

.header__nav {
  position: absolute;
  top: 0;
  right: 0;
}

.header__nav a {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding: 15px;
}

.header__nav-login {
  float: left;
  height: 60px;
  width: 60px;
  display: table;
}

.header__nav-login a {
  background-color: #c93a40;
}

.header__nav-login img {
  display: inline-block;
}

.header__nav-mypage {
  float: left;
  height: 60px;
  width: 60px;
  display: table;
}

.header__nav-mypage a {
  background-color: #e30468;
  padding: 13px;
  padding-bottom: 15px;
}

.header__nav-mypage img {
  display: inline-block;
}

.header__nav-menu {
  float: left;
  height: 55px;
  width: 60px;
  display: table;
}

.header__nav-menu a {
  background-color: #0074bf;
}

.header__nav-menu img {
  display: inline-block;
}

.header__top {
  color: #fff;
  background-color: #2b9eb7;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 0;
}

/* ===================================

  ハンバーガーメニュー
  
=================================== */
.sidr {
  /* Default Settings */
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.sidr-right {
  left: auto;
  right: -260px;
}

.sidr.sidr-left {
  left: -260px;
  right: auto;
}

.sidr {
  /* Theme Settings */
  font-size: 15px;
  background: #0a0a0a;
  color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
  box-shadow: 0 0 5px 5px #222 inset;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  text-shadow: none;
  border-top: 1px solid #1a1919;
  border-bottom: 1px solid #4d4c4c;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4c4c;
  border-bottom: 1px solid #1a1919;
}

.sidr ul li.title {
  padding-left: .5rem;
  background-color: #121212;
}

.sidr ul li.title + li {
  border: none;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  font-weight: normal !important;
  text-decoration: none;
  color: #fff !important;
}

.sidr ul li ul {
  background: #292929;
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  padding-left: 0rem;
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

/*
.sidr ul li ul li:hover,
                    .sidr ul li ul li.active,
                    .sidr ul li ul li.sidr-class-active {
    border-top: 0;
    line-height: 41px
}
*/
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: 0 0 15px 3px #222 inset;
  box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8) !important;
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

.slide-menu-wrap {
  text-align: right;
  padding-right: .5rem;
}

.slide-menu-wrap a {
  color: #fff !important;
  font-size: .8rem;
  text-decoration: none;
  text-shadow: none;
  padding: .8rem 0;
  display: block;
}

/* ===================================

  top banner
  
=================================== */
.top-banner {
  padding-top: 1rem;
  padding-bottom: 0;
}

.top-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-banner__item {
  width: 33.3333333333%;
}

.top-banner__item img {
  width: 100%;
  height: auto;
}

.top-banner__item:not(:last-child) {
  margin-right: 8px;
}

/* ===================================

  検索ボックス
  
=================================== */
.search-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-box__input {
  display: block;
  width: calc( 100% - 80px);
  margin-right: 5px;
}

.search-box__input input {
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 5px;
  border: solid 2px #0074bf;
}

.search-box select {
  margin: 0;
  padding: 0;
}

.search-box__select {
  background-color: #0074bf;
  height: 35px;
  width: 100%;
  position: relative;
}

.search-box__select select {
  color: #fff;
  position: absolute;
  font-size: 15px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  margin: 0;
  height: 35px;
  background: transparent;
  z-index: 1;
  padding: 0 2rem 0 5px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.search-box__select select::-ms-expand {
  display: none;
}

.search-box__select:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  background: #367;
  height: 100%;
  width: 30px;
}

.search-box__select:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.search-box__submit {
  position: relative;
  width: 80px;
}

.search-box__submit button {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  height: 100% !important;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #1b4873;
  height: 40px;
}

/* ===================================

  駐車場を探す
  
=================================== */
.parking-search {
  padding: 2rem 0 0;
}

/* ===================================

  店舗を探す
  
=================================== */
/* ===================================

  駐車場を探す・店舗を探す
  
=================================== */
.search-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 1.5rem;
}

.search-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  border: solid 1px #bfc0c0;
  -webkit-box-shadow: 0px 0px 2px 1px #dbdbdb;
          box-shadow: 0px 0px 2px 1px #dbdbdb;
}

.search-btn a {
  display: block;
  padding: .5rem .8rem;
}

/* ===================================

  地域別ドライブのすすめ！
  
=================================== */
.drive {
  padding-bottom: 1rem;
}

.drive__banner {
  text-align: center;
}

.drive__banner-item {
  margin-bottom: 8px;
}

/* ===================================

  バナー（横スライド）
  
=================================== */
.slide__slider li {
  margin-right: 10px;
}

.slide__slider .slick-arrow {
  z-index: 9999;
  width: 30px;
  height: 30px;
}

.slide__slider .slick-arrow:before {
  font-size: 25px;
  opacity: 1;
  color: #000;
  text-shadow: 0px 0px 1px #fff, 0px 0px 3px #fff;
}

.slide__slider .slick-prev {
  left: 0;
}

.slide__slider .slick-next {
  right: 0;
}

.slide__slider .slick-prev:hover, .slide__slider .slick-prev:focus,
.slide__slider .slick-next:hover,
.slide__slider .slick-next:focus {
  z-index: 9999;
}

/* ===================================

  車泊
  
=================================== */
.kurumahaku {
  margin: 1.5rem 0;
}

.kurumahaku-header {
  text-align: center;
  border-bottom: solid 1px #666;
  padding-bottom: 1rem;
}

.kurumahaku-header__title {
  margin: .5rem 0;
}

.kurumahaku-header__title-text {
  font-size: 1rem;
  font-weight: bold;
}

.kurumahaku-header__title-btn {
  font-size: 1rem;
}

.kurumahaku-header__title-btn a {
  background-color: #276db4;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.kurumahaku-header__title-btn a:hover {
  background-color: #2684e2;
}

.kurumahaku-header__title-note {
  font-size: .8rem;
}

.kurumahaku__item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #666;
}

.kurumahaku__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.kurumahaku__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.kurumahaku__item-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100px;
  margin-right: 10px;
}

.kurumahaku__item-title {
  margin-bottom: 4px;
}

.kurumahaku__item-title a {
  font-size: 18px;
  text-decoration: underline;
}

.kurumahaku__item-note {
  font-size: .85rem;
  line-height: 1.3;
}

.kurumahaku__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kurumahaku__item-link--btn {
  width: calc( (100% - 10px) / 3);
  font-size: 13px;
  text-align: center;
}

.kurumahaku__item-link--btn a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.kurumahaku__item-link--btn:not(:last-child) {
  margin-right: 5px;
}

.kurumahaku__item-link--area {
  background-color: #68bcb1;
}

.kurumahaku__item-link--kuruma {
  background-color: #edb445;
}

.kurumahaku__item-link--spot {
  background-color: #e45a81;
}

/* ===================================

  バナー
  
=================================== */
.banner-box {
  padding-bottom: 1rem;
  text-align: center;
}

.banner__item {
  margin-bottom: 8px;
}

/* ===================================

  お知らせ
  
=================================== */
.information {
  padding: 1rem 0;
  background-color: #f4e9e8;
}

/* ===================================

  ログイン
  
=================================== */
.login {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.login__text {
  margin-bottom: 1rem;
}

.login__text-title {
  background-color: #62b0e6;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  padding: 4px 5px;
  margin-bottom: 8px;
}

.login__text-note {
  line-height: 1.2;
}

.login__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login__btn {
  width: calc( (100% - 16px) / 2);
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.login__btn:first-child {
  margin-right: 16px;
}

.login__btn a {
  padding: 12px 8px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
}

.login__btn-register {
  background-color: #2b9eb7;
}

.login__btn-login {
  background-color: #3b81c2;
}

/* ===================================

  footer
  
=================================== */
.footer {
  /*margin-top: 2rem;*/
  text-shadow: none;
  background: #eff2f4;
}

.footer__nav {
  margin-bottom: 1rem;
}

.footer__nav .el-list__title {
  font-weight: normal;
  text-decoration: none;
  color: #222 !important;
}

.footer__copyright {
  color: #fff;
  background-color: #2b9eb7;
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
}

/* ===================================

  MediaQuery
  
=================================== */
@media screen and (max-width: 374px) {
  .header__logo img {
    padding-top: 8px;
    padding-left: 1px;
    width: 150px;
  }
}

/*# sourceMappingURL=top.css.map */



/* ===================================

  Custom
  
=================================== */
.ui-page {
  background: #eff2f4;
}
.ui-content {
  padding: 0 15px 15px;
}
.ui-listview {
  margin: 0 -15px !important;
}
.ui-content > img {
  display: inline-block;
  float: none;
  height: 45px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.bt_monthlyEntry {
	float: right;
  margin: 4px 0 0;
}
.bt_monthlyEntry a {
	display: block;
	margin: 0 5px;
	padding: 2px 8px 1px;
  color: #0074bf !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
  text-shadow: none;
	background-color: #fff;
	border: 2px solid #0074bf;
	border-radius: 5px;
}
.bt_monthlyEntry.detailPage a {
  /*margin: 0;*/
  margin: -5px;
  /*padding: 9px;*/
}
