@charset "UTF-8";
/*共通scss*/
/*use colors*/
/*size*/
/*font family*/
/*共通scss*/
/*共通scss*/
/*common style*/
body {
  font-size: 16px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  background-color: #f7f7f5;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
body .inner {
  width: 100%;
  overflow-x: hidden;
}

.body-noscroll {
  overflow-y: hidden;
}

/*ローディング*/
.loading-overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.loadin-on {
  opacity: 1;
  visibility: visible;
  transition: 0.1s all;
}

#loadingSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*main*/
main {
  width: 100%;
  position: relative;
}
main #wave-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) {
  a {
    transition: 0.25s ease-in-out;
    opacity: 1;
  }
  a:hover {
    transition: 0.25s ease-in-out;
    opacity: 0.6;
  }
}
/*container*/
.container {
  width: calc(1653 / 1920 * 100%);
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(787 / 867 * 100%);
  }
}
@media screen and (max-width: 500px) {
  .container {
    width: calc(450 / 500 * 100%);
  }
}

.container-right {
  width: calc(1822 / 1920 * 100%);
  max-width: 1300px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .container-right {
    width: calc(787 / 867 * 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .container-right {
    width: calc(450 / 500 * 100%);
    margin: 0 auto;
  }
}
.container-right .section-img-area {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .container-right .section-img-area {
    border-radius: 25px 0 0 25px;
  }
}

.container-left {
  width: calc(1822 / 1920 * 100%);
  max-width: 1200px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container-left {
    width: calc(787 / 867 * 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .container-left {
    width: calc(450 / 500 * 100%);
    margin: 0 auto;
  }
}
.container-left .section-img-area {
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .container-left .section-img-area {
    border-radius: 0 25px 25px 0;
  }
}

section .section-inner {
  position: relative;
}
section .section-inner_2 {
  width: 85%;
  margin: 0 auto;
}
section .page-title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0em;
}
section .section-title {
  transition: 0.25s ease-in;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  opacity: 0;
}
section .section-title span {
  opacity: 0;
}
section .section-title-center {
  text-align: center;
  margin-bottom: 37px;
}
section .section-title-s {
  font-size: 28px;
  margin-bottom: 20px;
}
section .section-title-show {
  transition: 0.25s ease-in;
  opacity: 1;
}
section .section-title-show span {
  opacity: 0;
}
section .section-des {
  margin: 50px 0 80px 0;
  line-height: 1.75;
}
section .section-des-center {
  text-align: center;
}
section .section-img-area {
  width: 54.6875%;
  position: relative;
  padding-top: 58.28125%;
  overflow: hidden;
}
section .section-img-area .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section-img-area .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section h2 {
  font-size: 35px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.19em;
}
section h3 {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.5;
}
section p, section a, section li, section td {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  section .section-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 24px;
  }
  section .section-title-center {
    text-align: center;
    margin-bottom: 24px;
  }
  section .section-title-s {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section .secion-title_2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  section .secion-title_2::after {
    width: 30px;
    height: 4px;
    bottom: -15px;
  }
  section .section-title_3 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #968C78;
  }
  section .section-sub-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #968C78;
  }
  section .section-des {
    margin: 30px 0 40px 0;
  }
  section h2 {
    font-size: 24px;
    font-weight: 500;
  }
  section h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  section p, section a, section td, section li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section .section-img-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    padding-top: 150px;
  }
  section .section-img-area .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  section .section-text-area {
    padding: 20px 30px 0 30px;
    width: 100%;
  }
  section .section-text-area .section-title {
    height: 150px;
  }
}

/*animation*/
@keyframes showtext {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(22px) translateX(110%);
  }
  100% {
    opacity: 1;
    transform: translateY(-82px) translateX(110%);
  }
}
.fade-content {
  transform: translateY(50px);
  opacity: 0;
}

.fade-content-active {
  animation: fadeIn 2s forwards;
}

.fade-content2 {
  transform: translateY(25px);
  opacity: 0;
}

.fade-content2-active {
  animation: fadeIn2 2s forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-left {
  transform: translateX(50px);
  opacity: 0;
}

.fade-left-active {
  overflow: hidden;
  animation: fadeInLeft 1s forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-right {
  transform: translateX(-50px);
  opacity: 0;
}

.fade-right-active {
  overflow: hidden;
  animation: fadeRight 1s forwards;
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(10%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.fade-scale {
  transform: scale(10%);
  opacity: 0;
}

.fade-scale-active {
  animation: fadeScale 1s forwards;
}

.fade-cover {
  position: relative;
}
.fade-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #968C78;
  z-index: 1;
  opacity: 0;
}

.fade-cover-active::before {
  transform: scaleX(0);
  animation-name: fadeCover;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0.7;
}

@keyframes fadeCover {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*共通scss*/
.btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.btn:hover::after {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 0%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #968C78;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
  /*波形が広がるアニメーション*/
}
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.btn p {
  position: relative;
  line-height: 18px;
  font-size: 18px;
}
.btn p:after {
  content: "";
  position: absolute;
  top: 9px;
  width: 0px;
  height: 1px;
  background-color: #000000;
  left: 100%;
  z-index: 1;
}
.btn .btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #968C78;
  border-radius: 50%;
  margin-left: 40px;
  opacity: 0;
}
.btn .btn-circle::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}

.btn-active p:after {
  width: 0px;
  animation-name: barWidth;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes barWidth {
  0% {
    width: 0px;
  }
  20% {
    width: 5px;
  }
  100% {
    width: 50px;
  }
}
@keyframes circleMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-active .btn-circle {
  animation-name: circleMove;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .btn {
    justify-content: flex-end;
  }
  .btn p {
    line-height: 16px;
    font-size: 16px;
  }
  .btn p:after {
    content: "";
    position: absolute;
    top: 6px;
    width: 0px;
    height: 1px;
    right: -50px;
  }
  .btn .btn-circle {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #968C78;
    border-radius: 50%;
    margin-left: 40px;
  }
  .btn .btn-circle::before {
    top: 19px;
    right: 21px;
  }
}
.side-btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0px;
  bottom: 20px;
  transform: translateY(50px) rotate(90deg) rotateX(180deg);
  transition: 2s ease-in;
  z-index: 9;
}
.side-btn .side-btn-car {
  width: 100px;
  position: relative;
  display: block;
  animation: car-move 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .side-btn .side-btn-car {
    width: 50px;
  }
}
.side-btn .side-btn-car img {
  width: 100%;
  height: auto;
}

.side-show {
  transition: 0.5s ease-in;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotate(90deg) rotateX(180deg);
}

.next-btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #968C78;
  border-radius: 50%;
  display: block;
}
.next-btn-circle::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}

.prev-btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #968C78;
  border-radius: 50%;
  display: block;
}
.prev-btn-circle::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-135deg);
}

.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*チェック項目*/
.check-item-text {
  position: relative;
  padding-left: 25px;
}
.check-item-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/ilst/ilst_check.jpg);
  background-size: cover;
}

