@charset "UTF-8";

/* CSS Document */
body {
  background-color: #fff;
}

main.shop_list {
  margin: 0;
  padding: 0;
  background-color: #e7e7e7;
}

main.shop_list_02 {
  margin: 0;
  padding: 0;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.inner_02 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

nav.tab {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

dd a.about_icon_link {
  margin-left: 10px;
  font-size: 14px;
  color: #1aabc1;
}

#feature #feature_tab > nav div ul {
  list-style: none;
  display: flex;
  width: 100%;
}

#feature #feature_tab > nav div ul li {
  width: calc(100% / 3);
}

#feature #feature_tab > nav div ul li a.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}

#feature #feature_tab > nav div ul li a {
  display: block;
  padding: 1em .2em;
  color: #444;
  text-align: center;
  background-color: #e2e2e2;
  border: 1px solid transparent;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#feature #feature_tab > section {
  margin-top: -1px;
  border: 1px solid #ccc;
}

section.mv {
  margin-top: 74px;
  background: url('/shop/wp-content/themes/xeam_shop/img/testride_dealer/mv.jpg') no-repeat center center / cover;
}

section.mv_02 {
  margin-top: 74px;
  background: url('/shop/wp-content/themes/xeam_shop/img/testride_dealer/mv_02.jpg') no-repeat center center / cover;
}

section.mv_02 h1 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 110px;
}

section.todofuken_shoplist {
  margin-top: 30px;
}

li.shop_list div.shashu_list {
  display: flex;
  flex-wrap: wrap;
}

li.shop_list div.shashu_list img {
  display: flex;
  flex-direction: column;
  padding: 5px;
  width: calc(100% / 2);
}

div.bike_box {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto 30px;
  border: 1px solid #8a8a8a;
  width: 80%;
}

div.bike_box div {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 40%;
}

div.bike_box div.testride_bike_img {
  margin: 0px 30px;
}

div.bike_box div.bike_spec {
  text-align: left;
}

div.bike_box div.bike_spec h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

div.bike_box div.bike_spec ul li {
  font-size: 18px;
}

p.preamble {
  margin: 0px auto;
  text-align: left;
  font-size: 18px;
  width: 79%;
}

div.shop_todofuken {
  display: flex;
  flex-wrap: wrap;
}

div.shop_todofuken dl {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 2);
}

div.shop_todofuken dl:not(:nth-child(2n)) {
  margin-right: 50px;
}

div.shop_todofuken dl dt {
  text-align: left;
  padding-bottom: 5px;
  margin: 20px 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

div.shop_todofuken dl dd {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

div.shop_todofuken dl dd a:not([class="no_link"]) {
  border-bottom: 1px solid #000;
  margin-right: 15px;
}

div.shop_todofuken dl dd a.no_link {
  margin-right: 15px;
  pointer-events: none;
  color: #8a8a8a;
}

div.shop_todofuken dl dd a:hover {
  opacity: 0.6;
  border-bottom: 1px solid #8a8a8a;
  transition: 0.3s;
}

div.bike_class {
  text-align: left;
  padding-bottom: 10px;
  margin: 20px 0px 30px;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

ul.testride_flow {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

ul.testride_flow li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 100px) / 3);
  text-align: left;
}

ul.testride_flow li img {
  margin-bottom: 30px;
}

ul.testride_flow li:not(:nth-child(3n)) {
  margin-right: 50px;
}

main.shop_list section div.inner h2 {
  margin: 30px auto 30px;
  font-size: 32px;
  font-weight: bold;
}

div.shashu_select ul.shashu_list {
  display: flex;
  flex-wrap: wrap;
}

div.shashu_select ul.shashu_list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 100px) / 3);
}

div.shashu_select ul.shashu_list li:not(:nth-child(3n)) {
  margin-right: 50px;
}

div.shashu_select ul.shashu_list li a {
  background: url('/shop/wp-content/themes/xeam_shop/img/testride_dealer/white_back.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 30px;
}

div.shashu_select ul.shashu_list li a:hover {
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.3);
	transform: translateY(-4px);
}

 div.shashu_btn {
  display: inline-block;
  width: 90%;
  margin: 15px;
  background-color: #c2c2c2;
  border-radius: 20px;
}

 div.shashu_btn:hover {
  color: #fff;
  background-color: #212136;
  transition: 0.3s;
}

