div.topic_path {  margin:0 auto 25px; }


div#Contents {
  margin-top: 7px;
}

div#Contents h2.tit {
  background:url(/images/motorcycle/h2_title.png) no-repeat center top;
  height: 222px;
  text-indent:-9999px;
}


.motorcycleBox{
  width: 960px;
  margin: 0 auto 30px auto;
}

.motorcycleBox .box01{
  box-sizing: border-box;
  background: #ffefcf;
  border: 10px solid #efb239;
  margin: 0 0 30px;
  padding: 0 19px 16px;
}

.motorcycleBox .box01 h3{
  background: #cd3917;
  width: 590px;
  margin: -34px auto 0;
  padding: 11px 0;
  border-radius: 50px;
  text-align: center;
}

.motorcycleBox .box01 > h4{
  position: relative;
  margin: 12px 0 26px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}

.motorcycleBox .box01 > h4 span{
  position: absolute;
  top: -25px;
  left: -22px;
  display: inline-block;
  background: url(../images/motorcycle/fukidashi.png) no-repeat center top / contain;
  width: 199px;
  height: 174px;
  text-indent: -9999em;
}

.motorcycleBox .box01 > h4::before{
  position: absolute;
  top: -16px;
  right: -28px;
  content: "";
  background: url(../images/motorcycle/bike.png) no-repeat center / contain;
  width: 193px;
  height: 165px;
}

.motorcycleBox .box01 .wrap{
  display: grid;
  grid-template-columns: 274px 592px;
  grid-template-rows: 120px 176px;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  margin: 0 0 25px;
}
.motorcycleBox .box01 .wrap p{
  grid-area: 1 / 2 / 2 / 3;
  font-weight: 600;
}
.motorcycleBox .box01 .wrap .img{
  grid-area: 1 / 1 / 3 / 2;
}
.motorcycleBox .box01 .wrap ul{
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  justify-content: space-between;
}
.motorcycleBox .box01 .wrap ul li{
  width: 294px;
}
.motorcycleBox .box01 .wrap ul li img{
  width: 100%;
}

.motorcycleBox .box01 .gallery h4,
.motorcycleBox .box02 .gallery h4{
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  text-align: center;
}
.motorcycleBox .box01 .gallery h4::before,
.motorcycleBox .box02 .gallery h4::before{
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 2px;
  border-top: 3px solid #d2ba8a;
  border-bottom: 3px solid #d2ba8a;
}
.motorcycleBox .box01 .gallery h4 img,
.motorcycleBox .box02 .gallery h4 img{
  background: #ffefcf;
  width: 123px;
  padding: 0 12px;
}
.motorcycleBox .box02 .gallery h4 img{
  background: #fcf6ea;
}

.motorcycleBox .box01 .gallery ul,
.motorcycleBox .box02 .gallery ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.motorcycleBox .box01 .gallery ul li,
.motorcycleBox .box02 .gallery ul li{
  width: calc((100% - 28px) / 3);
  margin: 0 0 14px;
}

.motorcycleBox .box01 .gallery ul li img,
.motorcycleBox .box02 .gallery ul li img{
  width: 100%;
}

.banner{margin-bottom: 30px;}


.motorcycleBox .box02{
  box-sizing: border-box;
  background: #fcf6ea;
  border: 10px solid #e4db93;
  margin: 0 0 25px;
  padding: 18px 19px 5px;
}

.motorcycleBox .box02 .pc-wrap{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0 0 14px;
}

.motorcycleBox .box02 .pc-wrap h3{
  grid-area: 1 / 2 / 2 / 3;
  margin: 13px 0 0 -20px;
}
.motorcycleBox .box02 .pc-wrap .j-map{
  grid-area: 1 / 1 / 3 / 2;
}
.motorcycleBox .box02 .pc-wrap p{
  grid-area: 2 / 2 / 3 / 3;
  margin: 12px 0 0 45px;
  font-size: 16px;
  font-weight: 600;
  left: 1.6;
}