/*rechapter非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

/*scss page*/
/*共通scss*/
/*メインビジュアル*/
.company-mv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_dim_002.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .company-mv {
    background-attachment: initial;
    height: 80vh;
  }
}
.company-mv .mv-text {
  width: 29.0104166667%;
}
.company-mv .mv-text img {
  width: 100%;
  height: auto;
}
.company-mv .page-title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 8%;
  bottom: 100px;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  text-align: right;
  animation: title-move 4s infinite;
}
@media screen and (max-width: 767px) {
  .company-mv .page-title {
    font-size: 18px;
  }
}
.company-mv .page-title .title-bar {
  margin-right: 10px;
  width: 1px;
  height: 200px;
  background-color: #000000;
}
@keyframes title-move {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.company-mv .white {
  color: #ffffff;
}
.company-mv .white .title-bar {
  background-color: #ffffff;
}

/*firstセクション*/
.company-first {
  margin-bottom: 150px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .company-first {
    padding-top: 50px;
  }
}
.company-first .container .section-inner .company-first-img {
  width: 30%;
  margin: 0 auto;
}
.company-first .container .section-inner .company-first-img img {
  width: 100%;
  height: auto;
}
.company-first .container .section-inner .first-des {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .company-first {
    margin-bottom: 50px;
  }
  .company-first .container .section-inner .company-first-img {
    width: 30%;
    margin: 0 auto;
  }
  .company-first .container .section-inner .first-des {
    margin-top: 30px;
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 2;
  }
  .company-first .container .section-inner .first-des br {
    display: none;
  }
}
.company-about {
  margin-bottom: 50px;
}
.company-about .about-table {
  width: 80%;
  margin: 0 auto;
}
.company-about .about-table .table-row {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #000000;
}
.company-about .about-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.company-about .about-table .table-row .table-title {
  width: 30%;
  font-size: 14px;
}
.company-about .about-table .table-row .table-desc {
  width: 70%;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 767px) {
  .company-about .about-table {
    width: 100%;
  }
  .company-about .about-table .table-row {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid #000000;
  }
  .company-about .about-table .table-row:nth-child(1) {
    border-top: 1px solid #000000;
  }
  .company-about .about-table .table-row .table-title {
    width: 30%;
    font-size: 14px;
  }
  .company-about .about-table .table-row .table-desc {
    width: 70%;
    font-size: 14px;
    display: block;
  }
}
/*共通scss*/
/*メインビジュアル*/
.vehicle-mv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_mv_top.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .vehicle-mv {
    background-position: left bottom;
    background-attachment: initial;
  }
}
.vehicle-mv .mv-text {
  width: 49.84375%;
}
.vehicle-mv .mv-text img {
  width: 100%;
  height: auto;
}
.vehicle-mv .page-title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 8%;
  bottom: 100px;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  text-align: right;
  animation: title-move 4s infinite;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .vehicle-mv .page-title {
    font-size: 18px;
  }
}
.vehicle-mv .page-title .title-bar {
  margin-right: 10px;
  width: 1px;
  height: 200px;
  background-color: #ffffff;
}
@keyframes title-move {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.vehicle-mv .white {
  color: #ffffff;
}
.vehicle-mv .white .title-bar {
  background-color: #ffffff;
}

/*車両概要*/
.vehicle-about {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .vehicle-about {
    padding-top: 50px;
  }
}
.vehicle-about .about-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vehicle-about .about-table .table-row {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #000000;
}
.vehicle-about .about-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.vehicle-about .about-table .table-row .table-title {
  width: 30%;
  font-size: 14px;
}
.vehicle-about .about-table .table-row .table-desc {
  width: 70%;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 767px) {
  .vehicle-about {
    margin-bottom: 75px;
  }
  .vehicle-about .about-table {
    width: 100%;
  }
  .vehicle-about .about-table .table-row {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid #000000;
  }
  .vehicle-about .about-table .table-row:nth-child(1) {
    border-top: 1px solid #000000;
  }
  .vehicle-about .about-table .table-row .table-title {
    width: 30%;
    font-size: 14px;
  }
  .vehicle-about .about-table .table-row .table-desc {
    width: 70%;
    font-size: 14px;
    display: block;
  }
}
/*快適な旅ができる装備　セクション*/
.vehicle-equipment-section {
  margin-bottom: 100px;
}
.vehicle-equipment-section .container .section-inner .vehicle-equipments {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.vehicle-equipment-section .container .section-inner .vehicle-equipments .vehicle-equipment {
  width: 25%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.vehicle-equipment-section .container .section-inner .vehicle-equipments .vehicle-equipment::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 14px;
  background-color: #968C78;
}

@media screen and (max-width: 767px) {
  .vehicle-equipment-section {
    margin-bottom: 75px;
  }
  .vehicle-equipment-section .container .section-inner .vehicle-equipments .vehicle-equipment {
    width: 50%;
  }
}
/*オプションセクション*/
.vehicle-option-section {
  margin-bottom: 100px;
}
.vehicle-option-section .container .section-inner .vehicle-options {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option {
  width: 26.6666666667%;
  margin: 0 5% 50px 5%;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(3n-2) {
  margin-left: 0;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(3n) {
  margin-right: 0;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-img {
  width: 100%;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-img img {
  width: 100%;
  height: auto;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .price-tag {
  padding: 5px 20px;
  background-color: #F06464;
  color: #fff;
  margin: 15px 0;
  width: fit-content;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .free {
  background-color: #968C78;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-desc .box {
  color: #F06464;
}
.vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-desc .br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .vehicle-option-section {
    margin-bottom: 75px;
  }
  .vehicle-option-section .container .section-inner .vehicle-options {
    display: flex;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option {
    width: 47%;
    margin: 0 3% 50px 3%;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(3n-2) {
    margin-left: 3%;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(3n) {
    margin-right: 3%;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(2n-1) {
    margin-left: 0;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option:nth-child(2n) {
    margin-right: 0;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-desc {
    font-size: 12px;
  }
  .vehicle-option-section .container .section-inner .vehicle-options .vehicle-option .option-desc .br-sp {
    display: block;
  }
}
/*車両機能セクション*/
.vehicle-function {
  margin-bottom: 100px;
}
.vehicle-function .slider-container ul .slide-content {
  width: 100%;
}
.vehicle-function .slider-container ul .slide-content .slide-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.vehicle-function .slider-container ul .slide-content .slide-wrapper .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vehicle-function .slider-container ul .slide-content .slide-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vehicle-function .slider-container #function-slick {
  width: 60%;
  margin: 0 auto;
}
.vehicle-function .slider-container #function-slick .slide-content .slide-wrapper {
  padding-top: 60%;
  border-radius: 40px;
  overflow: hidden;
}
.vehicle-function .slider-container #function-slick .slide-content .slide-wrapper .img-box {
  width: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.vehicle-function .slider-container #function-thumbs {
  width: 70%;
  margin: 0 auto;
}
.vehicle-function .slider-container #function-thumbs .slide-content .slide-wrapper {
  padding-top: 100%;
}
.vehicle-function .slider-container .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #968C78;
}
.vehicle-function .slider-container .slide-arrow .arrow-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.vehicle-function .slider-container .slide-arrow .arrow-wrap::before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 9px;
  color: #968C78;
  width: 11px;
  height: 11px;
  border: 3px solid #968C78;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
}
.vehicle-function .slider-container .prev-arrow {
  left: -40px;
}
.vehicle-function .slider-container .next-arrow {
  right: -40px;
  transform: rotate(180deg);
}
.vehicle-function .slider-container .slick-slide {
  padding: 10px;
}
.vehicle-function .slider-container .slick-prev, .vehicle-function .slider-container .slick-next {
  z-index: 2;
}
.vehicle-function .slider-container .slick-prev {
  left: 0 !important;
}
.vehicle-function .slider-container .slick-next {
  right: 0 !important;
}

@media screen and (max-width: 767px) {
  .vehicle-function {
    margin-bottom: 75px;
  }
  .vehicle-function .slider-container #function-slick {
    width: 100%;
    margin: 0 auto;
  }
  .vehicle-function .slider-container #function-slick .slide-content .slide-wrapper {
    padding-top: 70%;
    border-radius: 20px;
  }
  .vehicle-function .slider-container #function-thumbs {
    width: 80%;
  }
}
/*快適な旅ができる装備　セクション*/
.vehicle-function-2 {
  margin-bottom: 100px;
}
.vehicle-function-2 .container .section-inner .vehicle-functions {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function {
  width: 26.6666666667%;
  margin: 0 5% 50px 5%;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(3n-2) {
  margin-left: 0;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(3n) {
  margin-right: 0;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function .function-img {
  width: 100%;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function .function-img img {
  width: 100%;
  height: auto;
}
.vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function .function-title {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-function-2 {
    margin-bottom: 75px;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function {
    width: 47%;
    margin: 0 3% 50px 3%;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(3n-2) {
    margin-left: 3%;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(3n) {
    margin-right: 3%;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(2n-1) {
    margin-left: 0;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function:nth-child(2n) {
    margin-right: 0;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function .function-title {
    margin: 10px 0;
    font-size: 16px;
  }
  .vehicle-function-2 .container .section-inner .vehicle-functions .vehicle-function .function-desc {
    font-size: 14px;
  }
}
/*料金表セクション*/
.vehicle-price-section {
  margin-bottom: 50px;
}
.vehicle-price-section .container .section-inner table {
  border-collapse: collapse;
  width: 100%;
}
.vehicle-price-section .container .section-inner table tr:nth-child(1), .vehicle-price-section .container .section-inner table tr:nth-child(2) {
  background-color: #C8DCE6;
}
.vehicle-price-section .container .section-inner table th, .vehicle-price-section .container .section-inner table td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
}
.vehicle-price-section .container .section-inner table .td-season {
  vertical-align: middle;
}
.vehicle-price-section .container .section-inner table .td-season .season-note {
  font-size: 12px;
}
.vehicle-price-section .container .section-inner table th:first-child, .vehicle-price-section .container .section-inner table td:first-child {
  border-left: none;
  text-align: left;
}
.vehicle-price-section .container .section-inner table th:last-child, .vehicle-price-section .container .section-inner table td:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .vehicle-price-section {
    margin-bottom: 50px;
  }
  .vehicle-price-section .container .section-inner table th, .vehicle-price-section .container .section-inner table td {
    padding: 10px;
    font-size: 12px;
  }
  .vehicle-price-section .container .section-inner table td p {
    font-size: 12px;
  }
}
/*料金の一例　セクション*/
.vehicle-ex-price-section {
  margin-bottom: 50px;
}
.vehicle-ex-price-section .ex-price-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vehicle-ex-price-section .ex-price-table .table-row {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #000000;
}
.vehicle-ex-price-section .ex-price-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.vehicle-ex-price-section .ex-price-table .table-row .table-title {
  width: 10%;
  font-size: 14px;
}
.vehicle-ex-price-section .ex-price-table .table-row .table-desc {
  width: 90%;
  font-size: 14px;
  display: block;
}
.vehicle-ex-price-section .ex-price-table .table-row .table-desc .box {
  color: #968C78;
}
.vehicle-ex-price-section .ex-price-table .note {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vehicle-ex-price-section .ex-price-table .table-row {
    padding: 10px 10px;
  }
  .vehicle-ex-price-section .ex-price-table .table-row .table-title {
    width: 20%;
  }
  .vehicle-ex-price-section .ex-price-table .table-row .table-desc {
    width: 80%;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    font-size: 12px;
  }
  .vehicle-ex-price-section .ex-price-table .note {
    margin-top: 15px;
    font-size: 12px;
  }
}
/*キャンセルセクション*/
.vehicle-cancel-section {
  margin-bottom: 100px;
}
.vehicle-cancel-section .cancel-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vehicle-cancel-section .cancel-table .table-row {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #000000;
  justify-content: space-between;
  align-items: center;
}
.vehicle-cancel-section .cancel-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.vehicle-cancel-section .cancel-table .table-row .table-desc {
  font-size: 14px;
  display: block;
}
.vehicle-cancel-section .cancel-table .table-row .guide-btn {
  margin-left: auto;
  position: relative;
  padding: 10px 40px;
  background-color: #968C78;
  color: #ffffff;
  width: fit-content;
}
.vehicle-cancel-section .cancel-table .table-row .guide-btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 17px;
  top: 18px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .vehicle-cancel-section {
    margin-bottom: 75px;
  }
  .vehicle-cancel-section .cancel-table .table-row {
    padding: 10px 10px;
    flex-direction: column;
  }
  .vehicle-cancel-section .cancel-table .table-row .table-desc {
    width: 100%;
  }
  .vehicle-cancel-section .cancel-table .table-row .guide-btn {
    margin: 10px auto 0 auto;
    padding: 5px 30px 5px 20px;
  }
  .vehicle-cancel-section .cancel-table .table-row .guide-btn::before {
    right: 8px;
    top: 12px;
  }
}
/*共通scss*/
.vehicle-calender .calendar-container {
  display: flex;
  justify-content: space-between;
}
.vehicle-calender .calendar-container .left-calender {
  width: 48%;
}
.vehicle-calender .calendar-container .left-calender .calendar-header {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
.vehicle-calender .calendar-container .left-calender .calendar-header .prev {
  cursor: pointer;
  background-color: #968C78;
  padding: 3px 8px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.vehicle-calender .calendar-container .left-calender .calendar-header .sp-next {
  cursor: pointer;
  background-color: #968C78;
  padding: 3px 8px;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .calendar-container .left-calender .calendar-header {
    justify-content: center;
  }
  .vehicle-calender .calendar-container .left-calender .calendar-header .sp-next {
    display: block;
  }
}
.vehicle-calender .calendar-container .right-calender {
  width: 48%;
}
.vehicle-calender .calendar-container .right-calender .calendar-header {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .calendar-container .right-calender .calendar-header {
    justify-content: center;
  }
}
.vehicle-calender .calendar-container .right-calender .calendar-header .next {
  cursor: pointer;
  background-color: #968C78;
  padding: 3px 8px;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .calendar-container .right-calender .calendar-header .next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-calender .calendar-container {
    flex-direction: column;
    align-items: center;
  }
  .vehicle-calender .calendar-container .left-calender {
    width: 100%;
    margin: 20px 0;
  }
  .vehicle-calender .calendar-container .right-calender {
    width: 100%;
    margin: 20px 0;
  }
}
.vehicle-calender .calendar-container .calendar {
  width: 100%;
}
.vehicle-calender .calendar-container .calendar table {
  width: 100%;
  border-collapse: collapse;
}
.vehicle-calender .calendar-container .calendar th, .vehicle-calender .calendar-container .calendar td {
  text-align: center;
  padding: 12px 8px;
  border: 1px solid #ddd;
  background-color: #ffffff;
}
.vehicle-calender .calendar-container .calendar th {
  background-color: #968C78;
  color: #ffffff;
}
.vehicle-calender .calendar-container .calendar td {
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
}
.vehicle-calender .calendar-container .calendar td span {
  display: block;
}
.vehicle-calender .calendar-container .calendar td .cross {
  color: #dc2626;
}
.vehicle-calender .calendar-container .calendar td .triangle {
  color: #65a30d;
}
.vehicle-calender .calendar-container .calendar td .circle {
  color: #0284c7;
}
.vehicle-calender .calendar-container .calendar .next-month, .vehicle-calender .calendar-container .calendar .prev-month {
  background-color: #f2f2f2;
}
.vehicle-calender .calendar-container .calendar .past-date {
  opacity: 0.5;
}
.vehicle-calender .calendar-container .calendar .today {
  color: #65a30d;
}
.vehicle-calender .calendar-container .calendar .sunday {
  color: #DB2E2C;
}
.vehicle-calender .calendar-container .calendar .saturday {
  color: #2C3DDB;
}
.vehicle-calender .calendar-container .calendar .holiday {
  color: #DB2E2C;
  position: relative;
}
.vehicle-calender .calendar-container .calendar .holiday .holidayname {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  max-width: 70px;
  opacity: 0.5;
}
@keyframes select-flash {
  0% {
    background-color: #C86464;
    color: #ffffff;
  }
  50% {
    background-color: #ffffff;
    color: #C86464;
  }
  100% {
    background-color: #C86464;
    color: #ffffff;
  }
}
.vehicle-calender .calendar-container .calendar .selected-start {
  animation: select-flash 1s infinite;
}
.vehicle-calender .calendar-container .calendar .selected {
  background-color: #C86464;
  color: #ffffff;
}
.vehicle-calender .calendar-container .calendar .selected span {
  color: #ffffff;
}
.vehicle-calender .reserve_guide_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.25s ease;
  padding: 20px;
  border: 2px solid #C86464;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .reserve_guide_area {
    padding: 0 10px 30px 10px;
  }
}
.vehicle-calender .reserve_guide_area-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.25s ease;
}
.vehicle-calender #calender-guide {
  width: fit-content;
  padding: 7px 30px;
  border-radius: 20px;
  border: 2px solid #C86464;
  margin: 0 auto;
  color: #ffffff;
  background-color: #C86464;
}
.vehicle-calender .range-date {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .range-date {
    flex-direction: column;
  }
}
.vehicle-calender .range-date #selectStartDate, .vehicle-calender .range-date #selectEndDate, .vehicle-calender .range-date #useRangeDate {
  height: 25px;
}
.vehicle-calender .range-date #minRentalPrice p {
  margin: 5px 0 10px 0;
}
.vehicle-calender .range-date #minRentalPrice p .vehicle_type {
  padding: 5px 10px;
  background-color: #968C78;
  color: #ffffff;
  margin-right: 15px;
  margin-top: 10px;
}
.vehicle-calender .range-date #minRentalPrice .difference {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .range-date #minRentalPrice .difference {
    display: inline;
  }
}
.vehicle-calender .range-date #minRentalPrice .available-count {
  padding: 5px 10px;
  background-color: #65a30d;
  color: #ffffff;
  border-radius: 20px;
}
.vehicle-calender .range-date #minRentalPrice .not-available {
  color: red;
}
.vehicle-calender .calender-contorols {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.vehicle-calender .calender-contorols .range-reset {
  cursor: pointer;
  width: fit-content;
  padding: 7px 30px;
  border-radius: 20px;
  border: 2px solid red;
  color: red;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.vehicle-calender .calender-contorols .error-text {
  color: red;
}
@keyframes btn-flash {
  0% {
    background-color: #C86464;
    border: 2px solid #C86464;
    color: #ffffff;
  }
  50% {
    background-color: #ffffff;
    border: 2px solid #C86464;
    color: #C86464;
  }
  100% {
    background-color: #C86464;
    border: 2px solid #C86464;
    color: #ffffff;
  }
}
.vehicle-calender .calender-contorols .move-form {
  cursor: pointer;
  width: fit-content;
  padding: 7px 30px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all;
  animation: btn-flash 1s infinite;
}
.vehicle-calender .calender-contorols .btn-show {
  opacity: 1;
  visibility: visible;
  transition: 0.25s all;
}
.vehicle-calender .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 80px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  height: 100vh;
}
.vehicle-calender .popup .popup-content {
  width: 90%;
  margin: 0 auto;
  background-color: #f7f7f5;
  padding: 30px 30px 200px 30px;
  /* フォームのスタイル */
  /* ボタン表示制御用のクラス */
}
@media screen and (max-width: 767px) {
  .vehicle-calender .popup .popup-content {
    width: 95%;
    padding: 30px 15px 200px 15px;
  }
}
.vehicle-calender .popup .popup-content .close {
  cursor: pointer;
  width: fit-content;
  padding: 7px 30px;
  border-radius: 20px;
  border: 2px solid red;
  color: red;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .popup .popup-content .close {
    padding: 5px 20px;
    font-size: 14px;
  }
}
.vehicle-calender .popup .popup-content .form-title {
  margin: 30px 0;
}
.vehicle-calender .popup .popup-content .form-group {
  margin-bottom: 10px;
  margin-top: 50px;
}
.vehicle-calender .popup .popup-content .form-item {
  display: block;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: fit-content;
  background-color: #428bca;
  color: white;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .popup .popup-content .optino-label {
    display: block;
    margin-bottom: 5px;
  }
}
.vehicle-calender .popup .popup-content .label-type-radio {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  width: fit-content;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
.vehicle-calender .popup .popup-content .disableLabel {
  opacity: 0.5;
  position: relative;
}
.vehicle-calender .popup .popup-content .disableLabel::before {
  content: "空車なし";
  font-size: 10px;
  color: #ffffff;
  background-color: red;
  padding: 3px 4px;
  position: absolute;
  top: 20px;
  right: 0;
}
.vehicle-calender .popup .popup-content .require {
  position: relative;
}
.vehicle-calender .popup .popup-content .require::after {
  font-size: 12px;
  position: absolute;
  right: -71px;
  top: 10px;
  content: "*必須項目";
  color: red;
}
.vehicle-calender .popup .popup-content #totalAmount {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: baseline;
}
.vehicle-calender .popup .popup-content #totalAmount #settlementAmount {
  display: inline-block;
  font-size: 18px;
  background-color: transparent;
  color: #000;
  margin-top: 10px;
}
.vehicle-calender .popup .popup-content #totalAmount input {
  font-size: 20px;
  font-weight: bold;
  max-width: 150px;
  font-size: 28px;
  background-color: #ffffff;
  text-align: center;
  opacity: 0;
  width: 0;
  height: 0;
}
.vehicle-calender .popup .popup-content #totalAmount span {
  font-size: 14px;
}
.vehicle-calender .popup .popup-content input[type=text], .vehicle-calender .popup .popup-content input[type=email], .vehicle-calender .popup .popup-content input[type=tel], .vehicle-calender .popup .popup-content select, .vehicle-calender .popup .popup-content textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.vehicle-calender .popup .popup-content input[type=checkbox], .vehicle-calender .popup .popup-content input[type=radio] {
  margin: 0 5px 0 10px;
}
.vehicle-calender .popup .popup-content textarea {
  resize: vertical;
}
.vehicle-calender .popup .popup-content button, .vehicle-calender .popup .popup-content .confirm-btn {
  color: #fff;
  background-color: #428bca;
  border: 2px solid #428bca;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  width: fit-content;
  margin: 30px 0 30px auto;
  display: block;
}
.vehicle-calender .popup .popup-content .confirm-btn {
  display: none;
  animation: btn-flash 2s infinite;
  margin: 10px 0 10px auto;
}
.vehicle-calender .popup .popup-content .popup-guide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #C86464;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .vehicle-calender .popup .popup-content .popup-guide {
    padding: 10px;
  }
}
.vehicle-calender .popup .popup-content .btn-show {
  display: block;
}
.vehicle-calender .popup .popup-content .confirm-btn-text {
  display: block;
  text-align: right;
  color: red;
  font-weight: bold;
}
.vehicle-calender .popup .popup-content .confirm-btn-text-hide {
  display: none;
}
.vehicle-calender .popup-show {
  opacity: 1;
  visibility: visible;
}
.vehicle-calender .confirmation-dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.vehicle-calender .confirmation-dialog .confirm-wrap {
  width: 400px;
  background-color: #fff;
  padding: 20px;
  border: 4px solid #428bca;
  max-height: 80vh;
  overflow-y: scroll;
}
.vehicle-calender .confirmation-dialog .confirm-wrap .confirm-title {
  text-align: center;
  margin: 10px;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #4B4B4B;
  color: #fff;
}
.vehicle-calender .confirmation-dialog .confirm-wrap ul li {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
}
.vehicle-calender .confirmation-dialog .confirm-wrap ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.vehicle-calender .confirmation-dialog .confirm-wrap ul .last_price {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  border-top: 1px solid #000;
}
.vehicle-calender .confirmation-dialog .confirm-wrap ul .last_price::before {
  display: none;
}
.vehicle-calender .confirmation-dialog .confirm-btn-area {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.vehicle-calender .confirmation-dialog .confirm-btn-area button[type=submit] {
  color: #fff;
  background-color: #428bca;
  border: 2px solid #428bca;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  animation: btn-flash 2s infinite;
}
.vehicle-calender .confirmation-dialog .confirm-btn-area .back-to-input {
  color: red;
  border: 2px solid red;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.vehicle-calender .confirmation-dialog-show {
  display: flex;
}

.recapcher-note {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
.recapcher-note a {
  font-size: 12px;
  color: #968C78;
}

/*共通scss*/
/*メインビジュアル*/
.guide-mv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_mv_guide.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-mv {
    background-attachment: initial;
    background-position: left;
    height: 80vh;
  }
  .guide-mv::after {
    opacity: 0;
  }
}
.guide-mv .mv-text {
  width: 23.8020833333%;
}
.guide-mv .mv-text img {
  width: 100%;
  height: auto;
}
.guide-mv .page-title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 8%;
  bottom: 100px;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  text-align: right;
  animation: title-move 4s infinite;
}
@media screen and (max-width: 767px) {
  .guide-mv .page-title {
    font-size: 18px;
  }
}
.guide-mv .page-title .title-bar {
  margin-right: 10px;
  width: 1px;
  height: 200px;
  background-color: #000000;
}
@keyframes title-move {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.guide-mv .white {
  color: #ffffff;
}
.guide-mv .white .title-bar {
  background-color: #ffffff;
}

/*ご利用の流れ　セクション*/
.vehicle-flow-section {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .vehicle-flow-section {
    padding-top: 50px;
  }
}
.vehicle-flow-section .container .section-inner .vehicle-flows {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow {
  width: 22.75%;
  margin: 0 1.5% 50px 1.5%;
  position: relative;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow::before {
  content: "";
  position: absolute;
  top: 20%;
  right: -8%;
  color: #64AAC8;
  width: 13px;
  height: 13px;
  border: 3px solid #968C78;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow:nth-child(4n-3) {
  margin-left: 0;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow:nth-child(4n) {
  margin-right: 0;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow:nth-child(4n)::before {
  width: 0;
  height: 0;
  display: none;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-img {
  width: 100%;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-img img {
  width: 100%;
  height: auto;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-title {
  margin: 10px 0;
}
.vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-desc {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vehicle-flow-section {
    margin-bottom: 75px;
  }
  .vehicle-flow-section .container .section-inner .vehicle-flows {
    flex-direction: column;
  }
  .vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow::before {
    top: initial;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(135deg);
  }
  .vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-title {
    margin: 10px 0 5px 0;
    font-size: 18px;
  }
  .vehicle-flow-section .container .section-inner .vehicle-flows .vehicle-flow .flow-desc {
    font-size: 14px;
  }
}
/*料金・お支払いセクション*/
.vehicle-payment {
  margin-bottom: 100px;
}
.vehicle-payment .container .section-inner .section-title {
  margin-bottom: 0;
}
.vehicle-payment .container .section-inner .section-des {
  margin-top: 10px;
  margin-bottom: 30px;
}
.vehicle-payment .payment-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vehicle-payment .payment-table .table-row {
  background-color: #C8DCE6;
  display: flex;
  border-bottom: 1px solid #000000;
  align-items: center;
}
.vehicle-payment .payment-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.vehicle-payment .payment-table .table-row .table-title {
  width: 40%;
  font-size: 18px;
  text-align: center;
}
.vehicle-payment .payment-table .table-row .table-img {
  display: block;
  width: 60%;
  background-color: #fff;
}
.vehicle-payment .payment-table .table-row .table-img img {
  width: 100%;
  height: auto;
}
.vehicle-payment .payment-note {
  margin-top: 15px;
}
.vehicle-payment .payment-note p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vehicle-payment .payment-table .table-row {
    flex-direction: column;
    padding: 10px 10px;
  }
  .vehicle-payment .payment-table .table-row .table-title {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
  .vehicle-payment .payment-table .table-row .table-img {
    width: 100%;
  }
  .vehicle-payment .payment-note {
    margin-top: 10px;
  }
  .vehicle-payment .payment-note p {
    font-size: 12px;
  }
}
/*ペットと快適な旅*/
.vehicle_worth {
  padding: 50px 0;
  background-color: #C8DCE6;
}
.vehicle_worth .container .section-inner .vehicle_worth_title {
  transition: 0.25s ease-in;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.8rem;
  line-height: 1.5;
}
.vehicle_worth .container .section-inner .worth-lists-title {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.vehicle_worth .container .section-inner .worth-lists-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80%;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #ffffff;
}
.vehicle_worth .container .section-inner .worth-lists {
  display: flex;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list {
  width: 30%;
  margin: 2.5%;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(1) {
  margin-left: 0;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(2) {
  animation-delay: 0.25s;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(3) {
  animation-delay: 0.5s;
  margin-right: 0;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_img {
  width: 60%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text {
  padding: 0 10%;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num {
  position: relative;
  margin-top: 30px;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 50px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-45deg);
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_des {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vehicle_worth {
    padding: 50px 0;
  }
  .vehicle_worth .container .section-inner .vehicle_worth_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
  }
  .vehicle_worth .container .section-inner .worth-lists-title {
    margin-bottom: 30px;
  }
  .vehicle_worth .container .section-inner .worth-lists {
    flex-direction: column;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(1) {
    margin-left: auto;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(2) {
    animation-delay: 0s;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list:nth-child(3) {
    animation-delay: 0s;
    margin-right: auto;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text {
    padding: 0 5%;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num {
    position: relative;
  }
  .vehicle_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 50px;
    height: 1px;
    background-color: #000000;
    transform: rotate(-45deg);
  }
}
/*準備物　セクション*/
.vehicle-preparation-section {
  padding: 50px 0;
  background-color: #C8DCE6;
  margin-bottom: 100px;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations-inner .vehicle-preparations-inner-left {
  width: 48%;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations-inner .vehicle-preparations-inner-right {
  width: 48%;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 15px;
  height: calc(100% - 62px);
  align-items: center;
  padding: 20px 0;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation {
  width: 50%;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation .box {
  color: #968C78;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation .box-red {
  color: #F06464;
}
.vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation .paid {
  padding: 5px 20px;
  color: #ffffff;
  background-color: #F06464;
}
.vehicle-preparation-section .container .section-inner .preparation-notes {
  border-top: 1px solid #000000;
  padding: 20px 0;
}
.vehicle-preparation-section .container .section-inner .preparation-notes .preparation-note {
  margin-bottom: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vehicle-preparation-section {
    margin-bottom: 75px;
    padding: 50px 0;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations-inner {
    flex-direction: column;
    justify-content: initial;
    margin-bottom: 0px;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations-inner .vehicle-preparations-inner-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations-inner .vehicle-preparations-inner-right {
    width: 100%;
    margin-bottom: 50px;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .vehicle-preparation-section .container .section-inner .vehicle-preparations .vehicle-preparation:nth-last-child(1) {
    margin-bottom: 0;
  }
  .vehicle-preparation-section .container .section-inner .preparation-notes {
    padding: 10px 0;
  }
  .vehicle-preparation-section .container .section-inner .preparation-notes .preparation-note {
    font-size: 12px;
  }
}
/*予約の確認セクション*/
.vehicle-confirm {
  margin-bottom: 100px;
}
.vehicle-confirm .confirm-table {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vehicle-confirm .confirm-table .table-row {
  background-color: #C8DCE6;
  display: flex;
  border-bottom: 1px solid #000000;
  align-items: center;
}
.vehicle-confirm .confirm-table .table-row:nth-child(1) {
  border-top: 1px solid #000000;
}
.vehicle-confirm .confirm-table .table-row .table-title {
  width: 30%;
  font-size: 18px;
  padding-left: 30px;
}
.vehicle-confirm .confirm-table .table-row .table-desc {
  width: 70%;
  background-color: #f7f7f5;
  padding: 20px 0 20px 30px;
  font-size: 14px;
  border: 2px solid #968C78;
}
.vehicle-confirm .confirm-table .table-row .table-desc .red {
  color: red;
}

@media screen and (max-width: 767px) {
  .vehicle-confirm {
    margin-bottom: 75px;
  }
  .vehicle-confirm .section-title {
    font-size: 18px;
  }
  .vehicle-confirm .confirm-table .table-row {
    flex-direction: column;
    padding: 10px 10px;
  }
  .vehicle-confirm .confirm-table .table-row .table-title {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .vehicle-confirm .confirm-table .table-row .table-desc {
    width: 100%;
    padding: 10px;
  }
}
/*予約の確認セクション*/
.vehicle-compensation {
  margin-bottom: 100px;
}
.vehicle-compensation .vehicle-compensation-desc {
  padding-top: 20px;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .vehicle-compensation {
    margin-bottom: 75px;
  }
}
/*ノンオペレーションチャージ*/
.vehicle-non-opreration {
  margin-bottom: 100px;
}
.vehicle-non-opreration .non-opreration-desc {
  padding-top: 20px;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .vehicle-non-opreration {
    margin-bottom: 75px;
  }
}
/*共通scss*/
/*メインビジュアル*/
.spot-mv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_mv_spot.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-mv {
    background-attachment: initial;
    background-position: center;
    height: 80vh;
  }
  .spot-mv::after {
    opacity: 0;
  }
}
.spot-mv .mv-text {
  width: 39.4270833333%;
}
.spot-mv .mv-text img {
  width: 100%;
  height: auto;
}
.spot-mv .page-title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 8%;
  bottom: 100px;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.8rem;
  line-height: 1.5;
  text-align: right;
  animation: title-move 4s infinite;
}
@media screen and (max-width: 767px) {
  .spot-mv .page-title {
    font-size: 18px;
  }
}
.spot-mv .page-title .title-bar {
  margin-right: 10px;
  width: 1px;
  height: 200px;
  background-color: #000000;
}
@keyframes title-move {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.spot-mv .white {
  color: #ffffff;
}
.spot-mv .white .title-bar {
  background-color: #ffffff;
}

/*どこに行ってみるセクション*/
.spot-where-section {
  margin-bottom: 75px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .spot-where-section {
    padding-top: 50px;
  }
}
.spot-where-section .container .section-inner .prefecture_lists {
  display: flex;
  flex-wrap: wrap;
}
.spot-where-section .container .section-inner .prefecture_lists a {
  display: block;
  width: 20%;
  margin: 0 0 50px 0;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list {
  position: relative;
  padding: 10px 10px;
  border-right: 1px solid #000000;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list:nth-child(5n) {
  border-right: 0px;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list .img-box {
  position: relative;
  width: 90%;
  padding-top: 100%;
  margin: 0 auto;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list .img-box .prefecture_list-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 200px;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list .img-box .prefecture_list-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.spot-where-section .container .section-inner .prefecture_lists .prefecture_list .prefecture-name {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .spot-where-section {
    margin-bottom: 75px;
  }
  .spot-where-section .container .section-inner .prefecture_lists a {
    width: 50%;
    margin: 0 auto 50px auto;
  }
  .spot-where-section .container .section-inner .prefecture_lists .prefecture_list {
    border-right: 0px;
  }
  .spot-where-section .container .section-inner .prefecture_lists .prefecture_list .prefecture_list-img {
    width: 100%;
    margin: 0 auto;
  }
  .spot-where-section .container .section-inner .prefecture_lists .prefecture_list .prefecture-name {
    margin: 0px 0 5px 0;
    font-size: 18px;
  }
}
.prefecture-spot-section {
  margin-bottom: 150px;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 50px 20px;
  border-top: 1px solid #000;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot:nth-last-child(1) {
  border-bottom: 1px solid #000;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .prefecuture-img {
  width: 50%;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .prefecuture-img img {
  width: 100%;
  height: auto;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area h4 {
  font-size: 24px;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area h3 {
  font-size: 38px;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area .spots {
  margin-top: 40px;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area .spots .spot {
  font-size: 18px;
  margin: 8px 0;
}
.prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area .spots .spot .red {
  color: #F06464;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .prefecture-spot-section {
    margin-bottom: 100px;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot {
    flex-direction: column;
    justify-content: initial;
    padding: 20px 0px 30px 0px;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .prefecuture-img {
    width: 100%;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area {
    width: 100%;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area h4 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area .spots {
    margin-top: 15px;
  }
  .prefecture-spot-section .container .section-inner .prefecture-spots .prefecture-spot .spot-info-area .spots .spot {
    font-size: 14px;
  }
}
/*single layout*/
/*共通scss*/
/*共通scss*/
.news-page {
  margin: 84px 0;
  background-color: #ffffff;
}
.news-page .page-title-area {
  background-color: initial;
  padding-left: 0%;
  width: 73.5416666667%;
  margin: 0 auto;
}
.news-page .title-area-inner {
  background-image: none;
  height: auto;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-top: 70px;
}
.news-page .title-area-inner .page-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.news-page .title-area-inner .post-meta {
  display: flex;
  align-items: center;
}
.news-page .title-area-inner .post-meta .post_cat {
  color: #968C78;
  font-size: 12px;
  width: 78px;
  max-width: 100px;
  text-align: center;
  height: 20px;
  border: 1px solid #968C78;
  border-radius: 20px;
  margin: 0 0 0 15px;
}
.news-page .title-area-inner .post-meta .kimidori {
  color: #968C78;
  border: 1px solid #968C78;
}
.news-page .title-area-inner .post-meta .section-sub-title {
  font-size: 16px;
}
.news-page .bread {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .news-page .page-title-area {
    padding-right: 0%;
    padding-left: 0%;
    width: 90.6666666667%;
  }
  .news-page .page-title-area .title-area-inner {
    padding-left: 0;
  }
  .news-page .page-title-area .title-area-inner .title-text {
    padding-left: 0;
  }
  .news-page .page-title-area .title-area-inner .page-title {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .news-page .page-title-area .title-area-inner .post-meta {
    display: flex;
    align-items: center;
  }
  .news-page .page-title-area .title-area-inner .post-meta .post_cat {
    color: #968C78;
    font-size: 12px;
    width: 78px;
    max-width: 100px;
    text-align: center;
    height: 20px;
    border: 1px solid #968C78;
    border-radius: 20px;
    margin: 0 0 0 15px;
  }
  .news-page .page-title-area .title-area-inner .post-meta .kimidori {
    color: #968C78;
    border: 1px solid #968C78;
  }
  .news-page .page-title-area .title-area-inner .post-meta .section-sub-title {
    font-size: 16px;
  }
  .news-page .bread {
    padding-right: 0;
  }
}
/*news-single*/
.news-inner {
  width: 73.5416666667%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.news-inner .title {
  margin-bottom: 0;
}
.news-inner .post-meta {
  text-align: right;
  margin-bottom: 19px;
  color: #ccc;
}
.news-inner #primary {
  width: 60.4343720491%;
}
.news-inner #primary .prev-next-post {
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
.news-inner #primary .prev-next-post a {
  width: fit-content;
  display: flex;
  align-items: center;
}
.news-inner #primary .prev-next-post a p {
  margin: 0 15px;
}
.news-inner #primary .prev-next-post .prev-post {
  margin-right: auto;
}
.news-inner #primary .prev-next-post .prev-post .arrow-icon_b {
  transform: rotate(180deg);
}
.news-inner #primary .prev-next-post .prev-post:hover .arrow-icon_b {
  transform: rotate(180deg) translateX(10px);
}
.news-inner #primary .prev-next-post .next-post {
  margin-left: auto;
}
.news-inner #primary .info-lilsts {
  padding-top: 15px;
}
.news-inner #primary .info-lilsts .info-lilst {
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.news-inner #primary .info-lilsts .info-lilst:hover {
  transition: 0.25s ease-in;
  background-color: rgba(150, 140, 120, 0.2);
}
.news-inner #primary .info-lilsts .info-lilst:nth-child(1) {
  border-top: none;
}
.news-inner #primary .info-lilsts .info-lilst .list-meta {
  display: flex;
}
.news-inner #primary .info-lilsts .info-lilst .list-meta .post-date {
  color: #968C78;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.news-inner #primary .info-lilsts .info-lilst .list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
}
.news-inner #primary .info-lilsts .info-lilst .list-title .post-title {
  font-size: 18px;
}
.news-inner #primary .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.news-inner #primary .pagination .page-numbers li {
  margin: 0 10px;
}
.news-inner #primary .pagination .page-numbers li .page-numbers {
  width: 39px;
  height: 39px;
  border: 1px solid #968C78;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
}
.news-inner #primary .pagination .page-numbers li .arrow-icon_b {
  border: none;
}
.news-inner #primary .pagination .page-numbers li .prev-arrow {
  transform: rotate(180deg);
}
.news-inner #primary .pagination .page-numbers li .current {
  border: 1px solid #968C78;
  color: #fff;
  background-color: #968C78;
}
.news-inner #primary .pagination .page-numbers li .next, .news-inner #primary .pagination .page-numbers li .prev {
  font-size: 12px;
}
.news-inner #secondary {
  width: 32.5779036827%;
}
.news-inner #secondary .side-bar {
  padding: 20px 7.5362318841% 20px 7.5362318841%;
  background-color: #ffffff;
  box-shadow: 0px 8px 18px -11px #777777;
  position: relative;
  overflow: hidden;
}
.news-inner #secondary .side-bar .info-bar {
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #968C78;
}
.news-inner #secondary .side-bar .secion-title_2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.news-inner #secondary .side-bar .latest-news-lists {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 38px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list {
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list:nth-child(3) {
  margin-bottom: 0;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a {
  display: flex;
  justify-content: center;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text {
  width: 100%;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-meta-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-meta-box .news-meta {
  color: #968C78;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-des-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-des-box .news-des {
  font-weight: 500;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: calc(100% - 50px);
}
.news-inner .more-btn {
  padding: 5px 20px;
  border-radius: 12px;
  background-color: #968C78;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .news-inner {
    width: 90.6666666667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    margin-top: 7px;
  }
  .news-inner .title {
    margin-bottom: 0;
  }
  .news-inner #primary {
    width: 100%;
  }
  .news-inner #primary .info-lilsts {
    margin-left: 0%;
    width: 100%;
    padding-top: 15px;
  }
  .news-inner #primary .info-lilsts .info-lilst {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta {
    align-items: center;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .post-date {
    font-size: 12px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .post-category {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin: 0px auto 0 15px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .kimidori {
    color: #968C78;
    border: 1px solid #968C78;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-title {
    margin-top: 10px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-title .post-title {
    font-size: 14px;
    margin-left: 0px;
  }
  .news-inner #secondary {
    width: 100%;
  }
  .news-inner #secondary .side-bar {
    border-radius: 0;
  }
}
.news-inner {
  /* image */
  /* list */
  /* block quote */
  /* captions */
}
.news-inner .post_content p {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 2em 0;
}
.news-inner .post_content li {
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 0.5em 0;
}
.news-inner .post_content h1,
.news-inner .post_content h2,
.news-inner .post_content h3,
.news-inner .post_content h4,
.news-inner .post_content h5,
.news-inner .post_content h6 {
  clear: both;
  margin: 0 0 10px 0;
}
.news-inner .post_content h1 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 28px;
}
.news-inner .post_content h2 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 24px;
}
.news-inner .post_content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 0px;
}
.news-inner .post_content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.news-inner .post_content h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.news-inner .post_content a {
  border-bottom: 2px solid #968C78;
  transition: 0.25s all;
}
.news-inner .post_content a:hover {
  transition: 0.25s all;
  color: #968C78;
}
.news-inner .post_content h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .news-inner .post_content h1 {
    font-size: 18px;
    line-height: 27px;
  }
  .news-inner .post_content h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .news-inner .post_content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }
  .news-inner .post_content h4 {
    font-size: 15px;
    line-height: 23px;
  }
  .news-inner .post_content p, .news-inner a, .news-inner li {
    font-size: 14px;
  }
  .news-inner .post_content h5 {
    font-size: 13px;
    line-height: 26px;
  }
}
.news-inner .post_content img[class*=align],
.news-inner .post_content img[class*=wp-image-],
.news-inner .post_content img[class*=attachment-],
.news-inner .post_content img.size-full,
.news-inner .post_content img.size-large,
.news-inner .post_content .wp-post-image,
.news-inner .post_content img {
  height: auto;
  max-width: 100%;
  margin-bottom: 31px;
}
.news-inner .post_content li,
.news-inner .post_content dt,
.news-inner .post_content dd {
  line-height: 2.2;
}
.news-inner .post_content ul,
.news-inner .post_content ol,
.news-inner .post_content dl {
  margin-bottom: 24px;
}
.news-inner .post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.news-inner .post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.news-inner .post_content li > ul,
.news-inner .post_content li > ol {
  margin-bottom: 0;
}
.news-inner .post_content dt {
  font-weight: bold;
}
.news-inner .post_content dd {
  margin-bottom: 1em;
}
.news-inner .post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f8f8f8;
  position: relative;
}
.news-inner .post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}
.news-inner .post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}
.news-inner .post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}
.news-inner .post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-inner .post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}
.news-inner .post_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.bread {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 7%;
  margin-top: 27px;
}
.bread li {
  z-index: 10;
  font-size: 14px;
}
.bread li a {
  font-size: 14px;
}
.bread .crt {
  color: #968C78;
}
.bread .arrow-right-box {
  margin: 0 7px;
  color: #a5a5a5;
}

/*body*/
/*header*/
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: 0.5s ease-in;
}
header .header-container {
  width: calc(1720 / 1920 * 100%);
  margin: 0 auto;
}
header .header-container .top {
  display: flex;
  align-items: center;
  height: 70px;
}
header .header-container .top .top-logo {
  width: 9.4791666667%;
  margin-right: auto;
  max-width: 110px;
}
header .header-container .top .top-logo img {
  width: 100%;
  height: auto;
}
header .header-container .top .top-nav-area {
  display: flex;
}
header .header-container .top .top-nav-area ul {
  display: flex;
  margin-left: auto;
}
header .header-container .top .top-nav-area ul a {
  display: block;
  padding: 0 17px;
  line-height: 20px;
  font-size: 16px;
}
header .header-container .top .top-nav-area ul a p {
  text-align: center;
  margin-top: 5px;
}
header .header-container .top .reserve_btn {
  display: block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
}
header .header-container .top .reserve_btn:hover {
  border: 1px solid #968C78;
  color: #ffffff !important;
  background-color: #968C78;
  opacity: 1;
}
header .header-container .top-sp {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .header-container .header-nav-sp {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .header-container .header-nav-sp {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #968C78;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in;
  transform: translateX(100%);
}
header .header-container .header-nav-sp ul li {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  padding: 18px 10px 18px 15px;
  position: relative;
}
header .header-container .header-nav-sp ul li a {
  display: block;
  width: 100%;
}
header .header-container .header-nav-sp ul li a P {
  font-size: 12px;
  margin-top: 5px;
}
header .header-container .header-nav-sp ul li::before {
  position: absolute;
  left: 0;
  top: 24px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
header .header-container .header-nav-sp .header-nav-info {
  width: 100%;
  flex-direction: column;
  align-items: center;
  width: calc(1720 / 1920 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-logo {
  width: 30%;
  display: block;
  margin: 0 auto 20px auto;
  cursor: pointer;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-logo img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .info-yubin {
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .info-add {
  text-align: center;
  color: #ffffff;
  margin: 15px 0;
  margin-bottom: 15px;
  font-size: 12px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .info-tel {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 12px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .info-mail {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 12px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area {
  width: fit-content;
  margin-left: auto;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-line {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-line figure {
  width: 20px;
  margin-right: 15px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-line figure img {
  width: 100%;
  height: auto;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-line p {
  color: #ffffff;
  font-size: 12px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-instagram {
  display: flex;
  align-items: center;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-instagram figure {
  width: 20px;
  margin-right: 15px;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-instagram figure img {
  width: 100%;
  height: auto;
}
header .header-container .header-nav-sp .header-nav-info .header-nav-info-content .sns-area .footer-instagram p {
  color: #ffffff;
  font-size: 12px;
}
header .header-container .header-nav-sp .sp-info {
  width: 300px;
  margin-top: 50px;
  padding-bottom: 20vh;
}
header .header-container .header-nav-sp .sp-info .tel_black {
  width: 35px;
  margin-right: 10px;
}
header .header-container .header-nav-sp .sp-info .sp-dt P {
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 14px;
  margin: 7.5px 0;
  font-weight: 300;
}
header .header-container .sp-nav-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease-in;
  transform: translateX(0);
}

.nav-show {
  background-color: #fff;
  transition: 0.5s ease-in;
}
.nav-show .header-container .top .top-nav-area ul a {
  color: #000000;
}
.nav-show .header-container .top .reserve_btn {
  border: 1px solid #000000;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  header .header-container {
    width: calc(1720 / 1920 * 100%);
    margin: 0 auto;
  }
  header .header-container .top {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .header-container .top-sp {
    height: 60px;
    transform: translateX(0px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1002;
    padding: 10px 4%;
  }
  header .header-container .top-sp .top-sp-logo {
    width: 100px;
    display: inline-block;
  }
  header .header-container .top-sp .top-sp-logo img {
    width: 100%;
    height: auto;
  }
  header .header-container .top-sp .burger-icon {
    width: 40px;
    z-index: 1001;
    cursor: pointer;
  }
  header .header-container .top-sp .burger-icon .buns {
    height: 2px;
    background-color: #968C78;
    transition: 0.25s ease-in;
  }
  header .header-container .top-sp .burger-icon .patty {
    height: 2px;
    background-color: #968C78;
    margin: 10px 0;
    transition: 0.25s ease-in;
  }
  header .header-container .top-sp .burger-active .buns {
    transition: 0.25s ease-in;
    transform: translateY(-12px) rotate(-45deg);
  }
  header .header-container .top-sp .burger-active .buns:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  header .header-container .top-sp .burger-active .patty {
    transition: 0.25s ease-in;
    opacity: 0;
    visibility: hidden;
  }
}
/*メインビジュアル*/
.mv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pict/pict_mv_vehicle.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .mv {
    background-position: center;
    height: 80vh;
    background-attachment: initial;
  }
}
.mv .mv-text {
  width: 49.84375%;
}
.mv .mv-text img {
  width: 100%;
  height: auto;
}

/*波のような境界線*/
svg {
  transform: rotate(0deg);
  height: 400px;
  width: 100%;
  position: absolute;
  top: -130px;
  right: -100%;
}

@media screen and (max-width: 767px) {
  svg {
    top: -80px;
  }
}
/*キャンピングカーイラスト*/
.car-ilut {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  align-items: flex-end;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .car-ilut {
    top: -80px;
  }
}
.car-ilut .car-ilut-img {
  width: 200px;
  animation: car-move 0.1s ease-in infinite;
}
@media screen and (max-width: 767px) {
  .car-ilut .car-ilut-img {
    width: 100px;
  }
}
.car-ilut .car-ilut-img img {
  width: 100%;
  height: auto;
}

@keyframes car-move {
  0% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1px);
  }
}
/*firstセクション*/
.top-first {
  padding-top: 100px;
  margin-bottom: 150px;
}
.top-first .container .section-inner {
  display: flex;
  justify-content: center;
}
.top-first .container .section-inner .first-title {
  position: relative;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 100px;
  line-height: 2;
  letter-spacing: 0.2rem;
}
.top-first .container .section-inner .first-des {
  position: relative;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top-first {
    margin-bottom: 100px;
  }
  .top-first .container .section-inner {
    flex-direction: column;
  }
  .top-first .container .section-inner .first-title {
    order: 1;
    writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .top-first .container .section-inner .first-title br {
    display: none;
  }
  .top-first .container .section-inner .first-des {
    order: 2;
    writing-mode: horizontal-tb;
  }
  .top-first .container .section-inner .first-des br {
    display: none;
  }
}
/*トップページaboutセクション*/
.top_about {
  margin-bottom: 100px;
}
.top_about .container-right .section-inner {
  display: flex;
  justify-content: space-between;
}
.top_about .container-right .section-inner .section-text-area {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: 100px;
  }
  .top_about .container-right .section-inner {
    flex-direction: column;
    position: relative;
  }
}
/*トップガイドセクション*/
.top_guide {
  margin-bottom: 100px;
}
.top_guide .container-left .section-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_guide {
    margin-bottom: 100px;
  }
  .top_guide .container-right .section-inner {
    flex-direction: column;
    position: relative;
  }
}
/*トップキャンピングカーの価値リスト*/
.top_worth {
  padding: 50px 0;
  background-color: #968C78;
  margin-bottom: 100px;
}
.top_worth .container .section-inner .worth-lists {
  display: flex;
}
.top_worth .container .section-inner .worth-lists .worth-list {
  width: 30%;
  margin: 2.5%;
}
.top_worth .container .section-inner .worth-lists .worth-list:nth-child(1) {
  margin-left: 0;
}
.top_worth .container .section-inner .worth-lists .worth-list:nth-child(2) {
  animation-delay: 0.25s;
}
.top_worth .container .section-inner .worth-lists .worth-list:nth-child(3) {
  animation-delay: 0.5s;
  margin-right: 0;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img {
  width: 60%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text {
  padding: 0 10%;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num {
  position: relative;
  margin-top: 30px;
}
.top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 50px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top_worth .container .section-inner .worth-lists {
    flex-direction: column;
  }
  .top_worth .container .section-inner .worth-lists .worth-list {
    width: 80%;
    margin: 0 auto 80px auto;
  }
  .top_worth .container .section-inner .worth-lists .worth-list:nth-child(1) {
    margin-left: auto;
  }
  .top_worth .container .section-inner .worth-lists .worth-list:nth-child(2) {
    animation-delay: 0s;
  }
  .top_worth .container .section-inner .worth-lists .worth-list:nth-child(3) {
    animation-delay: 0s;
    margin-right: auto;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img {
    width: 50%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_img .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text {
    padding: 0 5%;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num {
    position: relative;
  }
  .top_worth .container .section-inner .worth-lists .worth-list .worth-lists_text .worth-list_num::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 50px;
    height: 1px;
    background-color: #000000;
    transform: rotate(-45deg);
  }
}
/*トップ車両セクション*/
.top_vehicle {
  margin-bottom: 100px;
}
.top_vehicle .container-right .section-inner {
  display: flex;
  justify-content: space-between;
}
/*トップrvセクション*/
.top_rv {
  margin-bottom: 100px;
}
.top_rv .container-left .section-inner {
  display: flex;
  justify-content: space-between;
}
/*トップページ　スライドセクション*/
.top_slide {
  margin-bottom: 100px;
}
.top_slide .middle-slide-area-inner {
  position: relative;
}
.top_slide .middle-slide-area-inner .slide-content {
  width: 100%;
  height: 100%;
}
.top_slide .middle-slide-area-inner .slide-content .slide-wrapper {
  width: 100%;
  margin: 0 auto;
}
.top_slide .middle-slide-area-inner .slide-content .slide-wrapper .img-box {
  position: relative;
  padding-top: 100%;
  width: calc(100% - 5px);
  margin: 0 auto;
  overflow: hidden;
}
.top_slide .middle-slide-area-inner .slide-content .slide-wrapper .img-box img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*slick ドットのカスタマイズ*/
.slide-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "○";
  font-size: 14px;
  color: #808080;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: "●";
}

/*トップページ rv-hack*/
.rv-hack {
  margin-bottom: 100px;
}
.rv-hack .container .section-inner .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list {
  padding: 0 20px;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list:hover .rv-hack-list-img .img-box {
  transition: 0.25s ease-in;
  scale: 1.2;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list .rv-hack-list-img {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list .rv-hack-list-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-in;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list .rv-hack-list-img .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rv-hack .container .section-inner .rv-hack-lists .rv-hack-list .rv-hack-list-tag {
  padding: 5px 15px;
  background-color: #968C78;
  width: fit-content;
  color: #ffffff;
  margin: 10px 0;
  font-size: 12px;
}
.vehicle-calender {
  margin-bottom: 100px;
}
.vehicle-calender .container .section-inner .section-title {
  text-align: center;
}
.vehicle-calender .container .section-inner .calender-desc {
  font-size: 12px;
  margin: 15px 0;
}

/*トップコンタクト*/
.top-contact {
  margin-bottom: 100px;
}
.top-contact .container .section-inner .section-title {
  text-align: center;
}
.top-contact .container .contact-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap {
    margin-top: 30px;
  }
}
.top-contact .container .contact-wrap .wpcf7-form p {
  display: flex;
  margin: 25px 0;
  width: 100%;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form p {
    flex-direction: column;
  }
}
.top-contact .container .contact-wrap .wpcf7-form p label {
  display: inline-block;
  width: 20%;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form p label {
    width: 100%;
  }
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-form-control-wrap {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.top-contact .container .contact-wrap .wpcf7-form span {
  display: inline-block;
  width: calc((1653 - 156) / 1653 * 100%);
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form span {
    width: 100%;
  }
}
.top-contact .container .contact-wrap .wpcf7-form input {
  padding: 10px 15px;
  background-color: #E5E5E5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form input {
    width: 98%;
  }
}
.top-contact .container .contact-wrap .wpcf7-form .text-area {
  width: 100%;
  height: 156px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .top-contact .container .contact-wrap .wpcf7-form .text-area {
    width: 98%;
  }
}
.top-contact .container .contact-wrap .wpcf7-form textarea {
  padding: 10px 15px;
  width: 100%;
  background-color: #E5E5E5;
}
.top-contact .container .contact-wrap .wpcf7-form select {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-submit {
  width: 238px;
  margin: 0 auto;
  text-align: center;
  background-color: #968C78;
  border-radius: 25px;
  transition: 0.25s ease-out;
  font-weight: 500;
  position: relative;
  border: 2px solid #968C78;
  color: #ffffff;
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #968C78;
  border: 2px solid #968C78;
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-submit::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 14px;
  height: 2px;
  background: #000000;
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-submit::after {
  position: absolute;
  content: "";
  left: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-contact .container .contact-wrap .wpcf7-form .wpcf7-spinner {
  display: none;
}

/*404*/
.page-404 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-404 .container {
  text-align: center;
}
.page-404 .container h2 {
  width: fit-content;
  margin: 0 auto;
}
.page-404 .container .error-text {
  color: red;
}
.page-404 .container .success-text {
  color: #968C78;
}
.page-404 .container .contact-mail {
  margin: 30px 0;
}
.page-404 .container .contact-mail .return-btn {
  padding: 10px 20px;
  background-color: #968C78;
  color: #ffffff;
  font-weight: bold;
  border: 20px;
  display: block;
}

/*フッター*/
footer {
  padding: 50px 0;
  background-color: #968C78;
}
footer .footer-inner {
  width: calc(1720 / 1920 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-logo {
  width: 212px;
  display: block;
  cursor: pointer;
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
footer .footer-inner .footer-content .footer-title {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}
footer .footer-inner .footer-content .footer-info-inner {
  display: flex;
}
footer .footer-inner .footer-content .footer-info-inner .footer-info {
  width: 50%;
}
footer .footer-inner .footer-content .footer-info-inner .footer-info .footer-add {
  color: #ffffff;
  margin: 0 0 15px 0;
  margin-bottom: 15px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-info .footer-tel {
  color: #ffffff;
  margin: 15px 0;
}
footer .footer-inner .footer-content .footer-info-inner .footer-info .mail {
  display: block;
  color: #ffffff;
  margin: 15px 0;
}
footer .footer-inner .footer-content .footer-info-inner .footer-info .footer-yubin {
  color: #ffffff;
  margin-bottom: 15px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns {
  width: 50%;
  padding-left: 50px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-line {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-line figure {
  width: 30px;
  margin-right: 15px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-line figure img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-line p {
  color: #ffffff;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-instagram {
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-instagram figure {
  width: 30px;
  margin-right: 15px;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-instagram figure img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-instagram p {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column;
  }
  footer .footer-inner .footer-logo {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-content .footer-title {
    display: none;
  }
  footer .footer-inner .footer-content .footer-info-inner {
    flex-direction: column;
  }
  footer .footer-inner .footer-content .footer-info-inner .footer-info {
    width: 100%;
  }
  footer .footer-inner .footer-content .footer-info-inner .footer-sns {
    width: fit-content;
    padding-left: 0px;
    margin-left: auto;
  }
  footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-line figure {
    width: 20px;
  }
  footer .footer-inner .footer-content .footer-info-inner .footer-sns .footer-instagram figure {
    width: 20px;
    margin-right: 15px;
  }
}
.ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding: 24px 5%;
}

.ec-categoryRole__listItem {
  width: 30%;
  margin-bottom: 12px;
}

.ec-categoryRole__list a {
  display: block;
}

.ec-categoryRole__list a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ec-categoryRole__listItem {
    width: 100%;
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=styles.css.map */