@charset "UTF-8";
/*responsive----------------------------------------------------*/
@media (min-width: 1025px) {
  .pc {
    display: block;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1299px) {
  .pc {
    display: none;
  }
  .pc2 {
    display: block;
  }
}
@media (min-width: 1300px) {
  .pc2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .wrap-shop .container .item ul {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

@media (min-width: 1025px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp2 {
    display: block;
  }
}

/* カラー -------------------------------------------------------------- */
.font-red {
  color: #d60000;
}

.font-orange {
  color: #ff7b24;
}

.green {
  color: #00882f;
}

.blue {
  color: #2685cb;
}

.blue2 {
  color: #2f85d9;
}

.blue3 {
  color: #004ca0;
}

.red2 {
  color: #e4201f;
}

.font-ll {
  font-size: 2.6rem;
}

/* 基本 -------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-color: #222222;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  counter-reset: number 0;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  color: #222222;
  text-decoration: none;
}

.bg-corporate a {
  color: #2f85d9;
}

img,
embed {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

object {
  max-width: 100%;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cl {
  clear: both;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  z-index: 9999;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow.arrow1::before {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f9756d;
  border-right: 2px solid #f9756d;
  transform: rotate(45deg);
}
.arrow.arrow2::before, .arrow.arrow4::before {
  left: 90%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  z-index: 9999;
}
@media (max-width: 1024px) {
  .arrow.arrow2::before, .arrow.arrow4::before {
    left: 84%;
  }
}
.arrow.arrow3::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.arrow.arrow3.blue::before {
  background: #2685cb;
}
.arrow.arrow3.blue {
  color: #222222;
}
.arrow.arrow3.green3::before {
  background: #00a28c;
}
.arrow.arrow3.orange::before {
  background: #ff7b24;
}
.arrow.arrow3.red2::before {
  background: #eb0a1d;
}
.arrow.arrow3.green5::before {
  background: #00a040;
}
.arrow.arrow3::after {
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.arrow.arrow4::before {
  left: 10px;
}
.arrow.arrow5 {
  position: relative;
  padding-left: 1em;
}
.arrow.arrow5::before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00882f;
}
.arrow.arrow5::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  bottom: auto;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.arrow.arrow6::before {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00882f;
  border-right: 2px solid #00882f;
  transform: rotate(45deg);
}

#footer .arrow.arrow3::after {
  left: 0;
}

.btn-green {
  position: relative;
  z-index: 2;
  background: #00882f;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  padding: 20px 180px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 90px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .btn-green {
    padding: 15px 20%;
  }
}
.btn-green::before, .btn-green::after {
  position: absolute;
  z-index: -2;
  display: block;
  content: "";
  transition: all 0.3s;
}
.btn-green::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
}
.btn-green:hover::after {
  background: #055521;
  transform: scale(1);
}

.btn-orange,
.btn-blue {
  display: inline-block;
  padding: 8px 10px;
  letter-spacing: 0;
  background-color: #ff7b24; /* 背景色 */
  box-shadow: 0 5px 0 #d96417; /* 影の太さ・色 */
  border-radius: 6px;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
}
.btn-orange:hover,
.btn-blue:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.btn-blue {
  background: #32799a;
  box-shadow: 0 5px 0 #226575; /* 影の太さ・色 */
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .alignright {
    float: none;
    margin: 0 auto;
  }
  .alignright.img-center {
    text-align: center;
    display: block;
  }
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .alignleft {
    float: none;
    margin: 0 auto;
  }
}

p {
  font-weight: lighter;
}

.font-s {
  font-size: 1.4rem;
}

.link {
  color: #2f85d9;
  text-decoration: underline;
}

/* ラップ ----------------------------------------------------------*/
.wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 4%;
}

/* ヘッダー -------------------------------------------------------------- */
#header {
  background: #ffffff;
  position: relative;
  z-index: 9999;
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  padding: 30px 2% 0px 2%;
  z-index: 9999;
}
@media (max-width: 1024px) {
  #header {
    padding: 30px 4%;
  }
}
#header #logo {
  z-index: 99999;
  flex: 1;
  max-width: 300px;
  margin-top: -0.75%;
}
@media (max-width: 1024px) {
  #header #logo {
    flex-basis: 200%;
  }
}
#header #logo h1,
#header #logo p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0.2em 0 0;
}
@media (max-width: 599px) {
  #header #logo h1,
  #header #logo p {
    display: none;
  }
}
#header #gnav {
  flex: 3;
}
#header #gnav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0;
}
#header #gnav ul li:not(:last-child) {
  margin-right: 3%;
  font-size: 1.5rem;
  position: relative;
}
#header #gnav ul li:not(:last-child) ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0s ease;
  position: absolute;
  z-index: 9999;
  display: block;
  width: 200%;
}
#header #gnav ul li:not(:last-child) ul li {
  display: block;
  width: 100%;
}
#header #gnav ul li:not(:last-child) ul a {
  width: 100%;
  display: block;
  background: #00882f;
  color: #ffffff;
  padding: 10px 25px;
  transition: all 0.3s;
  line-height: 1.4em;
}
#header #gnav ul li:not(:last-child) ul a:hover {
  background: #006d26;
  transition: all 0.3s;
}
#header #gnav ul li:not(:last-child) ul a.arrow::after {
  display: none;
}
#header #gnav ul li:not(:last-child) ul.nav-tworows {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#header #gnav ul li:not(:last-child) ul.nav-tworows li {
  width: 50%;
  margin-right: 0;
  display: flex;
}
#header #gnav ul li:not(:last-child):hover ul {
  visibility: visible;
  opacity: 1;
}
#header #gnav ul li:not(:last-child) a {
  display: block;
  padding-bottom: 30px;
  position: relative;
}
#header #gnav ul li:not(:last-child) a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00882f;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#header #gnav ul li:not(:last-child) a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header #gnav ul li:not(:last-child) a.current::after {
  transform: unset;
}

/* ヘッダー プルダウン幅調整 */
#gnav .gnav-list > li .sub-menu {
  min-width:210px !important;
  width: max-content;
  padding: 0 !important;
  background: #008c3a;
}

/* プルダウン内リンク */
#gnav .gnav-list > li .sub-menu li a {
  display: block;
  padding: 14px 14px !important;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap !important;
  text-decoration: none;
  box-sizing: border-box;
}

/* hover */
#gnav .gnav-list > li .sub-menu li a:hover {
  background: #007a32;
  color: #fff;
}

#header select {
  border: solid 1px #98a6b5;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  width: 110px;
}

#google_translate_element2 {
  display: none !important;
}

/* スライダー -------------------------------------------------------------- */
.slide {
  background: #f1f1f1;
  padding: 35px 0px 60px 0px;
}
.slide img {
  width: 100%;
}
.slide .slick-slide {
  margin: 0 40px;
}
.slide .slick-dots {
  bottom: 25px;
}
.slide .slick-dots li.slick-active button::before {
  background: url("../images/common/slick-dots_on.png") no-repeat left center;
  content: "" !important;
  opacity: 1 !important;
}
.slide .slick-dots li button::before {
  background: url("../images/common/slick-dots_off.png") no-repeat left center;
  content: "" !important;
  opacity: 1 !important;
}

.slide-arrow {
  text-align: center;
  display: block;
  margin: 0 auto 60px auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-prev {
  width: 60px;
  height: 60px;
  z-index: 9989;
}
.slick-prev::before {
  opacity: 1;
  content: "" !important;
}
.slick-prev {
  left: 20%;
  background: url("../images/common/slick-prev.png") no-repeat left center;
}
@media (max-width: 1024px) {
  .slick-prev {
    left: 2%;
  }
}

.slick-next {
  width: 60px;
  height: 60px;
  z-index: 9989;
}
.slick-next::before {
  opacity: 1;
  content: "" !important;
}
.slick-next {
  right: 20%;
  background: url("../images/common/slick-next.png") no-repeat right center;
}
@media (max-width: 1024px) {
  .slick-next {
    right: 2%;
  }
}

/* サイドボタン -------------------------------------------------------------- */
#side-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style-type: none;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px 0 0 6px;
  font-size: 1.4rem;
  text-align: center;
  z-index: 99999;
}
@media (max-width: 1024px) {
  #side-btn {
    top: auto;
    transform: translateY(0%);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 0%;
  }
}
#side-btn li {
  border-right: solid 1px #c8c8c8;
  flex: 1;
}
#side-btn li a {
  padding: 20px;
  display: block;
}
#side-btn li a:hover {
  opacity: 0.6;
}
#side-btn li {
  border-bottom: solid 1px #c8c8c8;
}
#side-btn li:nth-child(4) {
  border-bottom: none;
}
@media (max-width: 1024px) {
  #side-btn li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1024px) {
  #side-btn li:nth-child(5) {
    display: none;
  }
}
#side-btn li img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #side-btn li br {
    display: none;
  }
}
#side-btn li {
  /*230426 edit*/
}
#side-btn li.au_bg a {
  background-color: #e66404;
  color: #fff;
}

/* 重要なお知らせ -------------------------------------------------------------- */
#important {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: solid 6px #f9756d;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  #important {
    display: block;
  }
}
#important #important-l {
  background: #f9756d;
  padding: 30px;
  font-size: 2.3rem;
  color: #ffffff;
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  #important #important-l {
    padding: 15px;
  }
}
#important #important-l img {
  margin-right: 10px;
}
#important #important-r {
  flex: 3;
  background: #fdf8f8;
  padding: 30px;
}
@media (max-width: 1024px) {
  #important #important-r {
    padding: 15px;
  }
}
#important a:hover {
  text-decoration: underline;
}

/* 221227 edit -------------------------------------------------------------- */
/* 221227 edit -------------------------------------------------------------- */
.info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .info_wrap {
    flex-direction: column;
  }
}
.info_wrap #important,
.info_wrap #newcar {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: solid 6px #f9756d;
  border-radius: 6px;
}
@media (max-width: 1299px) {
  .info_wrap #important,
  .info_wrap #newcar {
    display: block;
    width: 100%;
  }
}
.info_wrap #important #important-l,
.info_wrap #important #newcar-l,
.info_wrap #newcar #important-l,
.info_wrap #newcar #newcar-l {
  background: #f9756d;
  padding: 30px;
  font-size: 2.3rem;
  color: #ffffff;
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .info_wrap #important #important-l,
  .info_wrap #important #newcar-l,
  .info_wrap #newcar #important-l,
  .info_wrap #newcar #newcar-l {
    padding: 15px;
  }
}
.info_wrap #important #important-l img,
.info_wrap #important #newcar-l img,
.info_wrap #newcar #important-l img,
.info_wrap #newcar #newcar-l img {
  margin-right: 10px;
}
.info_wrap #important #important-r,
.info_wrap #important #newcar-r,
.info_wrap #newcar #important-r,
.info_wrap #newcar #newcar-r {
  flex: 3;
  background: #fdf8f8;
  padding: 30px;
}
@media (max-width: 1024px) {
  .info_wrap #important #important-r,
  .info_wrap #important #newcar-r,
  .info_wrap #newcar #important-r,
  .info_wrap #newcar #newcar-r {
    padding: 15px;
  }
}
.info_wrap #important a:hover,
.info_wrap #newcar a:hover {
  text-decoration: underline;
}
.info_wrap #newcar {
  border: solid 6px #00882f;
}
@media (max-width: 1299px) {
  .info_wrap #newcar {
    margin-top: 5%;
  }
}
.info_wrap #newcar #newcar-l {
  background: #00882f;
}
.info_wrap #newcar #newcar-r {
  background: #e5f2e2;
}

