@charset "UTF-8";/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------- */
/* setting */
/* ----------------------------------- */

#roadto7{
    background-color: #000;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
#roadto7:before {
    background:url(../img/rt7_bg.jpg) no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: .5;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 30%) inset;;
}
#roadto7 img {
    border-style: none;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
#roadto7 .inner_rt7 {
    max-width: 930px;
    margin: 0 auto;
}
#roadto7 .lead_rt7{
    color: #ffffff;
    padding-top: 30px;
    text-align:center;
    }
/*
#roadto7 .child{
    font-size: 30px;
    padding: 4px 4px 15px;
    margin: 20px 6px;
    background-color: #ffffff;
    width: 575px;
    height: fit-content;
}*/

#roadto7 .mode1 .a1 {background: url(../img/ph_main_1.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a1 {background: url(../img/ph_main_1-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a2 {background: url(../img/ph_main_2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a2 {background: url(../img/ph_main_2-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a3 {background: url(../img/ph_main_3.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a3 {background: url(../img/ph_main_3-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a4 {background: url(../img/ph_main_4.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a4 {background: url(../img/ph_main_4-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a5 {background: url(../img/ph_main_5.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a5 {background: url(../img/ph_main_5-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a6 {background: url(../img/ph_main_6.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a6 {background: url(../img/ph_main_6-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode1 .a7 {background: url(../img/ph_main_7.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .mode2 .a7 {background: url(../img/ph_main_7-2.png) no-repeat center 4px/ 100%,#fff;}
#roadto7 .item figure { position: relative;}
#roadto7 .item .name { 
    padding: 12px;
    bottom: 160px;
    position: absolute;
    left: 0;
    background: #fff;
    border-bottom: solid 1px #666;
}

#roadto7 .item .mov-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px;
    display: inline-block;
}
#roadto7 .item .mov-box a:nth-child(1) {
    float: left;
    width: 30%;
    text-align: left;
}

#roadto7 .item .mov-box a:nth-child(2) {
    float: right;
    width: 30%;
    text-align: right;
}
#roadto7 .item a img, button img {pointer-events: painted;}
#roadto7 .item a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: underline;
  display: inline-block;
}
#roadto7 .item a,#roadto7 .bnr_rt7 a{ transition: opacity .3s;}
@media (hover: hover) {
    #roadto7 .item a:hover,#roadto7 .bnr_rt7 a:hover { opacity: .55 }

}
@media (hover: none) {
    #roadto7 .item a:active,#roadto7 .bnr_rt7 a:active{ opacity: .55 }
}
#roadto7 .bnr_rt7 {
    width: 720px;
    margin: 0 auto;
    padding: 0 0 20px;
}
/*==================================================
スライダーのためのcss
===================================*/
.swiper-container {
    position: relative;
    overflow: hidden;
  }
  .swiper-container.visible {
    overflow: visible;
  }
  .sample-swiper-cards {
    padding: 0 50px;
  }

  .carousel-wrapper {
    position: relative;
  }
  .carousel {
    height: 100%;
    margin-bottom: 3em;
  }
  .item {
     /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    background: rgb(255, 255, 255);
    padding: 4px 4px 15px;
   }
   .swiper-button-next, .swiper-button-prev{
    width: 148px!important;
    height: 100%!important;
    top: 25px!important;
    position: fixed!important;
}