/*--------------------------------------------------------------
## Page Thumbnail
--------------------------------------------------------------*/

html {
  margin: 0 !important;
}

img {
  line-height: 0;
  vertical-align: top;
}

.page_header_icon {
  text-align: center;
}

.c-btn {
  padding: 20px;
  text-align: center;
  background-color: #017fb2;
  color: #ffffff;
  font-size: 20px;
  border: 0;
  width: 280px;
  display: table;
  margin: 0 auto;
}

.c-print {
  display: none;
}


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

input::-webkit-input-placeholder {
  color: #8cc9e2;
  font-size: 18px;
}


input[type="submit"] {
  -webkit-appearance: none;
}

.tab_list {
  margin-top: 40px;
}

.tab_list li {
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
}

.tab_list a {
  display: block;
  width: 100%;
  padding: 8px 24px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #000000;
  border-radius: 40px;
}

.tab_list li.js_current a {
  border: 1px solid #017fb2;
  background: #017fb2;
  color: #ffffff;
}

.mb20 {
  margin-bottom: 20px;
}

@media print {

  .site-header,
  .p-banner {
    display: none;
  }
}

@media only screen and (max-width: 998px) {

  .c-btn {
    width: 100%;
    font-size: 3.75vw;
  }

  input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .tab_list {
    margin-top: 16px;
  }

  .tab_list li {
    font-size: 12px;
    margin: 0;
  }

  .tab_list a {
    padding: 8px 12px;
  }

}


.slick-slide img {
  height: auto;
}