/*タブ切り替え -------------------------------------------------------------- */
.tabs {
  padding: 60px 0;
  background-color: #ffffff;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  background-color: #f2f2f2;
  font-size: 2rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding: 15px 0;
  border-left: 1px #cbced2 solid;
  border-right: 1px #cbced2 solid;
  border-top: 1px #cbced2 solid;
  border-radius: 0px 6px 0px 0px;
}
@media (max-width: 1024px) {
  .tab_item {
    padding: 10px 0;
  }
}
.tab_item:first-of-type {
  border-right: none;
  border-radius: 6px 0px 0px 0px;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
dl.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 1024px) {
  dl.tab_content {
    padding: 15px 0;
  }
}
dl.tab_content dt {
  color: #6c6c6c;
  font-size: 1.7rem;
  padding-top: 20px;
  position: relative;
}
dl.tab_content dt .icon-new {
  position: absolute;
  left: 130px;
  background: #d60000;
  color: #ffffff;
  border-radius: 6px;
  padding: 1px 10px 3px 10px;
  font-size: 1.4rem;
  margin-right: 40px;
}
dl.tab_content dt .icon-important {
  position: absolute;
  left: 130px;
  background: #f9756d;
  color: #ffffff;
  border-radius: 6px;
  padding: 1px 10px 3px 10px;
  font-size: 1.4rem;
  margin-right: 40px;
}
dl.tab_content dt .icon-important + .icon-new {
  left: 269px;
  margin-right: 0;
}
dl.tab_content dt .icon-newcar {
  position: absolute;
  left: 130px;
  background: #00882f;
  color: #ffffff;
  border-radius: 6px;
  padding: 1px 10px 3px 10px;
  font-size: 1.4rem;
  margin-right: 40px;
}
dl.tab_content dt .icon-newcar + .icon-new {
  left: 269px;
  margin-right: 0;
}
dl.tab_content dd {
  padding-bottom: 20px;
  border-bottom: dashed 1px #cbced2;
}
dl.tab_content a:hover {
  text-decoration: underline;
}

/*選択されているタブのコンテンツのみを表示*/
#topics:checked ~ #tag_topics,
#kankou:checked ~ #tag_kankou {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ffffff;
}

/*店舗のご案内 -------------------------------------------------------------- */
.bg-gray {
  background: #f8f8f8;
  padding: 60px 0px;
}
.bg-gray .container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .bg-gray .container {
    display: block;
  }
}
.bg-gray .container .item {
  padding: 0px 0px 10px 0px;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media (max-width: 1024px) {
  .bg-gray .container .item {
    margin-bottom: 20px;
  }
}
.bg-gray .container .item .shop-head {
  padding: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: solid 1px #efefef;
}
.bg-gray .container .item .shop-icon {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-right: 15px;
}
.bg-gray .container .item .shop-right {
  font-size: 1.8rem;
}
.bg-gray .container .item .shop-right h3 {
  font-size: 3.1rem;
  font-weight: 500;
}
.bg-gray .container .item a:hover {
  text-decoration: underline;
}
.bg-gray .container .item iframe {
  padding: 25px;
}
.bg-gray .container .item:first-child {
  color: #2685cb;
}
.bg-gray .container .item:first-child .shop-icon {
  background: #2685cb url("../images/common/icon-top1.png") center center no-repeat;
}
.bg-gray .container .item:nth-child(2) {
  color: #00a28c;
}
.bg-gray .container .item:nth-child(2) .shop-icon {
  background: #00a28c url("../images/common/icon-top2.png") center center no-repeat;
}
.bg-gray .container .item:nth-child(3) {
  color: #ff7b24;
}
.bg-gray .container .item:nth-child(3) .shop-icon {
  background: #ff7b24 url("../images/common/icon-top3.png") center center no-repeat;
}
.bg-gray .container .item:nth-child(4) {
  color: #479462;
}
.bg-gray .container .item:nth-child(4) .shop-icon {
  background: #479462 url("../images/common/icon-top4.png") center center no-repeat;
}
.bg-gray .container .item:nth-child(n+5) {
  color: #eb0a1d;
}
.bg-gray .container .item:nth-child(n+5) .shop-head {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.bg-gray .container .item:nth-child(6) {
  color: #00a040;
}
.bg-gray .container .item ul {
  padding: 25px 25px 0px 25px;
}
.bg-gray .container .item ul li {
  list-style: none;
  margin-bottom: 10px;
}
.bg-gray .container .item ul li a {
  padding-left: 35px;
}
.bg-gray .container .box-big1 {
  grid-column: 1/3;
  grid-row: 2/4;
}
.bg-gray .container .box-big1 ul.btn-anchor2 {
  margin-top: 0;
}

/*2024.07.11追記 -------------------------------------------------------------- */
.wrap-shop {
  padding-bottom: 60px;
}
.wrap-shop .container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .wrap-shop .container {
    display: block;
  }
}
.wrap-shop .container .item {
  padding: 0px 0px 10px 0px;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media (max-width: 1024px) {
  .wrap-shop .container .item {
    margin-bottom: 20px;
  }
}
.wrap-shop .container .item .shop-head {
  padding: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: solid 1px #efefef;
}
.wrap-shop .container .item .shop-icon {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-right: 15px;
}
.wrap-shop .container .item .shop-right {
  font-size: 1.8rem;
}
.wrap-shop .container .item .shop-right h3 {
  font-size: 3.1rem;
  font-weight: 500;
}
.wrap-shop .container .item a:hover {
  text-decoration: underline;
}
.wrap-shop .container .item iframe {
  padding: 25px;
}
.wrap-shop .container .item:first-child {
  color: #2685cb;
}
.wrap-shop .container .item:first-child .shop-icon {
  background: #2685cb url("../images/common/icon-top1.png") center center no-repeat;
}
.wrap-shop .container .item:nth-child(2) {
  color: #00a28c;
}
.wrap-shop .container .item:nth-child(2) .shop-icon {
  background: #00a28c url("../images/common/icon-top2.png") center center no-repeat;
}
.wrap-shop .container .item:nth-child(3) {
  color: #ff7b24;
}
.wrap-shop .container .item:nth-child(3) .shop-icon {
  background: #ff7b24 url("../images/common/icon-top3.png") center center no-repeat;
}
.wrap-shop .container .item:nth-child(4) {
  color: #479462;
}
.wrap-shop .container .item:nth-child(4) .shop-icon {
  background: #479462 url("../images/common/icon-top4.png") center center no-repeat;
}
.wrap-shop .container .item:nth-child(n+5) {
  color: #eb0a1d;
}
.wrap-shop .container .item:nth-child(n+5) .shop-head {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.wrap-shop .container .item:nth-child(6) {
  color: #00a040;
}
.wrap-shop .container .item ul {
  padding: 25px 25px 0px 25px;
  /* display: flex !important; */
}
.wrap-shop .container .item ul li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 50px;
}
.wrap-shop .container .item ul li a {
  padding-left: 35px;
}
.wrap-shop .container .box-big1 {
  grid-column: 1/3;
  /*grid-row: 2 / 4;*/
}
.wrap-shop .container .box-big1 ul.btn-anchor2 {
  margin-top: 0;
}

h2 {
  font-size: 4.2rem;
  font-weight: 500;
  border-bottom: solid 6px #f1f1f1;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.2rem;
  }
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #00882f;
  bottom: -6px;
  width: 7%;
}

/*車種から選ぶ -------------------------------------------------------------- */
.bg-car {
  background: url("../images/common/bg-car.png") no-repeat center top #f8f8f8;
  padding: 60px 0px;
}
.bg-car .container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0px 60px;
}
@media (max-width: 1024px) {
  .bg-car .container {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 599px) {
  .bg-car .container {
    grid-template-columns: repeat(1, auto);
  }
}
.bg-car .container .item {
  padding: 30px 25px;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  overflow: hidden;
  min-height: 480px;
  /*display: flex;
  flex-wrap: wrap;*/
  /* word-break: keep-all; */
}
@media (max-width: 1024px) {
  .bg-car .container .item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .bg-car .container .item {
    min-height: auto;
  }
}
.bg-car .container .item img {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  transition-duration: 0.5s;
}
@media (max-width: 599px) {
  .bg-car .container .item img {
    width: 50%;
  }
}
.bg-car .container .item h3 {
  color: #00882f;
  font-size: 2.6rem;
  margin-top: 0px;
  border: none;
  margin: 0;
  padding-left: 0;
}
.bg-car .container .item .box-gray {
  border: solid 1px #cbced2;
  border-radius: 6px;
  padding: 4px 8px 5px;
  font-size: 1.4rem;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .bg-car .container .item .box-gray {
    display: block;
  }
}
.bg-car .container .item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .bg-car .container.column2-sp {
    grid-template-columns: repeat(2, auto);
    gap: 15px;
  }
}
.bg-car .container.column2-sp .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 599px) {
  .bg-car .container.column2-sp .item img {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .bg-car .container.column2-sp .item h3 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .bg-car .container.column2-sp .item p {
    font-size: 1.6rem;
  }
}
.bg-car .container.column2-sp .item .carprice {
  font-size: 1.6rem;
  font-weight: 400;
}

/*トップ大バナー -------------------------------------------------------------- */
.big-banner .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 599px) {
  .big-banner .container {
    display: block;
  }
}
.big-banner .container .item {
  overflow: hidden;
}
.big-banner .container .item img {
  transition-duration: 0.5s;
  width: 100%;
}
.big-banner .container .item:hover img {
  opacity: 0.6;
  transform: scale(1.2);
}

.slide2 {
  /* background: #e4efe8; */
  padding: 60px 0px 120px 0px;
}
.slide2 li img {
  transition-duration: 0.5s;
}
.slide2 li img:hover {
  opacity: 0.6;
}
.slide2 .slick-slide {
  margin: 0 20px;
}
.slide2 .slick-dots {
  bottom: 60px;
}
.slide2 .slick-dots li.slick-active button::before {
  background: url("../images/common/slick-dots_on2.png") no-repeat left center;
  content: "" !important;
  opacity: 1 !important;
}
.slide2 .slick-dots li button::before {
  background: url("../images/common/slick-dots_off2.png") no-repeat left center;
  content: "" !important;
  opacity: 1 !important;
}

/*フッター -------------------------------------------------------------- */
#footer {
  color: #ffffff;
  font-size: 1.3rem;
  padding: 80px 0px 0px 0px;
  background: #006d26;
}
@media (max-width: 1024px) {
  #footer {
    padding-top: 60px;
  }
}
#footer .container {
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: 500px;
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  #footer .container {
    display: block;
    grid-template-columns: repeat(1, auto);
  }
}
#footer .item {
  border-left: solid 1px #0f632d;
  padding-left: 10%;
}
@media (max-width: 1024px) {
  #footer .item {
    border: none;
    padding-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #0f632d;
  }
}
#footer .item ul {
  list-style-type: none;
  margin-top: 20px;
}
#footer .item ul li {
  width: 100%;
  margin-bottom: 10px;
}
#footer .item ul a {
  color: #ffffff;
}
#footer .item ul h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
#footer .item:nth-child(2) ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
@media (max-width: 1024px) {
  #footer .item:nth-child(2) ul {
    padding-bottom: 50px;
  }
}
#footer .item:last-child {
  border-right: solid 1px #0f632d;
}
@media (max-width: 1024px) {
  #footer .item:last-child {
    border: none;
  }
}
#footer .footer-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 0px 0px 60px 0px;
}
#footer #copy {
  text-align: center;
  background: #003011;
  padding: 30px 0px;
  font-size: 1.2rem;
}