div.shashu_btn p {
  margin: 10px auto;
  font-size: 14px;
  text-align: center;
}

 div.shashu_btn p span {
  font-size: 10px;
}

p.shashu_none {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

p.shashu_none span {
  font-size: 10px;
}

ul.icon_description {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

ul.icon_description li {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: calc(100% / 3);
}

ul.icon_description li h4 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

ul.icon_description li img {
  max-width: 80%;
  margin: 0px auto;
}

ul.icon_description p a {
  margin-top: 10px;
  font-size: 13px;
  color: #212136;
}

section.each_bike table.testride_bike {
  width: 100%;
  margin: 20px 0px;
  border-top: 3px solid #dfdfdf;
  border-bottom: 3px solid #dfdfdf;
}

table.testride_bike th {
  padding: 10px;
}

table.testride_bike th.bike_img {
  text-align: left;
  width: 200px;
}

th.bike_name {
  font-size: 40px;
  text-align: left;
}

table.testride_bike th.bike_page {
  text-align: right;
}

table.testride_bike th a {
  padding: 10px;
  color: #212136;
  border: 1px solid #212136;
}

table.testride_bike th a:hover {
  color: #fff;
  background-color: #212136;
  transition: 0.3s;
}

table.testride_bike td {
  padding: 10px 10px 15px;
}

table.testride_bike td:not([class="bikeclass"]) {
  width: auto;
  text-align: left;
}

td.bikeclass {
  width: 120px;
}

p.class1, p.class2, p.class3 {
  padding: 8px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

p.class1 {
  background-color: #e98300;
}

p.class2 {
  background-color: #3d97e0;
}

p.class3 {
  background-color: #22a84c;
}

div.shop_box {
  margin: 30px auto;
  padding-bottom: 50px;
  width: 80%;
}

div.shop_box div ul li a {
  width: 55%;
  margin: 0 auto;
  display: block;
  padding: 15px 5px;
  font-size: 13px;
  background-color: #212136;
  color: #fff;
}

div.shop_box div ul li a img {
  margin-right: 10px;
}

ul.shop_box {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  text-align: left;
}

ul.shop_box li.shop_list {
  position: relative;
  flex-direction: column;
  margin: 10px 16.5px 10px;
  width: calc((100% - 100px) / 3);
  border-bottom: 1px solid #dfdfdf;
}

li.shop_list h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  width: calc(100% - 70px);
}

li.shop_list p:not([class="shop_address"]) {
  margin-bottom: 3px;
  font-size: 13px;
}

li.shop_list p span {
  font-size: 10px;
}

p.shop_address {
  text-decoration: underline;
  margin-bottom: 15px;
}

div.authorized_img {
  width: 64%;
  text-align: center;
}

p.icon_shop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 110px;
}

p.icon_shop img {
  display: block;
  right: 0px;
  margin: 0px auto 5px;
}

a.shop_details {
  display: block;
  width: 100%;
  margin: 20px 0px 10px;
  font-weight: bold;
  border: 1px solid #212136;
  background-color: #fff;
  color: #212136;
  text-align: center;
}

div.back_btn {
  margin-top: 50px;
  width: calc(980px / 3);
}

a.one_lines {
  padding: 19px 0px;
}

a.two_lines {
  padding: 8px 0px;
}

a.shop_details:hover {
  color: #fff;
  background-color: #212136;
  transition: 0.3s;
}

ul.inquiry {
  margin: 0px;
}

ul.inquiry li:not(:last-child) {
  margin-right: 2%;
}

ul.inquiry li:not([class="one_party"]) {
  width: 49%;
  float: left;
  text-align: center;
}

ul.inquiry li.one_party {
  width: 100%;
  text-align: center;
}

ul.shop_box ul.inquiry li a {
  display: block;
  padding: 8px 5px;
  font-size: 13px;
  background-color: #212136;
  color: #fff;
}

ul.inquiry li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

ul.inquiry li a img {
  max-width: 80%;
  margin: 0px auto;
}

div.testride_reserve {
  margin: 20px auto 50px;
}

div.testride_reserve a {
  width: 40%;
  margin: 0 auto;
  display: block;
  padding: 15px 5px;
  font-size: 18px;
  background-color: #212136;
  color: #fff;
  text-align: center;
}

div.testride_reserve a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

div.testride_reserve a img {
  margin-right: 10px;
}

div.shop_info {
  padding-bottom: 180px;
}

ul.shop_box div.shop_link {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 30px;
}

div.notes h3 {
  margin: 0px 0px 20px 15px;
  font-size: 20px;
}

div.notes ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

div.rental_site {
  text-align: center;
  margin: 30px auto;
  padding: 15px;
  width: 55%;
  border: 2px solid #c2c2c2;
}

div.rental_site:hover {
  box-shadow: 0 15px 15px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
  transition: 0.3s;
}

div.rental_site a {
  font-size: 14px;
}

div.rental_site a img {
  margin-right: 10px;
}

div.noshop_link input {
  padding: 5px;
  color: #1aabc1;
}

div.noshop_link input:hover {
  opacity: 0.6;
  transition: 0.3s;
}

dd ul li img.authorized_icon {
  width: 86px;
}

.shop_detail_modal dl dt img.authorized_icon {
  width: 86px;
  margin-right: 10px;
}

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

 .each_bike h2 {
   white-space: nowrap;
 }

 div.shashu_select ul.shashu_list li {
   width: calc((100% - 100px) / 2);
   margin-right: 50px;
 }

  ul.icon_description li {
    width: calc(100% / 2);
  }

  ul.shop_box li.shop_list {
    width: calc((100% - 100px) / 2);
    margin: 30px 50px 0px 0px;
  }

  table.testride_bike th.bike_page {
    white-space: nowrap;
  }

}

