@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
}

a {
  color: #00F;
  outline: none;
}

a:visited {
  color: #00C;
}

a:hover {
  color: #06F;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

table, th, td {
  border-color: #CCC;
}

table {
  line-height: 1.4;
  border-collapse: collapse;
}

th, td {
  padding: 0.3em 0.6em;
  border: solid 1px #b3d8e0;
}

th {
  background-color: #DCF4F8;
}

.clr {
  overflow: hidden;
}

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

.container {
  max-width: 960px;
  padding: 0;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

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

#slide-wrap #slide-menu {
  color: #000;
  background-color: #240000;
}

#slide-wrap #slide-menu ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

#slide-wrap #slide-menu ul li.on a:after {
  content: "\f0d9";
}

#slide-wrap #slide-menu ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  position: relative;
}

#slide-wrap #slide-menu ul li a:after {
  font-family: FontAwesome;
  content: "\f138";
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 1em;
  position: absolute;
  right: 10px;
}

#slide-wrap #slide-menu ul li a.dropdown-toggle:after {
  content: "\f107";
}

#slide-wrap #slide-menu ul.container > li + li {
  border-top: solid 1px #5d0000;
}

#slide-wrap #slide-menu ul.container > li .dropdown-menu {
  display: block;
  display: none;
  box-sizing: border-box;
  padding: 6px;
  box-sizing: border-box;
}

#slide-wrap #slide-menu ul.container > li .dropdown-menu.on {
  display: block;
}

#slide-wrap #slide-menu ul.container > li .dropdown-menu li {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

#slide-wrap #slide-menu ul.container > li .dropdown-menu li a {
  display: table-cell;
  border: solid 1px rgba(255, 255, 255, 0.15);
  height: 44px;
  vertical-align: middle;
  padding: 3px 30px 3px 10px;
  border-radius: 3px;
}

#slide-wrap #slide-menu ul.container > li .dropdown-menu li a span {
  display: inline-block;
}

#slide-wrap #slide-menu ul.container > li > a {
  font-weight: bold;
  background-color: #DC0000;
  padding: 12px 20px;
}

#slide-wrap #slide-menu ul.container > li > a:after {
  right: 20px;
}

#container {
  position: relative;
  color: #333;
  background-color: #FFF;
}

#container:after {
  content: "";
  display: block;
  clear: both;
}

.additional-nav {
  display: table;
  height: 100%;
}

.additional-nav ul {
  display: table-cell;
  vertical-align: middle;
}

.additional-nav ul li + li:before {
  content: "｜";
  margin: 0 0.1em;
}

.additional-nav ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  text-decoration: none;
}

.additional-nav ul li a:hover {
  text-decoration: underline;
}

#pre-header {
  display: none;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  border-bottom: solid 1px #e4e4e4;
}

#pre-header .container {
  height: 40px;
}

#pre-header .additional-nav {
  width: 100%;
  min-width: 290px;
  position: relative;
}

#pre-header .additional-nav ul {
  text-align: center;
}

#header-wrap {
  padding-top: 100px;
  margin-top: 0px;
  position: relative;
  -webkit-transition: padding-top ease-out 0.3s, margin-top ease-out 0.3s;
  transition: padding-top ease-out 0.3s, margin-top ease-out 0.3s;
}

#header-wrap.pos-fix {
  margin-top: 20px;
  padding-top: 80px;
  -webkit-transition: padding-top 0.3s, margin-top 0.3s;
  transition: padding-top 0.3s, margin-top 0.3s;
}

#header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px RGBA(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#header .container {
  height: 60px;
  padding: 0;
  position: relative;
  -webkit-transition: height ease-out 0.3s;
  transition: height ease-out 0.3s;
}

.pos-fix #header {
  position: fixed;
}

.pos-fix #header .container {
  height: 40px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#header.solidify {
  position: absolute;
}

#header #site-logo,
#header [id^="btn-"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  width: 100px;
  height: 100%;
  margin: 0;
  display: table;
}

#header #site-logo a,
#header [id^="btn-"] a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#header #site-logo {
  float: left;
  width: 230px;
}

#header #site-logo a img {
  width: 230px;
}

#header .additional-nav {
  float: right;
}

#header #btn-mobi {
  display: table;
  display: none;
  float: right;
  width: 50px;
}

#header #btn-mobi a {
  color: #000;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#header #btn-mobi a i {
  font-size: 21px;
  font-size: 1.3125rem;
}

#header #navi {
  background-color: #DC0000;
}

#header #navi > ul {
  width: 960px;
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0;
  height: 40px;
}

#header #navi > ul:after {
  content: none;
}

#header #navi > ul > li {
  display: table-cell;
  text-align: center;
  position: relative;
}

#header #navi > ul > li:before, #header #navi > ul > li:after {
  background-color: #ee8080;
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
}

#header #navi > ul > li:before {
  left: 0;
}

#header #navi > ul > li:after {
  right: 0;
}

#header #navi > ul > li:before, #header #navi > ul > li:last-child:after {
  content: "";
}

#header #navi > ul > li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 40px;
}

#header #navi > ul > li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  min-width: 100%;
}

#header #navi > ul > li .dropdown-menu li {
  display: table;
  width: 100%;
}

#header #navi > ul > li .dropdown-menu li + li a {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

#header #navi > ul > li .dropdown-menu li a {
  display: table-cell;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  height: 50px;
  padding: 0px 1em 0px 2em;
  box-sizing: border-box;
  position: relative;
}

#header #navi > ul > li .dropdown-menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  text-align: center;
  width: 1em;
  position: absolute;
  top: 25px;
  left: 0.5em;
  -webkit-transform: translate(0px, -0.65em);
  -ms-transform: translate(0px, -0.65em);
  transform: translate(0px, -0.65em);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#header #navi > ul > li .dropdown-menu li a:hover:before {
  -webkit-transform: translate(0.2em, -0.65em);
  -ms-transform: translate(0.2em, -0.65em);
  transform: translate(0.2em, -0.65em);
}

#hero-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#hero-img > img {
  width: 100%;
}

.cat-locations #hero-img > img {
  display: none;
}

#hero-img:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: hero-fade 1s linear 0.1s both;
  animation: hero-fade 1s linear 0.1s both;
}

.p-cars #hero-img {
  background-image: url(/global/assets/img/cars/hero-cars.jpg);
}

.p-weekly #hero-img {
  background-image: url(/global/assets/img/cars/hero-weekly.jpg);
}

.p-camping-cars #hero-img {
  background-image: url(/global/assets/img/camping-cars/hero-camping.jpg);
}

.p-okayama #hero-img {
  background-image: url(/global/assets/img/locations/hero-okayama.jpg);
}

.p-kagawa #hero-img {
  background-image: url(/global/assets/img/locations/hero-kagawa.jpg);
}

.p-ehime #hero-img {
  background-image: url(/global/assets/img/locations/hero-ehime.jpg);
}

@-webkit-keyframes hero-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#hero-img .container {
  padding-top: 49%;
  position: relative;
  z-index: 2;
}

#hero-img .ph-cars {
  list-style: none;
  height: 100%;
  padding-left: 0;
  margin: 0;
  position: relative;
  max-width: 800px;
}

#hero-img .ph-cars li {
  text-align: left;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

#hero-img .ph-cars li:nth-child(1) {
  -webkit-animation: hero-cars 1.5s ease 0.5s both;
  animation: hero-cars 1.5s ease 0.5s both;
}

#hero-img .ph-cars li:nth-child(2) {
  -webkit-animation: hero-cars 1.5s ease 0.8s both;
  animation: hero-cars 1.5s ease 0.8s both;
}

@-webkit-keyframes hero-cars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}

@keyframes hero-cars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}

#hero-img .ph-quad {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 275px;
  max-width: 30%;
}

#hero-img .ph-quad ul {
  list-style: none;
  padding-left: 0;
  margin: 0px;
}

#hero-img .ph-quad ul:after {
  content: "";
  display: block;
  clear: both;
}

#hero-img .ph-quad ul li {
  float: left;
  background-color: #fff;
  width: 48%;
  padding: 1px;
  margin-left: 4%;
  margin-top: 4%;
  box-sizing: border-box;
}

#hero-img .ph-quad ul li:nth-child(2n+1) {
  margin-left: 0;
}

#hero-img .ph-quad ul li:nth-child(1) {
  -webkit-animation: ph-quad 0.5s linear 1s both;
  animation: ph-quad 0.5s linear 1s both;
}

#hero-img .ph-quad ul li:nth-child(1) img {
  -webkit-animation: ph-quad 1s linear 1.5s both;
  animation: ph-quad 1s linear 1.5s both;
}

#hero-img .ph-quad ul li:nth-child(2) {
  -webkit-animation: ph-quad 0.5s linear 1.5s both;
  animation: ph-quad 0.5s linear 1.5s both;
}

#hero-img .ph-quad ul li:nth-child(2) img {
  -webkit-animation: ph-quad 1s linear 2s both;
  animation: ph-quad 1s linear 2s both;
}

#hero-img .ph-quad ul li:nth-child(3) {
  -webkit-animation: ph-quad 0.5s linear 2s both;
  animation: ph-quad 0.5s linear 2s both;
}

#hero-img .ph-quad ul li:nth-child(3) img {
  -webkit-animation: ph-quad 1s linear 2.5s both;
  animation: ph-quad 1s linear 2.5s both;
}

#hero-img .ph-quad ul li:nth-child(4) {
  -webkit-animation: ph-quad 0.5s linear 2.5s both;
  animation: ph-quad 0.5s linear 2.5s both;
}

#hero-img .ph-quad ul li:nth-child(4) img {
  -webkit-animation: ph-quad 1s linear 3s both;
  animation: ph-quad 1s linear 3s both;
}

@-webkit-keyframes ph-quad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ph-quad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#hero-img h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px 30px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cat-camping-cars #hero-img h1 {
  background-color: rgba(159, 205, 98, 0.85);
}

#pre-footer a,
#footer a {
  color: #fff;
}

#pre-footer {
  color: #fff;
  background-color: #4D4D4D;
  padding: 5% 0;
}

#pre-footer a {
  text-decoration: none;
}

#pre-footer .block h2 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
}