#backtop {
  right: 2%;
  bottom: 30px;
  width: 50px;
  height: 50px;
  position: fixed;
  background: #00882f;
  border-radius: 50%;
  display: none;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #backtop {
    bottom: 110px;
  }
}
#backtop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#backtop::before {
  content: "";
  color: #ffffff;
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/*第2階層タイトル -------------------------------------------------------------- */
#title {
  background: url("../images/price/title.jpg") no-repeat center top;
  background-size: cover;
  color: #ffffff;
  padding: 4% 0% 7%;
  position: relative;
}
@media (max-width: 1024px) {
  #title {
    background: url("../images/price/title.jpg") no-repeat center bottom 10px;
    padding: 4% 0% 10%;
  }
}
@media (max-width: 599px) {
  #title {
    background: url("../images/price/title.jpg") no-repeat center bottom 10px;
    padding: 4% 0% 20%;
  }
}
#title h1 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1024px) {
  #title h1 {
    font-size: 3.6rem;
  }
}
#title h1 span {
  text-transform: uppercase;
}
#title span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  #title span {
    font-size: 1.2rem;
  }
}
#title.shop {
  background: url("../images/shop/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.corporate {
  background: url("../images/corporate/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.tourism {
  background: url("../images/tourism/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.contact {
  background: url("../images/contact/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.enquete {
  background: url("../images/enquete/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.sitemap {
  background: url("../images/sitemap/title.jpg") no-repeat center center;
  background-size: cover;
}
#title.topics {
  background: url("../images/topics/title.jpg") no-repeat center center;
  background-size: cover;
}
#title .breadcrumbs span {
  display: inline;
  font-size: 1.2rem;
}

#pankuzu {
  position: absolute;
  background: url("../images/price/title-bg.png") no-repeat;
  background-position: left top;
  max-width: 1370px;
  width: 100%;
  padding: 35px 0 25px 0;
  height: 83px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 0;
  display: block;
}
@media (max-width: 1024px) {
  #pankuzu {
    padding: 15px 4% 5px 40px;
    bottom: 0px;
  }
}

#title-bottom {
  position: absolute;
  background: #ffffff;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 83px;
}
@media (max-width: 1024px) {
  #title-bottom {
    display: none;
  }
}

.breadcrumbs {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 4%;
  color: #dddddd;
  font-size: 1.2rem;
  width: 100%;
}
.breadcrumbs a {
  color: #222222;
}
.breadcrumbs > div {
  display: inline-block;
}

/*第2階層コンテンツ -------------------------------------------------------------- */
.bg-white {
  background: #ffffff none !important;
  padding: 60px 0px 140px 0px;
}
.bg-white h3 {
  margin: 130px 0px 50px 0px;
  font-size: 3.6rem;
  font-weight: 500;
  border-left: 6px solid #00882f;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .bg-white h3 {
    font-size: 2.6rem;
    padding-left: 20px;
  }
}
.bg-white h3:first-of-type {
  margin-top: 80px;
}
.bg-white h4 {
  color: #00882f;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .bg-white h4 {
    font-size: 2rem;
  }
}
.bg-white table {
  border-top: solid 1px #d5d5d5;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .bg-white table {
    line-height: 120%;
  }
}
.bg-white table th {
  background: #f6f6f6;
  padding: 8px 16px;
  border-bottom: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  font-weight: 500;
}
.bg-white table th:last-child {
  border-right: none;
}
.bg-white table td {
  padding: 8px 16px;
  border-bottom: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
}
.bg-white table td:last-child {
  border-right: none;
}
.bg-white table td.border-r {
  border-right: solid 1px #d5d5d5 !important;
}
.bg-white a.btn_yarisu {
  font-size: 1.8rem;
  font-weight: 1000;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #ff0000;
  background: linear-gradient(to bottom, #ffd75b, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456);
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

/*第2階層車種 -------------------------------------------------------------- */
.container-car {
  -moz-column-gap: 4%;
       column-gap: 4%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-items: start;
}
@media (max-width: 1024px) {
  .container-car {
    margin-bottom: 40px;
    grid-template-columns: 300px 300px;
    overflow-x: scroll;
  }
  .container-car.single {
    grid-template-columns: auto;
  }
  .container-car.three {
    grid-template-columns: 300px 300px 300px;
  }
  .container-car.four {
    grid-template-columns: 300px 300px 300px 300px;
  }
  .container-car.five {
    grid-template-columns: 300px 300px 300px 300px 300px;
  }
  .container-car.seven {
    grid-template-columns: 300px 300px 300px 300px 300px 300px 300px;
  }
}
.container-car .item {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(2, auto);
  padding-bottom: 80px;
}
.container-car .item h4 {
  grid-column: 1/3;
}
.container-car .item:nth-of-type(n + 3) {
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .container-car .item {
    display: block;
    margin-right: 40px;
  }
}
.container-car .item .item2 img {
  width: 100%;
}
.container-car .item .item2 {
  max-width: 300px;
}
.container-car .item .item2:last-child {
  max-width: 310px;
}
@media (max-width: 1024px) {
  .container-car .item .item2:last-child {
    max-width: 100%;
    margin-top: 30px;
  }
}
.container-car .item .item2 table {
  width: 300px;
}
@media (max-width: 1024px) {
  .container-car .item .item2 table {
    width: 100%;
  }
}
.container-car .item .item2 table th {
  width: 35%;
}

.slider {
  margin-bottom: 10px;
}
.slider img {
  width: 100%;
}

.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
}
.thumbnail .thumbnail-img {
  opacity: 0.5;
  transition: opacity 0.5s linear;
  margin-left: 3.333%;
}
.thumbnail .thumbnail-img:first-of-type {
  margin-left: 0;
}
.thumbnail .thumbnail-img img {
  cursor: pointer;
}
.thumbnail .slick-current {
  opacity: 1;
}

.btn-anchor {
  list-style-type: none;
  flex-wrap: wrap;
}
.btn-anchor li {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .btn-anchor li {
    font-size: 1rem;
  }
}
.btn-anchor li a {
  background: #e5f2e2;
  padding: 10px 20px 10px 40px;
  border-radius: 28px;
  width: 100%;
  color: #00882f;
}
.btn-anchor li a:hover {
  background: #00882f;
  color: #ffffff;
}
.btn-anchor li a:hover.arrow3::after {
  border-color: #ffffff;
}
.btn-anchor li a.arrow3::after {
  transform: rotate(135deg);
  left: 20px;
  border-color: #00882f;
}

.car-btn {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 20px;
}

.car-icon {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.car-icon li {
  color: #ffffff;
  background: #00882f;
  font-size: 1.2rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-right: 15px;
}

/*店舗情報--------------------------------*/
#second section h3 {
  margin-top: 3em;
}
#second:first-child {
  margin-top: 2em;
}