.site-content .entry-thumbnail {
  /*
  margin: 0 auto;
  display: table;
  position: relative;
  background-image: url('../img/common/maintitle.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 221px;
  overflow: hidden;
*/
  background-image: url('/usedcar/images/maintitle.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 221px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-content .entry-thumbnail .page-title {
  /*
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
*/
  margin: 10px auto 0;
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}

.site-content .entry-thumbnail .page-title span {
  font-family: "Open Sans";
  font-size: 16px;
  color: #333333;
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  width: 100%;
  margin: 0 auto;
  display: table;
  font-size: 13px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.p-breadcrumb__list {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: table;
  font-size: 15px;
}

.p-breadcrumb__list li {
  float: left;
  margin-left: 20px;
}

.p-breadcrumb__list li:first-child {
  margin-left: 0;
}

.p-breadcrumb__list li a {
  color: #000000;
}

.crumbs .current {
  margin-left: 10px;
}


/*--------------------------------------------------------------
## Paging
--------------------------------------------------------------*/

.p-pager {
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  clear: both;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.4em;
}

.p-pager__list,
.p-pager__list--current,
.page-numbers {
  padding: 8px 10px;
  text-align: center;
  border-top: 1px solid #B2E2F5;
  border-right: 1px solid #B2E2F5;
  border-bottom: 1px solid #B2E2F5;
  color: #333333;
  background: #e3f3f9;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
}

.p-pager__list:first-child,
.page-numbers:first-child {
  border-left: 1px solid #B2E2F5;
}


.page-numbers.current,
.p-pager__list--current {
  background: #017fb2;
  color: #ffffff;
}


@media only screen and (max-width: 998px) {

  .p-pager__list,
  .p-pager__list--current,
  .page-numbers {
    padding: 12px;
    font-size: 12px;
  }
}


/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

body {
  position: relative;
}

.menu-bg {
  display: none;
  position: absolute;
  z-index: 225;
  width: 100%;
  height: 96.7%;
  top: 148px;
  left: 0;
  background-color: rgba(59, 59, 59, 0.6);
}

.header-menu .telephone {
  display: none;
}

.main-navigation {
/*  width: 1200px;*/
  width: 1110px;
  margin: 0 auto;
  display: table;
  height: 60px;
  white-space: nowrap;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  white-space: nowrap;
  display: flex;
}

.main-navigation li {
  float: left;
  text-align: center;
  padding: 12px 0;
}

.main-navigation a .header_btn {
  position: relative;
  cursor: pointer;
}

.main-navigation a .down-arrow,
.header_btn .down-arrow {
  position: absolute;
  bottom: -15px;
  width: auto;
  left: 45%;
}

.main-navigation ul ul {
  display: none;
}

@media only screen and (min-width: 999px) {
  .main-navigation ul ul {
    display: block;
  }

  .main-navigation ul li .sub-menu-outer {
    width: 100%;
    display: block;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
  }

  .main-navigation ul li .sub-menu-outer-rental {
    width: 100%;
    display: block;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
  }

  .main-navigation ul li ul {
    width: 1200px;
    margin: 0 auto;
    display: block;
  }

  .main-navigation ul li ul li {
    width: 190px;
    padding: 0;
    border: 1px solid #8d8d8d;
    height: 185px;
    position: relative;
    margin: 10px 5px 0 5px;
    border-radius: 10px;
  }

  .main-navigation ul li ul li a {
    position: relative;
  }

  .main-navigation ul li ul li:nth-of-type(6n) {
    border-right: 1px solid #8d8d8d;
  }

  .main-navigation ul li ul li span {
    font-size: 17px;
    font-weight: normal;
    margin-top: 30px;
    display: block;
    color: #333333;
    bottom: 12%;
    left: 0;
    right: 0;
    position: absolute;
  }

  .main-navigation ul li ul li:last-child {
    margin-right: 0;
  }

  .main-navigation ul li ul li a {
    border: none;
    padding: 0;
    position: static;
    display: block;
    width: 100%;
    height: 100%;
  }

  .main-navigation ul li ul li img {
    width: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38%;
  }

  .main-navigation li {
    border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
    height: 60px;
    white-space: nowrap;
    margin: 0 0 0 -1px;
  }

  .main-navigation li:nth-of-type(6) {
    border-right: 1px solid #ebebeb;
  }

  .main-navigation a,
  .main-navigation .header_btn {
    /*
      font-size: 15px;
      padding: 0 60px;
    */
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 44.5px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
	white-space: nowrap;
  }
}

.child_menu_button {
  display: none;
  position: relative;
  cursor: pointer;
}


/*--------------------------------------------------------------
## Header
-------------------------------------------------------------/**/

.site-branding {
  width: 1200px;
  margin: 0 auto;
  display: table;
}

.site-branding .logo {
  padding: 16px 0;
  float: left;
}

.site-branding .logo img {
  /*
      width: 200px;
  */
  width: 280px;
}

.site-branding .contact-form {
  background: black;
  float: right;
  position: relative;
}

.site-branding .contact-form img {
  width: auto;
}

.site-branding .contact-form .phone-no,
.site-branding .contact-form .contact {
  /*
      top: 20%;
      left: 25%;
  */
  position: absolute;
  top: 5%;
  left: 14%;
}

.site-branding .contact-form .phone-no img,
.site-branding .contact-form .contact img {
  /*
    margin-top: 15px;
  */
  float: left;
  width: 20px;
  height: auto;
  margin-top: 23px;
}

.site-branding .contact-form .phone-no h2,
.site-branding .contact-form .contact h2 {
  /*
    font-size: 28px;
  */
  float: left;
  font-size: 38px;
  margin-left: 5px;
  font-weight: bold;
}

.site-branding .contact-form .contact {
  /*
    padding: 5px 20px 7px 15px;
      left: 66%;
      top: 25%;
  */
  left: 65%;
  padding: 6px 10px 6px 10px;
  background: #45aed8;
  border-radius: 3px;
  top: 17%;
  width: auto;
  margin: 0;
}

.site-branding .contact-form .contact img {
  /*
    margin-top: 6px;
  */
  margin-top: 11px;
}

.site-branding .contact-form .contact h2 {
  /*
    font-size: 15px;
  */
  font-size: 22px;
  font-family: "Open Sans";
  margin-left: 15px;
}

.header-menu {
  width: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #ebebeb;
  margin-top: 2px;
  background-color: #017fb2;
  white-space: nowrap;
}

.site-header .toggle {
  display: none;
}


/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.buy h2,
.quality h2 {
  font-size: 24px;
  font-weight: bold !important;
  margin: 60px auto;
  text-align: center;
  color: #CC0000;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  padding-bottom: 10px;
}

.site {
  overflow: hidden;
}

.site .site-header {
  clear: both;
  display: inline-block;
  width: 100%;
}

.site .site-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -7px;
}

.site .site-content .content-area {
  display: inline-block;
  width: 75%;
}

.site .site-content .content-area .site-main {
  margin: 0;
}

.site .site-content .widget-area {
  display: inline-block;
  overflow: hidden;
  width: 25%;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/*-------------*/
.f_trucktype{
  background-color:#fff;
  text-align:center;
  width:calc(100%/13);
  font-weight:bold;
  font-size:13px;
  padding:8px 0;
  border-radius:12px;
  margin-right:7px;
}
.f_trucktype img{
  width:70%;
  height:30px;
}
.f_trucktype a{ color:#000!important;}
.firstview{margin-top:220px;}
/*--------------*/

.site-footer {
  clear: both;
  display: inline-block;
  width: 100%;
  background: #017FB2;
}

.site-footer .footer-menu {
  width: 1200px;
  display: table;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 55px;
}

.site-footer .footer-menu .main-navigation {
  display: none;
}

.site-footer .footer-menu .main-navigation .sub-menu .menu-item {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.site-footer .footer-menu .main-navigation .sub-menu .menu-item a {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
}

.site-footer .footer-menu .pc_footer_menu {
  /*float: left;*/
  font-size: 15px;
  margin-left: 0px;
  color: #ffffff;
}

.site-footer .footer-menu .pc_footer_menu.first {
  margin-left: 0;
  margin-bottom: 20px;
}

.site-footer .footer-menu .pc_footer_menu.first:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .footer-menu .pc_footer_menu li {
  /*margin-top: 12px;*/
  float: left;
}

.site-footer .footer-menu .pc_footer_menu.seocond li {
  float: none;
}


.site-footer .footer-menu .pc_footer_menu.seocond .pc_footer_sub_menu li,
.site-footer .footer-menu .pc_footer_menu.third .pc_footer_sub_menu li {
  /*float: left;*/
  display: table-cell;
  width: 16.66666%;
}

.site-footer .footer-menu .pc_footer_menu li:first-child {
  margin-top: 0;
}

.site-footer .footer-menu .pc_footer_sub_menu {
  margin-top: 8px;
  display: table;
  width: 100%;
}


.site-footer .footer-menu .pc_footer_sub_menu:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .footer-menu .pc_footer_menu.third {
  /*margin-top: 25px;*/
  /*margin-left: 60px;*/
}

.site-footer .footer-menu .corporation {
  /*float: left;*/
  color: #ffffff;
  font-size: 14px;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 20px;
}

.site-footer .footer-menu .corporation:after {
  content: "";
  display: table;
  clear: both;
}


.site-footer .footer-menu .corporation .content {
  float: left;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.site-footer .footer-menu .corporation a {
  float: right;
}


.site-footer .footer-menu .corporation span {
  font-size: 16px;
  font-weight: bold;
}

.site-footer .footer-menu .corporation p {
  line-height: 165%;
  margin-top: 5px;
}

.site-footer .footer-menu .corporation img {
  width: auto;
  margin-left: 20px;
}

.site-footer .copyright {
  background: #004e6e;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans";
  margin-top: 70px;
}

.site-footer .copyright span {
  margin-left: 60px;
}

.pc_footer_info {
  float: left;
  /*width: 65%;*/
  width:100%;
}

.footer_sns {
  float: right;
}

.pagetop {
  margin: 70px auto 0;
  width: 1200px;
}

.pagetop p {
  text-align: right;
}

.pagetop img {
  width: 50px;
}

@media only screen and (max-width: 400px) {
  .child_menu_button img {
    top: 7px !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  .child_menu_button img {
    top: 8.5px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  .child_menu_button img {
    top: 10px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
  .child_menu_button img {
    top: 13px !important;
  }
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
  .child_menu_button img {
    top: 16px !important;
  }
}

@media only screen and (max-width: 640px) {
  .site-branding .logo img {
    width: 50% !important;
  }

  .header-menu .telephone {
    width: 65px !important;
    height: 69px !important;
    right: 60px !important;
  }

  .header-menu .telephone img {
    width: 46% !important;
    top: 23px !important;
  }

  .toggle {
    width: 60px !important;
    height: 69px !important;
  }

  .c-humberge__sprite,
  .toggle .cross::before,
  .toggle .cross::after {
    width: 35px !important;
    height: 2px !important;
    left: 15px !important;
  }

  .c-humberge__sprite:nth-of-type(1) {
    top: 28px !important;
  }

  .c-humberge__sprite:nth-of-type(2) {
    top: 38px !important;
  }

  .c-humberge__sprite:nth-of-type(3) {
    top: 48px !important;
  }

  .toggle .cross::before,
  .toggle .cross::after {
    top: 38px !important;
  }
}

@media only screen and (max-width: 998px) {

  .headerMenu-scrollWrap {
    height: calc(100vh - 58px);
    overflow: scroll;
    padding-bottom: 40px;
	flex-direction: column;
  }

  .site-footer {
    padding-bottom: 60px;
  }

  .site-footer .footer-menu .corporation a {
    float: none;

  }

  .site-footer .footer-menu .corporation .content {
    width: 100%;
    letter-spacing: 0;
	  text-align: center;
      margin-top: 30px;
  }

  .site-footer {}

  .header-menu {
    margin-top: 0;
    border: none;
  }

  .site-branding {
    width: 100%;
    padding: 0 20px;
  }

  .site-branding .logo img {
    width: 30%;
  }

  .site-branding .contact-form {
    display: none;
  }

  .breadcrumb {
    padding: 0 5.5%;
    ;
    display: inline-block;
    font-size: 3.3vw;
    border-bottom: 1px solid #cccccc;
  }

  .p-breadcrumb__list {
    width: 100%;
  }

  .p-breadcrumb__list li {
    margin-left: 3%;
    font-size: 3.5vw;
  }

  .p-breadcrumb__list li {
    font-size: 3.5vw;
  }

  .menu-bg {
    display: none !important;
  }

  .toggle {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 95px;
    z-index: 9998;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    background: #000;
  }

  .c-humberge__sprite,
  .toggle .cross::before,
  .toggle .cross:after {
    position: absolute;
    left: 23px;
    width: 45px;
    height: 3px;
    background: #ffffff;
    border-radius: 4px;
  }

  .c-humberge__sprite:nth-of-type(1) {
    top: 32px;
  }

  .c-humberge__sprite:nth-of-type(2) {
    top: 47px;
  }

  .c-humberge__sprite:nth-of-type(3) {
    top: 62px;
  }

  .toggle .cross::before,
  .toggle .cross:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    top: 45px;
  }

  .toggle .cross:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .p-header__menu__humberge.is_active {
    background: #010101;
    opacity: 1;
  }

  .header-menu .telephone {
    display: block;
    background: #017FB2;
    position: absolute;
    bottom: 0px;
    right: 90px;
    width: 95px;
    height: 95px;
  }

  .header-menu .telephone img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
  }

  .main-navigation {
    width: 100%;
    position: absolute;
    background-color: #13171a;
    z-index: 9997;
    top: 0;
  }

  .main-navigation.is_active {
    opacity: 1;
    padding-top: 0;
    right: 0;
    position: fixed;
    left: auto;
  }

  .main-navigation li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
  }

  .main-navigation li.sp-active {
    border-bottom: none;
  }

  .main-navigation .down-arrow,
  .main-navigation ul ul img,
  .site-footer .footer-menu .main-navigation a.image,
  .main-navigation .down-arrow,
  .main-navigation ul ul img,
  .site-footer .footer-menu .main-navigation .header_btn {
    display: none;
  }

  .sp-active .sub-menu,
  .child_menu_button,
  .main-navigation ul ul span,
  .main-navigation li.sp-active .child_menu_button.active .sub-menu {
    display: block !important;
  }

  .child_menu_button img {
    position: absolute;
    right: 4%;
    width: 9%;
    padding-right: 0 !important;
    z-index: 9999;
    top: 18px;
  }

  .main-navigation a,
  .main-navigation .header_btn {
    border: none;
    font-size: 28px;
    font-size: 3.7vw;
    position: static;
    font-weight: normal;
    padding: 0;
    color: #ffffff;
    padding: 3.5% 5%;
    display: block;
  }

  .main-navigation li:nth-of-type(5) a {
    border-right: none;
  }

  .main-navigation ul ul li {
    border: none;
  }

  .main-navigation ul ul li a {
    font-size: 3.5vw;
    padding: 3.5% 10%;
    color: #FFF;
    border-bottom: 1px solid #fff;
  }

  .site-footer .footer-menu .main-navigation .sub-menu .menu-item {
    padding: 3.5% 12%;
    border-bottom: 1px solid #ffffff;
  }

  .site-footer .footer-menu .main-navigation .menu-item .sub-menu .menu-item a {
    font-size: 3.5vw;
    color: #fff;
  }

  .header-menu .sp-active .sub-menu {
    background-color: #017fb2;
  }

  .site-footer .sp-active .sub-menu {
    background-color: #000;
  }

  .site-footer .footer-menu {
    margin-top: 0 !important;
    width: 100%;
  }

  .site-footer .footer-menu .main-navigation .menu-item,
  .site-footer .footer-menu .main-navigation .menu-item:nth-of-type(2),
  .site-footer .footer-menu .main-navigation .menu-item:nth-of-type(3) {
    width: 100%;
    margin: 0;
  }

  .site-footer .footer-menu .main-navigation .menu-item {
    padding: 0;
    z-index: 0;
  }

  .site-footer .footer-menu .main-navigation .sp-active.menu-item {
    border-bottom: none;
  }

  .site-footer .footer-menu .main-navigation .menu-item a {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 3.7vw;
    width: 100%;
    color: #ffffff;
    font-weight: normal;
    padding: 3.5% 5%;
  }

  .site-footer .footer-logo,
  .site-footer .copyright {
    width: 100%;
    padding: 0 20px;
  }

  .site-footer {
    background: none;
  }

  .site-footer .footer-menu .main-navigation {
    top: 92%;
    position: relative;
    background: none;
    z-index: 0;
    display: block;
    background: #017FB2;
  }

  .site-footer .footer-menu .main-navigation a,
  .site-footer .footer-menu .main-navigation .header_btn {
    color: #000;
    font-weight: bold;
  }

  .site-footer .footer-menu .corporation {
    display: block;
    background: #ebebeb;
    color: #333333;
    margin: 0;
    width: 100%;
    font-size: 3.3vw;
    padding: 5%;
    letter-spacing: 1px;
  }

  .site-footer .footer-menu .corporation:after {
    content: "";
    display: table;
    clear: both;
  }

  .site-footer .footer-menu .corporation img {
    /*width: 20%;*/
	/*width: 30%;*/
    /*margin: 0;*/
	margin: 3% 3% 0 0;
    /*float: right;*/
    margin-bottom: 3%;
  }

  .pc_footer_info {
    width: 100%;
    float: none;
  }

  .footer_sns {
    float: none;
    width: 100%;
    text-align: center;
    background: #ebebeb;
    padding-bottom: 20px;
  }

  .site-footer .copyright {
    padding: 2.5% 20px;
    font-size: 18px;
    font-size: 3vw;
    margin-top: 0;
  }

  .site-footer .copyright span {
    display: block;
    margin: 0;
  }

  .site-content .entry-thumbnail {
    background-image: url('/usedcar/images/maintitle_sp.jpg');
    padding: 8% 0;
    height: auto;
  }

  .site-content .entry-thumbnail .page-title {
    font-size: 5vw;
  }

  .site-content .entry-thumbnail .page-title span {
    font-size: 2.8vw;
  }

  .site-footer .footer-menu .corporation span {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .site-footer .footer-menu .pc_footer_menu {
    display: none;
  }

  .pagetop {
    margin: 70px auto 0;
    width: 100%;
  }

  .pagetop p {
    text-align: right;
    margin: 0 5% 0 0;
  }

  .pagetop img {
    width: 50px;
  }
}

/* ===========================================
 スマホ用フッターバナー
=========================================== */
.p-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  width: 100%;
}

.p-banner .p-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-banner .p-banner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 0 0 #CCC;
  box-shadow: 1px 1px 0 0 #CCC;
}

.p-banner .p-banner_item .btn_txt_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}

.p-banner .p-banner_item .icon-line {
  color: #00B900;
}

@media print,
screen and (max-width: 998px) {
  .p-banner {
    height: 60px;
    padding: 7px 0;
  }

  .p-banner .p-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-banner .p-banner_item {
    width: 49%;
    height: 45px;
    margin: 0 2px;
    padding-top: 2px;
  }

  .p-banner .p-banner_item .btn_txt_01 {
    font-size: 22px;
  }

  .p-banner .p-banner_item .btn_icon {
    font-size: 22px;
  }

  .p-banner .p-banner_item .icon_line {
    width: 22px;
  }

  .p-banner .p-banner_item .btn_txt_02 {
    font-size: 11px;
  }

  .p-banner .p-banner_item .txt_pc {
    display: none;
  }
}

@media print,
screen and (min-width: 999px) {
  .p-banner {
    display: none;
  }
}

/* ===========================================
 売約済みアイコン
=========================================== */
.is-soldout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.is-soldout .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  min-width: 45%;
  padding: 10px 20px;
  border: 2px solid #C00;
  color: #C00;
  font-size: 18px;
  font-weight: bold;
}

.single .single-container .is-soldout .inner {
  font-size: 60px;
}

@media only screen and (max-width: 998px) {
  .posts__img .is-soldout .inner {
    font-size: 14px;
    padding: 2px 10px;
  }

  .single .single-container .is-soldout .inner {
    font-size: 28px;
  }
}


/* ===========================================
 ヘッダーレンタカー
=========================================== */
@media screen and (min-width: 999px) {
  .has-sub-menu-rental {
    position: relative;
  }

  .sub-menu-outer-rental {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sub-menu-outer-rental .sub-menu {
    border: 1px solid #217bb0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-menu-outer-rental .sub-menu div:last-child {
    border-top: 1px solid #217bb0;
  }

  .rental-nav-menu {
    font-size: 17px !important;
    line-height: 1.41 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #333333 !important;
    font-weight: 300 !important;
    padding: 20px 0 !important;
  }

}

@media screen and (min-width: 640px) and (max-width: 998px) {
  .header-menu .sub-menu-outer-rental .sub-menu {
    display: none !important;
  }

  .header-menu .sp-active .sub-menu-outer-rental .sub-menu {
    display: block !important;
  }

  .header-menu .sp-active .sub-menu-outer-rental .sub-menu div:last-child {
    border-top: solid 1px #fff;
  }
}

@media screen and (max-width: 639px) {
  .header-menu .sub-menu-outer-rental .sub-menu {
    display: none !important;
  }

  .header-menu .sp-active .sub-menu-outer-rental .sub-menu {
    display: block !important;
  }

    .header-menu .sp-active .sub-menu-outer-rental .sub-menu div:last-child {
    border-top: solid 1px #fff;
  }
}



#contener {
	max-width: 1200px;
	width: 100%;
	margin-top: 148px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 998px) {
#contener {
	padding: 0 5.5%;
	box-sizing: border-box;
	margin-top: 80px;
}
}

@media screen and (max-width: 998px){
ul .menu-list-item {
	display: none;
}

.sp-sns-btn {
	display: flex;
	justify-content: center;
}

.footer-image{
	display: flex;
	justify-content: space-around;
	/*margin-left: 40%;*/
	/*margin-right: 40%;*/
	gap:20px;
	margin-bottom: 30px;
	
	
}
	
}
@media screen and (min-width: 999px) {
	.menu-item2{
		display: none;
	}
}
.description{
  position: relative;
}
.sum{
  position: absolute;
  top:0px;
  right:0px;
  width:40%;
}
@media screen and (max-width: 1600px) {
  .sum{
    width:35%;
  }  
}