#pre-footer .block h2 + ul {
  margin-top: 1em;
}

#pre-footer .block ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

#pre-footer .block ul li + li {
  margin-top: 0.5em;
}

#pre-footer .block ul li a {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}

#pre-footer .block ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#pre-footer .block ul li a:not([target="_blank"]):hover:before {
  -webkit-transform: translate(0.2em, 0px);
  -ms-transform: translate(0.2em, 0px);
  transform: translate(0.2em, 0px);
}

#pre-footer .block ul li a[target="_blank"] i[class*="fa-clone"] {
  display: none;
}

#pre-footer .block ul li a[target="_blank"]:before {
  content: "\f24d";
}

#pre-footer .block ul.social-footer {
  letter-spacing: -0.4em;
}

#pre-footer .block ul.social-footer:after {
  content: "";
  display: block;
  clear: both;
}

#pre-footer .block ul.social-footer li {
  letter-spacing: 0;
  display: inline-block;
}

#pre-footer .block ul.social-footer li + li {
  margin-top: 0;
  margin-left: 4%;
}

#pre-footer .block ul.social-footer li + li:before {
  content: none;
}

#pre-footer .block ul.social-footer li a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
  background-color: #ddd;
  display: table;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#pre-footer .block ul.social-footer li a:before {
  content: none;
}

#pre-footer .block ul.social-footer li a:hover {
  color: #fff;
}

#pre-footer .block ul.social-footer li a i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#pre-footer .block ul.social-footer li.ico-facebook a:hover {
  background-color: #315096;
}

#pre-footer .block ul.social-footer li.ico-google-plus a:hover {
  background-color: #dd4b39;
}

#pre-footer .block ul.social-footer li.ico-twitter a:hover {
  background-color: #55acee;
}

#pre-footer .block ul.social-footer li.ico-youtube a:hover {
  background-color: #cd201f;
}

#pre-footer .block ul.social-footer li.ico-instagram a:hover {
  background-color: #3f729b;
}

#pre-footer .block ul.social-footer li.ico-weibo a:hover {
  background-color: #FF9933;
}

#pre-footer .block ul.social-footer li.ico-kakaostory a:hover {
  background-color: #FAE100;
}

#footer {
  color: #fff;
  background-color: #111;
  position: relative;
}

#footer .copyright {
  display: table;
  width: 100%;
  height: 80px;
}

#footer .copyright .inr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#footer .copyright .inr img {
  width: 180px;
}

#gotop {
  background-color: rgba(17, 17, 17, 0.35);
  bottom: 15px;
  right: 15px;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 100;
  border-radius: 50%;
  margin-bottom: 0px;
}

#gotop a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

#gotop a i {
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

#gotop a:hover {
  background-position: center -5px;
}

#gotop a:hover i {
  top: -5px;
}

#test_bar {
  font-weight: normal;
  color: #000;
  background-color: #FFE699;
  font-size: 12px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 999;
  overflow: hidden;
  line-height: 1.5;
}

#test_bar.local {
  background-color: #CBDFF3;
}

#test_bar .container {
  position: relative;
}

#test_bar .base_point {
  position: absolute;
  left: 0px;
  top: 0px;
}

#test_bar p {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  text-align: left;
}

#test_bar strong, #test_bar em {
  display: inline-block;
  font-style: normal;
  float: left;
}

#test_bar strong {
  padding-left: 1.5em;
  margin-right: 0.5em;
}

#test_bar .server {
  display: inline-block;
  float: right;
}

#test_bar .server a {
  margin-left: 10px;
  font-weight: normal;
}

#test_bar .server a:before {
  border-color: transparent #333 #333 transparent;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.6em;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.block,
.inbox,
.inr,
.fixh,
.a-target,
.tel-num,
.box-txt,
.box-img,
.col-wrap,
.fade-point {
  /* Combination style */
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 3em;
}

.title + * {
  margin-top: 3rem;
}

h1 {
  text-align: center;
}

h1 + * {
  margin-top: 3rem;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #DC0000;
  text-align: center;
}

h2 + * {
  margin-top: 2rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3 + * {
  margin-top: 1rem;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
}

.box-tb {
  display: table;
}

.box-tr {
  display: table-row;
}

.box-cell {
  display: table-cell;
  vertical-align: middle;
}

.box-hero {
  text-align: center;
}

.float-L {
  float: left;
}

.float-R {
  float: right;
}

.box-xscroll {
  overflow-x: auto;
  padding-bottom: 5px;
}

.box-xscroll::-webkit-scrollbar {
  height: 5px;
}

.box-xscroll::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 5px;
}

.box-xscroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 5px;
}

.box-xscroll table {
  width: 100%;
}

.col2,
.col3,
.col4 {
  margin-top: -5%;
  overflow: hidden;
}

.col2:after,
.col3:after,
.col4:after {
  content: "";
  display: block;
  clear: both;
}

.col2 > .block, .col2 > .block2,
.col3 > .block,
.col3 > .block2,
.col4 > .block,
.col4 > .block2 {
  float: left;
  margin-top: 5%;
  margin-left: 5%;
  box-sizing: border-box;
}

.block + .col2, .block +
.col3, .block +
.col4 {
  margin-top: 0;
}

.col2 > .block {
  width: 47.5%;
}

.col2 > .block:nth-child(2n+1) {
  margin-left: 0;
}

.col3 > .block {
  width: 30%;
}

.col3 > .block:nth-child(3n+1) {
  margin-left: 0;
}

.col3 > .block2 {
  width: 65%;
}

.col3 > .block2:nth-child(2n+1) {
  margin-left: 0;
}

.col4 > .block {
  width: 21.25%;
}

.col4 > .block:nth-child(4n+1) {
  margin-left: 0;
}

.col4 > .block2 {
  width: 47.5%;
}

.col4 > .block2:nth-child(2n+1) {
  margin-left: 0;
}

.grid2,
.grid3,
.grid4 {
  overflow: hidden;
}

.grid2:after,
.grid3:after,
.grid4:after {
  content: "";
  display: block;
  clear: both;
}

.grid2 > .block,
.grid3 > .block,
.grid4 > .block {
  float: left;
  box-sizing: border-box;
}

.grid2 > .block {
  width: 50%;
}

.grid3 > .block {
  width: 33.333333%;
}

.grid4 > .block {
  width: 25%;
}

[class^="sec-"] {
  padding-top: 70px;
  padding-bottom: 70px;
}

[class^="sec-"]:first-child {
  padding-top: 100px;
}

[class^="sec-"]:last-child {
  padding-bottom: 100px;
}

[class^="sec-"] + [class^="sec-"] {
  border-top: solid 1px #e4e4e4;
}

.btn {
  text-align: center;
}

.btn a,
.btn input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  background-color: #DC0000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  padding: 20px 30px;
  display: inline-block;
  min-width: 10em;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.btn a[disabled],
.btn input[type="submit"][disabled] {
  background-color: #dbdbdb;
  cursor: default;
}

.btn a:hover:not([disabled]),
.btn input[type="submit"]:hover:not([disabled]) {
  opacity: 0.65;
}

.btn a:after,
.btn input[type="submit"]:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 0.5em;
}

.btn input[type="submit"] {
  font-family: inherit;
  text-shadow: none;
  border-style: none;
  cursor: pointer;
}

.inline-b {
  display: inline-block;
}