.btn-anchor2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 599px) {
  .btn-anchor2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn-anchor2 li {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.8rem;
}
.btn-anchor2 li a {
  display: block;
  background: #ffffff;
  padding: 10px 40px 10px 20px;
  border: solid 2px #00882f;
  border-radius: 28px;
  width: 100%;
  color: #00882f;
  text-align: center;
}
.btn-anchor2 li a:hover {
  background: #00882f;
  color: #ffffff;
}
.btn-anchor2 li a:hover.arrow3::after {
  border-color: #ffffff;
}
.btn-anchor2 li a.arrow3::before {
  content: none;
}
.btn-anchor2 li a.arrow3::after {
  transform: rotate(135deg);
  border-color: #00882f;
  padding: 3.5px;
  right: -70%;
}

.shop-box {
  background: #f8f8f8;
  padding: 1.4em 2em 3em;
  margin-top: 2em;
}
@media (max-width: 599px) {
  .shop-box {
    padding: 0.6em 1.3em 2em;
  }
}
.shop-box h3 {
  font-size: 1.8rem;
  border-left: none;
  margin: 0.6em 0;
  padding: 0;
}
.shop-box h3:first-of-type {
  margin: 0.6em 0;
}
.shop-box ul {
  padding-left: 1.3em;
}
.shop-box ul li {
  font-weight: lighter;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.shop-box ul li::marker {
  color: #3b4043;
}

.shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media (max-width: 1024px) {
  .shop-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 599px) {
  .shop-list {
    gap: 24px;
  }
}
.shop-list .item {
  display: grid;
  grid-template-rows: auto;
  align-content: space-between;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 2em 1.6em 3em;
}
@media (max-width: 599px) {
  .shop-list .item {
    padding: 2em 1em;
  }
}
.shop-list .item h4 {
  margin-top: 0;
}
.shop-list .item h4 a {
  color: #00882f;
}
.shop-list .item h4 a:hover {
  text-decoration: underline;
}
.shop-list .item .time-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  list-style: none;
  gap: 10px;
}
.shop-list .item .time-list li {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: lighter;
}
.shop-list .item .time-list li img {
  max-width: 23px;
  width: 100%;
  margin-right: 10px;
}
.shop-list .item .car-icon {
  margin-top: 2em;
  gap: 10px;
}
.shop-list .item .car-icon li {
  padding: 1em 6% 0.8em 2em;
  margin-right: 0;
  text-align: center;
}
.shop-list .item .car-icon li.n-available {
  background: #d5d5d5;
}
.shop-list .item .car-icon li.btn-carshare {
  background: #eb0a1d url("../images/common/icon-chokunori.svg") 1.5em center no-repeat;
  background-size: 20px;
  padding-left: 3.75em !important;
}
.shop-list .item .car-icon li.btn-carshare a {
  color: #ffffff;
}
.shop-list .item .car-icon li.btn-carshare:hover {
  opacity: 0.8;
  cursor: pointer;
}
.shop-list .item .car-icon li.btn-self {
  background: #ffda00;
  padding-left: 3.75em;
}
.shop-list .item .car-icon li.btn-self a {
  color: #1e2d4f;
  font-weight: bold;
}
.shop-list .item .car-icon li.btn-self:hover {
  opacity: 0.8;
  cursor: pointer;
}
.shop-list .item .car-icon li:last-child {
  padding: 1em 2em;
}
@media (max-width: 599px) {
  .shop-list .item .car-icon {
    flex-wrap: wrap;
  }
  .shop-list .item .car-icon li {
    padding: 1em 0.8em;
    width: 48%;
  }
  .shop-list .item .car-icon li.btn-carshare {
    padding-left: 2.75em !important;
  }
}
.shop-list .item .shop-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-list .item .shop-wrap .shop-r img {
  min-width: 74px;
  width: 100%;
}

.one-way {
  background: #fff4cc;
  margin-top: 5em;
}
.one-way h3 {
  background: #ffcb0d;
  border-left: none;
  margin: 0;
  padding: 1em;
  text-align: center;
}
.one-way .system-box {
  padding: 1em 2.4em 4em;
}
@media (max-width: 599px) {
  .one-way .system-box {
    padding: 1em 1.6em 3em;
  }
}
.one-way .system-box p {
  margin-bottom: 2em;
}
.one-way .system-box .system-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.one-way .system-box .system-list .item h4 {
  background: #58ba6f;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  padding: 0.8em;
  font-size: 2rem;
}
.one-way .system-box .system-list .item ul {
  display: grid;
  justify-items: start;
  justify-content: center;
  list-style: none;
  gap: 10px;
  background: #ffffff;
  padding: 2em 1em;
}
@media (max-width: 599px) {
  .one-way .system-box .system-list .item ul {
    font-size: 1.6rem;
  }
}
.one-way .system-box .system-list .item ul li {
  font-weight: lighter;
}
@media (max-width: 1024px) {
  .one-way .system-box .system-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*各店舗詳細--------------------------------*/
.container-shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .container-shop {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .container-shop.container-return {
    gap: 30px;
  }
}
@media (max-width: 599px) {
  .container-shop.container-return {
    gap: 10px;
  }
}
.container-shop.container-return h4 {
  margin-top: 0.6em;
}
.container-shop .item {
  width: 100%;
  overflow: hidden;
}
.container-shop .item.first {
  order: 1;
}
@media (max-width: 1024px) {
  .container-shop .item.first {
    order: 2;
  }
}
.container-shop .item.second {
  order: 2;
}
@media (max-width: 1024px) {
  .container-shop .item.second {
    order: 1;
  }
}
.container-shop .item .slick-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.container-shop .item h2 {
  padding-bottom: 5px;
}
.container-shop .item h2::after {
  width: 17%;
}
.container-shop .item .car-icon {
  margin-top: 2.4em;
  gap: 10px;
}
@media (max-width: 599px) {
  .container-shop .item .car-icon {
    flex-wrap: wrap;
  }
}
.container-shop .item .car-icon li {
  padding: 0.65em 2.4em 0.8em 1.6em;
  margin-right: 0;
}
.container-shop .item .car-icon li:last-child {
  padding: 0.65em 2em 0.8em;
}
.container-shop .item .car-icon li.n-available {
  background: #d5d5d5;
}
.container-shop .item .car-icon li.btn-carshare {
  background: #eb0a1d url("../images/common/icon-chokunori.svg") 1.5em center no-repeat;
  background-size: 20px;
  padding-left: 3.75em;
}
.container-shop .item .car-icon li.btn-carshare a {
  color: #ffffff;
}
.container-shop .item .car-icon li.btn-carshare:hover {
  opacity: 0.8;
  cursor: pointer;
}
.container-shop .item .car-icon li.btn-self {
  background: #ffda00;
}
.container-shop .item .car-icon li.btn-self a {
  color: #1e2d4f;
  font-weight: bold;
}
.container-shop .item .car-icon li.btn-self:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 599px) {
  .container-shop .item .car-icon li li {
    padding: 1em 0.8em;
    width: 48%;
  }
}

.btn-rental {
  margin: 2em 0 2.4em 0;
}
.btn-rental a {
  display: block;
  padding: 24px 10px;
  position: relative;
}
.btn-rental a::before {
  content: url(../images/shop/rental.svg);
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.btn-rental.btn-rental2 {
  max-width: 40%;
  margin: 4em auto 2.4em;
}
@media (max-width: 1024px) {
  .btn-rental.btn-rental2 {
    max-width: 70%;
  }
}
@media (max-width: 599px) {
  .btn-rental.btn-rental2 {
    max-width: 100%;
    margin: 3em auto 0;
  }
}

.pdf {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.pdf img {
  max-width: 16px;
  width: 100%;
}
.pdf a {
  font-size: 1.6rem;
}

.phone-box {
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  margin-top: 2em;
  padding: 1.6em 0;
  color: #3b4043;
}
.phone-box p {
  font-size: 1.6rem;
  margin: 0.2em 0 0 0;
}
.phone-box p:first-child {
  font-size: 2.4rem;
  margin: 0 0 0.2em 0;
}
@media (max-width: 1024px) {
  .phone-box p:first-child {
    font-size: 1.8rem;
  }
}
.phone-box .num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 4.6rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .phone-box .num {
    font-size: 3.6rem;
  }
}
.phone-box .num img {
  max-width: 30px;
  width: 100%;
  margin-top: 5px;
}

.youtube {
  position: relative;
  aspect-ratio: 16/9;
  width: 60%;
  overflow: hidden;
  margin-bottom: 1.2em;
}
@media (max-width: 1024px) {
  .youtube {
    width: 100%;
  }
}
.youtube.return {
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-box {
  margin-top: 3.2em;
}
@media (max-width: 599px) {
  .map-box {
    margin-top: 2em;
  }
}
.map-box .map {
  aspect-ratio: 20/9;
  width: 100%;
}
@media (max-width: 1024px) {
  .map-box .map {
    aspect-ratio: 10/9;
  }
}
@media (max-width: 599px) {
  .map-box .map {
    aspect-ratio: 3/4;
  }
}
.map-box a {
  font-size: 1.6rem;
}

.bg-white table.table01 {
  margin-top: 4em;
  width: 100%;
}
.bg-white table.table01 th,
.bg-white table.table01 td {
  padding: 2em 2.4em;
  font-weight: lighter;
  box-sizing: border-box;
}
.bg-white table.table01 th {
  width: 25%;
  border-right: solid 1px #d5d5d5;
}
@media (max-width: 599px) {
  .bg-white table.table01 th {
    padding: 0.6em;
  }
}
.bg-white table.table01 td {
  width: 75%;
  line-height: 1.8em;
  padding: 1em 1.4em;
}
.bg-white table.table01 td .pdf {
  margin-top: 1.6em;
}
@media (max-width: 599px) {
  .bg-white table.table01 td {
    line-height: 1.5em;
  }
}
.bg-white table.table01 td table td {
  padding: 0.5em;
  width: auto;
}
@media (max-width: 599px) {
  .bg-white table.table01 td table td {
    width: 100%;
  }
}

/*リース--------------------------------*/
#lease-main {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url("../images/lease/main.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 32%;
  font-weight: bold;
}
#lease-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#lease-main.main2025 {
  background-image: url("../images/lease/main2025-pc3.jpg");
}
@media (max-width: 599px) {
  #lease-main.main2025 {
    background-image: url("../images/lease/main2025-sp3.jpg");
    background-size: cover;
    padding-bottom: 120%;
  }
}
#lease-main.main2025 #lease-title span {
  background-color: white;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  #lease-main {
    padding-bottom: 60%;
  }
}
@media (max-width: 599px) {
  #lease-main {
    background: url(../images/lease/main-sp.png) no-repeat center top;
    padding-bottom: 98%;
    background-size: cover;
  }
}
#lease-main #lease-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 1px 1px 6px #6c6c6c;
}
@media (max-width: 1024px) {
  #lease-main #lease-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  #lease-main #lease-title {
    font-size: 1.4rem;
  }
}
#lease-main #lease-title h1 {
  font-size: 5.2rem;
  margin-bottom: 0.4em;
}
@media (max-width: 1024px) {
  #lease-main #lease-title h1 {
    font-size: 3.8rem;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  #lease-main #lease-title h1 {
    font-size: 3.4rem;
  }
}
#lease-main #lease-title h1 span {
  color: #e4201f;
  border: solid 1px #e4201f;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.6rem;
  margin-left: 40px;
  text-shadow: none;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  #lease-main #lease-title h1 span {
    margin-left: 0;
    box-shadow: 0 0 10px #ffffff;
    text-shadow: 0 0 10px #ffffff;
    padding: 8px;
  }
}
#lease-main #lease-title p {
  margin: 1.2em 0 1.8em;
}
@media (max-width: 1024px) {
  #lease-main #lease-title p {
    margin: 1.2em 0;
  }
}
#lease-main #lease-title .arrow {
  background: #ff7b24;
  color: #ffffff;
  padding: 20px 75px;
  border-radius: 90px;
}
@media (max-width: 1024px) {
  #lease-main #lease-title .arrow {
    padding: 14px 52px;
  }
}
@media (max-width: 599px) {
  #lease-main #lease-title .arrow {
    padding: 12px 40px;
  }
}
#lease-main #lease-title .arrow3::after {
  left: 60px;
}
@media (max-width: 1024px) {
  #lease-main #lease-title .arrow3::after {
    left: 32px;
  }
}
@media (max-width: 599px) {
  #lease-main #lease-title .arrow3::after {
    left: 20px;
  }
}

.lease-menu {
  margin: 20px 0 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .lease-menu {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
  }
}
@media (max-width: 599px) {
  .lease-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lease-menu .item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: solid #2f85d9 4px;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0;
  padding-top: 60px;
}
.lease-menu .item .leade-menu-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 120%;
  color: #2f85d9;
}
@media (max-width: 1024px) {
  .lease-menu .item .leade-menu-title {
    font-size: 2.2rem;
  }
}
.lease-menu .item .leade-menu-title::before {
  position: absolute;
  background: #2f85d9 url("../images/lease/icon-s1.png") no-repeat center top;
  border-radius: 50%;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 93px;
  display: block;
  content: "";
}
@media (max-width: 1024px) {
  .lease-menu .item .leade-menu-title::before {
    background-size: contain;
    width: 80px;
    height: 80px;
  }
}
.lease-menu .item:nth-of-type(2) .leade-menu-title::before {
  background-image: url("../images/lease/icon-s2.png");
}
.lease-menu .item:nth-of-type(3) .leade-menu-title::before {
  background-image: url("../images/lease/icon-s3.png");
}
.lease-menu .item:nth-of-type(4) .leade-menu-title::before {
  background-image: url("../images/lease/icon-s4.png");
}
.lease-menu .item p {
  padding-bottom: 20px;
}
.lease-menu .item .lease-menu-bottom {
  margin-top: auto;
  background: #2f85d9;
  color: #ffffff;
  display: block;
  font-size: 1.8rem;
  padding: 10px 0px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .lease-menu .item .lease-menu-bottom {
    font-size: 1.6rem;
  }
}
.lease-menu .item .lease-menu-bottom:hover, .lease-menu .item .lease-menu-bottom.active {
  background: #27649f;
}