@media screen and (max-width: 959px) {
  section.mv {
    margin-top: 60px;
  }
}

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

  /* section.mv h1 {
    background: url('/shop/wp-content/themes/xeam_shop/img/testride_dealer/mv_780.jpg') no-repeat top center;
    background-size: contain;
    background-repeat: no-repeat;
  } */

  div.bike_box {
    flex-wrap: wrap;
  }

  div.bike_box div {
    padding: 10px;
    width: 100%;
  }

  div.bike_box div.bike_spec h3 {
    font-size: 18px;
  }

  div.bike_box div.bike_spec ul li {
    font-size: 14px;
  }

  div.shashu_select ul.shashu_list li a {
    background-size: cover;
}

  ul.testride_flow li {
    width: 80%;
    margin: 0px 50px 50px;
  }

  div.shashu_select ul.shashu_list li {
    width: 80%;
    margin: 0px 10%;
  }

   ul.icon_description li {
     width: 100%;
   }

   ul.shop_box li.shop_list {
     width: 100%);
     margin-top: 30px;
   }

  div.shop_todofuken dl {
    width: 80%;
    margin: 0px 10%;
  }

  section.mv h1 img {
    margin: 30px auto;
  }

  ul.shop_box li.shop_list:not(:nth-of-type(3n)) {
    width: 100%;
    margin: 30px 0px 0px;
  }

  ul.shop_box li.shop_list:nth-of-type(3n) {
    width: 100%;
    margin: 30px 0px 0px;
  }

  table.testride_bike th.bike_name {
    font-size: 30px;
  }

  table.testride_bike th:not([class="bike_page"]) {
    display: block;
  }

  table.testride_bike th.bike_name {
    text-align: center;
  }

  table.testride_bike td {
    display: inline;
    top: 0px;
  }

  table.testride_bike td:not([class="bikeclass"]) {
    margin-bottom: 10px;
  }

  table.testride_bike tr {
    position: relative;
  }

  th.bike_page {
    position: absolute;
    top: 20px;
    right: 0px;
  }

}
.sokuno_box{
	background: #3d97e0;
	padding: 1em;
	color: #fff;
}
.sokuno_box h3{
	padding-bottom: 0.5em;
}
.tenji_img{
	padding-bottom: 1em
}