.list-inline {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.list-inline li {
  display: inline-block;
}

.list-inline li + li:before {
  content: '／';
  margin: 0 0.5em;
  color: #ccc;
}

ul.list-link {
  list-style: none;
  padding-left: 0;
}

ul.list-link li {
  position: relative;
  padding-left: 1.5em;
}

p.list-link {
  position: relative;
  padding-left: 1.5em;
}

.list-link a:before {
  color: #00f;
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  text-align: center;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.list-link a[href^="#"]:before {
  content: "\f103";
}

.list-link a[target="_blank"]:before {
  content: '\f24d';
}

ul.list-kome {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

ul.list-kome li {
  padding-left: 1em;
  line-height: 1.5;
  font-size: 0.9em;
  margin: 0.5em 0;
}

p.list-kome {
  padding-left: 1em;
  line-height: 1.5;
  font-size: 0.9em;
}

ul.list-kome li:before,
p.list-kome:before {
  content: "*";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.txt-S {
  font-size: 0.9em;
  font-weight: normal;
}

.txt-center {
  text-align: center;
}

.video:not(html) {
  position: relative;
  width: 100%;
  padding-top: 59.65%;
}

.video:not(html) iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.screen-pc,
.screen-sp {
  display: none;
}

#hero-img + .sec-title, #hero-img +
.sec-title:first-child {
  padding: 80px 0 60px;
}

.sec-title p,
.sec-title:first-child p {
  text-align: center;
}

.sec-ft-reservations_btn {
  background-color: #f5f5f5;
}

[class^="sec-"] + .sec-ft-reservations_btn {
  border-top: none;
  border-top-style: none;
}

.sec-ft-reservations_btn:last-child {
  padding-bottom: 70px;
}

.sec-ft-reservations_btn .btn a {
  font-size: 21px;
  font-size: 1.3125rem;
  width: 380px;
  max-width: 80%;
  padding: 30px 20px;
  position: relative;
}

.sec-ft-reservations_btn .btn a:after {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sec-ft-reservations_btn .btn a:hover:after {
  -webkit-transform: translate(0.2em, -50%);
  -ms-transform: translate(0.2em, -50%);
  transform: translate(0.2em, -50%);
}

table caption {
  text-align: right;
  margin-bottom: 0.2em;
}

table .th_rates_online {
  background-color: #fff1f1;
}

table .th_rates_1 {
  background-color: #fcfebe;
}

table .th_rates_2 {
  background-color: #f5f5f5;
}

table .td_rates {
  color: #DC0000;
}

table .th_accident {
  color: #fff;
  background-color: #ff7156;
}

table .th_pink,
table .td_pink {
  color: #DC0000;
  background-color: #ffeaea;
}

table .box_red {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  background-color: #DC0000;
  padding: 3px 5px;
  border-radius: 3px;
}

table .txt-S {
  font-weight: normal;
}

table em {
  font-size: 124%;
  font-style: normal;
  font-weight: bold;
  margin: 0 0.1em;
}

.link_button {
  margin-top: 1.5em;
}

ul.link_button {
  list-style: none;
  padding-left: 0;
}

ul.link_button li + li {
  margin-top: 0.5em;
}

.link_button a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background-color: #DC0000;
  border: solid 3px #DC0000;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  padding: 7px 12px 7px 2em;
  display: inline-block;
  min-width: 10em;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link_button a:before {
  font-family: FontAwesome;
  content: "\f138";
  font-weight: normal;
  text-align: center;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_button a:hover {
  color: #DC0000;
  background-color: #fff;
}

.link_button a[target="_blank"]:before {
  content: "\f24d";
}

.link_button a[href^="https://goo.gl"]:before {
  content: '\f041';
}

.list-icon {
  list-style: none;
  padding-left: 0;
}

.list-icon li {
  padding-left: 1.5em;
  position: relative;
}

.list-icon li:before {
  color: #DC0000;
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  width: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.list-icon li.li-phone {
  line-height: 2;
}

.list-icon li.li-phone:before {
  content: '\f095';
}

.list-icon li.li-clock:before {
  content: '\f017';
}

.list-icon li.li-map:before {
  content: '\f278';
}

.list-icon li .phone {
  font-size: 1.3em;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}

dl.list-caution {
  line-height: 1.5;
}

dl.list-caution dt {
  font-weight: normal;
  clear: both;
  float: left;
  width: 1.6em;
  text-align: right;
}

dl.list-caution dd {
  margin-left: 2em;
}

.car_class {
  font-size: 80%;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-color: #DC0000;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 0.2em;
}

.bold-red {
  font-weight: bold;
  color: #DC0000;
}

.color_red {
  color: #DC0000;
}

.dl-accordion > dt {
  background-color: #f5f5f5;
  border: solid 1px #e4e4e4;
  padding: 0.5em 0.5em;
  border-radius: 3px;
  cursor: pointer;
}

.dl-accordion > dt:before {
  color: #DC0000;
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
}

.dl-accordion > dt.active:before {
  content: "\f106";
}

.dl-accordion > dd {
  margin-top: 1em;
  display: none;
}

.dl-accordion > dt {
  display: none;
}

.dl-accordion > dd {
  display: block;
}

.box-frame {
  padding: 1em;
  border: solid 1px #ccc;
}

ul.box-frame {
  padding-left: 2.5em;
}

.p-guide h3,
.sec-license h3,
.sec-illegal-parking h3,
.sec-accident h3 {
  border-top: solid 3px #edb244;
  padding: 0.4em;
}

.p-guide h3 + *,
.sec-license h3 + *,
.sec-illegal-parking h3 + *,
.sec-accident h3 + * {
  margin-top: 1.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border: solid 1px #a0bac9;
  border-radius: 3px;
  box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.05) inset;
  padding: 8px 10px;
  margin: 5px 0;
  vertical-align: middle;
  background-color: #FFF;
  box-sizing: border-box;
  max-width: 100%;
}

input[type="text"].problem,
input[type="email"].problem,
input[type="tel"].problem,
select.problem,
textarea.problem {
  border-color: #e30;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #39f;
}

input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #ccc;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

label {
  display: inline-block;
  cursor: pointer;
}

label img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.preload #img-slider:before,
.preload #img-slider *,
.preload #hero-img:before,
.preload #hero-img * {
  visibility: hidden;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

#slide-body {
  z-index: 1;
}

#slide-body:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#slide-body.slide-open:before {
  opacity: 1;
  z-index: 98;
}

#slide-body #header {
  max-width: 100vw;
}

#slide-menu {
  box-sizing: border-box;
  width: 280px;
  min-height: 100vh;
}

.fit-sidebar-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank {
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}

#img-slider {
  width: 100%;
  height: 600px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

#img-slider:before, #img-slider:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25vw solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 25vw solid transparent;
  position: absolute;
  bottom: 0;
  z-index: 20;
}

#img-slider:before {
  left: 0;
  border-left-color: #fff;
}

#img-slider:after {
  right: 0;
  border-right-color: #fff;
}

#img-slider ul {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

#img-slider ul li {
  background-color: #eee;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

#img-slider ul li .box-txt {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  padding: 120px 25px 25px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/global/assets/img/top/bg-fv_heisei.png);
  background-repeat: repeat;
  background-position: center center;
}

#img-slider ul li .box-txt:before, #img-slider ul li .box-txt:after {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 62px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#img-slider ul li .box-txt:before {
  border-radius: 50%;
  background-color: #fff;
}

#img-slider ul li .box-txt:after {
  background-image: url(/global/assets/img/top/mascot_2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 74px;
}

#img-slider ul li .box-txt h2,
#img-slider ul li .box-txt p {
  color: #fff;
  text-align: center;
}

#img-slider ul li .box-txt h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 15px;
}

#img-slider ul li .box-txt p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.5em 0 0;
}

#img-slider ul li.slide-heisei .box-txt {
  background-image: url(/global/assets/img/top/bg-fv_heisei.png);
}

#img-slider ul li.slide-gourmet .box-txt {
  background-image: url(/global/assets/img/top/bg-fv_gourmet.png);
}

#img-slider ul li.slide-hotspring .box-txt {
  background-image: url(/global/assets/img/top/bg-fv_hotspring.png);
}

#img-slider ul li.slide-activity .box-txt {
  background-image: url(/global/assets/img/top/bg-fv_activity.png);
}

#img-slider ul li.slide-trip .box-txt {
  background-image: url(/global/assets/img/top/bg-fv_trip.png);
}

#img-slider ul li .box-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

#img-slider ul li .box-img img {
  display: none;
}

#img-slider ul li.active_slide {
  opacity: 1;
  z-index: 10;
  -webkit-animation: slide-fadein 2s both;
  animation: slide-fadein 2s both;
}

#img-slider ul li.active_slide .box-img {
  -webkit-animation: slide-imgscale 12s linear both;
  animation: slide-imgscale 12s linear both;
}

#img-slider ul li.active_slide .box-txt {
  -webkit-animation: slide-fadein 3s 2s both;
  animation: slide-fadein 3s 2s both;
}

#img-slider ul li.active_slide .box-txt:before {
  -webkit-animation: slide-bgicon 0.7s ease-out 4.1s both;
  animation: slide-bgicon 0.7s ease-out 4.1s both;
}

#img-slider ul li.active_slide .box-txt:after {
  -webkit-animation: slide-fadein 0.5s ease-out 4.3s both;
  animation: slide-fadein 0.5s ease-out 4.3s both;
}

#img-slider ul li.active_slide .box-txt h2 {
  -webkit-animation: slide-fadedown 1s ease-out 3.3s both;
  animation: slide-fadedown 1s ease-out 3.3s both;
}

#img-slider ul li.active_slide .box-txt p {
  -webkit-animation: slide-fadedown 1s ease-out 3.8s both;
  animation: slide-fadedown 1s ease-out 3.8s both;
}

#img-slider ul li.active_slide.hide_slide {
  z-index: 5;
}

@-webkit-keyframes slide-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide-bgicon {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  100% {
    width: 74px;
    height: 74px;
    opacity: 1;
  }
}

@keyframes slide-bgicon {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  100% {
    width: 74px;
    height: 74px;
    opacity: 1;
  }
}

@-webkit-keyframes slide-fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-imgscale {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-imgscale {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#img-slider #scroll {
  position: absolute;
  z-index: 75;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#img-slider #scroll a {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  display: block;
  height: 100%;
  text-align: left;
  text-indent: -999em;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#img-slider #scroll a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -3px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: url(/assets/img/common/btn-pagedown_2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  -webkit-animation: fv-arrow 3s 0.5s infinite;
  animation: fv-arrow 3s 0.5s infinite;
}

#img-slider #scroll a:hover {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@-webkit-keyframes fv-arrow {
  from {
    opacity: 0;
    background-position: 0 -10px;
  }
  to {
    opacity: 1;
    background-position: 0 5px;
  }
}

@keyframes fv-arrow {
  from {
    opacity: 0;
    background-position: 0 -10px;
  }
  to {
    opacity: 1;
    background-position: 0 5px;
  }
}

.sec-reservations_btn:first-child {
  padding: 70px 0;
}

.sec-reservations_btn .btn a {
  font-size: 21px;
  font-size: 1.3125rem;
  width: 420px;
  max-width: 80%;
  padding: 40px 30px;
  position: relative;
}