.btn-lease {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-lease::after {
  display: block;
  content: "";
}
@media (max-width: 1024px) {
  .btn-lease::after {
    width: 48%;
    gap: 10px;
  }
}
.btn-lease li {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .btn-lease li {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .btn-lease li {
    width: 48%;
  }
}
.btn-lease li a {
  background: #d6edff;
  color: #2f85d9;
  padding: 10px 36px 10px 48px;
}
@media (max-width: 599px) {
  .btn-lease li a {
    padding: 10px 12px 10px 36px;
  }
}
.btn-lease li a.arrow3::after {
  border-color: #2f85d9;
}
.btn-lease li a:hover, .btn-lease li a.active {
  background: #2f85d9;
}

.lease-wrap h2 {
  margin-top: 2.4em;
}
.lease-wrap h2::after {
  border-bottom: solid 6px #2f85d9;
}
.lease-wrap h3 {
  margin-top: 2.2em;
  border-left: 6px solid #2f85d9;
}
.lease-wrap h4 {
  color: #2f85d9;
  padding-bottom: 0;
}
.lease-wrap .wrap-form {
  margin-bottom: 2em;
}
.lease-wrap .wrap-form .table01 {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
}
.lease-wrap .wrap-form .table01 th {
  font-weight: 500;
}

.lease-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
@media (max-width: 1024px) {
  .lease-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.lease-grid .item1 {
  order: 1;
}
@media (max-width: 1024px) {
  .lease-grid .item1 {
    order: 2;
  }
}
.lease-grid .item2 {
  order: 2;
}
@media (max-width: 1024px) {
  .lease-grid .item2 {
    order: 1;
  }
}

.lease-box h4 {
  margin-top: 0.8em;
  padding-bottom: 0;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .lease-box h4 {
    font-size: 2rem;
  }
}

table.table02 {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
}
table.table02 th,
table.table02 td {
  padding: 2.2em 2em;
}
@media (max-width: 1024px) {
  table.table02 th,
  table.table02 td {
    padding: 2.2em 1em;
  }
}
@media (max-width: 599px) {
  table.table02 th,
  table.table02 td {
    padding: 1.6em 0.6em;
  }
}
table.table02 th {
  width: 33%;
}
table.table02 th:first-child {
  width: 24%;
}

table.table03 {
  border: none;
}
table.table03 th,
table.table03 td {
  border: none;
}

.lease-merit-terms {
  color: #2f85d9;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lease-merit-terms {
    font-size: 2.4rem;
  }
}
@media (max-width: 599px) {
  .lease-merit-terms {
    font-size: 2rem;
  }
}

.lease-merit {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  margin-top: 4.2em;
}
@media (max-width: 1024px) {
  .lease-merit {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .lease-merit {
    margin-top: 2em;
  }
}
.lease-merit.first {
  margin-top: 3em;
}
.lease-merit .item .blue-circle {
  background: #2f85d9;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .lease-merit .item .blue-circle {
    width: 128px;
    height: 128px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .lease-merit .item .blue-circle {
    width: 86px;
    height: 86px;
  }
}
.lease-merit .item .blue-circle img {
  max-width: 100%;
  width: 100%;
}
.lease-merit .item h4 {
  color: #00882f;
  font-size: 2.2rem;
}
.lease-merit .item p {
  margin: 0.3em 0 0.8em;
}
.lease-merit .item .lease-merit-box {
  background: #f8f8f8;
  padding: 1.2em 2em 1.2em 3.2em;
}
.lease-merit .item .lease-merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lease-merit .item .lease-merit-list li {
  width: 48%;
  font-weight: lighter;
}
.lease-merit .item .lease-merit-list li::marker {
  color: #2f85d9;
}
@media (max-width: 1024px) {
  .lease-merit .item .lease-merit-list li {
    width: 100%;
  }
}

.lease-img {
  margin-top: 3em;
}

.lease-point-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 50px;
  margin-top: 4em;
}
.lease-point-wrap .lease-point {
  border: solid 3px #dbdbdb;
  padding: 1.6em 2em 1.4em;
  position: relative;
}
.lease-point-wrap .lease-point .tag {
  position: absolute;
  background: #2f85d9;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  border-radius: 8px;
  top: -24px;
  left: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.lease-point-wrap .lease-point .lease-merit-terms {
  font-size: 2.2rem;
}
.lease-point-wrap .lease-point p {
  margin: 0.3em 0;
}

.comment {
  font-size: 1.4rem;
}

.bg-car .container-lease {
  margin-top: 3em;
}
@media (max-width: 1024px) {
  .bg-car .container-lease {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    row-gap: 18px;
  }
}
@media (max-width: 599px) {
  .bg-car .container-lease {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    row-gap: 30px;
  }
}
.bg-car .container-lease .item {
  min-height: 1px;
  width: 100%;
  height: 100%;
  padding: 4em 0.2em 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .bg-car .container-lease .item:last-child {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media (max-width: 599px) {
  .bg-car .container-lease .item:last-child {
    grid-row: auto;
    grid-column: auto;
  }
}
.bg-car .container-lease .item .tag {
  position: absolute;
  background: #167738;
  color: #ffffff;
  font-weight: 500;
  padding: 0.4em 1.2em;
  border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  top: 0;
  left: 0;
}
.bg-car .container-lease .item .price {
  font-weight: 600;
  font-size: 2rem;
}

/*トップ店舗リンク--------------------------------------*/
/*accordion-----------------------------------------------------------*/
.topshop {
  position: relative;
  cursor: pointer;
}
.topshop div {
  padding-left: 19px;
  color: #222222;
}

.topshop-box {
  display: none;
  padding: 3% 3% 3% 25px;
}
@media (max-width: 599px) {
  .topshop-box {
    padding: 4%;
  }
}
.topshop-box ul {
  padding: 0 !important;
}

/*よくある質問--------------------------------------*/
/*accordion-----------------------------------------------------------*/
.title {
  position: relative;
  cursor: pointer;
  margin-top: 3em;
  padding: 1.2em 5.5em 1.2em 1.4em;
  transition: all 0.5s ease;
  background: #f6f6f6;
}
@media (max-width: 599px) {
  .title {
    padding: 0.8em 4.6em 0.8em 0.8em;
    font-size: 1.4rem;
  }
}
.title::before, .title::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 6px;
  background-color: #ffffff;
  z-index: 10;
}
@media (max-width: 599px) {
  .title::before, .title::after {
    width: 28px;
    height: 4px;
  }
}
.title::before {
  top: 48%;
  right: 28px;
  transform: rotate(0deg);
}
@media (max-width: 599px) {
  .title::before {
    right: 19px;
  }
}
.title::after {
  top: 48%;
  right: 28px;
  transform: rotate(90deg);
}
@media (max-width: 599px) {
  .title::after {
    right: 19px;
  }
}
.title.close::after {
  content: none;
}
.title .accordion-btn {
  background: #2f85d9;
  width: 93px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  .title .accordion-btn {
    width: 65px;
  }
}

.box {
  display: none;
  background: #f6f6f6;
  padding: 3% 3% 3% 25px;
}
@media (max-width: 599px) {
  .box {
    padding: 4%;
  }
}

.question-box,
.answer-box {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  justify-items: start;
  gap: 20px;
  font-weight: lighter;
  padding-right: 18%;
}
.question-box .question,
.question-box .answer,
.answer-box .question,
.answer-box .answer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 599px) {
  .question-box .question,
  .question-box .answer,
  .answer-box .question,
  .answer-box .answer {
    width: 40px;
    height: 40px;
  }
}
.question-box .question img,
.question-box .answer img,
.answer-box .question img,
.answer-box .answer img {
  max-width: 18px;
  width: 100%;
}
.question-box .question,
.answer-box .question {
  background: #2f85d9;
}
.question-box .answer,
.answer-box .answer {
  background: #e03537;
}
@media (max-width: 599px) {
  .question-box p,
  .answer-box p {
    font-size: 1.4rem;
  }
}

/*お問い合わせ -------------------------------------------------------------- */
.listbtn-wrap {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.listbtn-wrap .item {
  margin: 0 0 10px 0;
  width: 100%;
}
.listbtn-wrap .item a {
  display: inline-block;
  border: 1px solid #00882f;
  border-radius: 6px;
  padding: 0.5em 0.5em 0.75em 1.5em;
  width: 100%;
  position: relative;
}
.listbtn-wrap .item a:before {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: 0.75em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00882f;
  border-right: 2px solid #00882f;
  transform: rotate(45deg);
}
.listbtn-wrap .item a:hover {
  background: #00882f;
  color: #ffffff;
}
.listbtn-wrap .item a:hover:before {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: 0.75em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.wrap-form input[type=text],
.wrap-form input[type=tel],
.wrap-form input[type=email],
.wrap-form select,
.wrap-form option {
  box-sizing: border-box;
  padding: 0.75em;
  transition: 0.3s;
  border: 1px solid #cbced2;
  border-radius: 4px;
  background: #ffffff;
}
.wrap-form input[type=text]:focus,
.wrap-form input[type=tel]:focus,
.wrap-form input[type=email]:focus,
.wrap-form select:focus,
.wrap-form option:focus {
  border: 1px solid #00882f;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(0, 136, 47, 0.5);
}
.wrap-form input[type=text],
.wrap-form input[type=tel],
.wrap-form input[type=email] {
  width: 100%;
}
.wrap-form input[type=submit] {
  color: #ffffff;
  background: #00882f;
  box-sizing: border-box;
  padding: 1em 2em;
  transition: 0.3s;
  border: 1px solid #cbced2;
  border-radius: 30px;
}
.wrap-form input[type=submit]:focus, .wrap-form input[type=submit]:hover {
  border: 1px solid #00882f;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(0, 136, 47, 0.5);
  background: #479462;
  cursor: pointer;
}
.wrap-form input[type=reset],
.wrap-form input[type=button] {
  color: #ffffff;
  background: #c8c8c8;
  box-sizing: border-box;
  padding: 1em 2em;
  transition: 0.3s;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
}
.wrap-form input[type=reset]:focus, .wrap-form input[type=reset]:hover,
.wrap-form input[type=button]:focus,
.wrap-form input[type=button]:hover {
  background: #cbced2;
  cursor: pointer;
}
.wrap-form input [type=checkbox],
.wrap-form [type=radio] {
  margin-left: 10px;
}
.wrap-form input [type=checkbox]:first-child,
.wrap-form [type=radio]:first-child {
  margin-left: 0;
}
.wrap-form textarea {
  box-sizing: border-box;
  padding: 0.75em;
  border: 1px solid #cbced2;
  border-radius: 4px;
  width: 100%;
}
.wrap-form textarea::-moz-placeholder {
  color: #f2f2f2;
}
.wrap-form textarea::placeholder {
  color: #f2f2f2;
}
.wrap-form textarea:focus {
  border: 1px solid #00882f;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(0, 136, 47, 0.5);
}
.wrap-form table td table {
  border: none;
}
.wrap-form table td table td {
  border: none;
  padding: 0.5em;
}
@media (max-width: 599px) {
  .wrap-form table td table td {
    display: block;
    width: 100%;
  }
}
.wrap-form .form-btn {
  display: flex;
  margin: 40px auto 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.wrap-form .form-btn input {
  margin: 0 10px;
}
.wrap-form .btn-margin {
  margin-top: 1.6em;
}

/*個人情報開示請求窓口 -------------------------------------------------------------- */
#wpcf7-f4626-p4627-o1 .wpcf7-checkbox span.first {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#wpcf7-f4626-p4627-o1 .wpcf7-checkbox span.last {
  width: 100%;
  border-top: solid 1px #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

/*会社情報 -------------------------------------------------------------- */
.bg-corporate ul,
.bg-guide ul {
  margin-left: 30px;
}
.bg-corporate ul.btn-anchor,
.bg-guide ul.btn-anchor {
  margin-left: 0;
}
.bg-corporate ul li,
.bg-guide ul li {
  margin-bottom: 1em;
}
.bg-corporate ol,
.bg-guide ol {
  margin: 10px 0 10px 0;
  padding: 0 0 0 30px;
}
.bg-corporate ol li,
.bg-guide ol li {
  margin-bottom: 1em;
}

@media (max-width: 599px) {
  .scroll {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

/*観光案内 -------------------------------------------------------------- */
.wrap-tourism-img {
  margin: 0 auto 40px;
}

.container-tourism {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.container-tourism .item {
  text-align: center;
}
.container-tourism .item img {
  width: 100%;
  height: auto;
}
.container-tourism .item p {
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .container-tourism {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .container-tourism {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wrap-guide-menu {
  border: 2px solid #00882f;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 60px auto 0;
}
.wrap-guide-menu .menu-cat {
  background: #00882f;
  text-align: center;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 8px 0 12px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 599px) {
  .wrap-guide-menu .menu-cat {
    font-size: 1.8rem;
  }
}
.wrap-guide-menu .menu-container {
  background: #fff4cc;
  border-radius: 0 0 6px 6px;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-guide-menu .menu-container .item {
  width: 30%;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .wrap-guide-menu .menu-container .item {
    width: 50%;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .wrap-guide-menu .menu-container {
    padding: 10px 20px 10px 20px;
  }
}
.wrap-guide-menu .menu-container::after {
  content: "";
  display: block;
  width: 30%;
}
@media (max-width: 599px) {
  .wrap-guide-menu {
    margin: 20px auto 0;
  }
}

.wrap-guide-menu:first-child {
  margin-top: 100px;
}

ul.column {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
ul.column li {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.column2 li {
  width: 49%;
}
@media (max-width: 599px) {
  .column2 li {
    width: 49%;
  }
}

.column3 li {
  width: 32%;
}
@media (max-width: 599px) {
  .column3 li {
    width: 49%;
  }
}

.column4 li {
  width: 24%;
}
@media (max-width: 599px) {
  .column4 li {
    width: 49%;
  }
}

.tour-img {
  display: flex;
  flex-direction: column;
}

.tour-img-left {
  align-items: flex-start;
}

.tour-img-right {
  align-items: flex-end;
}

li.list-img {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.bg-guide .guide-bg {
  background: url("../images/tourism/bg-green.png") center bottom no-repeat;
  background-size: cover;
  padding: 60px 0 200px;
}
.bg-guide .guide-bg h3 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  margin: 60px auto 40px;
  border: none;
  color: #1fb2b2;
}
.bg-guide .guide-bg h3:before, .bg-guide .guide-bg h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #1fb2b2;
  transform: rotate(-60deg);
}
.bg-guide .guide-bg h3:before {
  left: 0;
}
.bg-guide .guide-bg h3:after {
  right: 0;
}
.bg-guide .guide-bg.bg-red {
  background: url("../images/tourism/bg-red.png") center bottom no-repeat;
  background-size: cover;
}
.bg-guide .guide-bg.bg-red h3 {
  color: #e03537;
}
.bg-guide .guide-bg.bg-red h3:before, .bg-guide .guide-bg.bg-red h3:after {
  background-color: #e03537;
}
.bg-guide .guide-bg.bg-yellow {
  background: url("../images/tourism/bg-yellow.png") center bottom no-repeat;
  background-size: cover;
}
.bg-guide .guide-bg.bg-yellow h3 {
  color: #e5a04e;
}
.bg-guide .guide-bg.bg-yellow h3:before, .bg-guide .guide-bg.bg-yellow h3:after {
  background-color: #e5a04e;
}
.bg-guide .guide-bg.bg-blue {
  background: url("../images/tourism/bg-blue.png") center bottom no-repeat;
  background-size: cover;
}
.bg-guide .guide-bg.bg-blue h3 {
  color: #639fee;
}
.bg-guide .guide-bg.bg-blue h3:before, .bg-guide .guide-bg.bg-blue h3:after {
  background-color: #639fee;
}

/*サブメニュー -------------------------------------------------------------- */
.wrap-sub-menu {
  border-top: 1px solid #efefef;
  margin-bottom: 60px;
}
.wrap-sub-menu h3 {
  margin-top: 40px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.wrap-sub-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-sub-menu .sub-menu .item {
  border-bottom: 1px solid #efefef;
  width: 32%;
}
.wrap-sub-menu .sub-menu .item a {
  display: inline-block;
  position: relative;
  padding: 1em 1em 1em 1.5em;
  width: 100%;
  line-height: 140%;
}
.wrap-sub-menu .sub-menu .item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00882f;
  border-right: 2px solid #00882f;
  transform: rotate(45deg);
}
@media (max-width: 599px) {
  .wrap-sub-menu .sub-menu .item a::before {
    width: 6px;
    height: 6px;
  }
}
.wrap-sub-menu .sub-menu .item:hover, .wrap-sub-menu .sub-menu .item.active {
  background: #e5f2e2;
}
@media (max-width: 599px) {
  .wrap-sub-menu .sub-menu .item {
    width: 48%;
    font-size: 1.3rem;
  }
}
.wrap-sub-menu .sub-menu::after {
  content: "";
  display: block;
  width: 32%;
}

.wrap-lease-adress {
  border: 2px solid #2685cb;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 60px auto 60px;
}
.wrap-lease-adress .lease-adress {
  background: #2685cb;
  text-align: center;
  color: #f2f2f2;
  border-radius: 6px 6px 0 0;
  padding: 8px 0 12px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 599px) {
  .wrap-lease-adress .lease-adress {
    font-size: 1.4rem;
  }
}
.wrap-lease-adress .lease-adress-container {
  background: #f6f6f6;
  border-radius: 0 0 6px 6px;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-lease-adress .lease-adress-container .item {
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .wrap-lease-adress .lease-adress-container .item {
    width: 48%;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .wrap-lease-adress .lease-adress-container {
    padding: 10px 20px 0 20px;
  }
}
.wrap-lease-adress .menu-container::after {
  content: "";
  display: block;
  width: 25%;
}
@media (max-width: 599px) {
  .wrap-lease-adress {
    margin: 20px auto 40px;
  }
}

.wrap-guide-menu:first-child {
  margin-top: 100px;
}

/* トピックス -------------------------------------------------------------- */
.news-wrap {
  width: 100%;
  margin: 0 auto 20px;
}
.news-wrap dl dt {
  color: #6c6c6c;
  font-size: 1.7rem;
  padding-top: 20px;
  position: relative;
}
.news-wrap dl dt .icon-new {
  position: absolute;
  left: 130px;
  background: #d60000;
  color: #ffffff;
  border-radius: 6px;
  padding: 1px 10px;
  font-size: 1.4rem;
  margin-right: 40px;
}
.news-wrap dl dt .icon-important {
  position: absolute;
  left: 130px;
  background: #f9756d;
  color: #ffffff;
  border-radius: 6px;
  padding: 1px 10px;
  font-size: 1.4rem;
  margin-right: 40px;
}
.news-wrap dl dd {
  padding-bottom: 20px;
  border-bottom: dashed 1px #cbced2;
}
.news-wrap dl a:hover {
  text-decoration: underline;
}

.bg-topics .news-date {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #98a6b5;
}
.bg-topics a {
  color: #2685cb;
}
.bg-topics a:hover {
  text-decoration: underline;
}
.bg-topics a.btn-green {
  color: #ffffff;
}
.bg-topics a.btn-green:hover {
  text-decoration: none;
}

hr {
  margin: 60px auto;
  border-top: 1px solid #e4efe8;
  border-bottom: 1px solid #ffffff;
}

/* ページ送り -------------------------------------------------------------- */
.nav-links {
  margin-top: 100px;
  padding: 2em;
  display: flex;
  justify-content: center;
}
.nav-links a,
.nav-links span {
  width: 50px;
  height: 50px;
  margin: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #222;
  transition: 0.3s;
  border-radius: 100%;
}
.nav-links a:hover {
  background: #00882f;
  border-radius: 100%;
  color: white;
}
.nav-links .active {
  background: #00882f;
  border-radius: 100%;
  color: white;
}
.nav-links .dots {
  background: none;
}
.nav-links .wp-pagenavi {
  margin-top: 15px;
}
.nav-links .wp-pagenavi a {
  color: #377aa2;
}
.nav-links .wp-pagenavi {
  padding: 20px 0;
  text-align: center;
}

.pagenavi-wrap .wp-pagenavi a,
.pagenavi-wrap .wp-pagenavi span {
  margin-bottom: 10px !important;
  display: inline-block;
}

/* サイトマップ -------------------------------------------------------------- */
#sitemap_list {
  margin-left: 30px;
}

#sitemap_list li {
  list-style-image: url(../images/common/arrow02.png);
  list-style-type: none;
  font-size: 120%;
}

#sitemap_list li li {
  list-style-image: url(../images/common/arrow03.png);
  font-size: 80%;
}

#sitemap_list ul li {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: disc;
  padding-bottom: 10px;
}

/* 余白 -------------------------------------------------------------- */
.margin-t40 {
  margin-top: 40px;
}
.margin-t40 + .table01 {
  margin-top: 0 !important;
}

/* GR YARiS　好評レンタル中 -------------------------------------------------------------- */
.max-w700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.cp_cssslider {
  width: 100%;
  padding-top: 0px;
  position: relative;
  text-align: left;
}

.cp_cssslider > img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0s;
}

.cp_cssslider input[name=cp_switch] {
  display: none;
}

.cp_cssslider label {
  margin: 2px 3px 2px 0px;
  border: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 65px;
  border-radius: 2px;
}

.cp_cssslider input[name=cp_switch]:checked + label {
  border: 2px solid #ff7043;
  opacity: 1;
}

.cp_cssslider input[name=cp_switch] ~ img {
  opacity: 0;
}

.cp_cssslider input[name=cp_switch]:checked + label + img {
  opacity: 1;
}

a.btn-lxc {
  display: inline-block;
  padding: 0.5em 20px 0.5em 50px;
  text-decoration: none;
  background: url(/wp/wp-content/uploads/2021/07/freetel.png) no-repeat left 12% center #ff9100;
  background-size: 11%;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

table.lxc {
  border: 1px solid #cecece;
  margin: 10px 0;
  width: 100%;
}

.lxc th {
  width: 40%;
  background-color: #eeeeee;
}

.lxc th,
.lxc td {
  padding: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cecece;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cecece;
}

.lxc table td {
  border: none;
}

@media screen and (max-width: 1024px) {
  table.lxc {
    width: 100%;
  }
  .cp_cssslider {
    width: 100%;
    padding-top: 75%;
    position: relative;
    text-align: left;
  }
  .cp_cssslider label img {
    width: 50px;
    text-align: left;
  }
}
/* 新神戸店 -------------------------------------------------------------- */
.btn_three_column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*align-items: center;*/
}
.btn_three_column .item {
  width: 30%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.btn_three_column .item a {
  width: 100%;
  border: 4px solid #2685cb;
  padding: 20px 20px 20px 5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: url("../images/common/icon_youtube_red.svg") 2rem center no-repeat;
  background-size: 2rem;
}
@media (max-width: 599px) {
  .btn_three_column .item a {
    padding: 3rem 10px 10px 10px;
    font-size: 1.2rem;
    font-line-height: 1.1;
    background: url("../images/common/icon_youtube_red.svg") center 1rem no-repeat;
    background-size: 2rem;
  }
}
.btn_three_column .item a.red {
  border-color: #eb0a1d;
}
.btn_three_column .item a.orange {
  border-color: #ff7b24;
}
.btn_three_column .item a:hover {
  color: white;
  background: #2685cb url("../images/common/icon_youtube_white.svg") 2rem center no-repeat;
  background-size: 2rem;
}
@media (max-width: 599px) {
  .btn_three_column .item a:hover {
    color: white;
    background: #2685cb url("../images/common/icon_youtube_white.svg") center 1rem no-repeat;
    background-size: 2rem;
  }
}
.btn_three_column .item a.red:hover {
  color: white;
  background: #eb0a1d url("../images/common/icon_youtube_white.svg") 2rem center no-repeat;
  background-size: 2rem;
}
@media (max-width: 599px) {
  .btn_three_column .item a.red:hover {
    color: white;
    background: #eb0a1d url("../images/common/icon_youtube_white.svg") center 1rem no-repeat;
    background-size: 2rem;
  }
}
.btn_three_column .item a.orange:hover {
  color: white;
  background: #ff7b24 url("../images/common/icon_youtube_white.svg") 2rem center no-repeat;
  background-size: 2rem;
}
@media (max-width: 599px) {
  .btn_three_column .item a.orange:hover {
    color: white;
    background: #ff7b24 url("../images/common/icon_youtube_white.svg") center 1rem no-repeat;
    background-size: 2rem;
  }
}

/*SDGs*/
.bg-white h4.blue3 {
  color: #004ca0;
}
.bg-white h4.blue {
  color: #2685cb;
}
.bg-white h4.orange {
  color: #ff7b24;
}
.bg-white .list_green,
.bg-white .list_blue,
.bg-white .list_blue2,
.bg-white .list_orange {
  padding-left: 2em;
  margin-bottom: 1em;
}
.bg-white .list_green li::marker {
  color: #00882f;
}
.bg-white .list_blue li::marker {
  color: #004ca0;
}
.bg-white .list_blue2 li::marker {
  color: #2685cb;
}
.bg-white .list_orange li::marker {
  color: #ff7b24;
}

.sdgs {
  margin-top: clamp(2em, 5vw, 5em);
}
.sdgs img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sdgs img {
    max-width: 285px;
  }
}

.grid_wrap,
.grid_wrap2 {
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin-top: clamp(3em, 5vw, 10em);
}

.grid_wrap2 {
  margin-top: 0;
}

.sdgs_grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 3em;
}
@media (max-width: 1024px) {
  .sdgs_grid {
    grid-template-columns: auto;
    justify-items: center;
  }
}
.sdgs_grid .item img {
  max-width: 260px;
}
@media (max-width: 1024px) {
  .sdgs_grid .item img {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .sdgs_grid .item img {
    max-width: 200px;
  }
}
.sdgs_grid .item2 {
  background: #f8f8f8;
  padding: 2em;
  width: 100%;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 {
    padding: 0 0 2em 0;
  }
}
@media (max-width: 599px) {
  .sdgs_grid .item2 {
    width: 100%;
  }
}
.sdgs_grid .item2 .sdgs_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 .sdgs_flex {
    flex-direction: column;
    gap: 20px;
    padding: 1em;
  }
}
.sdgs_grid .item2 .sdgs_flex h4 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2em;
  padding-bottom: 0;
  position: relative;
}
.sdgs_grid .item2 .sdgs_flex h4::before {
  content: url(../images/corporate/sdgs_icon.png);
  position: absolute;
  top: -8px;
  left: -8px;
}
.sdgs_grid .item2 .sdgs_flex img {
  max-width: 350px;
}
.sdgs_grid .item2 .sdgs_flex img.single {
  max-width: 70px;
}
.sdgs_grid .item2 .sdgs_flex img.double {
  max-width: 140px;
}
.sdgs_grid .item2 .sdgs_flex img.triple {
  max-width: 210px;
}
.sdgs_grid .item2 .sdgs_flex img.fourfold {
  max-width: 280px;
}
.sdgs_grid .item2 .sdgs_flex img.eightfold {
  max-width: 560px;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 .sdgs_flex img.eightfold {
    max-width: 280px;
  }
}
.sdgs_grid .item2 p {
  line-height: 2.1em;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 p {
    text-align: center;
    padding: 0 1em;
  }
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 .alignright {
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }
}
.sdgs_grid .item2 a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.6em 1.8em;
  margin-top: 1em;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.1em;
  border-radius: 30px;
}
.sdgs_grid .item2 a.toyota_btn, .sdgs_grid .item2 a.recruit_btn {
  background: #003e92;
}
.sdgs_grid .item2 a.au_btn, .sdgs_grid .item2 a.lease_btn, .sdgs_grid .item2 a.rental_btn, .sdgs_grid .item2 a.recruit_btn {
  padding: 1em 1.8em;
}
.sdgs_grid .item2 a.au_btn {
  background: #ff7b24;
}
.sdgs_grid .item2 a.lease_btn {
  background: #2899ec;
}
.sdgs_grid .item2 a.rental_btn {
  background: #51c2c2;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 a {
    margin: 0 auto;
  }
}
.sdgs_grid .item2 ul {
  display: flex;
  flex-direction: row;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .sdgs_grid .item2 ul {
    flex-direction: column;
  }
}

.kobe_tiku {
  display: inline-block;
  border: solid 2px #222222;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: normal;
  padding: 3px 10px;
}

.btn_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .btn_wrap {
    flex-direction: column;
  }
}

/*FD*/
.step_wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.step_wrap .step_box {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 3em;
  border: solid 2px #ff7b24;
  border-radius: 15px;
  padding: 4.5em 1em;
  position: relative;
}
.step_wrap .step_box:first-child {
  padding: 1.6em 1em;
}
.step_wrap .step_box::before {
  content: "";
  border-left: dotted 6px #c8c8c8;
  height: 136px;
  position: absolute;
  top: 100%;
  left: 13%;
}
@media (max-width: 1024px) {
  .step_wrap .step_box::before {
    height: 132px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (max-width: 599px) {
  .step_wrap .step_box::before {
    padding: 3.5em 1em;
    left: 55%;
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
  }
}
.step_wrap .step_box:last-child::before {
  content: none;
}
@media (max-width: 1024px) {
  .step_wrap .step_box {
    grid-template-columns: auto;
    gap: 1em;
  }
}
.step_wrap .step_box .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.step_wrap .step_box .item .step_num {
  color: #ffffff;
  text-align: center;
  background: #ff7b24;
  border-radius: 30px;
  width: 160px;
  padding: 0.3em;
}
.step_wrap .step_box .item .step_title {
  color: #00882f;
  font-size: 2.2rem;
  font-weight: 500;
}
.step_wrap .item2 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .step_wrap .item2 ul {
    align-items: center;
  }
}
.step_wrap .item2 ul li {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .step_wrap .item2 ul li {
    text-align: center;
  }
}

.application-box h4 {
  color: #ff7b24;
  font-size: 2.2rem;
  margin-top: 0.8em;
}
@media (max-width: 1024px) {
  .application-box h4 {
    font-size: 2rem;
  }
}
.application-box .list_orange {
  padding-left: 1.3em;
}

.fd-box h4 {
  color: #222222;
}
.fd-box h4::before {
  content: "";
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 6px;
  color: #00882f;
}

/*231116追加*/
.sns-wrap {
  background-color: #e4efe8;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2%;
  margin-bottom: 120px;
}
.sns-wrap .item {
  width: 30%;
}
.sns-wrap .item img {
  border-radius: 6px;
}
@media (max-width: 599px) {
  .sns-wrap .item {
    width: 100%;
  }
  .sns-wrap .item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.sns-wrap.sns-wrap-new1 {
  justify-content: space-between;
}
@media (max-width: 599px) {
  .sns-wrap.sns-wrap-new1 .item {
    width: 31%;
    margin-top: 0 !important;
  }
}

#footer .footer-logo {
  position: relative;
}
#footer .footer-logo .sns-icon {
  position: absolute;
  display: flex;
  width: 25%;
}
#footer .footer-logo .sns-icon .item {
  width: 20%;
  border-left: none;
  padding-left: 0;
  padding-right: 10px;
}
#footer .footer-logo .sns-icon .item:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  #footer .footer-logo .sns-icon {
    justify-content: center;
    position: inherit;
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #footer .footer-logo .sns-icon {
    width: 70%;
  }
}

/* 2023.12.トヨタシェアWinterキャンペーン ---------------------------------------------- */
.st-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.st-list a {
  color: #222;
  text-decoration: none !important;
}
.st-list .item {
  display: grid;
  grid-template-rows: auto;
  align-content: space-between;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.st-list .item .img {
  width: 100%;
}
.st-list .item .img img {
  width: 100%;
  height: 250px;
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.st-list .item .text {
  padding: 1.5em;
  position: relative;
}
.st-list .item .text::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(135deg);
}
.st-list .item .text p {
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.st-list .item .address-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  list-style: none;
  gap: 10px;
}
.st-list .item .address-list li {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: lighter;
  padding-left: 2.5rem;
  position: relative;
}
.st-list .item .address-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5%;
  padding-top: 5%;
}
.st-list .item .address-list li:first-of-type::before {
  background: #666 url("https://www.r-kobe.jp/wp/wp-content/themes/r-kobe2022/css/../images/common/icon-top4.png") no-repeat center center/cover;
  border-radius: 50%;
}
.st-list .item .address-list li:last-of-type::before {
  background: url("https://www.r-kobe.jp/wp/wp-content/themes/r-kobe2022/images/shop/time.svg") no-repeat center center/cover;
}
@media (max-width: 1024px) {
  .st-list {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .st-list .item {
    width: 100%;
    white-space: nowrap;
  }
  .st-list .item .img img {
    width: 100%;
    height: 150px;
    border-radius: 6px 6px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .st-list .item .text {
    padding: 1em;
  }
  .st-list .item .text::before {
    top: -90px;
    right: 1em;
    width: 8px;
    height: 8px;
  }
  .st-list .item .text p {
    margin-top: 0;
    line-height: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .st-list .item .address-list li {
    font-size: 1.3rem;
    padding-left: 2rem;
  }
  .st-list .item .address-list li::before {
    top: 3px;
    left: 0;
    width: 8%;
    padding-top: 8%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.column-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .column-shop {
    flex-direction: column;
  }
}
.column-shop .column-shop_inner {
  width: 49%;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .column-shop .column-shop_inner {
    width: 100%;
  }
}
.column-shop .column-shop_inner .list-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .column-shop .column-shop_inner .list-shop {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-shop .column-shop_inner .list-shop a {
    margin-bottom: 10px;
  }
}

/*251017追加*/
.kasuhara_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .kasuhara_flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}/*# sourceMappingURL=style.css.map */



/*2026.04.10追記 -------------------------------------------------------------- */


.wrap-shop {
  background-color: #F8F8F8;
}

.slide-arrow{
  background-color: #F8F8F8;
}

#side-btn li a{
  background-color: #FAFFEE;
}

#side-btn {
  border-radius: 10px 0 0 10px!important;
}

#side-btn li:nth-child(1) a {
  border-top-left-radius: 10px;
}

#side-btn li:nth-child(4) a {
  border-bottom-left-radius: 10px;
}

#side-btn li:nth-child(5) a {
  border-bottom-left-radius: 10px;
}

/*TOP hero*/

.top-hero {
  position: relative;
  overflow: hidden;
}

.top-hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.top-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.top-hero__reserve {
  position: absolute;
  top: 8%;
  left: 12%;
  min-width: 560px;
  padding: 7px 24px 10px;
  /* border-radius: 20px; */
  background: rgba(34, 34, 34, 0.75);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 5;
}

.top-hero__reserve h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: none;
  padding-bottom: 5px;
}


.top-hero__reserve h2:after{
  display: none;
}

.top-hero__btn {
  display: block;
  margin-top: 12px;
  padding: 8px 12px;
  /* border-radius: 9999px; */
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.top-hero__btn--white {
  background: #fff;
  color: #333;
}

.top-hero__btn--gray {
  background: #9da3aa;
  color: #fff;
}

.top-hero__btn--blue {
  background: #1f8fff;
  color: #fff;
}

.top-hero__shop-select {
  margin-bottom: 12px;
}

.top-hero__select {
  width: 49%;
  margin-top: 5px;
  text-align: center;
  text-align-last: center;
  padding: 9px 20px 8px;
  line-height: 1.4;
  border: none;
  /* border-radius: 9999px; */
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='none' stroke='%23222222' stroke-width='2' d='M5 7l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 20px;
  cursor: pointer;
}

.top-hero__select option {
  text-align: left;
}

.top-hero__btn--gray {
  background: #9da3aa;
  color: #ffffff;
}

.top-hero__btn--green {
  background: #00a651;
  color: #ffffff;
}

.top-hero__image--sp {
  display: none;
}

@media (max-width: 768px) {

  .top-hero__image--pc {
    display: none;
  }

  .top-hero__image--sp {
    display: block;
  }

  .top-hero__inner {
    position: relative;
  }

  .top-hero__reserve {
    position: absolute;
    left: 50%;
    top:53%;
    transform: translateX(-50%);
    width: 90%;
    min-width: auto;
    margin: 0;
    padding: 10px 14px 10px;
    /* border-radius: 18px; */
  }

  .top-hero__title-image img{
    width: 100px!important;
    height: 20px!important;
  }

  .top-hero__btn {
    display: block;
    margin-top: 7px;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
  }

  .top-hero__select {
    width: 100%;
    margin-top: 3px;
    text-align: center;
    text-align-last: center;
    padding: 6px 20px;
    line-height: 1.4;
    border: none;
    background: #ffffff;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    box-sizing: border-box;
  }

  .top-hero__shop-select {
    margin-bottom: 0px;
  }

}
/* 20260417 追加分 */

.slide .slick-dots,
.slide2 .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  bottom: 20px;
}

.slide .slick-dots li,
.slide2 .slick-dots li {
  float: none;
}

.slide2 {
    /* background: #e4efe8; */
    background: #F1F1F1;
    padding: 30px 0px 60px 0px;
}


@media (max-width: 768px) {

  h2:after {
      width: 26%;
  }

  #side-btn li:nth-child(1) a{
    border-top-left-radius: 0px;
  }

}

