@charset "UTF-8";
/* CSS Document */
/* update 2018/4/30 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  box-sizing: border-box;
  white-space: normal; }

html {
  font-size: 62.5%;
  /* font-size 1em = 10px */ }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  position: relative;
  color: black; }

a:hover, a img:hover {
  opacity: 0.8; }

img {
  width: 100%;
  vertical-align: bottom;
  display: block; }

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  position: relative;
  line-height: 1.6;
  color: #2b2b2b;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

html, body {
  height: 100%; }

select, input {
  padding: 12px 8px; }

select {
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  border-radius: 3px;
  background: url(../images/arrow2.png) no-repeat center 22px;
  background-size: 10px;
  font-size: 1rem; }

input {
  width: 200px; }

.form-label {
  display: inline-block;
  text-align: right; }

.form-label2 {
  text-align: right; }

.form-hrbox {
  padding: 20px 0; }

.form-hrbox hr {
  color: #999999; }

.price-box {
  padding: 0 0 30px; }

.price-box h3 {
  padding: 0 0 6px; }

.pf-form {
  padding: 0 0 30px; }

.pf-titlebox {
  padding: 6%;
  background-color: #526659; }

.pf-titlebox h1 {
  padding: 0 0 4px;
  color: #ffdf4f; }

.car_inbox .pf-titlebox p {
  padding: 0;
  color: white; }

.car_inbox .pf-formbox {
  padding: 6%;
  background-color: white; }

.car_inbox .pf-formbox h2 {
  padding: 4% 0;
  margin: 0;
  border: none;
  font-size: 1.6rem;
  color: #cd1111; }

.car_inbox .pf-formbox p {
  padding: 0; }

.car_inbox .pf-formbox p.pf-subtitle {
  padding: 0 0 4%; }

.car_inbox .pf-formbox .pf_itemu_menu {
  text-align: center; }

.pf-forminbox {
  padding: 0 0 8%;
  -webkit-display: flex;
  display: flex;
  justify-content: space-between; }

.form-plus {
  position: relative; }

.form-plus::before {
  content: "+";
  position: absolute;
  top: 2rem;
  left: -2rem;
  font-size: 2rem;
  color: #999999; }

.dispatch {
  padding: 0 0 0 12px; }

.dispatch dd {
  width: 287px;
  padding: 0 0 10px; }

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
    /* font-size 1em = 10px */ }

  /* 0_Rule */
  .font18 {
    font-size: 1.8rem; }

  .sp_contents {
    display: block; }

  .pc_contents {
    display: none; }

  /* 1_wrapper */
  #wrapper {
    width: 100%;
    padding: 10px 10px 0;
    position: relative;
    z-index: 100;
    background-color: white;
    overflow: hidden; }

 /*   animation: Inbox 2.5s ease 0s;
    -webkit-animation: Inbox 2.5s ease 0s;
}
@keyframes Inbox {
    0% { padding: 0}
    70% { padding: 0}
    100% { padding: 10px}
}

@-webkit-keyframes Inbox {
    0% { padding: 0}
    70% { padding: 0}
    100% { padding: 10px}
}
*/
  #mainvisual {
    min-height: 80vh;
    /*	overflow: hidden; */
    border-bottom: 10px solid white;
    position: relative; }

  /* 2_header */
  header {
    position: relative;
    z-index: 100; }

  .sp_menu {
    position: absolute;
    width: 23px;
    height: 18px;
    background-image: url(../images/sp/sp_menubtn.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    top: 6px;
    left: 4px;
    cursor: pointer;
    z-index: 610; }

  .sp_menu.menu_active {
    width: 18px;
    background-image: url(../images/sp/sp_closebtn.png); }

  video {
    position: relative;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    top: -10px;
    z-index: -100;
    left: -10px; }

  .gloval_nav {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    height: 100vh;
    padding: 80px 0 50px;
    margin: auto;
    position: absolute;
    top: -10px;
    left: -10px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8); }

  .gloval_nav li {
    width: 100%;
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 2rem;
    color: white; }

  .gloval_nav span {
    display: block;
    font-size: 1.4rem;
    line-height: 1; }

  .gloval_nav span a {
    display: block; }

  .gloval_nav img.blank {
    width: 10px;
    padding: 10px 0 6px 0px;
    display: inline-block; }

  .social_nav {
    width: 18%;
    position: absolute;
    top: 6px;
    right: 6px;
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
    z-index: 610; }

  .social_nav li {
    padding: 0; }

  .tel {
    width: 22px; }

  .mail {
    width: 26px; }

  /* 3_mainvisual */
  #news_box {
    width: 100%;
    padding: 0 20px;
    position: relative;
    top: 0; }

  .mv_title {
    padding: 20px 0 10px;
    font-size: 3rem;
    text-align: center;
    color: #526659; }

  #news_box ul {
    padding: 10px 10px 20px;
    margin: auto;
    background-color: #ececec; }

  #news_box ul a {
    color: black; }

  #news_box dl {
    padding: 0 0 16px;
    font-size: 1.4rem;
    border-bottom: 1px solid black; }

  #news_box dl dt {
    padding: 8px 0 4px; }

  #news_box dl dd {
    line-height: 1.4; }

  #logo {
    width: 28%;
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  #topices {
    padding: 30px 20px 20px;
    position: relative;
    top: 0; }

  #topices ul li {
    margin-bottom: 10px;
    border: none;
    text-align: center; }

  #reservation {
    width: 70px;
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 9px;
    z-index: 200; }

  #arrows1 {
    width: 30px;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  /* 4_fixnavi */
  .fixnavi {
    width: 100%;
    height: 50px;
    margin: 0 -10px 0 -10px;
    background-color: #526659;
    position: fixed;
    z-index: 600;
    top: 14px; }

  .fixnavi::before {
    width: 100%;
    height: 50px;
    bottom: 0;
    content: '';
    position: absolute;
    box-shadow: 1px 7px 7px 0px rgba(0, 0, 0, 0.7);
    z-index: 600; }

  .fixnavi h1 {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 610; }

  .fixnavi h1.zindex {
    z-index: 0; }

  .fixnavi ul.gloval_nav {
    height: 100vh;
    padding: 80px 0 50px;
    top: 0; }

  .fixnavi ul.gloval_nav li {
    padding: 20px 0; }

  .fixnavi ul.social_nav {
    top: 18px;
    right: 16px; }

  .fixnavi .sp_menu {
    top: 16px;
    left: 14px; }

  .fixlink {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin: 0 -10px 0 -10px;
    background-color: #353535;
    position: fixed;
    top: 0;
    line-height: 1.8;
    z-index: 999; }

  .fixlink a {
    color: #FFF; }

  /* 5_page_title */
  .page_title {
    padding: 130px 0 40px;
    background: url(../images/sp/sp_h1icon.png) no-repeat center 90px;
    background-size: 122px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    color: #526659; }

  .page_title span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2; }

  /* 6_aboutus */
  #aboutus {
    padding: 0; }

  #aboutus_box {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-display: flex;
    display: flex;
    justify-content: space-around; }

  #aboutus_box a {
    width: 32%; }

  #aboutus_box li {
    width: 100%;
    padding: 0 0 6px;
    border-bottom: 4px solid #b5b5b5;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #526659; }

  #aboutus_box li.tab_active {
    border-bottom: 4px solid #526659;
    position: relative; }

  #aboutus_box li.tab_active::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 89%;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #526659 transparent transparent transparent;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }

  #aboutus_box li img {
    width: 100%;
    margin: 0 auto; }

  .aboutus_inboxs {
    width: 100%;
    height: 480px;
    overflow-y: scroll;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }

  .aboutus_inboxs::-webkit-scrollbar {
    width: 6px; }

  .aboutus_inboxs::-webkit-scrollbar-thumb {
    background: #516659; }

  .aboutus_inboxs::-webkit-scrollbar-track-piece:start {
    background: #b5b5b5; }

  .aboutus_inboxs::-webkit-scrollbar-track-piece:end {
    background: #b5b5b5; }

  .aboutus_inboxs::before {
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    height: 480px;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }

  .aboutus_inner {
    width: 100%;
    padding: 70px 30px;
    margin: 0 auto;
    position: relative;
    font-size: 1.4rem;
    color: white;
    z-index: 200; }

  .aboutus_logo {
    padding: 60px 0 20px; }

  .aboutus_logo img {
    padding: 0 60px 30px; }

  #aboutus_inbox1 .aboutus_logo h2 {
    padding: 0 0 20px; }

  #aboutus_inbox1 {
    background-image: url(../images/IMG_9012.jpg); }

  #aboutus_inbox1 h2 {
    padding: 0 0 50px;
    text-align: center;
    font-size: 3.2rem;
    color: #ffdf4f; }

  #aboutus_inbox2, #aboutus_inbox3 {
    background-image: url(../images/IMG_8972.jpg); }

  .aboutus_inner figure {
    width: 210px;
    margin: auto; }

  #aboutus_inbox2 h2, #aboutus_inbox3 h2 {
    padding: 40px 0 20px;
    font-size: 1.6rem;
    font-weight: normal; }

  .aboutus_inner figure {
    width: 210px;
    margin: auto; }

  #aboutus_inbox2 h2 span, #aboutus_inbox3 h2 span {
    font-size: 2.0rem; }

  .aboutus_inboxs {
    display: none; }

  .aboutus_inboxs.tab_show {
    display: block;
    opacity: 1;
    animation-duration: 1.5s;
    animation-name: fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: fade-in; }

  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-moz-keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  .aboutus_inboxs.tab_show p {
    animation-duration: 3s;
    animation-name: fade-in3;
    -moz-animation-duration: 3s;
    -moz-animation-name: fade-in3;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: fade-in3; }

  @keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-moz-keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-webkit-keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0.1; }
    100% {
      display: block;
      opacity: 1; } }
  /* 7_topics */
  #topics_box {
    width: 100%;
    padding: 0 20px;
    display: block; }

  #topics_box a {
    width: 100%; }

  #topics_box li {
    position: relative; }

  #topics_box a:hover {
    opacity: 1; }

  #topics_box li:after {
    width: 0%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5); }

  #topics_box li:hover:after {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  #topics_box li.comingsoon:after {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    content: 'Coming Soon';
    opacity: 1;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif; }

  #topics_box li em, #topics_box li span {
    width: 100%;
    position: absolute;
    left: 3%;
    opacity: 1;
    z-index: 500; }

  #topics_box li em {
    bottom: 18%;
    font-size: 2.4rem;
    font-style: normal;
    color: white; }

  #topics_box li span {
    bottom: 8%;
    font-size: 1.4rem;
    color: white; }

  /* 8_footer */
  #nn_box {
    width: 100%;
    height: 143px;
    opacity: 0; }

  #map {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    margin: 0 0 0 -10px;
    height: 240px;
    border: 0; }

  footer {
    width: 100%;
    position: relative;
    overflow: auto; }

  #foot {
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 5px;
    background-color: #333333;
    -webkit-transform: translateZ(0); }

  #foot_box {
    width: 100%;
    padding: 0 0 20px;
    margin: auto;
    display: block; }

  #foot_box h1 {
    width: 100%;
    margin: auto;
    padding: 0; }

  #foot_box h1 img {
    width: 150px;
    margin: auto; }

  .foot_address {
    width: 100%;
    padding: 6px 0;
    text-align: center; }

  .foot_inbox {
    width: 80%;
    margin: auto;
    -webkit-display: flex;
    display: flex;
    justify-content: space-between; }

  #foot_box .foot_inbox ul {
    width: 50%;
    padding: 0 10px; }

  #foot_box .foot_inbox ul:first-child {
    border-right: 1px solid #8b8b8b;
    text-align: right; }

  #foot_box ul li, #foot_box ul li a, .foot_address {
    color: white; }

  #foot small {
    display: block;
    text-align: center;
    font-style: italic;
    color: #8b8b8b; }

  /* 10_breadcrumb */
  #breadcrumb {
    padding: 60px 0 0 10px; }

  #breadcrumb li {
    height: 20px;
    display: inline-block;
    font-size: 1.2rem; }

  #breadcrumb li:first-child {
    padding: 12px 0 0; }

  #breadcrumb li img {
    width: 12px; }

  /* 11_Service */
  #service {
    width: 100%;
    padding: 0 30px;
    margin: auto;
    display: block; }

  #service_title {
    padding: 110px 0 40px;
    background: url(../images/h1icon.png) no-repeat center 60px; }

  #service div {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    -webkit-display: flex;
    display: flex;
    align-items: stretch; }

  #service div.comingsoon:after {
    width: 46.875%;
    height: 0%;
    content: ' ';
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    font-size: 1.8rem;
    color: white; }

  #service div.comingsoon:hover:after {
    height: 100%;
    content: 'Coming Soon';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center; }

  #service div p {
    width: 46.875%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

  #service div p.service_image1 {
    background-image: url(../images/sp/sp_service_banner1.png); }

  #service div p.service_image2 {
    background-image: url(../images/sp/sp_service_banner2.png); }

  #service div p.service_image3 {
    background-image: url(../images/sp/sp_service_banner3.png); }

  #service div p.service_image4 {
    background-image: url(../images/sp/sp_service_banner4.png); }

  #service dl {
    width: 53.125%;
    height: auto;
    padding: 10px 10px 20px;
    background-color: black;
    color: white; }

  #service dl dt {
    padding: 0 0 6px;
    margin: 0 0 6px;
    font-size: 2.2rem;
    border-bottom: 1px solid #999999; }

  #service dl dt span {
    display: block;
    font-size: 1.6rem;
    color: #ffdf4f; }

  #service dl dd {
    font-size: 1.2rem; }

  /* 12_Rent a Car */
  #rentacar_title {
    padding: 110px 0 40px;
    background: url(../images/h1icon.png) no-repeat center 60px; }

  #rentacar {
    width: 100%;
    padding: 0 20px;
    margin: auto; }

  .rentacar_boxtitle {
    border-left: 6px solid #516659;
    padding: 0 0 0 6px;
    margin: 0 0 20px;
    line-height: 1; }

  .rentacar_boxtitle h2 {
    padding: 0 0 8px;
    font-size: 2.2rem;
    color: #516659; }

  .rentacar_boxtitle p {
    padding: 0 0 6px;
    font-size: 1rem;
    font-weight: bold;
    color: black; }

  .rentacar_boxtitle p:last-child {
    padding: 0; }

  .rentacar_box {
    padding: 0 0 40px;
    display: block; }

  .rentacar_box:last-child {
    padding: 0; }

  .rentacar_inbox {
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    -webkit-display: flex;
    display: flex;
    color: white; }

  .rentacar_image {
    width: 46.875%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

  .rentacar_noimage1 {
    background-image: url(../images/noimg01.png); }

  .rentacar_noimage2 {
    background-image: url(../images/noimg02.png); }

  .rentacar_noimage3 {
    background-image: url(../images/noimg03.png); }

  .rentacar_image1 {
    background-image: url(../images/rentacar/zil520/campingcar_sp_thumbnail.png); }

  .rentacar_image2 {
    background-image: url(../images/rentacar/amity/campingcar_sp_thumbnail.png); }

  .rentacar_image3 {
    background-image: url(../images/rentacar/zil/campingcar_sp_thumbnail.png); }

  .rentacar_image4 {
    background-image: url(../images/rentacar/fit/rentacar_sp_thumbnail.png); }

  .rentacar_image5 {
    background-image: url(../images/rentacar/every/rentacar_sp_thumbnail.png); }

  .rentacar_image6 {
    background-image: url(../images/sp/sp_rentacar6.png); }

  .rentacar_new:before {
    width: 60px;
    padding: 4px 0;
    content: 'New';
    background-color: black;
    position: absolute;
    top: 0px;
    color: #fede5c;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }

  .rentacar_inner {
    width: 53.125%;
    padding: 20px 10px;
    background-color: black; }

  .rentacar_inner em {
    font-size: 1.4rem;
    font-style: normal;
    color: #fede5c; }

  .rentacar_inner dl dt {
    padding: 0 0 4px;
    font-size: 1.6rem;
    border-bottom: 1px solid #666666; }

  .rentacar_inner dl dd {
    font-size: 1.2rem; }

  .rentacar_inner ul {
    padding: 14px 0 10px;
    -webkit-display: flex;
    display: flex; }

  .rentacar_inner ul li {
    width: 50%;
    padding: 0 0 0 24px;
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1; }

  .rentacar_inner ul li:before {
    width: 30px;
    height: 30px;
    content: ' ';
    position: absolute;
    top: 4px;
    left: 0px;
    background-size: 18px !important;
    background-repeat: no-repeat; }

  .rentacar_inner ul li.rentacar_icon1:before {
    background-image: url(../images/rent_icon1.png); }

  .rentacar_inner ul li.rentacar_icon2:before {
    background-image: url(../images/rent_icon2.png); }

  .rentacar_inner ul li.rentacar_icon3:before {
    background-image: url(../images/rent_icon3.png); }

  .rentacar_inner ul li span {
    padding: 4px 0 0;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.2rem; }

  .rentacar_banner {
    padding: 0% 0 6%; }

  /* 12_webasto */
  #webasto_title {
    width: 100%;
    padding: 50px 0 0;
    margin: auto; }

  #webasto {
    width: 100%;
    padding: 0 30px;
    margin: auto; }

  #webasto h2 {
    padding: 50px 0 20px;
    margin: 0 0 10px;
    background: url(../images/sp/sp_webasto_arrow.png) no-repeat center bottom;
    background-size: 28px;
    text-align: center;
    font-size: 2.2rem;
    color: #536658; }

  #webasto h2 span {
    display: block;
    font-size: 1.6rem; }

  .webasto_box {
    width: 100%;
    display: block; }

  .webasto_image {
    width: 100%;
    visibility: visible;
    opacity: 0; }

  .webasto_inbox {
    width: 100%;
    padding: 20px;
    background-color: black; }

  .webasto_inbox dl dt {
    padding: 0 0 10px;
    font-size: 2.2rem;
    color: #fede5c; }

  .webasto_inbox dl dd {
    padding: 0 0 20px;
    font-size: 1.4rem;
    color: white; }

  #webasto h2.res_title, .car_box h2.res_title {
    padding: 50px 0 30px;
    background: url(../images/sp/sp_webasto_arrow.png) no-repeat center 104px;
    background-size: 28px; }

  #webasto h2.res_title span, .car_box h2.res_title span {
    display: block;
    font-size: 1.4rem;
    line-height: 1; }

  .webasto_topic {
    width: 100%;
    padding: 50px 0 10px;
    margin: auto; }

  .webasto_topic h3 {
    font-size: 2.8rem;
    color: #536658;
    text-align: center; }

  .webasto_topic ul {
    padding: 22px 0 0 14px; }

  .webasto_topic ul li {
    padding: 0 0 0 1em;
    font-size: 1.8rem;
    text-indent: -1em; }

  .webasto_detail {
    width: 100%;
    padding: 0 0 20px;
    margin: auto; }

  .webasto_detail h3 {
    padding: 10px 0 20px;
    font-size: 2rem; }

  .webasto_detail1 {
    padding: 40px 0 20px; }

  #service.sub_service {
    width: 100%; }

  .res_lineat {
    width: 156px;
    margin: 0 auto 70px; }

  /* 13_campingcar */
  .car_kv {
    width: 100%;
    padding: 20px 0 50px;
    margin: auto;
    position: relative; }

  .car_kv .rentacar_inner {
    width: 100%;
    padding: 12px 20px;
    position: relative;
    top: 0;
    background-color: black;
    color: white; }

  .car_kv .rentacar_inner ul {
    padding: 5px 0; }

  .car_kv .rentacar_inner ul li {
    width: 25%; }

  .car_kv .rentacar_inner dl dt {
    border-bottom: none;
    font-size: 2.0rem;
    line-height: 1.4; }

  .car_box {
    width: 100%;
    padding: 50px 20px 10px;
    margin: auto;
    display: block;
    background-color: #ececec; }

  .car_inbox {
    padding: 0 0 50px;
    font-size: 1.4rem; }

  .car_inbox table, .car_inbox th, .car_inbox td {
    border: none;
    border-spacing: 0px; }

  .car_inbox h2 {
    padding: 0 0 0 10px;
    margin: 0 0 18px;
    border-left: 5px solid #526659;
    font-size: 2.2rem;
    line-height: 1; }

  .car_inbox p {
    padding: 0 0 20px 1rem; }

  .car_inbox p a {
    color: #00F;
    font-weight: bold; }

  .car_inbox th, .car_inbox td {
    border-bottom: 1px solid #ececec;
    background-color: white;
    font-weight: normal; }

  .car_layout1 {
    width: 100%; }

  .car_layout2 {
    width: 100%; }

  .car_gallery {
    width: 100%;
    padding: 0 0 50px; }

  .car_gallery p {
    width: 100%;
    height: 66.666667%;
    padding: 0;
    visibility: visible; }

  .car_gallery ul {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5% 0 0 0; }

  .car_gallery ul li {
    width: 16.666667%;
    padding: 0.5%; }

  .car_gallery ul li img {
    cursor: pointer; }

  .car_movie {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0;
    margin: 0 0 50px; }

  .car_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

  .car_table1 {
    font-size: 1.2rem; }

  .car_box table {
    width: 100%;
    table-layout: fixed;
    word-break: break-word; }

  .car_table1 th, .car_table3 th {
    background-color: #526659;
    text-align: center;
    color: white; }

  .car_table1 th {
    width: 36%;
    padding: 6px 0 6px 20px; }

  .car_table1 td {
    width: 64%;
    padding: 6px 0 6px 20px; }

  .car_table1 th, .car_table1 td {
    text-align: left; }

  .car_table2 table {
    margin: 0 0 10px;
    font-size: 1.1rem; }

  .car_table2 td {
    width: 25%;
    padding: 6px 0;
    background-color: white;
    border-right: 1px solid #ececec;
    text-align: center; }

  .car_table2 td:nth-child(3) {
    border-right: none; }

  .car_table2 p, .car_table3 p {
    font-size: 1.2rem; }

  .car_table3 table {
    margin: 0 0 10px; }

  .car_table3 th, .car_table3 td {
    width: 33.3334%;
    padding: 6px 0;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }

  .car_table3 td {
    text-align: center; }

  table.sp_contents {
    display: inline-table; }

  .car_caption {
    padding: 0; }

  .car_caption dl {
    padding: 0 0 20px; }

  .car_caption dl dt {
    padding: 0 0 6px;
    font-size: 1.6rem;
    font-weight: bold; }

  .car_caption dl dd {
    padding: 0 0 0 20px; }

  .car_caption dl dd.car_card {
    padding: 20px 0;
    width: 100%; }

  .car_caption dl dd.car_caption_text {
    font-size: 1rem;
    color: #666666; }

  .car_caption dl dd.car_card img {
    width: 100%; }

  .car_layout1 span, .car_caption dl dd span {
    color: #d31f1f; }

  .car_box h2.res_title {
    text-align: center;
    font-size: 2.8rem;
    color: #536658; }

  .othercar_btn {
    width: 156px;
    margin: 40px auto 0; }

  .car_banner {
    padding: 0 0 20px; }

  .car_campaign1 p {
    padding: 20px; }

  .car_kv h1 {
    position: relative; }

  .car_kv h1 img.car_camp1 {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0; }

  .rentitem ul {
    padding: 10px;
    margin: 20px 0 50px;
    background-color: white;
    border: 1px solid #b5b5b5; }

  .rentitem ul li {
    padding: 0 0 6px; }

  /* 13_privacy */
  #privacy h2 {
    font-size: 2rem;
    padding: 0 0 30px; }

  #privacy dl {
    padding: 0 0 40px; }

  #privacy dl dt {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    border-left: 5px solid #526659;
    font-size: 1.8rem; }

  #privacy dl dd {
    padding: 0 0 0 20px;
    font-size: 1.6rem; }

  /* 14_smenu */
  #smenu {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    position: relative;
    top: -14px;
    left: -10px;
    z-index: 0; }

  #smenu ul a {
    display: block;
    background-image: url(../images/smenu_arrow.jpg);
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: 10px; }

  #smenu ul li {
    border-bottom: 1px solid #333333;
    padding: 16px 0 16px 90px;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5A655D; }

  #smenu ul li.smenu_list1 {
    background-image: url(../images/smenu1.jpg); }

  #smenu ul li.smenu_list2 {
    background-image: url(../images/smenu2.jpg); }

  #smenu ul li.smenu_list3 {
    background-image: url(../images/smenu3.jpg); }

  #smenu ul li.smenu_list4 {
    background-image: url(../images/smenu4.jpg); }

  #smenu ul li span {
    font-size: 1.2rem;
    font-weight: normal; }

  #smenu ul li span img {
    width: 10px;
    display: inline-block;
    padding: 0px 0px 6px;
    margin: 0 0 0 10px; }

  /* 15_contact */
  #contact {
    width: 100%;
    padding: 30px;
    margin: auto; }

  .contact_box {
    padding: 0 0 60px; }

  .contact_title {
    border-left: 6px solid #516659;
    padding: 0 0 0 6px;
    margin: 0 0 20px;
    line-height: 1.4; }

  .contact_title h2 {
    font-size: 2.2rem;
    color: #516659; }

  .contact_title p {
    padding: 0 0 6px;
    font-size: 1rem;
    font-weight: bold;
    color: black; }

  .contact_box a {
    width: 60%;
    margin: auto;
    display: block; }

  /* 16_howtouse */
  #howtouse, #kanko {
    padding: 20px 0;
    font-size: 1.4rem; }

  .howtouse_description {
    padding: 10px 8% 40px; }

  #howtouse_container, #kanko_container {
    padding: 50px 20px 10px;
    margin: auto;
    display: block;
    background-color: #ececec; }

  .howtouse_box {
    padding: 0 0 40px; }

  .howtouse_box h2, .kanko_map h2 {
    padding: 0 0 0 10px;
    margin: 0 0 18px;
    border-left: 5px solid #526659;
    font-size: 2.2rem;
    line-height: 1; }

  .howtouse_box h2.howtouse_stitle {
    margin: 0; }

  .howtouse_subtext {
    padding: 6px 0 12px 15px; }

  .howtouse_textbox {
    padding: 20px 4%; }

  .howtouse_btn {
    width: 156px;
    margin: auto; }

  .howtouse_subtext, .howtouse_textbox dl, .howtouse_textbox p.howtouse_link {
    font-weight: bold; }

  .howtouse_textbox p, .howtouse_textbox dl, .howtouse_textbox dl dt {
    padding: 0 0 1rem; }

  .howtouse_textbox dl dt, .kanko_map dl dt {
    color: #d31f1f; }

  .howtouse_textbox p.howtouse_link {
    padding: 0 0 1rem; }

  .howtouse_textbox p.howtouse_link a, .kanko_link a {
    color: #5A655D; }

  .howtouse_textbox p.howtouse_link a::after, .kanko_link a::after {
    padding: 4px 8px;
    content: "";
    background-image: url(../images/blank2.png);
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 12px; }

  .howtouse_subbox {
    padding: 0 0 40px;
    font-size: 1.6rem;
    font-weight: bold; }

  .howtouse_subbox dl {
    padding: 1rem 0; }

  .howtouse_subbox .howtouse_btn {
    width: 250px;
    margin: 40px auto; }

  /* 17_slidebanner */
  .slider {
    width: 84%;
    padding: 0 0 0 3px;
    margin: auto; }

  .slidebanner h2.page_title {
    background: none;
    padding: 20px 0 10px; }

  /* 18_yanagawa-kanko */
  .kanko_description {
    padding: 10px 2% 40px; }

  .kanko_map {
    padding: 0 0 40px; }

  .kanko_map dl {
    padding: 20px 10px 10px; }

  .kanko_map dl dt, .kanko_map p.kanko_link {
    font-weight: bold; }

  .kanko_map dl dt {
    padding: 0 0 10px; }

  .kanko_map p {
    padding: 0 0 10px 10px; }

  .kanko_image {
    padding: 0 0 40px;
    position: relative; }

  .kanko_number {
    width: 33px;
    position: absolute;
    top: -22px;
    left: -16.5px; }

  .kanko_image p {
    padding: 14px 10px; }

  .kanko_btn {
    width: 250px;
    margin: 40px auto 60px; }

  #kanko .car_inbox {
    padding: 0 0 30px; }

  #kanko strong {
    font-size: 1.8rem; }

  /* 18_globalinfo */
  .gl_kv {
    padding: 5% 0 16%; }
    .gl_kv_img {
      padding: 0 0 9%; }
    .gl_kv h1 {
      text-align: center; }
      .gl_kv h1 span {
        display: block;
        font-size: 2rem; }
    .gl_kv p {
      padding: 7% 7% 4% 5%;
      font-size: 1.2rem;
      letter-spacing: 0.2px; }
  .gl_box {
    padding: 9% 5.5%;
    margin: 0 0 11.2%;
    background: #ececec; }
    .gl_box .dispatch {
      padding: 0; }
  .gl_ttl {
    font-size: 2.5rem;
    line-height: 1.2; }
    .gl_ttl span {
      font-size: 1.6rem;
      letter-spacing: 0; }
  .gl_subttl {
    font-weight: bold; }
  .gl_img {
    padding: 4.8% 0 10%; }
    .gl_img_price {
      padding: 0 0 5%; }
  .gl_price2 {
    width: 100%; }
    .gl_price2 th, .gl_price2 td {
      width: 50%; }
  .gl_pdf {
    padding: 0 0 10%; }
  .gl_contents .rentacar_boxtitle h2 {
    padding: 0 0 6px;
    font-size: 1.8rem;
    color: #000000; }
  .gl_mail {
    width: 75%;
    padding: 10% 0;
    margin: auto; } }
/* sp end */
@media screen and (min-width: 769px) {
  /* 0_Rule */
  .font18 {
    font-size: 1.8rem; }

  .sp_contents {
    display: none; }

  .pc_contents {
    display: block; }

  /* 1_wrapper */
  #wrapper {
    width: 100%;
    padding: 10px 10px 0;
    margin: 0 0 127px;
    position: relative;
    z-index: 100;
    background-color: white;
    animation: Inbox 2.5s ease 0s;
    -webkit-animation: Inbox 2.5s ease 0s; }

  @keyframes Inbox {
    0% {
      padding: 0; }
    70% {
      padding: 0; }
    100% {
      padding: 10px; } }
  @-webkit-keyframes Inbox {
    0% {
      padding: 0; }
    70% {
      padding: 0; }
    100% {
      padding: 10px; } }
  #mainvisual {
    min-height: 99vh;
    overflow: hidden;
    border-bottom: 10px solid white;
    position: relative; }

  /* 2_header */
  header {
    position: relative;
    z-index: 100; }

  video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

  .gloval_nav {
    width: 600px;
    padding: 6px 0 60px;
    margin: auto;
    justify-content: space-around; }

  .gloval_nav li {
    text-align: center;
    font-size: 1.6rem;
    color: white; }

  .gloval_nav span {
    display: block;
    font-size: 1.2rem;
    line-height: 1; }

  .gloval_nav img.blank {
    width: 10px;
    padding: 10px 0 6px 0px;
    display: inline-block; }

  .social_nav {
    width: 90px;
    position: absolute;
    top: 16px;
    right: 0; }

  .social_nav li {
    padding-right: 22px; }

  .gloval_nav, .social_nav {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline; }

  /* 3_mainvisual */
  #news_box {
    width: 220px;
    position: absolute;
    top: 20%; }

  .mv_title {
    padding: 4px 0;
    font-size: 2.0rem;
    text-align: center;
    color: white; }

  #news_box ul {
    padding: 20px 20px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid white; }

  #news_box ul a {
    color: white; }

  #news_box dl {
    padding: 0 0 16px;
    font-size: 1.4rem;
    border-bottom: 1px solid white; }

  #news_box dl dt {
    padding: 8px 0 4px; }

  #news_box dl dd {
    line-height: 1.4; }

  #logo {
    width: 336px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  #topices {
    width: 200px;
    position: absolute;
    top: 20%;
    right: 0px; }

  #topices ul li {
    margin-bottom: 10px;
    border: 1px solid white;
    text-align: center;
    font-size: 1.8rem; }

  #reservation {
    position: fixed;
    top: 62%;
    right: 9px;
    z-index: 200; }

  #arrows1 {
    width: 30px;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  /* 4_fixnavi */
  .fixnavi {
    width: 100%;
    margin: 0 -10px 0 -10px;
    background-color: #526659;
    position: fixed;
    z-index: 300;
    top: 0;
    top: 14px; }

  .fixnavi::before {
    width: 100%;
    height: 10px;
    bottom: 0;
    content: '';
    position: absolute;
    box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.7); }

  .fixnavi h1 {
    width: 196px;
    position: absolute;
    top: 15px;
    left: 50px; }

  .fixnavi ul.gloval_nav {
    padding: 16px 0; }

  .fixnavi ul.social_nav {
    top: 26px; }

  .fixlink {
    width: 100%;
    padding: 0 0 0 50px;
    margin: 0 -10px 0 -10px;
    background-color: #353535;
    position: fixed;
    top: 0;
    line-height: 1.8;
    z-index: 999; }

  .fixlink a {
    color: #FFF; }

  /* 5_page_title */
  .page_title {
    padding: 180px 0 50px;
    background: url(../images/h1icon.png) no-repeat center 130px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    color: #526659; }

  .page_title span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2; }

  /* 6_aboutus */
  #aboutus {
    padding: 0; }

  #aboutus_box {
    width: 780px;
    margin: 0 auto 20px;
    -webkit-display: flex;
    display: flex;
    justify-content: space-between; }

  #aboutus_box li {
    width: 240px;
    padding: 0 0 6px;
    border-bottom: 4px solid #b5b5b5;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #526659; }

  #aboutus_box li.tab_active {
    border-bottom: 4px solid #526659;
    position: relative; }

  #aboutus_box li.tab_active::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 94px;
    left: 110px;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #526659 transparent transparent transparent; }

  #aboutus_box li img {
    width: 106px;
    margin: 0 auto; }

  .aboutus_inboxs {
    width: 100%;
    height: 900px;
    overflow-y: scroll;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }

  .aboutus_inboxs::-webkit-scrollbar {
    width: 6px; }

  .aboutus_inboxs::-webkit-scrollbar-thumb {
    background: #516659; }

  .aboutus_inboxs::-webkit-scrollbar-track-piece:start {
    background: #b5b5b5; }

  .aboutus_inboxs::-webkit-scrollbar-track-piece:end {
    background: #b5b5b5; }

  .aboutus_inboxs::before {
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    height: 900px;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }

  .aboutus_inner {
    width: 400px;
    padding: 70px 0;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    color: white;
    z-index: 200; }

  .aboutus_logo {
    padding: 80px 0 40px; }

  .aboutus_logo img {
    padding: 0 60px 40px; }

  #aboutus_inbox1 .aboutus_logo h2 {
    padding: 0 0 20px; }

  #aboutus_inbox1 {
    background-image: url(../images/IMG_9012.jpg); }

  #aboutus_inbox1 h2 {
    padding: 0 0 50px;
    text-align: center;
    font-size: 3.2rem;
    color: #ffdf4f; }

  #aboutus_inbox2, #aboutus_inbox3 {
    background-image: url(../images/IMG_8972.jpg); }

  .aboutus_inner figure {
    width: 210px;
    margin: auto; }

  #aboutus_inbox2 h2, #aboutus_inbox3 h2 {
    padding: 40px 0 20px;
    font-size: 1.6rem;
    font-weight: normal; }

  #aboutus_inbox2 h2 span, #aboutus_inbox3 h2 span {
    font-size: 2.0rem; }

  .aboutus_inboxs {
    display: none; }

  .aboutus_inboxs.tab_show {
    display: block;
    overflow-y: auto;
    opacity: 1;
    animation-duration: 1.5s;
    animation-name: fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: fade-in; }

  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  .aboutus_inboxs.tab_show p {
    animation-duration: 3s;
    animation-name: fade-in3;
    -moz-animation-duration: 3s;
    -moz-animation-name: fade-in3;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: fade-in3; }

  @keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-moz-keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-webkit-keyframes fade-in3 {
    0% {
      display: none;
      opacity: 0; }
    40% {
      display: block;
      opacity: 0.1; }
    100% {
      display: block;
      opacity: 1; } }
  /* 7_topics */
  #topics_box {
    width: 100%;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; }

  #topics_box a {
    width: calc(100% / 3); }

  #topics_box li {
    position: relative; }

  #topics_box a:hover {
    opacity: 1; }

  #topics_box li:after {
    width: 0%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5); }

  #topics_box li:hover:after {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  #topics_box li.comingsoon:after {
    width: 50%;
    padding: 24% 0 0 0;
    content: ' ';
    opacity: 0;
    font-size: 3rem;
    color: white;
    font-family: 'Montserrat', sans-serif; }

  #topics_box li.comingsoon:hover:after {
    width: 100%;
    padding: 24% 0 0 3%;
    content: 'Coming Soon';
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  #topics_box li em, #topics_box li span {
    width: 50%;
    position: absolute;
    left: 0%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 500; }

  #topics_box li:hover em, #topics_box li:hover span {
    width: 100%;
    left: 3%;
    opacity: 1; }

  #topics_box li em {
    bottom: 18%;
    font-size: 3.0rem;
    font-style: normal;
    color: white; }

  #topics_box li span {
    bottom: 8%;
    font-size: 1.8rem;
    color: #ffdf4f; }

  /* 8_footer */
  footer {
    width: 100%;
    overflow: hidden; }

  #foot {
    width: 100%;
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0 5px;
    background-color: #333333; }

  #foot_box {
    width: 700px;
    padding: 0 0 20px;
    margin: auto;
    -webkit-display: flex;
    display: flex; }

  #foot_box h1 {
    width: 200px;
    padding: 0 30px 0 0; }

  .foot_inbox {
    -webkit-display: flex;
    display: flex; }

  #foot_box ul {
    border-left: 1px solid #8b8b8b;
    padding: 0 30px 0 30px; }

  #foot_box ul::last-child {
    padding: 0 0 0 30px; }

  #foot_box ul li, #foot_box ul li a {
    color: white; }

  #foot small {
    display: block;
    text-align: center;
    font-style: italic;
    color: #8b8b8b; }

  #map {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    margin: 0 0 0 -10px;
    height: 240px;
    border: 0; }

  /* 10_breadcrumb */
  #breadcrumb {
    padding: 86px 0 0 40px; }

  #breadcrumb li {
    height: 20px;
    display: inline-block;
    font-size: 1.2rem; }

  #breadcrumb li:first-child {
    padding: 10px 0 0; }

  #breadcrumb li img {
    width: 14px; }

  /* 11_Service */
  #service {
    width: 1260px;
    margin: auto;
    -webkit-display: flex;
    display: flex;
    justify-content: space-between; }

  #service_title {
    padding: 110px 0 40px;
    background: url(../images/h1icon.png) no-repeat center 60px; }

  #service div {
    width: 300px;
    position: relative; }

  #service div.comingsoon:after {
    width: 290px;
    padding: 0 0 0 10px;
    height: 0px;
    content: ' ';
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 3.2rem;
    color: white; }

  #service div.comingsoon:hover:after {
    padding: 10px 0 0 10px;
    content: 'Coming Soon';
    height: 66px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif; }

  #service dl {
    width: 300px;
    height: 240px;
    padding: 40px 20px 20px;
    background-color: black;
    color: white; }

  #service dl dt {
    padding: 0 0 6px;
    margin: 0 0 6px;
    font-size: 2.2rem;
    border-bottom: 1px solid #999999; }

  #service dl dt span {
    display: block;
    font-size: 1.6rem;
    color: #ffdf4f; }

  #service dl dd {
    font-size: 1.2rem; }

  /* 12_Rent a Car */
  #rentacar_title {
    padding: 110px 0 40px;
    background: url(../images/h1icon.png) no-repeat center 60px; }

  #rentacar {
    width: 1268px;
    margin: auto; }

  .rentacar_boxtitle {
    border-left: 12px solid #516659;
    padding: 0 0 0 12px;
    margin: 0 0 20px;
    line-height: 1; }

  .rentacar_boxtitle h2 {
    padding: 0 0 8px;
    font-size: 2.2rem;
    color: #516659; }

  .rentacar_boxtitle p {
    padding: 0 0 6px;
    font-size: 1.4rem;
    font-weight: bold;
    color: black; }

  .rentacar_boxtitle p:last-child {
    padding: 0; }

  .rentacar_box {
    padding: 0 0 40px;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .rentacar_box:last-child {
    padding: 0; }

  .rentacar_inbox {
    width: 624px;
    height: 250px;
    margin: 0 0 20px;
    -webkit-display: flex;
    display: flex;
    color: white; }

  .rentacar_image {
    width: 310px;
    position: relative; }

  .rentacar_new:before {
    width: 90px;
    padding: 4px 0;
    content: 'New';
    background-color: black;
    position: absolute;
    top: 0px;
    color: #fede5c;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }

  .rentacar_inner {
    width: 314px;
    padding: 30px 20px;
    background-color: black; }

  .rentacar_inner em {
    font-size: 1.4rem;
    font-style: normal;
    color: #fede5c; }

  .rentacar_inner dl dt {
    padding: 0 0 4px;
    font-size: 1.8rem;
    border-bottom: 1px solid #666666; }

  .rentacar_inner dl dd {
    font-size: 1.4rem; }

  .rentacar_inner ul {
    padding: 14px 0 10px;
    -webkit-display: flex;
    display: flex; }

  .rentacar_inner ul li {
    padding: 0 10px 0 40px;
    position: relative;
    font-size: 1.1rem;
    line-height: 1; }

  .rentacar_inner ul li:before {
    width: 30px;
    height: 30px;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px; }

  .rentacar_inner ul li.rentacar_icon1:before {
    background: url(../images/rent_icon1.png) no-repeat; }

  .rentacar_inner ul li.rentacar_icon2:before {
    background: url(../images/rent_icon2.png) no-repeat; }

  .rentacar_inner ul li.rentacar_icon3:before {
    background: url(../images/rent_icon3.png) no-repeat; }

  .rentacar_inner ul li span {
    padding: 4px 0 0;
    font-size: 1.6rem;
    display: block; }

  .rentacar_banner {
    padding: 60px 120px 100px; }

  /* 12_webasto */
  #webasto_title {
    width: 1346px;
    padding: 50px 0 0;
    margin: auto; }

  #webasto {
    width: 1264px;
    margin: auto; }

  #webasto h2 {
    padding: 78px 0 48px;
    background: url(../images/webasto_arrow.png) no-repeat center 160px;
    text-align: center;
    font-size: 2.8rem;
    color: #536658; }

  #webasto h2.webasto_otherrent {
    background: url(../images/webasto_arrow.png) no-repeat center 128px; }

  #webasto h2 span {
    display: block;
    font-size: 1.8rem; }

  .webasto_box {
    width: 1246px;
    -webkit-display: flex;
    display: flex; }

  .webasto_image {
    width: 716px;
    visibility: visible;
    opacity: 0; }

  .webasto_inbox {
    width: 530px;
    padding: 30px;
    background-color: black; }

  .webasto_inbox dl dt {
    font-size: 2.2rem;
    color: #fede5c; }

  .webasto_inbox dl dd {
    padding: 10px 0;
    font-size: 1.4rem;
    color: white; }

  #webasto h2.res_title, .car_box h2.res_title {
    padding: 68px 0 48px;
    background: url(../images/webasto_arrow.png) no-repeat center 142px; }

  #webasto h2.res_title span, .car_box h2.res_title span {
    display: block;
    font-size: 2.0rem;
    line-height: 1; }

  .webasto_topic {
    width: 570px;
    padding: 50px 0 10px;
    margin: auto; }

  .webasto_topic h3 {
    font-size: 2.8rem;
    color: #536658; }

  .webasto_topic ul {
    padding: 22px 0 0 14px; }

  .webasto_topic ul li {
    font-size: 1.8rem; }

  .webasto_detail {
    width: 1144px;
    padding: 0 0 20px;
    margin: auto; }

  .webasto_detail h3 {
    padding: 10px 0 20px;
    font-size: 2rem; }

  .webasto_detail1 {
    padding: 74px 0 20px; }

  #service.sub_service {
    width: 940px; }

  .res_lineat {
    width: 312px;
    margin: 0 auto 70px; }

  /* 13_campingcar */
  .car_kv {
    width: 1346px;
    padding: 50px 0 80px;
    margin: auto;
    position: relative; }

  .car_kv .rentacar_inner {
    width: 376px;
    padding: 30px 40px;
    position: absolute;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white; }

  .car_kv .rentacar_inner dl dt {
    border-bottom: none;
    font-size: 2.8rem;
    line-height: 1.4; }

  .car_box {
    width: 1000px;
    padding: 50px 50px 10px;
    margin: auto;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ececec; }

  .car_inbox {
    padding: 0 0 50px;
    font-size: 1.4rem; }

  .car_inbox table, .car_inbox th, .car_inbox td {
    border: none;
    border-spacing: 0px; }

  .car_inbox h2 {
    padding: 0 0 0 10px;
    margin: 0 0 18px;
    border-left: 5px solid #526659;
    font-size: 2.2rem;
    line-height: 1; }

  .car_inbox p {
    padding: 0 0 20px 20px; }

  .car_inbox p a {
    color: #00F;
    font-weight: bold; }

  .car_inbox th, .car_inbox td {
    border-bottom: 1px solid #ececec;
    background-color: white;
    font-weight: normal; }

  .car_layout1 {
    width: 900px; }

  .car_layout2 {
    width: 435px; }

  .car_movie {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0;
    margin: 0 0 50px; }

  .car_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

  .car_gallery {
    width: 900px; }

  .car_gallery p {
    width: 900px;
    height: 600px;
    padding: 0;
    visibility: visible; }

  .car_gallery ul {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5% 0 0 0; }

  .car_gallery ul li {
    width: 16.666667%;
    padding: 0.5%; }

  .car_gallery ul li img {
    cursor: pointer; }

  .car_table1, car_table2 {
    font-size: 1.2rem; }

  .car_table1 th, .car_table3 th {
    background-color: #526659;
    text-align: center;
    color: white; }

  .car_table1 th {
    width: 145px;
    padding: 6px 0 6px 20px; }

  .car_table1 td {
    width: 290px;
    padding: 6px 0 6px 20px; }

  .car_table1 th, .car_table1 td {
    text-align: left; }

  .car_table2 table {
    margin: 0 0 10px; }

  .car_table2 td {
    width: 145px;
    padding: 6px 0;
    background-color: white;
    border-right: 1px solid #ececec;
    text-align: center; }

  .car_table2 td:nth-child(3) {
    border-right: none; }

  .car_table2 p, .car_table3 p {
    font-size: 1.2rem; }

  .car_table3 table {
    margin: 0 0 10px; }

  .car_table3 th, .car_table3 td {
    width: 225px;
    padding: 6px 0;
    border-right: 2px solid #ececec;
    border-bottom: 2px solid #ececec; }

  .car_table3 td {
    text-align: center; }

  .car_caption dl {
    padding: 0 0 20px; }

  .car_caption dl dt {
    padding: 0 0 6px;
    font-size: 1.6rem;
    font-weight: bold; }

  .car_caption dl dd {
    padding: 0 0 0 20px; }

  .car_caption dl dd.car_card {
    padding: 20px 0; }

  .car_caption dl dd.car_card img {
    width: 500px; }

  .car_caption dl dd.car_caption_text {
    font-size: 1rem;
    color: #666666; }

  .car_layout1 span, .car_caption dl dd span {
    color: #d31f1f; }

  .car_box h2.res_title {
    text-align: center;
    font-size: 2.8rem;
    color: #536658; }

  .othercar_btn {
    width: 312px;
    margin: 80px auto 0; }

  .car_banner {
    padding: 14px 0 32px; }

  .car_campaign1 p {
    padding: 20px; }

  .car_kv h1 {
    position: relative; }

  .car_kv h1 img.car_camp1 {
    width: 240px;
    position: absolute;
    top: 0;
    right: 0; }

  .rentitem ul {
    padding: 10px;
    margin: 20px 0 50px;
    background-color: white;
    border: 1px solid #b5b5b5; }

  .rentitem ul li {
    padding: 0 0 6px; }

  /* 13_privacy */
  #privacy h2 {
    font-size: 2rem;
    padding: 0 0 30px; }

  #privacy dl {
    padding: 0 0 40px; }

  #privacy dl dt {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    border-left: 5px solid #526659;
    font-size: 1.8rem; }

  #privacy dl dd {
    padding: 0 0 0 20px;
    font-size: 1.6rem; }

  /* 15_contact */
  #contact {
    width: 900px;
    padding: 30px;
    margin: auto; }

  .contact_box {
    padding: 0 0 60px; }

  .contact_title {
    border-left: 6px solid #516659;
    padding: 0 0 0 12px;
    margin: 0 0 20px;
    line-height: 1.4; }

  .contact_title h2 {
    font-size: 2.2rem;
    color: #516659; }

  .contact_title p {
    padding: 0 0 6px;
    font-size: 1.4rem;
    font-weight: bold;
    color: black; }

  .contact_box a {
    width: 450px;
    margin: auto;
    display: block; }

  select {
    font-size: 1.6rem;
    background: url(../images/arrow2.png) no-repeat center 30px;
    background-size: 20px; }

  .price-image {
    width: 630px;
    margin: auto; }

  .pf-titlebox {
    padding: 30px; }

  .pf-titlebox h1 {
    font-size: 2rem; }

  .pf-forminbox {
    width: 390px;
    padding: 0 0 20px; }

  .car_inbox .pf-formbox h2 {
    padding: 10px 0;
    font-size: 1.6rem; }

  .car_inbox .pf-formbox {
    padding: 30px; }

  .dispatch {
    padding: 0 0 0 40px; }

  .dispatch dd {
    width: 574px; }

  /* 16_howtouse */
  #howtouse {
    width: 846px;
    margin: 60px auto 0;
    font-size: 1.4rem; }

  .howtouse_description {
    padding: 20px 0 80px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center; }

  #howtouse_container, #kanko_container {
    padding: 50px 60px 10px;
    margin: 10px 0;
    background-color: #ececec; }

  .howtouse_contents {
    padding: 0 0 40px; }

  .howtouse_box h2, .kanko_map h2 {
    padding: 0 0 0 10px;
    margin: 0 0 18px;
    border-left: 5px solid #526659;
    font-size: 2.2rem;
    line-height: 1; }

  .howtouse_inbox {
    padding: 0 0 40px;
    -webkit-display: flex;
    display: flex; }

  .howtouse_image {
    width: 384px; }

  .howtouse_textbox {
    width: 320px;
    padding: 0 0 0 20px; }

  .howtouse_btn {
    width: 192px;
    margin: auto; }

  #howtouse .car_layout1 {
    width: 100%; }

  .howtouse_box h2.howtouse_stitle {
    margin: 0; }

  .howtouse_subtext {
    padding: 6px 0 12px 15px; }

  .howtouse_subtext, .howtouse_textbox dl, .howtouse_textbox p.howtouse_link {
    font-weight: bold; }

  .howtouse_textbox p, .howtouse_textbox dl, .howtouse_textbox dl dt {
    padding: 0 0 1rem; }

  .howtouse_textbox dl dt, .kanko_map dl dt {
    color: #d31f1f; }

  .howtouse_textbox p.howtouse_link {
    padding: 0 0 1rem; }

  .howtouse_textbox p.howtouse_link a, .kanko_link a {
    color: #5A655D; }

  .howtouse_textbox p.howtouse_link a::after, .kanko_link a::after {
    padding: 4px 8px;
    content: "";
    background-image: url(../images/blank2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px; }

  .howtouse_subbox {
    padding: 0 0 40px;
    font-size: 1.6rem;
    font-weight: bold; }

  .howtouse_subbox dl {
    padding: 1rem 0; }

  .howtouse_subbox .howtouse_btn {
    width: 312px;
    margin: 40px auto; }

  /* 17_slidebanner */
  .slidebanner {
    width: 900px;
    margin: auto; }

  .slidebanner h2.page_title {
    background: none;
    padding: 50px 0; }

  /* 18_yanagawa-kanko */
  #kanko {
    width: 846px;
    margin: 60px auto 0;
    font-size: 1.4rem; }

  #kanko_container {
    margin: 10px 46px; }

  .kanko_description {
    padding: 20px 0 80px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center; }

  .kanko_map {
    padding: 0 0 80px; }

  .kanko_map dl {
    padding: 20px 10px 10px; }

  .kanko_map dl dt, .kanko_map p.kanko_link {
    font-weight: bold; }

  .kanko_map dl dt {
    padding: 0 0 10px; }

  .kanko_map p {
    padding: 0 0 10px 10px; }

  .kanko_image {
    padding: 0 0 80px;
    position: relative; }

  .kanko_number {
    width: 66px;
    position: absolute;
    top: -44px;
    left: -33px; }

  .kanko_image p {
    padding: 14px 10px; }

  .kanko_btn {
    width: 312px;
    margin: 40px auto 60px; }

  #kanko strong {
    font-size: 1.8rem; }

  #kanko .car_inbox {
    width: 630px;
    padding: 0 0 30px; }

  /* 18_globalinfo */
  #gl {
    width: 846px;
    margin: 60px auto 0;
    font-size: 1.4rem; }
    #gl .car_layout1, #gl .car_layout2 {
      width: auto; }

  .gl_kv {
    padding: 5% 0 16%; }
    .gl_kv_img {
      padding: 0 0 9%; }
    .gl_kv h1 {
      text-align: center; }
      .gl_kv h1 span {
        display: block;
        font-size: 2rem; }
    .gl_kv p {
      padding: 7% 7% 4% 5%;
      font-size: 1.2rem;
      letter-spacing: 0.2px; }
  .gl_box {
    padding: 9% 5.5%;
    margin: 0 0 11.2%;
    background: #ececec; }
    .gl_box .dispatch {
      padding: 0; }
  .gl_ttl {
    font-size: 2.5rem;
    line-height: 1.2; }
    .gl_ttl span {
      font-size: 1.6rem;
      letter-spacing: 0; }
  .gl_subttl {
    font-weight: bold; }
  .gl_img {
    padding: 4.8% 0 10%; }
    .gl_img_price {
      padding: 0 0 5%; }
  .gl_price2 {
    width: 100%; }
    .gl_price2 th, .gl_price2 td {
      width: 50%; }
  .gl_pdf {
    width: 100%;
    padding: 0 0 10%; }
    .gl_pdf iframe {
      width: 100%;
      height: 800px; }
  .gl_contents .rentacar_boxtitle h2 {
    padding: 0 0 6px;
    font-size: 1.8rem;
    color: #000000; }
  .gl_mail {
    width: 75%;
    padding: 10% 0;
    margin: auto; } }