.sec-reservations_btn .btn a:after {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sec-reservations_btn .btn a:hover:after {
  -webkit-transform: translate(0.2em, -50%);
  -ms-transform: translate(0.2em, -50%);
  transform: translate(0.2em, -50%);
}

.sec-servicebox {
  background-image: url(/global/assets/img/top/bg-service.gif);
  background-repeat: repeat;
}

.sec-servicebox .box-img {
  background-color: #dbdbdb;
  position: relative;
  overflow: hidden;
}

.sec-servicebox .box-img:before {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: solid 15px #dbdbdb;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  -webkit-transition: border-width 0.5s;
  transition: border-width 0.5s;
}

.sec-servicebox .box-img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 4px #ccc;
  border-radius: 7px 7px 0 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.sec-servicebox .box-img .trim {
  display: block;
  border-radius: 50%;
  width: 190px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-servicebox .box-img .trim img {
  top: 50%;
  left: 50%;
}

.sec-servicebox ul.box-img {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sec-servicebox ul.box-img:before {
  background-color: #fff;
  width: 260px;
  height: 260px;
}

.sec-servicebox ul.box-img li {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sec-servicebox p.box-img {
  margin: 0;
}

.sec-servicebox .box-txt {
  margin: 0;
  padding: 4%;
}

.sec-servicebox .box-txt dt, .sec-servicebox .box-txt dd {
  margin: 0;
  padding: 0;
}

.sec-servicebox .box-txt dt {
  color: #DC0000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.sec-servicebox .box-txt dt:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5em;
}

.sec-servicebox .box-txt dd {
  margin-top: 0.5em;
}

.sec-servicebox .block {
  padding: 10px;
}

.sec-servicebox .block a {
  display: block;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.sec-servicebox .block a:hover .box-img:before {
  border-width: 0px;
}

.sec-servicebox .grid2,
.sec-servicebox .grid3,
.sec-servicebox .grid4 {
  margin-right: -10px;
  margin-left: -10px;
}

.sec-servicebox .grid2 .block .box-img {
  padding-top: 61.7%;
}

.sec-servicebox .grid3 .block .box-img,
.sec-servicebox .grid4 .block .box-img {
  height: 215px;
}

.sec-servicebox .bl-cars .box-img {
  background-color: #CCEFF5;
}

.sec-servicebox .bl-cars .box-img:before {
  border-color: #CCEFF5;
}

.sec-servicebox .bl-cars .box-img:after {
  border-color: #00AECE;
}

.sec-servicebox .bl-camping_cars .box-img {
  background-color: #ECF5E0;
}

.sec-servicebox .bl-camping_cars .box-img:before {
  border-color: #ECF5E0;
}

.sec-servicebox .bl-camping_cars .box-img:after {
  border-color: #9FCD62;
}

.sec-servicebox .bl-weekly_monthly .box-img {
  background-color: #CCEBF9;
}

.sec-servicebox .bl-weekly_monthly .box-img:before {
  border-color: #CCEBF9;
}

.sec-servicebox .bl-weekly_monthly .box-img:after {
  border-color: #0099E3;
}

.sec-servicebox .bl-protection .box-img {
  background-color: #CEEDDF;
}

.sec-servicebox .bl-protection .box-img:before {
  border-color: #CEEDDF;
}

.sec-servicebox .bl-protection .box-img:after {
  border-color: #08A760;
}

.sec-servicebox .bl-roadservice .box-img {
  background-color: #FCE7D9;
}

.sec-servicebox .bl-roadservice .box-img:before {
  border-color: #FCE7D9;
}

.sec-servicebox .bl-roadservice .box-img:after {
  border-color: #F28740;
}

.sec-servicebox .bl-etccard .box-img {
  background-color: #FEF3D8;
}

.sec-servicebox .bl-etccard .box-img:before {
  border-color: #FEF3D8;
}

.sec-servicebox .bl-etccard .box-img:after {
  border-color: #ECB93B;
}

.sec-servicebox .bl-other .box-img {
  background-color: #FDE8F3;
}

.sec-servicebox .bl-other .box-img:before {
  border-color: #FDE8F3;
}

.sec-servicebox .bl-other .box-img:after {
  border-color: #F48EC4;
}

.sec-servicebox .bl-other2 .box-img {
  background-color: #EFEAFB;
}

.sec-servicebox .bl-other2 .box-img:before {
  border-color: #EFEAFB;
}

.sec-servicebox .bl-other2 .box-img:after {
  border-color: #AD98EB;
}

.sec-servicebox .anim-on .block:nth-child(1) a {
  -webkit-animation: service-fade 2s 0.3s both;
  animation: service-fade 2s 0.3s both;
}

.sec-servicebox .anim-on .block:nth-child(1) .box-img:before {
  -webkit-animation: fade-circle 1s 0.5s backwards;
  animation: fade-circle 1s 0.5s backwards;
}

.sec-servicebox .anim-on .block:nth-child(1) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 1s both;
  animation: fade-down 1s ease 1s both;
}

.sec-servicebox .anim-on .block:nth-child(1) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 1.3s both;
  animation: fade-down 1s ease 1.3s both;
}

.sec-servicebox .anim-on .block:nth-child(1) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 1.6s both;
  animation: fade-down 1s ease 1.6s both;
}

.sec-servicebox .anim-on .block:nth-child(2) a {
  -webkit-animation: service-fade 2s 0.6s both;
  animation: service-fade 2s 0.6s both;
}

.sec-servicebox .anim-on .block:nth-child(2) .box-img:before {
  -webkit-animation: fade-circle 1s 0.8s backwards;
  animation: fade-circle 1s 0.8s backwards;
}

.sec-servicebox .anim-on .block:nth-child(2) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 2s both;
  animation: fade-down 1s ease 2s both;
}

.sec-servicebox .anim-on .block:nth-child(2) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 2.3s both;
  animation: fade-down 1s ease 2.3s both;
}

.sec-servicebox .anim-on .block:nth-child(2) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 2.6s both;
  animation: fade-down 1s ease 2.6s both;
}

.sec-servicebox .anim-on .block:nth-child(3) a {
  -webkit-animation: service-fade 2s 0.9s both;
  animation: service-fade 2s 0.9s both;
}

.sec-servicebox .anim-on .block:nth-child(3) .box-img:before {
  -webkit-animation: fade-circle 1s 1.1s backwards;
  animation: fade-circle 1s 1.1s backwards;
}

.sec-servicebox .anim-on .block:nth-child(3) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 3s both;
  animation: fade-down 1s ease 3s both;
}

.sec-servicebox .anim-on .block:nth-child(3) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 3.3s both;
  animation: fade-down 1s ease 3.3s both;
}

.sec-servicebox .anim-on .block:nth-child(3) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 3.6s both;
  animation: fade-down 1s ease 3.6s both;
}

.sec-servicebox .anim-on .block:nth-child(4) a {
  -webkit-animation: service-fade 2s 1.2s both;
  animation: service-fade 2s 1.2s both;
}

.sec-servicebox .anim-on .block:nth-child(4) .box-img:before {
  -webkit-animation: fade-circle 1s 1.4s backwards;
  animation: fade-circle 1s 1.4s backwards;
}

.sec-servicebox .anim-on .block:nth-child(4) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 4s both;
  animation: fade-down 1s ease 4s both;
}

.sec-servicebox .anim-on .block:nth-child(4) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 4.3s both;
  animation: fade-down 1s ease 4.3s both;
}

.sec-servicebox .anim-on .block:nth-child(4) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 4.6s both;
  animation: fade-down 1s ease 4.6s both;
}

.sec-servicebox .anim-on .block:nth-child(5) a {
  -webkit-animation: service-fade 2s 1.5s both;
  animation: service-fade 2s 1.5s both;
}

.sec-servicebox .anim-on .block:nth-child(5) .box-img:before {
  -webkit-animation: fade-circle 1s 1.7s backwards;
  animation: fade-circle 1s 1.7s backwards;
}

.sec-servicebox .anim-on .block:nth-child(5) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 5s both;
  animation: fade-down 1s ease 5s both;
}

.sec-servicebox .anim-on .block:nth-child(5) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 5.3s both;
  animation: fade-down 1s ease 5.3s both;
}

.sec-servicebox .anim-on .block:nth-child(5) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 5.6s both;
  animation: fade-down 1s ease 5.6s both;
}

.sec-servicebox .anim-on .block:nth-child(6) a {
  -webkit-animation: service-fade 2s 1.8s both;
  animation: service-fade 2s 1.8s both;
}

.sec-servicebox .anim-on .block:nth-child(6) .box-img:before {
  -webkit-animation: fade-circle 1s 2s backwards;
  animation: fade-circle 1s 2s backwards;
}

.sec-servicebox .anim-on .block:nth-child(6) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 6s both;
  animation: fade-down 1s ease 6s both;
}

.sec-servicebox .anim-on .block:nth-child(6) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 6.3s both;
  animation: fade-down 1s ease 6.3s both;
}

.sec-servicebox .anim-on .block:nth-child(6) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 6.6s both;
  animation: fade-down 1s ease 6.6s both;
}

.sec-servicebox .anim-on .block:nth-child(7) a {
  -webkit-animation: service-fade 2s 2.1s both;
  animation: service-fade 2s 2.1s both;
}

.sec-servicebox .anim-on .block:nth-child(7) .box-img:before {
  -webkit-animation: fade-circle 1s 2.3s backwards;
  animation: fade-circle 1s 2.3s backwards;
}

.sec-servicebox .anim-on .block:nth-child(7) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 7s both;
  animation: fade-down 1s ease 7s both;
}

.sec-servicebox .anim-on .block:nth-child(7) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 7.3s both;
  animation: fade-down 1s ease 7.3s both;
}

.sec-servicebox .anim-on .block:nth-child(7) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 7.6s both;
  animation: fade-down 1s ease 7.6s both;
}

.sec-servicebox .anim-on .block:nth-child(8) a {
  -webkit-animation: service-fade 2s 2.4s both;
  animation: service-fade 2s 2.4s both;
}

.sec-servicebox .anim-on .block:nth-child(8) .box-img:before {
  -webkit-animation: fade-circle 1s 2.6s backwards;
  animation: fade-circle 1s 2.6s backwards;
}

.sec-servicebox .anim-on .block:nth-child(8) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 8s both;
  animation: fade-down 1s ease 8s both;
}

.sec-servicebox .anim-on .block:nth-child(8) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 8.3s both;
  animation: fade-down 1s ease 8.3s both;
}

.sec-servicebox .anim-on .block:nth-child(8) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 8.6s both;
  animation: fade-down 1s ease 8.6s both;
}

.sec-servicebox .anim-on .block:nth-child(9) a {
  -webkit-animation: service-fade 2s 2.7s both;
  animation: service-fade 2s 2.7s both;
}

.sec-servicebox .anim-on .block:nth-child(9) .box-img:before {
  -webkit-animation: fade-circle 1s 2.9s backwards;
  animation: fade-circle 1s 2.9s backwards;
}

.sec-servicebox .anim-on .block:nth-child(9) .box-img li:nth-child(1) {
  -webkit-animation: fade-down 1s ease 9s both;
  animation: fade-down 1s ease 9s both;
}

.sec-servicebox .anim-on .block:nth-child(9) .box-img li:nth-child(2) {
  -webkit-animation: fade-down 1s ease 9.3s both;
  animation: fade-down 1s ease 9.3s both;
}

.sec-servicebox .anim-on .block:nth-child(9) .box-img li:nth-child(3) {
  -webkit-animation: fade-down 1s ease 9.6s both;
  animation: fade-down 1s ease 9.6s both;
}