/* カーシェアstation ２０２６０４３０追加分*/

/* トヨタシェア ステーション一覧 */
.share-location-page {
  padding: 60px 0;
  background: #fff;
}

.share-location-page .wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 38px;
}

.share-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.share-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 22px;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: none;
}

.station-name-link {
  text-decoration: underline;
}

.station-name-link:hover {
  opacity: 0.7;
}

.share-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 50px;
  background: #008c3a;
  transform: translateY(-50%);
}

.map-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #008c3a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.share-heading h2:after {
  position: absolute;
  content: " ";
  left: 0;
  display: block;
  border-bottom: solid 6px #00882f;
  bottom: -6px;
  width: 30%;
  border: none;
}

.map-search-btn::before {
  content: "●";
  margin-right: 8px;
  font-size: 10px;
}

.share-location-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 16px;
}

.share-location-table th,
.share-location-table td {
  border: 1px solid #ccc;
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
}

.share-location-table th {
  color: #003b75;
  font-weight: 500;
  background: #fff;
}

.access-text {
  display: block;
}

.route-video-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #d90000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
}

.route-video-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

/* PCのみ：シェアステーション一覧 列幅調整 */
@media screen and (min-width: 768px) {
  .share-location-table {
    table-layout: fixed;
  }

  .share-location-table th:first-child,
  .share-location-table td:first-child {
    width: 30%;
  }

  /* 住所：広め */
  .share-location-table th:nth-child(2),
  .share-location-table td:nth-child(2) {
    width: 40% !important;
  }

  /* 最寄り駅 */
  .share-location-table th:nth-child(3),
  .share-location-table td:nth-child(3) {
    width: 15% !important;
  }

  /* 備考：小さめ */
  .share-location-table th:nth-child(4),
  .share-location-table td:nth-child(4) {
    width: 15% !important;
  }

  /* 備考の文字も少し小さく */
  .share-location-table .note-cell {
    font-size: 13px;
    line-height: 1.6;
  }
}