.motorcycleBox .box02 .icons-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.motorcycleBox .box02 .icons-wrap > div{
  box-sizing: border-box;
  background: #fff;
  width: calc((100% - 14px) / 2);
  border-radius: 10px;
  padding: 24px 24px 19px;
}
.motorcycleBox .box02 .icons-wrap > div h4{
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  text-align: center;
}
.motorcycleBox .box02 .icons-wrap > div h4::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  left: 0;
  right: 0;
  background: #c4c4c4;
  width: 100%;
  height: 1px;
}
.motorcycleBox .box02 .icons-wrap > div h4 img{
  background: #fff;
  padding: 0 3px;
}
.motorcycleBox .box02 .icons-wrap > div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.motorcycleBox .box02 .icons-wrap > div ul li{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  background: #e66d2b;
  width: 128px;
  height: 128px;
  margin: 0 2px 4px;
  padding: 0 0 12px;
  border-radius: 10px;
  text-align: center;
}
.motorcycleBox .box02 .icons-wrap > div ul li p{
  color: #fff;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 600;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul{
  justify-content: flex-start;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li{
  background: #d6d6d6;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li p{
  color: #000;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li:nth-child(2) p{
  margin-top: 9px;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li:nth-child(3) p{
  margin-top: 12px;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li:nth-child(4) p{
  margin-top: 13px;
}

.motorcycleBox .box02 .icons-wrap > .impossible ul li.text{
  align-items: center;
  background: none;
  padding: 0;
  flex-grow: 1;
}
.motorcycleBox .box02 .icons-wrap > .impossible ul li.text p{
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}



.motorcycleBox .box03{
  padding: 0 0 28px;
  border-bottom: 1px solid #d1d1d1;
}
.motorcycleBox .box03 h3{
  background: url(/images/shop/common/img_bg_01.png) repeat-x 0 bottom;
  margin-bottom: 10px;
}
.motorcycleBox .box03 h3 span{
  background: url(../images/motorcycle/title04.png) no-repeat 0 0;
  display: block;
  width: 440px;
  height: 75px;
  padding-bottom: 10px;
  text-indent: -9999px;
}

.motorcycleBox .box03 h4,
.motorcycleBox .box04 h4{
  position: relative;
  margin: 24px 0 14px;
  padding: 20px 0 0 65px;
  font-size: 26px;
}
.motorcycleBox .box03 h4 span,
.motorcycleBox .box04 h4 span{
  position: absolute;
  bottom: -7px;
  left: 0;
  display: inline-block;
  background: url(../images/motorcycle/num1.png) no-repeat center;
  width: 61px;
  height: 53px;
  text-indent: -9999em;
}
.motorcycleBox .box04 h4 span{
  background: url(../images/motorcycle/num2.png) no-repeat center;
}

.motorcycleBox .box03 .wrap{
  display: flex;
  justify-content: space-between;
}
.motorcycleBox .box03 .wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 478px;
}
.motorcycleBox .box03 .wrap ul.left-box li{
  width: 237px;
  margin: 0 0 3px;
}
.motorcycleBox .box03 .wrap ul.right-box li{
  width: 158px;
  margin: 0 0 2px;
}
.motorcycleBox .box03 .wrap ul li img,
.motorcycleBox .box04 .wrap .photo img{
  width: 100%;
}

.motorcycleBox .box03 p{
  margin: 12px 0 0;
  font-size: 16px;
}


.motorcycleBox .box04{
  margin: 0 0 80px;
}
.motorcycleBox .box04 .wrap{
  display: flex;
}
.motorcycleBox .box04 .wrap .photo{
  width: 368px;
  margin-right: 14px;
}
.motorcycleBox .box04 .wrap .pc-wrap{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 578px;
}
.motorcycleBox .box04 .wrap .attention{
  background: #d7e5f0;
  padding: 24px 35px;
  border-radius: 10px;
}
.motorcycleBox .box04 .wrap .attention h5{
  color: #22557f;
  margin: 0 0 10px;
  font-size: 20px;
  text-align: center;
}
.motorcycleBox .box04 .wrap p{
  font-size: 16px;
}



.motorcycleBox .box05{
  margin: 0 0 80px;
}

.motorcycleBox .box05 a:hover{
  opacity: .7;
}