@-webkit-keyframes service-fade {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  60% {
    pointer-events: none;
  }
  61% {
    pointer-events: auto;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes service-fade {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  60% {
    pointer-events: none;
  }
  61% {
    pointer-events: auto;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@-webkit-keyframes fade-circle {
  0% {
    border-width: 100px;
  }
  100% {
    border-width: 15px;
  }
}

@keyframes fade-circle {
  0% {
    border-width: 100px;
  }
  100% {
    border-width: 15px;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.sec-attractions {
  background-color: #E7F3FE;
}

.sec-attractions .grid4 {
  margin-left: -10px;
  margin-right: -10px;
}

.sec-attractions .block {
  padding: 10px;
}

.sec-attractions .block a {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec-attractions .block a:hover .box-img:before {
  border-width: 0px;
}

.sec-attractions .block a .box-img {
  margin: 0;
}

.sec-attractions .block a .box-txt {
  padding: 8% 4%;
}

.sec-attractions .block a h3 {
  color: #DC0000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.sec-attractions .block a h3:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5em;
}

.sec-attractions .block a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.sec-coupon {
  background-color: #fef3e7;
}

.sec-coupon .grid2 {
  margin-left: -10px;
  margin-right: -10px;
}

.sec-coupon .block {
  padding: 10px;
}

.sec-coupon .block a {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec-coupon .block a .box-img,
.sec-coupon .block a .box-txt {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.sec-coupon .block a .box-img {
  height: 140px;
  width: 36%;
  overflow: hidden;
  position: relative;
}

.sec-coupon .block a .box-img img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-coupon .block a .box-txt {
  line-height: 1.6;
  padding: 30px 3% 8px 5%;
  position: relative;
}

.sec-coupon .block a .box-txt:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background-color: #DC0000;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  padding-left: 3px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}

.sec-coupon .block a .box-txt dt {
  color: #DC0000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.sec-coupon .block a .box-txt dt .coupon {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #DC0000;
  min-width: 3em;
  padding: 4px 6px;
  border-radius: 0 7px 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec-coupon .block a .box-txt dt .coupon-ib {
  color: #fff;
  background-color: #DC0000;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 0.2em;
}

.sec-coupon .block a .box-txt dt .txt-S {
  font-size: 0.8em;
  font-weight: inherit;
}

.sec-coupon .block a .box-txt dt + dd {
  margin-top: 0.5em;
}

.sec-coupon .block a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.sec-topreservation .list-support {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.sec-topreservation .list-support li {
  display: table-row;
}

.sec-topreservation .list-support li + li {
  background-image: url(/global/assets/img/common/line-dot.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.sec-topreservation .list-support li .box-img,
.sec-topreservation .list-support li .box-txt {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 0;
}

.sec-topreservation .list-support li .box-img {
  line-height: 1;
  text-align: center;
  width: 100px;
  position: relative;
}

.sec-topreservation .list-support li .box-img span {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.sec-topreservation .list-support li .box-txt {
  padding-left: 5%;
  text-align: left;
}

.sec-topreservation .list-support li .box-txt dt {
  font-weight: bold;
}

.sec-topreservation .list-support li .box-txt dd {
  padding-left: 0;
  margin-left: 0;
}

.sec-topreservation .list-support li.bl-carnavi .box-img:before {
  background-color: #e8e8e8;
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.sec-topreservation .list-support li.bl-carnavi .box-img span {
  width: 100px;
  border-radius: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-topreservation #mainform {
  background-color: #FBF7E9;
  padding: 20px;
}

.sec-topreservation #mainform section {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.sec-topreservation #mainform section + section:before {
  color: #8F7C32;
  font-family: FontAwesome;
  content: "\f078";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  background-color: #FBF7E9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form section {
  display: block;
  padding: 30px;
  position: relative;
}

form section + section {
  margin-top: 2px;
}

form section h3 {
  color: #DC0000;
  text-align: center;
}


form section dl dt {
  font-weight: bold;
  text-align:center;
}

form section dl dd {
  padding-left: 0;
  margin-left: 0;
  text-align:center;
}

form section dl dd i {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 1em;
  margin-right: 0.2em;
}

form section dl dd .inline-b {
  margin-right: 0.5em;
}

form section input[type="text"],
form section input[type="email"],
form section input[type="tel"] {
  width: 280px;
}

form section input[type="text"].entrydate,
form section input[type="email"].entrydate,
form section input[type="tel"].entrydate {
  width: 150px;
}

form section input[type="text"] + select {
  margin-left: 0.5em;
}

form section .list-kome {
  margin-top: 0.2em;
}

form section .list-kome:first-child {
  margin-top: 0;
}

form section select {
  min-width: 65px;
}

form #startpickup_info,
form #endpickup_info {
  background-color: #f5f5f5;
  margin-top: 0.5em;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

form #startpickup_info.hide,
form #endpickup_info.hide {
  height: 0;
  padding: 0 2%;
}

form .btn input {
  width: 100%;
}

.p-reservations #container > #header,
.p-thanks #container > #header {
  position: relative;
  box-shadow: none;
  border-bottom: solid 2px #DC0000;
}

.p-reservations #mainform > .clr {
  margin-bottom: 100px;
  position: relative;
  overflow: visible;
}

.p-reservations #main {
  float: left;
  width: 100%;
  margin-right: 0;
}

.p-reservations #main .submitn {
  width: 100%;
  position: absolute;
  bottom: -100px;
}

.p-reservations #contents {
  margin-right: 0;
}

.p-reservations #side {
  float: right;
  width: 280px;
}

.p-reservations #side .fit-box {
  padding-top: 20px;
}

.p-thanks section {
  padding: 5%;
}

.p-thanks .box-tb {
  margin: 3em auto 0 auto;
}

.p-thanks .box-tb .box-cell {
  padding: 15px;
}

.p-thanks .box-tb .box-cell p {
  text-align: center;
}

.p-thanks .box-tb .box-cell .link_button li {
  white-space: nowrap;
}

.sec-reservations,
.sec-form {
  background-image: url(/global/assets/img/top/bg-service.gif);
  background-color: #FBF7E9;
}

.sec-reservations h1 + p,
.sec-reservations h2 + p,
.sec-form h1 + p,
.sec-form h2 + p {
  text-align: center;
}

.sec-reservations .container,
.sec-form .container {
  overflow: visible;
}

.sec-reservations #contents,
.sec-form #contents {
  background-color: #98d7e1;
  margin-top: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 8px;
}

.sec-reservations #contents > p,
.sec-form #contents > p {
  margin-top: 5px;
  margin-left: 18px;
  text-align:center;
}

.sec-reservations #contents section,
.sec-form #contents section {
  display: block;
  background-color: #fff;
  padding: 18px;
  border-radius: 5px;
}

.sec-reservations #contents section + section,
.sec-form #contents section + section {
  margin-top: 8px;
}

.p-thanks .sec-reservations #contents section, .p-thanks
.sec-form #contents section {
  padding: 5%;
}

.sec-reservations #sub-nav2,
.sec-form #sub-nav2 {
  color: #fff;
  background-color: #edb244;
  padding: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.sec-reservations #sub-nav2 h3,
.sec-form #sub-nav2 h3 {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  padding: 0.5em 0;
}

.sec-reservations #sub-nav2 h3 strong,
.sec-form #sub-nav2 h3 strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.5em;
}

.sec-reservations #sub-nav2 .inr,
.sec-form #sub-nav2 .inr {
  color: #333;
  margin-top: 8px;
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
}

.sec-reservations #sub-nav2 dl:after,
.sec-form #sub-nav2 dl:after {
  content: "";
  display: block;
  clear: both;
}

.sec-reservations #sub-nav2 dl dt,
.sec-reservations #sub-nav2 dl dd,
.sec-form #sub-nav2 dl dt,
.sec-form #sub-nav2 dl dd {
  line-height: 1.2;
  padding: 0.5em 0;
}

.sec-reservations #sub-nav2 dl dt,
.sec-form #sub-nav2 dl dt {
  width: 70%;
  clear: both;
}

.sec-reservations #sub-nav2 dl dd,
.sec-form #sub-nav2 dl dd {
  margin-left: 0;
  width: 30%;
}

.sec-reservations #sub-nav2 #calctotal,
.sec-form #sub-nav2 #calctotal {
  font-weight: bold;
  border-top: solid 1px #ccc;
  padding-top: 1em;
}

.sec-reservations form > p,
.sec-form form > p {
  text-align: center;
}

.sec-reservations form section dl,
.sec-form form section dl {
  margin-top: 1em;
}

.sec-reservations form section dl:first-child,
.sec-form form section dl:first-child {
  margin-top: 0;
}

.sec-reservations form section dl dt,
.sec-form form section dl dt {
  margin-top: 1.5em;
}

.sec-reservations form section dl dt:first-child,
.sec-form form section dl dt:first-child {
  margin-top: 0;
}

.sec-reservations form section dl dt:before,
.sec-form form section dl dt:before {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-right: 0.5em;
}

.sec-reservations form section.sec-syasyu ul, .sec-reservations form section.sec-hoshoinfo ul, .sec-reservations form section.sec-customer ul, .sec-reservations form section.sec-modify ul,
.sec-form form section.sec-syasyu ul,
.sec-form form section.sec-hoshoinfo ul,
.sec-form form section.sec-customer ul,
.sec-form form section.sec-modify ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.sec-reservations form section.sec-syasyu ul li, .sec-reservations form section.sec-hoshoinfo ul li, .sec-reservations form section.sec-customer ul li, .sec-reservations form section.sec-modify ul li,
.sec-form form section.sec-syasyu ul li,
.sec-form form section.sec-hoshoinfo ul li,
.sec-form form section.sec-customer ul li,
.sec-form form section.sec-modify ul li {
  position: relative;
}