.share-location-table td {
  color: #555;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 30px;
  margin-right: 12px;
  border-radius: 999px;
  background: #003b75;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
}

.map-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.map-btn.is-disabled {
  opacity: 0.65;
  cursor: default;
}

.station-access {
  margin: 6px 0 0 72px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

.share-map-area {
  margin-top: 60px;
}

.share-map-area h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .share-location-page {
    padding: 40px 0;
  }

  .share-location-page .wrap {
    padding: 0 18px;
  }

  .share-heading {
    display: block;
  }

  .share-map-area h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .share-heading h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .map-search-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .share-location-table,
  .share-location-table tbody,
  .share-location-table tr,
  .share-location-table th,
  .share-location-table td {
    display: block;
    width: 100%;
  }

  .share-location-table thead {
    display: none;
  }

  .share-location-table tr {
    border: 1px solid #ccc;
    margin-bottom: 16px;
  }

  .share-location-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }

  .share-location-table td:first-child {
    width: 100%;
    font-weight: 700;
  }

  .share-location-table td:last-child {
    border-bottom: none;
  }

  .station-access {
    margin-left: 0;
  }
}

/* SP：シェアステーション一覧を1カラムカード化 */
@media screen and (max-width: 767px) {

  .share-location-page {
    padding: 40px 0;
  }

  .share-location-page .wrap {
    padding: 0 18px;
  }

  .share-heading {
    display: block;
    margin-bottom: 24px;
  }

  .share-heading h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .map-search-btn {
    display: flex;
    width: fit-content;
    min-width: 150px;
    margin: 0 auto;
    padding: 10px 22px;
    font-size: 16px;
  }

  .share-location-table {
    display: block;
    width: 100%;
    border: none;
    font-size: 15px;
  }

  .share-location-table thead {
    display: none;
  }

  .share-location-table tbody {
    display: block;
    width: 100%;
  }

  .share-location-table tr {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 16px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }

  .share-location-table th,
  .share-location-table td {
    display: block;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding: 14px 8px;
    box-sizing: border-box;
    text-align: left !important;
  }

  /* 既存の「住所」「備考」などの疑似ラベルを消す */
  .share-location-table td::before {
    content: none !important;
    display: none !important;
  }

  /* ステーション名 */
  .share-location-table td:nth-child(1) {
    text-align: center !important;
    font-weight: 700;
    color: #111;
    text-decoration: underline;
  }

  /* 住所欄 */
  .share-location-table td:nth-child(2) {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .share-location-table td:nth-child(2) .map-btn,
  .share-location-table td:nth-child(2) .map-text {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .address-text {
    display: inline-block;
    line-height: 1.7;
  }

  /* 最寄り駅 */
  .share-location-table td:nth-child(3) {
    color: #555;
  }

  /* 備考 */
  .share-location-table td:nth-child(4) {
    color: #555;
    border-bottom: none !important;
  }

  .share-location-table td:empty {
    display: none;
  }

  .map-btn {
    min-width: 58px;
    height: 30px;
    font-size: 14px;
  }

  .map-text {
    display: inline-block;
    min-width: 58px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* アプリストアボタン */
.app-badge-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 28px 20px 40px;
  background: #fff;
}

.app-badge-area a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-badge-area img {
  display: block;
  height: 58px !important;
  width: auto !important;
  max-width: none !important;
}

/* SP */
@media screen and (max-width: 767px) {
  .app-badge-area {
    gap: 12px;
    padding: 24px 16px 34px;
  }

  .app-badge-area img {
    height: 45px !important;
  }
}


/* 追記 20260501 車種から予約*/

.wrap .car-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* 店舗プルダウン全体 */
.wrap .kobe-store-dropdown {
  position: relative;
  min-width: 300px;
  max-width: 100%;
  font-family: inherit;
}

/* 選択前・選択後の表示ボタン */
.wrap .kobe-store-current {
  width: 100%;
  height: 46px;
  padding: 0 46px 0 18px;
  border: 2px solid #00a84f;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 168, 79, 0.18);
}

/* 矢印 */
.wrap .kobe-store-current::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #00883f;
  border-bottom: 2px solid #00883f;
  transform: translateY(-65%) rotate(45deg);
}

/* 開いている時 */
.wrap .kobe-store-dropdown:has(.kobe-store-menu.is-open) .kobe-store-current {
  border-color: #008f43;
  box-shadow: 0 0 0 4px rgba(0, 168, 79, 0.12);
}

/* 選択肢リスト */
.wrap .kobe-store-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  z-index: 100000;
  padding: 6px;
}

/* 開いた時 */
.wrap .kobe-store-menu.is-open {
  display: block;
}

/* 選択肢 */
.wrap .kobe-store-option {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  line-height: 1.4;
}

/* ホバー */
.wrap .kobe-store-option:hover,
.wrap .kobe-store-option:focus {
  background: #e9f8ef;
  color: #00883f;
}

/* 予約ボタン未選択時 */
.wrap .car-btn .btn-orange.is-disabled {
  background: #bbb !important;
  cursor: not-allowed;
  opacity: 0.8;
}

/* スマホ */
@media screen and (max-width: 640px) {
  .wrap .car-btn {
    flex-direction: column;
    align-items: stretch;
  }

  .wrap .kobe-store-dropdown,
  .wrap .car-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .wrap .kobe-store-current {
    height: 48px;
    font-size: 15px;
    text-align: left;
  }

  .wrap .kobe-store-menu {
    max-height: 230px;
    top: 54px;
  }

  .wrap .kobe-store-option {
    font-size: 14px;
    padding: 12px 14px;
  }
}

/* eu_icon　追加CSS20260703 */

.footer-logo {
  position: relative;
}

/* PC用：中央ロゴより右側、赤丸あたりに配置 */
.footer-au-icon-pc {
  position: absolute;
  left: calc(50% + 330px);
  top: 0;
  z-index: 2;
}

.footer-au-icon-pc img {
  display: block;
  height: 50px;
  width: auto;
  max-width: none;
}

/* SP用はPCでは非表示 */
.footer-au-icon-sp {
  display: none;
}

/* 1024px以下：PC用を消して、YouTube横に表示 */
@media screen and (max-width: 1024px) {
  .footer-au-icon-pc {
    display: none;
  }

  .footer-au-icon-sp {
    display: block;
  }

  .footer-logo .sns-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  .footer-logo .sns-icon .item {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  .footer-logo .sns-icon .item img {
    display: block;
    height: 50px;
    width: auto;
    max-width: none !important;
  }

  .footer-logo .sns-icon .footer-au-icon-sp img {
    height: 50px !important;
    width: auto !important;
    max-width: none !important;
  }
}

.top-hero__date-row {
  margin-bottom: 8px;
}

.top-hero__label {
  color: #fff;
  margin: 0;
}

.top-hero__date-row .top-hero__select {
  display: inline-block;
  width: calc(25% - 5px);
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.top-hero__reserve .top-hero__select {
  margin-bottom: 5px;
}

.top-hero__reserve {
  max-width: 520px;
  padding: 10px 24px 12px;
}

.top-hero__title-image {
  margin-bottom: 12px;
}

.top-hero__title-image img {
  width: 180px;
}

.top-hero__date-row {
  margin-bottom: 10px;
}

.top-hero__label {
  font-size: 14px;
  margin: 0;
}

.top-hero__date-row .top-hero__select {
  width: calc(25% - 6px);
  height: 28px;
  font-size: 14px;
  padding: 0 8px;
}

.top-hero__reserve > .top-hero__select {
  height: 38px;
  font-size: 14px;
  margin-bottom: 5px;
}

.top-hero__btn {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.top-hero__reserve {
  display: flex;
  flex-direction: column;
}

.top-hero__btn {
  width: 100%;
}

.top-hero__btn-wrap {
  display: flex;
  gap: 1px;
}

.top-hero__btn-wrap .top-hero__btn {
  flex: 1;
  margin: 0;
}

/* @media screen and (max-width: 767px) {
  .top-hero__btn-wrap {
    flex-direction: column;
  }
} */

.top-hero__select-row {
  display: flex;
  gap: 1px;
  margin-bottom: 10px;
}

.top-hero__select-row .top-hero__select {
  flex: 1;
  margin-bottom: 0;
}
/*
@media screen and (max-width: 767px) {
  .top-hero__select-row {
    flex-direction: column;
  }
} */

.top-hero__date-row {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 10px;
}

.top-hero__date-row .top-hero__label {
  width: 80px;
  margin: 0;
  white-space: nowrap;
  font-size: 15px;
}

.top-hero__date-row .top-hero__select {
  flex: 1;
  width: auto;
  min-width: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* .top-hero__date-row {
    align-items: flex-start;
    flex-wrap: wrap;
  } */

  .top-hero__date-row .top-hero__label {
    width: 100%;
  }

  .top-hero__date-row .top-hero__select {
    width: calc(22% - 6px);
    flex: none;
    height: 24px;
  }

}

#top-car-class option,
#top-car-class optgroup {
  text-align: left;
}

#top-car-class optgroup {
  font-style: normal;
}

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

  .top-hero__date-row{
    margin-bottom: 5px;
  }

  .top-hero__reserve h2{
    padding-bottom: 2px;
  }

  .top-hero__date-row .top-hero__label{
    font-size: 12px;
  }

  .top-hero__btn{
    height: 24px;
    padding: 0;
    font-size: 11px;
  }

  .top-hero__reserve{
    padding: 2px 10px 8px;
    width: 96%;
  }

  .top-hero__btn {
    height: 24px;
    line-height: 24px;
  }

  .top-hero__select-row {
    margin-bottom: 5px;
  }


}

/* 車種を選ぶページ */

.class-heading-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 20px;
  margin: 60px 380px 50px 0;
}

.class-heading-row h3 {
  margin: 0 !important;
}

.class-heading-row .class-reserve-box {
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.class-reserve-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid #d9eadf;
  border-radius: 10px;
  background: #f8fcf9;
}

.class-reserve-box__fee {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.class-reserve-box__fee span {
  color: #008a3d;
}

.class-reserve-box__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.class-reserve-box__btns .btn-shop,
.class-reserve-box__btns .btn-class-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
}

.class-heading-row h3 {
  white-space: nowrap;
}

.class-reserve-box__btns .btn-shop {
  border: 2px solid #009844;
  background: #fff;
  color: #008a3d;
}

.class-reserve-box__btns .btn-class-reserve {
  border: 2px solid #009844;
  background: #009844;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .class-heading-row {
    display: block;
    margin: 30px 0 24px;
  }

  .class-heading-row h3 {
    margin-bottom: 16px !important;
  }

  .class-reserve-box {
    display: block;
    padding: 16px;
  }

  .class-reserve-box__fee {
    margin-bottom: 12px;
  }

  .class-reserve-box__btns {
    display: block;
  }

  .class-reserve-box__btns .btn-shop,
  .class-reserve-box__btns .btn-class-reserve {
    width: 100%;
    min-width: 0;
    margin-top: 8px;
  }
}

.btn-class-reserve.is-disabled {
  background: #b8bec4 !important;
  border-color: #b8bec4 !important;
  color: #fff !important;
  pointer-events: auto;
}

/* カーリースバナー */

.car-lease-banner {
  background: #008a3d;
  /* padding: 32px 16px; */
  padding: 32px 0;
  text-align: center;
}

.car-lease-banner img {
  display: block;
  /* max-width: 520px; */
	max-width: 1380px;
	padding: 0 4%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .car-lease-banner {
    padding: 24px 16px;
  }

  .car-lease-banner img {
    max-width: 100%;
		padding: 0;
  }
}

/* TOP予約ボタン　緑 */

.top-hero__btn--green {
  background: #009844 !important;
  color: #fff !important;
}

.top-hero__btn--green:hover {
  background: #007a36 !important;
}

/* 20260716716 */

/* 予約ボックスを掲載イメージに近い幅にする */
.class-heading-row .class-reserve-box {
  width: 680px;
  max-width: 100%;
  margin-left: auto !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
}

/* ボタン2つを横並び */
.class-reserve-box__btns {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 10px;
}

.class-reserve-box__btns .btn-shop,
.class-reserve-box__btns .btn-class-reserve {
  flex: 1;
  min-width: 0;
}

/* 注意書き */
.class-reserve-box__fee {
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

/* 車種指定料金のみ緑 */
.class-reserve-box__fee span {
  color: #008a3d;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .class-heading-row .class-reserve-box {
    width: 100%;
  }

  .class-reserve-box__btns {
    flex-direction: column;
  }
}

.gr-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #009844;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.gr-info-btn:hover {
  opacity: 0.8;
  color: #fff !important;
}