.sec-reservations form section.sec-syasyu input[type="checkbox"],
.sec-reservations form section.sec-syasyu input[type="radio"], .sec-reservations form section.sec-hoshoinfo input[type="checkbox"],
.sec-reservations form section.sec-hoshoinfo input[type="radio"], .sec-reservations form section.sec-customer input[type="checkbox"],
.sec-reservations form section.sec-customer input[type="radio"], .sec-reservations form section.sec-modify input[type="checkbox"],
.sec-reservations form section.sec-modify input[type="radio"],
.sec-form form section.sec-syasyu input[type="checkbox"],
.sec-form form section.sec-syasyu input[type="radio"],
.sec-form form section.sec-hoshoinfo input[type="checkbox"],
.sec-form form section.sec-hoshoinfo input[type="radio"],
.sec-form form section.sec-customer input[type="checkbox"],
.sec-form form section.sec-customer input[type="radio"],
.sec-form form section.sec-modify input[type="checkbox"],
.sec-form form section.sec-modify input[type="radio"] {
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-reservations form section.sec-syasyu label, .sec-reservations form section.sec-hoshoinfo label, .sec-reservations form section.sec-customer label, .sec-reservations form section.sec-modify label,
.sec-form form section.sec-syasyu label,
.sec-form form section.sec-hoshoinfo label,
.sec-form form section.sec-customer label,
.sec-form form section.sec-modify label {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 9px 9px 9px 40px;
  border: solid 3px #e8e8e8;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-reservations form section.sec-syasyu input:checked + label, .sec-reservations form section.sec-hoshoinfo input:checked + label, .sec-reservations form section.sec-customer input:checked + label, .sec-reservations form section.sec-modify input:checked + label,
.sec-form form section.sec-syasyu input:checked + label,
.sec-form form section.sec-hoshoinfo input:checked + label,
.sec-form form section.sec-customer input:checked + label,
.sec-form form section.sec-modify input:checked + label {
  border-color: #DC0000 !important;
}

.sec-reservations form section.sec-syasyu ul,
.sec-form form section.sec-syasyu ul {
  margin: 0 -10px;
}

.sec-reservations form section.sec-syasyu ul li,
.sec-form form section.sec-syasyu ul li {
  padding: 10px;
}

.sec-reservations form section.sec-syasyu ul li input[type="radio"],
.sec-form form section.sec-syasyu ul li input[type="radio"] {
  left: 33px;
}

.sec-reservations form section.sec-syasyu ul li .box-img,
.sec-form form section.sec-syasyu ul li .box-img {
  display: block;
}

.sec-reservations form section.sec-hoshoinfo ul li,
.sec-form form section.sec-hoshoinfo ul li {
  margin-top: 1em;
}

.sec-reservations form section.sec-hoshoinfo ul li.li-insurance1 label,
.sec-form form section.sec-hoshoinfo ul li.li-insurance1 label {
  background-color: #ffebeb;
  border-color: #ffc3c3;
}

.sec-reservations form section.sec-hoshoinfo ul li.li-insurance1 label div,
.sec-form form section.sec-hoshoinfo ul li.li-insurance1 label div {
  background-color: #DC0000;
}

.sec-reservations form section.sec-hoshoinfo ul li.li-insurance1 label .box_red,
.sec-form form section.sec-hoshoinfo ul li.li-insurance1 label .box_red {
  color: #DC0000;
  font-weight: bold;
  margin-left: 0.5em;
}

.sec-reservations form section.sec-hoshoinfo ul li label,
.sec-form form section.sec-hoshoinfo ul li label {
  font-weight: normal;
  text-align: left;
  padding: 7px 7px 7px 40px;
}

.sec-reservations form section.sec-hoshoinfo ul li label div,
.sec-form form section.sec-hoshoinfo ul li label div {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 3px 15px;
  background-color: #edb244;
  margin-bottom: 5px;
}

.sec-reservations form section.sec-hoshoinfo ul li input[disabled] + label,
.sec-form form section.sec-hoshoinfo ul li input[disabled] + label {
  cursor: default;
  color: #ccc;
  background-color: #f5f5f5;
}

.sec-reservations form section.sec-hoshoinfo ul li input[disabled] + label div,
.sec-form form section.sec-hoshoinfo ul li input[disabled] + label div {
  background-color: #ccc;
}

.sec-reservations form section.sec-options ul,
.sec-form form section.sec-options ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: table;
  width: 100%;
}

.sec-reservations form section.sec-options ul li,
.sec-form form section.sec-options ul li {
  display: table-row;
  background-image: url(/global/assets/img/common/line-dot.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.sec-reservations form section.sec-options ul li .box-img,
.sec-reservations form section.sec-options ul li .box-txt,
.sec-form form section.sec-options ul li .box-img,
.sec-form form section.sec-options ul li .box-txt {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
}

.sec-reservations form section.sec-options ul li .box-img,
.sec-form form section.sec-options ul li .box-img {
  text-align: center;
  width: 200px;
}

.sec-reservations form section.sec-options ul li:after,
.sec-form form section.sec-options ul li:after {
  content: "";
  display: block;
  clear: both;
}

.sec-reservations form section.sec-customer dl dd .box-tb,
.sec-form form section.sec-customer dl dd .box-tb {
  margin-top: 0.3em;
}

.sec-reservations form section.sec-customer dl dd .box-tb .box-cell,
.sec-form form section.sec-customer dl dd .box-tb .box-cell {
  position: relative;
}

.sec-reservations form section.sec-customer dl dd .box-tb .box-cell + .box-cell,
.sec-form form section.sec-customer dl dd .box-tb .box-cell + .box-cell {
  padding-left: 1.5em;
}

.sec-reservations form section.sec-modify ul li,
.sec-form form section.sec-modify ul li {
  display: inline-block;
  min-width: 120px;
  margin-right: 0.5em;
}

.sec-reservations form section.sec-modify ul li label,
.sec-form form section.sec-modify ul li label {
  text-align: left;
}

.sec-reservations form section .phone-injapan,
.sec-form form section .phone-injapan {
  margin-top: 1em;
}

.sec-reservations textarea,
.sec-form textarea {
  width: 100%;
}

.sec-reservations .btn,
.sec-form .btn {
  margin-top: 4em;
  width: 80%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.sp-slides-container {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.sp-slides-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.sp-slides-container .sp-fade-arrows {
  opacity: 1;
}

.sp-slides-container .sp-arrow:before, .sp-slides-container .sp-arrow:after {
  background-color: #DC0000;
  width: 10%;
}

.sp-slides-container .sp-arrow .sp-next-arrow:before {
  content: '\f105' !important;
}

.sp-slides-container .sp-arrow .sp-previous-arrow:before {
  content: '\f104' !important;
}

.sp-buttons {
  bottom: 0;
}

.sp-buttons .sp-button {
  background-color: #fff;
  border: solid 1px #333;
}

.sp-buttons .sp-selected-button {
  background-color: #DC0000;
}

[class^="sec-"] + .sec-carinfo {
  border-top-style: none;
}

.cat-cars .sec-carinfo {
  background-color: #CCEFF5;
}

.cat-cars .sec-carinfo .service-box-heading {
  background-color: #00AECE;
}

.sec-carinfo .col2 {
  margin-top: -2%;
  clear: both;
}

.sec-carinfo .block {
  margin-left: 2%;
  margin-top: 2%;
  width: 49%;
}

.sec-carinfo .service-box-heading {
  color: #fff;
  padding: 8px 5px;
  border-radius: 7px 7px 0 0;
}

.sec-carinfo .service-box-heading + * {
  margin-top: 0;
}

.sec-carinfo .inbox {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  overflow: hidden;
}

.sec-carinfo .inbox + .inbox {
  margin-top: 3rem;
}

.sec-carinfo .inbox .box-content {
  padding: 15px;
}

.sec-carinfo .inbox .service-box-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}

.sec-carinfo .inbox .service-box-heading .car_class + span {
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.3em;
}

.sec-carinfo .inbox .caution {
  color: #0099E3;
}

.sec-carinfo .inbox h3 {
  text-align: center;
}

.sec-carinfo .inbox dl {
  margin: 2em 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.sec-carinfo .inbox dl:first-child {
  margin-top: 0;
}

.sec-carinfo .inbox dl:last-child {
  margin-bottom: 0;
}

.sec-carinfo .inbox dl:after {
  content: "";
  display: block;
  clear: both;
}

.sec-carinfo .inbox dl dt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  background-repeat: repeat-x;
  background-position: left top;
}

.sec-carinfo .inbox dl dt:before {
  font-family: FontAwesome;
  content: "\f0d7";
  text-align: center;
  display: inline-block;
  width: 1em;
  margin-right: 0.3em;
}

.sec-carinfo .inbox dl dd {
  margin-left: 0;
}

.sec-carinfo .inbox dl dd + dt {
  margin-top: 1.5em;
}

.sec-carinfo .inbox dl dd i.fa {
  color: #fff;
  background-color: #edb244;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  margin-right: 0.3em;
}

.sec-carinfo .inbox dl dd ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: -0.4em;
  margin-left: -0.3em;
}

.sec-carinfo .inbox dl dd ul li {
  color: #edb244;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 0.3em;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0.8em;
  border: solid 1px #edb244;
  border-radius: 3px;
  margin-left: 0.3em;
}

.sec-carinfo .inbox dl dd ul li i.fa {
  margin-bottom: 0.2em;
}

.sec-carinfo .inbox dl.dl-table dt,
.sec-carinfo .inbox dl.dl-table dd {
  border-color: #b3d8e0;
  border-color: #ccc;
  border-width: 1px;
}

.sec-carinfo .inbox dl.dl-table dt {
  border-style: solid solid none;
  background-color: #dcf4f8;
  background-color: #f5f5f5;
  padding: 0.3em;
  margin-bottom: 0;
}

.sec-carinfo .inbox dl.dl-table dd {
  border-style: none solid solid;
  padding: 10px;
}

.sec-carinfo .inbox dl.dl-table dd + dt {
  margin-top: 0.3em;
}

.sec-carinfo .inbox dl.dl-table dl {
  margin-top: 1em;
}

.sec-carinfo .inbox dl.dl-table dl dt,
.sec-carinfo .inbox dl.dl-table dl dd {
  border-style: none;
  background-color: transparent;
  padding: 0em;
}

.sec-carinfo .inbox dl.dl-table dl dt {
  margin-top: 0.5em;
}

.sec-carinfo .inbox table {
  width: 100%;
}

.sec-carinfo .inbox table td {
  text-align: center;
}

.sec-carinfo .inbox .discount_rate {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  background-color: #DC0000;
  padding: 3px 5px;
  border-radius: 3px;
}

.sec-carinfo .inbox .link_options {
  margin: 2em 0;
}

.sec-carinfo .inbox .link_reserve a {
  width: 240px;
  max-width: 100%;
  min-width: 33%;
}

.sec-service {
  background-color: #FDF7EB;
}

[class^="sec-"] + .sec-service {
  border-top-style: none;
}

.sec-service .grid4 {
  margin: -10px;
}

.sec-service .grid4 .block {
  padding: 10px;
  box-shadow: none;
}

.sec-service .grid4 .block .inbox {
  height: 100%;
  padding: 1em;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  box-sizing: border-box;
}

.sec-service .grid4 .block h4 {
  margin-top: 1em;
}

.sec-service .grid4 .block p {
  text-align: center;
}

.sec-service .block {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.sec-service .block .col-wrap {
  margin-top: 2em;
}

.sec-service .block .box-img {
  text-align: center;
  background-color: #f5f5f5;
}

.sec-service .block .box-txt {
  padding: 1.5em;
}

.sec-service h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #fdf7eb;
  background-color: #edb244;
  color: #fff;
  border: solid 1px #edb244;
  padding: 0.5em 0.8em;
}

.sec-service h3 span {
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
}

.sec-service h4 {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.box-calculate {
  display: inline-block;
  margin-top: 0.5em;
}

.box-calculate span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.box-calculate span[class^="card-"] {
  color: #fff;
  display: inline-block;
  background-color: #777;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  margin: 0.5em 0;
}

.box-calculate span[class^="card-"].card-hourly {
  background-color: #0099E3;
}

.box-calculate span[class^="card-"].card-insurance {
  background-color: #08A760;
}

.box-calculate span[class^="card-"].card-options {
  background-color: #F28740;
}

.box-calculate span[class^="card-"].card-distance {
  background-color: #ECB93B;
}

.box-calculate span[class="plus"] {
  line-height: 1;
  margin: 0 0.5em;
  text-align: center;
}

.box-calculate .txt-tax {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3em;
}

[class^="sec-"] + .sec-fee_details {
  border-top-style: none;
}

.sec-fee_details table td {
  text-align: center;
}

.sec-fee_details table td dl dd {
  margin-left: 0;
}

.sec-fee_details table td dl dd + dt {
  margin-top: 0.3em;
}

.sec-fee_details #options table th {
  text-align: left;
}

.sec-fee_details #options table td {
  text-align: right;
}

.sec-fee_details #options table td[align="center"] {
  text-align: center;
}

.p-weekly .sec-reservations h2 span {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  color: #fff;
  background-color: #0099E3;
  border: solid 1px #0099E3;
  padding: 0.1em .5em;
  border-radius: 3px;
}

.bl-monthly h3 {
  color: #0099E3;
  text-align: center;
}

.bl-monthly .box-img {
  border: solid 1px #ccc;
  padding: 5% 5%;
}

.bl-monthly dl {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #ecf8fd;
  padding: 5%;
  box-sizing: border-box;
}

.bl-monthly dl dt {
  color: #0099E3;
}

.sec-insurance .box-read .block .box-txt {
  border: solid 1px #ccc;
  padding: 2%;
}

.sec-insurance .box-pricing {
  margin-top: 5rem;
}

.sec-insurance .box-pricing .block {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.sec-insurance .box-pricing .block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: solid 2px #c2c2c2;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-insurance .box-pricing .block .pricing-head {
  color: #fff;
  background-color: #c2c2c2;
  line-height: 1.4;
  width: 100%;
  display: table;
}

.sec-insurance .box-pricing .block .pricing-head .inr {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  height: 160px;
  box-sizing: border-box;
}

.sec-insurance .box-pricing .block .pricing-head h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: inherit;
  line-height: 1.2;
}

.sec-insurance .box-pricing .block .pricing-head h3 span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #DC0000;
  display: inline-block;
  margin-top: 0.3em;
  padding: 2px 5px;
  border-radius: 3px;
}

.sec-insurance .box-pricing .block .pricing-head p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.sec-insurance .box-pricing .block .pricing-head .price {
  font-size: 16px;
  font-size: 1rem;
}

.sec-insurance .box-pricing .block .pricing-head .price em {
  font-size: 20px;
  font-size: 1.25rem;
}

.sec-insurance .box-pricing .block .pricing-accounting {
  color: #333;
  background-color: #f5f5f5;
  border-style: solid none;
  border-width: 1px;
  border-color: #c2c2c2;
  padding: 1em 0;
}

.sec-insurance .box-pricing .block .pricing-accounting h4 {
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}

.sec-insurance .box-pricing .block .pricing-accounting .price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  text-align: center;
  margin-top: 0.3em;
}

.sec-insurance .box-pricing .block .pricing-accounting .price em {
  font-size: 35px;
  font-size: 2.1875rem;
}

.sec-insurance .box-pricing .block .pricing-content {
  margin: 0;
  padding: 8%;
  list-style: none;
}

.sec-insurance .box-pricing .block .pricing-content i {
  color: #c2c2c2;
  width: 1em;
  text-align: center;
}

.sec-insurance .box-pricing .block .pricing-content b {
  color: #DC0000;
}

.sec-insurance .box-pricing .block .price {
  font-weight: bold;
}

.sec-insurance .box-pricing .block .price em {
  margin-left: 0.2em;
  font-style: normal;
}

.sec-insurance .box-pricing .block.bl-safetypack:before {
  border-color: #63d5f0;
  border-width: 5px;
}

.sec-insurance .box-pricing .block.bl-safetypack .pricing-head {
  background-color: #63d5f0;
}

.sec-insurance .box-pricing .block.bl-safetypack .pricing-accounting {
  border-color: #63d5f0;
  background-color: #f3fcfe;
}

.sec-insurance .box-pricing .block.bl-safetypack .pricing-content i {
  color: #63d5f0;
}

.sec-insurance .box-pricing .block.bl-disclaimer:before {
  border-color: #afd488;
}

.sec-insurance .box-pricing .block.bl-disclaimer .pricing-head {
  background-color: #afd488;
}

.sec-insurance .box-pricing .block.bl-disclaimer .pricing-accounting {
  border-color: #afd488;
  background-color: #f6faf1;
}

.sec-insurance .box-pricing .block.bl-disclaimer .pricing-content i {
  color: #afd488;
}

.sec-roadservice .container {
  background-color: #fff4dc;
  padding: 3% 3% 3%;
}

.sec-roadservice h2 .txt-S {
  font-size: 0.7em;
  display: inline-block;
}

.sec-roadservice .box-tb {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.sec-roadservice .box-tb .box-img {
  width: 240px;
}

.sec-roadservice .box-tb .box-img img {
  width: 100%;
}

.sec-roadservice .box-tb .box-txt {
  border-style: solid solid solid none;
  border-style: none;
  border-width: 3px;
  border-color: #f5f5f5;
  padding-left: 2em;
  padding-right: 1em;
}

.sec-roadservice .list-block {
  margin-top: 3em;
}

.sec-roadservice .list-block .block {
  background-color: #fff;
  border: solid 2px #0168b7;
  border-radius: 7px;
  overflow: hidden;
}

.sec-roadservice .list-block .block + .block {
  margin-top: 1.5em;
}

.sec-roadservice .list-block .block .inr {
  display: table;
  width: 100%;
}

.sec-roadservice .list-block .block .inr .box-img,
.sec-roadservice .list-block .block .inr dl {
  display: table-cell;
  vertical-align: middle;
}

.sec-roadservice .list-block .block .inr .box-img {
  width: 240px;
  padding: 5px 20px;
  box-sizing: border-box;
}

.sec-roadservice .list-block .block .inr .box-img img {
  width: 100%;
}

.sec-roadservice .list-block .block .inr dl {
  background-color: #ebf6ff;
  padding: 10px 10px 10px 30px;
}

.sec-roadservice .list-block .block .inr dl dt {
  color: #0168b7;
  font-weight: bold;
}

.sec-roadservice .list-block .block .inr dl dd {
  margin-top: 0.5em;
  margin-left: 0;
}

.sec-roadservice .list-block .block .inr dl dd ul {
  padding-left: 1.5em;
}

.wide-slider {
  margin: 0 auto;
}

.wide-slider img {
  width: auto !important;
  margin: 0 auto;
}

.box-equipment {
  background-color: #633b23;
  border: solid 1px #d3c6b0;
  padding: 5px 9px;
  border-radius: 5px;
  background-image: url(/global/assets/img/camping-cars/bg-equipment.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.box-equipment h3 {
  color: #fff;
  padding: 5px 0;
}

.box-equipment .equipment-slider {
  margin-top: 5px;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide {
  text-align: center;
  vertical-align: middle;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide .inr {
  padding: 15px 60px;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide .inr dl {
  margin-top: 1em;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide .inr dl dt {
  margin-bottom: 0.2em;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide .inr dl dt:before {
  content: none;
}

.box-equipment .equipment-slider .sp-slides-container .sp-slide .inr dl dd {
  display: inline-block;
  text-align: left;
}

.cat-camping-cars .sec-carinfo {
  background-color: #ECF5E0;
}

.cat-camping-cars .sec-carinfo .service-box-heading {
  background-color: #9FCD62;
}

.cat-camping-cars .sec-carinfo .inbox:nth-child(2) .box-header {
  background-color: #338c42;
  background-image: url(/global/assets/img/camping-cars/bg-slider2_2x.jpg);
}

.cat-camping-cars .sec-carinfo .box-header {
  padding: 3%;
  background-color: #65ba69;
  background-image: url(/global/assets/img/camping-cars/bg-slider1_2x.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.cat-camping-cars .sec-carinfo .box-header .sp-slide:before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cat-camping-cars .sec-carinfo .box-header .box-txt {
  max-width: 570px;
  margin: 10px auto 0;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.65);
}

.cat-camping-cars .sec-carinfo .inbox .link_reserve {
  margin-top: 3em;
}

.cat-camping-cars .sec-carinfo .inbox ul.link_button {
  background-color: #fff1f1;
  padding: 1em;
}

.sec-carinfo .inbox .box-content {
  padding: 3%;
}

.sec-carinfo .inbox .box-content .col2 .block {
  width: 48%;
  margin-top: 4%;
  margin-left: 4%;
}

.sec-carinfo .inbox .box-content .col2 .block:nth-child(2n+1) {
  margin-left: 0;
}

.sec-carinfo .inbox .box-video {
  margin-top: 1em;
  background-color: #e6f7f5;
  padding: 3% 20%;
  text-align: center;
}

.sec-carinfo .inbox .box-video h3 {
  color: #fff;
  background-color: #0ea795;
  display: inline-block;
  padding: 3px 2em;
  border-radius: 20px;
}

.left-title .block {
  display: table;
  border: solid 2px #edb244;
  border-radius: 5px;
}

.left-title .block + .block {
  margin-top: 3rem;
}

.left-title .block .box-header,
.left-title .block .box-content {
  padding: 2rem;
}

.left-title .block .box-header {
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: middle;
  padding-right: 3rem;
  background-color: #edb244;
}

.left-title .block .box-header h2 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}

.left-title .block .box-content {
  display: table-cell;
  padding-left: 3rem;
}

.left-title .block .box-content dl dt {
  font-size: 16px;
  font-size: 1rem;
}

.left-title .block .box-content dl dd {
  margin-top: 0.2em;
}

.left-title .block .box-content dl dd + dt {
  margin-top: 1em;
}

.left-title .block .box-content .list-icon li:before {
  color: #edb244;
  content: "\f06a";
  font-size: 1.2em;
  line-height: 1.5;
}

.cat-locations #okayamast,
.cat-locations #takamatsust {
  background-color: #fff4dc;
}

.cat-locations #okayamaap,
.cat-locations #takamatsuap,
.cat-locations #matsuyamaap {
  background-color: #e0f3f8;
}

.sec-storelist .box-map .map-sp {
  display: none;
}

.sec-storelist .box-storelist {
  margin: 3rem -5px 0;
}

.sec-storelist .box-storelist .block {
  padding: 5px;
}

.sec-storelist .box-storelist .block .inr {
  border: solid 1px #ccc;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

.sec-storelist .box-storelist .block .inr .clr {
  margin: 10px;
  position: relative;
}

.sec-storelist .box-storelist .block .inr .clr .float-L {
  width: 45%;
}

.sec-storelist .box-storelist .block .inr .clr .float-R {
  width: 50%;
}

.sec-storelist .box-storelist .block h3 {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fdf7eb;
  background-color: #f5f5f5;
  padding: 10px;
}

.sec-storelist .box-storelist .block h3 span {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #fff;
  background-color: #edb244;
  vertical-align: middle;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 0.3em;
}

.sec-storelist .box-storelist .block .link_button {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

[class^="sec-"] + .sec-store_info {
  border-top-style: none;
}

.sec-store_info h2 {
  text-align: center;
  margin-bottom: 2em;
}

.sec-store_info h2 span {
  background-color: #fff;
  min-width: 50%;
  padding: 0.3em 50px;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
}

.sec-store_info .box-lang_support {
  background-color: #fff;
  border: solid 2px #449fed;
  border-radius: 3px;
}

.sec-store_info .box-lang_support dt {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: #449fed;
  padding: 0 5px;
  position: relative;
}

.sec-store_info .box-lang_support dt:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 0 0;
  background-color: #449fed;
  background-image: url(/global/assets/img/locations/ico-globe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.sec-store_info .box-lang_support dd {
  color: #449fed;
  font-weight: bold;
  padding: 10px;
}

.sec-store_info .box-lang_support.anim-on dt:after {
  -webkit-animation: lang-icon 0.2s linear 0.8s both;
  animation: lang-icon 0.2s linear 0.8s both;
}

@-webkit-keyframes lang-icon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes lang-icon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.sec-store_info .list-icon {
  margin-top: 1.5rem;
}

.sec-store_info .list-icon .phone {
  font-size: 24px;
  font-size: 1.5rem;
}

.sec-store_info .gmaps {
  font-size: 0;
  border: solid 1px #9f9f9f;
  background-color: #EAEAEA;
}

.sec-store_info .gmaps + .link_button {
  text-align: right;
}

.sec-store_info .box-pickup {
  background-color: #f6fbfd;
  padding: 4% 5%;
  border-radius: 10px;
  margin-top: 3rem;
}

.sec-store_info .box-pickup h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0099E3;
  text-align: center;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #0099E3;
  margin-bottom: 2em;
}

.sec-store_info .box-pickup .dl-frame {
  line-height: 1.4;
  border: solid 1px #edb244;
  background-color: #fff;
  padding: 0.8em;
}

.sec-store_info .box-pickup .dl-frame dd {
  margin-top: 0.3em;
}

.sec-store_info .box-pickup .float-L {
  width: 21.25%;
}

.sec-store_info .box-pickup .float-R {
  width: 73.75%;
}

.sec-store_info .box-pickup .float-R .box-img {
  border: solid 1px #e4e4e4;
}

.guide_item + .guide_item {
  margin-top: 1.2em;
  padding-top: 1.2em;
  background-image: url(/global/assets/img/common/line-dot.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.guide_item .box-tb .box-img {
  display: table-cell;
  width: 110px;
  padding-right: 10px;
  box-sizing: border-box;
}

.guide_item .box-tb .box-img img {
  width: 100%;
}

.guide_item .box-tb .box-txt {
  display: table-cell;
  vertical-align: middle;
}

.guide_item .box-tb .box-txt dt {
  line-height: 1.4;
}

.guide_item .box-tb .box-txt dd {
  margin-top: 0.5em;
  line-height: 1.6;
}

.guide_item .box-tb + p {
  margin-top: 0.5em;
}

.sec-use dl dd + dt {
  margin-top: 1em;
}

.sec-use .list-creditcard {
  list-style: none;
  padding-left: 0;
}

.sec-use .list-creditcard:after {
  content: "";
  display: block;
  clear: both;
}

.sec-use .list-creditcard li {
  max-width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}

.sec-use .box-calculate span {
  display: block;
  margin: 0.3em 0;
}

.sec-options .oneway .guide_item + .guide_item {
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.sec-options .oneway .guide_item dl:after {
  content: "";
  display: block;
  clear: both;
}

.sec-options .oneway .guide_item dl dt {
  clear: both;
  float: left;
}

.sec-options .oneway .guide_item dl dd {
  text-align: right;
}

.sec-license h2 + p {
  text-align: center;
  margin-bottom: 4em;
}

.sec-trafficrules {
  background-color: #fff4dc;
}

.sec-trafficrules [class^="grid"] {
  margin: 0 -10px;
}

.sec-trafficrules [class^="grid"] .block {
  padding: 10px;
}

.sec-trafficrules [class^="grid"] .block .inr {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.sec-trafficrules [class^="grid"] .block .box-img {
  border-bottom: solid 1px #e4e4e4;
}

.sec-trafficrules [class^="grid"] .block .box-img img {
  width: 100%;
}

.sec-trafficrules [class^="grid"] .block .box-txt {
  padding: 5%;
}

.sec-trafficrules [class^="grid"] .block .box-txt h3 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.sec-trafficrules [class^="grid"] .block .box-txt h3 + p {
  line-height: 1.6;
  margin-top: 0.5em;
}

.sec-trafficsigns {
  background-color: #e0f3f8;
}

.sec-trafficsigns .clr,
.sec-trafficsigns .block {
  border-color: #b3d8e0;
  border-width: 1px;
  box-sizing: border-box;
}

.sec-trafficsigns .clr {
  border-style: solid none none solid;
}

.sec-trafficsigns .block {
  background-color: #fff;
  border-style: none solid solid none;
  width: 20%;
  float: left;
  display: table;
}

.sec-trafficsigns .block dl {
  display: table-cell;
}

.sec-trafficsigns .block dl dt {
  display: block;
}

.sec-trafficsigns .block dl dt img {
  width: 100%;
}

.sec-trafficsigns .block dl dd {
  line-height: 1.3;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0 5% 10%;
}

.sec-trafficsigns .block .box-cell {
  vertical-align: middle;
  padding: 5%;
}

.sec-illegal-parking .list-procedure {
  margin-top: 2em;
  list-style: none;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 0;
}

.sec-illegal-parking .list-procedure li {
  color: #fff;
  background-color: #edb244;
  padding: 0.5em 1em 0.5em 3.8em;
  border-radius: 3px;
  min-height: 32px;
  position: relative;
}

.sec-illegal-parking .list-procedure li + li {
  margin-top: 0.5em;
}

.sec-illegal-parking .list-procedure li:before {
  content: "0";
  font-size: 1.5em;
  display: inline-block;
  color: #edb244;
  text-align: center;
  background-color: #fff;
  line-height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-illegal-parking .list-procedure li:nth-child(1):before {
  content: "1";
}

.sec-illegal-parking .list-procedure li:nth-child(2):before {
  content: "2";
}

.sec-illegal-parking .list-procedure li:nth-child(3):before {
  content: "3";
}

.sec-illegal-parking .list-procedure li:nth-child(4):before {
  content: "4";
}

.sec-illegal-parking .list-procedure li:nth-child(5):before {
  content: "5";
}

.sec-company .box-about table {
  width: 100%;
  background-image: url(/global/assets/img/common/line-dot.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.sec-company .box-about table th,
.sec-company .box-about table td {
  border-style: none;
  background-color: transparent;
  padding: 1em 0;
}

.sec-company .box-about table td {
  padding-left: 1em;
}

.sec-company .box-about table tr {
  background-image: url(/global/assets/img/common/line-dot.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.sec-company .box-about table tr th {
  text-align: left;
}

.sec-company .box-about table + .box-img {
  margin-top: 2em;
}

.sec-company .mission dt {
  padding: 0.5em 1em;
  background-color: #f5f5f5;
}

.sec-company .mission dt:before {
  font-family: FontAwesome;
  content: "\f04b";
  text-align: center;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.sec-company .mission dd {
  padding: 1em 0;
}

.sec-company .mission dd + dt {
  margin-top: 1.5em;
}

.sec-company .mission .guidelines strong {
  margin-right: 1em;
}

.sec-accident .box-contact {
  background-color: #fff;
  border: solid 2px #dbdbdb;
  border-radius: 3px;
  margin-top: 1.5em;
}

.sec-accident .box-contact h4 {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f5f5f5;
  padding: 5px 8px;
}

.sec-accident .box-contact .inr {
  margin: 8px;
}

/*# sourceMappingURL=../maps/style.css.map */
