/* CSS Document */
/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html{
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  max-width: 100%;
  padding-top: 128px;
  /*overflow-x: hidden;*/
}

p{
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: inherit;
}
ul,ol{
  list-style: none;
}
img{
  max-width: 100%;
  height: auto;
}
.box{
  padding: 0 0 140px 0;
}


.inner{
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}
.sans{
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs{
  display: flex;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
}
.breadcrumbs li a{
  text-decoration: underline;
}
.breadcrumbs li a:hover{
  text-decoration: none;
}
.breadcrumbs li:last-of-type{
  text-decoration: none;
}
.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  body{
  padding-top: 57px;
}
  .box{
  padding: 0 0 40px 0;
}
}
.sec-title{
  padding-top: 50px;
  color: #00255B;
  text-align: center;
  margin-bottom: 50px;
}
.sec-title h2{
  font-size: 36px;
  font-weight: 900;
}
.sec-title small{
  color: #004BB1;
  font-size: 18px;
  font-weight: 
    bold;
}
.cover-title{
  height: 555px;
  background: url("../img/cover01.jpg") no-repeat bottom;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  margin-bottom: 50px;
  max-width: 1260px;
  margin: 0 auto 50px auto;
  border-radius: 10px;
}
.sec-howTo .cover-title{
  background: url("../img/cover02.jpg") no-repeat bottom;
  background-size: cover;
}
.sec-lineup .cover-title{
  height: auto;
  background: none;
  border: solid;
}
.cover-title .sec-title{
  position: absolute;
  bottom: 0;
  background: #fff;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.first-text{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}
.link-btn a{
  background: url("../img/bg-btn@2x.png") no-repeat;
  background-size:contain;
  width: 415px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
}
.link-btn a:hover{
  opacity: .8;
}
.movie{
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 100px
}
.movie video{
  width: 100%;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .sec-title{
  padding-top: 35px;
}
.sec-title h2{
  font-size: 18px;
}
  .sec-title h2 img{
  width: 90px;
}
.sec-title small{
  font-size: 16px;
  line-height: 2;
}
.cover-title{
  height: 220px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 0;
}
.cover-title .sec-title{
  position: absolute;
  bottom: -60px;
  background: #fff;
  width: calc(100% - 40px);
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
  .first-text{
  font-size: 14px;
}
  .link-btn{
    padding: 0 20px;
  }
  .link-btn a{
  background: url("../img/bg-btn@2x.png") no-repeat center center;
  background-size:cover;
  width: 100%;
  max-width: 342px;
  padding: 20px;
  height: inherit;
  font-size: 15px;
  border-radius: 10px;
}
.link-btn a:hover{
  opacity: .8;
}
}
.flex-contents01{
  display: flex;
  justify-content: center;
}
.flex-contents01 .item{
  width: calc(100% / 3);
  text-align: center;
  color: #00255B;
  font-weight: 900;
  font-size: 18px;
  padding: 32px 20px 45px 20px;
}
.flex-contents01 .item:nth-last-of-type(2){
  border-left: solid 1px #DCDCDC;
  border-right: solid 1px #DCDCDC;
}
.text-link{
  padding-top: 40px;
  display: flex;
  justify-content: center;
  color: #00255B;
}
.text-link a{
  display: block;
  margin: 0 20px; 
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .flex-contents01{
  display: block;
    padding: 0 20px;
}
.flex-contents01 .item{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  padding: 20px 0;
}
.flex-contents01 .item:nth-last-of-type(2){
  border-left: none;
  border-right: none;
  border-top:  solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
}
  .movie{
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px
}
  .text-link{
  padding-top: 0;
  display: block;
}
.text-link a{
  margin: 20px 0;
  text-align: center;
}
}
/*pc-nav＿＿＿＿＿＿＿＿＿＿＿＿*/
.pc-nav{
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.90);
  height: 128px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.pc-nav .nav-lists{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  max-width: 62%;
  min-width: 700px
}
.pc-nav .nav-list{
  position: relative;
  font-weight: bold;
  color: #00255B;
  text-align: center;
  
}
.pc-nav .nav-list a{
  padding: 10px 10px;
  display: block;
}
.pc-nav .nav-list.under-line:hover{
  opacity: .7;
}
.pc-nav .nav-list.under-line:after{
  content: '';
  display: block;
  border-bottom: solid 3px #D3D3D3;
  width: 35px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .2s;
}
.pc-nav .nav-list.under-line:hover:after{
  content: '';
  display: inline-block;
  border-bottom: solid 3px #00255B;
  width: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; 
}
.pc-nav .nav-list.bg-blue{
  background: #004BB1;
  border: solid 3px #004BB1;
  border-radius: 60px;
  color: #fff;
  transition: .35s;
  padding: 0 15px;
}
.pc-nav .nav-list.bg-blue:hover{
  background: #fff;
  border: solid 3px;
  color: #004BB1;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .pc-nav{
    display: none;
  }
}
/*mv＿＿＿＿*/
.mv {
  position: relative;
  background: #fff;
}
.mv::after{
  content: '';
  background: url("../img/sp-image@2x.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1200px){
  .mv::after{
  width: 80%;
  height: 100%;
}
}
.mv-text{
  max-width: 61.2%;
  margin-left: auto;
  margin-bottom: 45px;
}
.mv-text h2{
  font-weight: 900;
  font-size: 3.5vw;
  color: #004BB1;
  text-align:center
}
.mv-text h2 span{
  font-size: 5.5vw;
}
.mv-text h3{
  font-size: 1.7vw;
}
.mv .bg-image{
  background: url("../img/bg-mv@2x.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
  width: 100%;
  height: 389px;
}
.mv .bnrs{
  padding: 18px 0;
  background: #004BB1;
  position: relative;
}
.mv .pick{
  position: absolute;
  background: rgba(255,255,255,0.8);
  /*border-radius: 10px;*/
  /*box-shadow: 0 0 10px #fff;*/
  box-shadow: 0 0 10px #fff;
  z-index: 99;
  /*padding: 20px;*/
  font-weight: 700;
  line-height: 1.7;
  right: 8%;
  top: -300px;
  font-size: 1.5vw;
}
.mv .pick{
  max-width: 450px;
}
.mv .pick img{
  position: relative;
  top: 10px
}
.mv .bnr{
  display: block;
  max-width: 368px;
  margin-left: auto;
  margin-right: 8%;
  margin: 18px 8% 18px auto;
  position: relative;
  z-index: 99;
  transition: .2s;
}
.mv .bnr.point img{
  box-shadow: 0px 0px 15px #fff;
  border-radius: 15px;
}
.mv .bnr2{
  background:url("../img/service__image04@2x.png")no-repeat,#fff;
  background-position: right top 40%;
  background-size: 150px;
  border-radius: 10px;
  border: solid #D1EFFF 5px;
}
.mv .bnr2 p{
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0 20px #fff;
  background: rgba(255,255,255,0.40);
  padding: 15px 20px;
}
.mv a:hover{
  opacity: .6;
}
.app-btns{
  max-width: 368px;
  margin-left: auto;
  margin-right: 8%;
  margin: 18px 8% 18px auto;
  position: relative;
  z-index: 99;
  transition: .2s;
  background: rgba(255,255,255,.85);
  padding: 15px;
  border-radius: 10px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.app-btns .left{
  width: 70px;
}
.app-btns .right{
  width: calc(100% - 85px);
  font-size: 11px;
  font-weight: bold;
}
.app-btns .btns{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.app-btns .btns a:first-of-type{
  margin-right: 10px;
}
.flex-bnr{
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
  flex-wrap: wrap;
}
.flex-bnr::after{
  content: "";
  height: 0;
  width: calc((100% - 40px)/3);
}
.flex-bnr_item{
  width: calc((100% - 40px)/3);
  max-width: 500px;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.flex-bnr_item a{
  display: block;
  border: solid #004BB1 5px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.flex-bnr_item a:hover{
  opacity: .7;
}
.hangaku a {
  background: #f7f7f7;
  position: relative;
  line-height: 0;
}
.hangaku p{
  background: #004BB1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.kyouryoku a{
  background:url("../img/bg-kyouryoku.jpg")no-repeat,#fff;
  background-position: center bottom 5px;
  border: solid #D1EFFF 5px!important;
  text-align: center;
  padding: 10px 10px 0 10px;
	padding-bottom: 120px;
}
.kyouryoku h3{
  width: 100%;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 10px;
}
.kyouryoku h3 span{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.kyouryoku p{
  width: 100%;
  font-size: 12px;
}
.kyouryoku .btn{
  border: solid 1px rgba(38,128,191,1.00);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  margin-top: 5px;
  background: rgba(255,255,255,0.8);
  font-size: 13px;
  color: rgba(38,128,191,1.00);
  font-weight: bold;
}
.castrol a{
  background:url("../img/bg-castrol.jpg")no-repeat,#fff;
  background-position: left bottom 5px;
  border: solid #ffb6b6 5px!important;
	background-size: 40%;
  text-align: center;
  padding: 10px 10px 0 10px;
}
.castrol h3{
  width: 100%;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 10px;
}
.castrol h3 span{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.castrol .sps{
  padding-left: 35%;padding-bottom: 5px;
}
.castrol p{
  width: 100%;
  font-size: 12px;text-align: left; 
}
.castrol p.xxx{
	color: #eb3d3d;
  width: 100%;
	font-weight: bold;text-align: left; 
}
.castrol .btn{
  border: solid 1px rgba(255, 182, 182, 1);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  margin-top: 5px;
  background: rgba(255,255,255,0.8);
  font-size: 13px;
  color: rgba(235, 61, 61, 1);
  font-weight: bold;
}
@media screen and (max-width: 768px){
.castrol a{
  background:url("../img/bg-castrol2.jpg")no-repeat,#fff;
  background-position: center top 0;
  background-size: 150px;padding-top: 35%;
}
	.castrol .sps{
  padding-left: 0;padding-bottom: 5px;
}
	}
@media screen and (max-width: 1000px){
.flex-bnr_item {
    width: 100%;
    max-width: 368px;
    margin: 20px auto 0 auto;
}	}
	@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.kyouryoku a {
    min-height: 250px;
}	
		.castrol a {
    min-height: 250px;
}	}	
/*レスポンシブ*/
@media screen and (max-width: 768px){
.mv {
  padding: 0px 20px;
  position: relative;
}
.mv::after{
  background: url("../img/spsp.png") top center no-repeat;
  background-size: 900px;
  width: 100%;
  height: 100%;
  top: 152px;
  left: 0;
  right: 0;
}
.mv-text{
  max-width: inherit;
  width: 352px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 99;
  margin: auto;
  padding: 10px 18px;
  border-radius: 10px;
}
.mv-text h2{
  font-size: 34px;
  line-height: 1.2;
}
.mv-text h2 span{
  font-size: 60px;
}
.mv .bg-image{
  background: url("../img/bg-mvSP.jpg") no-repeat;
  background-size: cover;
  background-position: bottom right 50%;
  height: 263px;
  margin-top: -40px;
  border-radius: 10px 10px 0 0;
}
  .mv .bg-blue{
    background: #004BB1;
    border-radius: 0 0 10px 10px;
    padding: 316px 10px 20px 10px;
    margin-bottom: 36px;
  }
  .mv .bg-blue h3{
  font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 42px;
    font-weight: 900;
}
  .mv .bg-blue .bnr{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .mv .bg-white{
    padding: 0;
  }
  .mv .bnr2{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .app-btns{
  margin: 0 auto;
  border: solid 1px #ACACAC;
  border-radius: 10px;
}
.app-btns .left{
  width: 60px;
}
.app-btns .right{
  width: calc(100% - 75px);
  font-size: 10px;
}
  .mv .pickSP{
    max-width: 368px;
    margin: 0 auto 40px auto;
    background-color: rgba(255,255,255,.1);
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 10px 0;
    padding: 0;
  }.mv .pickSP img{
    position: relative;top: 5px
  }
  .flex-bnr{
  display: block;
  padding-top: 0;
}
.flex-bnr_item{
  width: 100%;
  max-width: 368px;
  margin: 20px auto 0 auto;
}
  .hangaku a img{
    bottom: -5px;
  }
.kyouryoku a{
  background:url("../img/service__image04@2x.png")no-repeat,#fff;
  background-position: center top -20px;
  background-size: 150px;
  border: solid #D1EFFF 5px;
  padding-top: 90px;
  padding-bottom: 10px;
  font-size: 14px;
}
}
@media screen and (max-width: 414px){
  .mv::after{
  top: 122px;
  background-size: 700px;
}
  .mv-text{
  width: 252px;
}
.mv-text h2{
  font-size: 24px;
}
.mv-text h2 span{
  font-size: 44px;
}
  .mv .bg-blue{
    background: #004BB1;
    border-radius: 0 0 10px 10px;
    padding: 216px 10px 20px 10px;
    margin-bottom: 36px;
  }
}
/*camp-bnr＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.camp-bnr{
  padding: 20px;
  text-align: center
}
.camp-bnr .inner>a {
  display: block;
  background: url("../img/bg-campN@2x.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
.camp-bnr h2{
  max-width: 621px;
  margin: auto;
}
.camp-bnr .logo{
  max-width: 419px;
  margin: auto;
}
.camp-bnr .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.camp-bnr .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
  transition: .35s
}
.camp-bnr a:hover{
  opacity: .7;
}
.camp-bnr .under-text{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.camp-bnr .under-text span{
  font-size: 30px;
}
@media screen and (max-width: 768px){
  .camp-bnr{
  padding: 36px 20px 0 20px;
  text-align: center
}
.camp-bnr .inner {
  padding: 20px 0;
}
.camp-bnr .logo{
  padding: 0 35px;
  margin: auto;
}
.camp-bnr .btn{
  font-size: 11px;
  text-align: center;
}
.camp-bnr .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
/*TOP感染症対策＿＿＿＿＿＿＿＿＿＿*/
.sec-clean .sec-title{
  padding-top: 0;
}
.sec-clean .sec-title h2 span{
  font-size: 27px;
  font-weight: bold;
}
.sec-clean .sec-title img{
  position: relative;
  top: 7px;
}
.sec-clean .flex-contents01 .item::before{
  content: '';
  display: block;
  background: url("../img/icon-clean01.svg") no-repeat center;
  background-size: contain;
  width: 114px;
  height: 110px;
  margin: auto;
  margin-bottom: 50px;
}
.sec-clean .flex-contents01 .item:nth-of-type(2):before{
  content: '';
  display: block;
  background: url("../img/icon-clean02.svg") no-repeat center;
  background-size: contain;
  width: 114px;
  height: 110px;
}
.sec-clean .flex-contents01 .item:nth-of-type(3):before{
  content: '';
  display: block;
  background: url("../img/icon-clean03.svg") no-repeat center;
  background-size: contain;
  width: 114px;
  height: 110px;
}
.sec-clean .please{
  margin-top: 60px;
  background: #D1EFFF;
  text-align: center;
  padding: 40px 20px;
  border-radius: 10px;
}
.sec-clean .please h3{
  color:#00255B;
  font-size: 30px;
  margin-bottom: 30px;
}
.sec-clean .please ul{
  margin-bottom: 40px;
  line-height: 1.75;
}
.sec-clean .please li{
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-clean .please li::before{
  content: '▶︎';
  color:#00255B;
  padding-right: 10px;
}
@media screen and (max-width: 768px){
  .sec-clean .wrap{
    border: solid 1px #ACACAC;
    border-radius: 10px;
    padding: 40px 10px 20px 10px;
    max-width: 342px;
    margin: auto;
  }
  .sec-clean .sec-title{
  padding-top: 0;
}
.sec-clean .sec-title h2 span{
  font-size: 15px;
}
.sec-clean .sec-title img{
  width: 90px;
  top: 5px;
}
  .sec-clean .flex-contents01 .item{
    max-width: 250px;
    margin: auto;
  }
.sec-clean .flex-contents01 .item::before{
  width: 70px;
  height: 55px;
  margin: 0 20px 0 0;
}
.sec-clean .flex-contents01 .item:nth-of-type(2):before{
  width: 70px;
  height: 55px;
}
.sec-clean .flex-contents01 .item:nth-of-type(3):before{
  width: 70px;
  height: 55px;
}
  .sec-clean .please{
  margin-top: 0;
    margin-bottom: 0;
  padding: 20px 10px;
  border-radius: 10px;
    font-size: 12px;
    width: 100%;
}
.sec-clean .please h3{
  font-size: 18px;
  margin-bottom: 20px;
}
.sec-clean .please ul{
  margin-bottom: 20px;
}
.sec-clean .please li{
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
  display: block;
}
.sec-clean .please li::before{
  display: none;
}
  .sec-clean .please .last{
    text-align: justify;
    font-size: 14px;
  }
}
/*カーシェアサービスのポイント＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.sec-point{
  padding-bottom: 44px;
}
.sec-point .point-6{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-point .point-6 .item{
  width: calc((100% - 20px) / 3);
  margin-bottom: 85px;
  border: solid 1px #ACACAC;
  border-radius: 10px;
  padding: 10px 10px 30px 10px;
  position: relative;
  text-align: center;
}
.sec-point .point-6 .item h4{
  font-size: 13px;
  background: url("../img/bg-gla.png") no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding-top: 14px;
  line-height: 1.1;
}
.sec-point .point-6 .item h4 span{
  font-size: 40px;
}
.sec-point .point-6 .item h5{
  font-size: 18px;
  font-weight: 900;
  color: #00255B;
  margin-bottom: 20px;
}
.sec-point .point-6 .item h5+p{
  font-size: 14px;
}

/*レスポンシブ*/
@media screen and (max-width: 768px){
  .sec-point .point-6{
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-point .point-6 .item{
  width:100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 50px;
}
  .sec-point .point-6 .item:last-of-type{
  margin-bottom: 0;
}
}
/*ご利用方法＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.sec-howTo .step3{
  display: flex;
  justify-content: center;
  margin-bottom:90px;
}
.sec-howTo .step3 .item{
  padding: 10px 25px;
  width: calc(100% / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.sec-howTo .step3 .item:nth-of-type(2){
  border-left: solid 1px #DCDCDC;
  border-right: solid 1px #DCDCDC;
}
.sec-howTo .step3 .item h3{
  font-size: 29px;
  color: #0752B5;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.sec-howTo .step3 .item h4{
  font-size: 18px;
  font-weight: 900;
  color: #00255B;
  text-align: center;
  margin-bottom: 20px;
}
.sec-howTo .step3 .item h4+p{
  font-size: 14px;
  margin-bottom: auto;
}
.sec-howTo .step3 .item .btn{
  display: flex;
  justify-content: space-between;
}
.sec-howTo .step3 .item .btn a{
  transition: .2s;
}
.sec-howTo .step3 .item .btn a:first-of-type{
  margin-right: 5px;
}
.sec-howTo .step3 .item .btn a:hover{
  opacity: .7;
}
.sec-howTo .step3 .item ul{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 40px;
}
.sec-howTo .step3 .item ul li{
  display: flex;
}
.sec-howTo .step3 .item ul .comment::before{
  content:'※';
}
.sec-howTo .step3 .item ul .list::before{
  content:'・';
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .sec-howTo .step3{
  display: block;
    margin-bottom: 0;
}
.sec-howTo .step3 .item{
  padding: 0;
  width: 100%;
  max-width: 342px;
  margin: auto;
}
.sec-howTo .step3 .item:nth-of-type(2){
  border: none;
}
  .sec-howTo .step3 .item:last-of-type{
    margin-bottom: 30px;
  }
.sec-howTo .step3 .item h3{
  font-size: 29px;
  top: 5px;
}

.sec-howTo .step3 .item h4+p{
  font-size: 14px;
  margin-bottom: 40px;
}
  .sec-howTo .step3 .item .last{
    border: solid 1px #ACACAC;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  
  .sec-howTo .step3 .item:last-of-type .last{
    margin-bottom: 0;
  }
.sec-howTo .step3 .item .btn{
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 10px 40px;;
}
.sec-howTo .step3 .item ul{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0;
  padding: 20px;
}
}
/*車種ラインナップ＿＿＿＿＿＿＿＿＿＿＿＿*/
.sec-lineup .sec-title{
  background: #EFEFEF;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.sec-lineup .gray{
  background: #EFEFEF;
  padding: 70px 0;
}
.sec-lineup .lineup3{
  display: flex;
  justify-content: space-between;
}
.sec-lineup .lineup3 .item{
  width: calc((100% - 30px) / 3);
  padding: 39px 15px 30px 15px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
}
.sec-lineup .lineup3 .item h4{
  font-size: 14px;
}
.sec-lineup .lineup3 .item h3{
  font-size: 18px;
  color: #00255B;
}
.sec-lineup .lineup3 .item h3+p{
  font-size: 12px;
  margin-bottom: 20px;
}
.sec-lineup .lineup3 .item dl{
border-top: solid 1px #DCDCDC;
  display: flex;
  padding: 7px 15px;
  font-size: 12px;
  text-align: left;
}
.sec-lineup .lineup3 .item dt{
  width: 80px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
.sec-lineup .gray{
  background: #EFEFEF;
  padding: 40px 0 30px 0;
}
.sec-lineup .lineup3{
  display: block;
}
.sec-lineup .lineup3 .item{
  width: 100%;
  max-width: 342px;
  margin: 0 auto 20px auto;
}
}
/*料金プラン＿＿＿＿＿＿＿＿＿＿＿＿*/
.sec-price .sec-title{
  padding-top: 0;
}
.price-flow{
  display: flex;
  justify-content: space-between;
}
.price-flow .item{
  width: calc((100% - 30px) / 2);
  border-radius: 10px;
  overflow: hidden;
  background: #EDEDED;
  margin-bottom: 60px;
}
.price-flow .item{
  width: calc((100% - 30px) / 3);
  border-radius: 10px;
  overflow: hidden;
  background: #EDEDED;
  margin-bottom: 60px;
}
.price-flow .item h3{
  background: #2665BC;
  color: #fff;
  text-align: center;
  padding: 25px;
}
.price-flow .special h3{
  background: green;
  color: #fff;
  text-align: center;
  padding: 25px;
}
.price-flow .item h3+p{
  color: #00255B;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 25px 0;
}
.price-flow .special h3+p{
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  padding: 19px 0;
}
.price-flow .item dl{
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #fff;
  font-size: 18px;
}
.price-flow .item dl{
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #fff;
  font-size: 18px;
}
.price-flow .item dt{
  color: #00255B;
  font-weight: bold;
  flex-grow: 2;
}
.price-flow .item dd{
  width: 156px  
}
.tab2021 .price-flow .item dl{
  padding: 20px 60px
}
.tab2021 .price-flow .item dd{
  width: inherit;
}
.sec-price input{
  display: none;
}
@media screen and (max-width: 768px){
.price-flow{
  display: block;
}
.price-flow .item{
  width: 100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.price-flow .item h3{
  display: none
}
.price-flow .item h3+p{
  font-size: 18px;
}
  .price-flow .special h3+p{
  font-size: 14px;
}
.price-flow .item dl{
  padding: 20px 40px;
  font-size: 16px;
}
.price-flow .item dd{
  width: 136px  
}
.tab_wrap{width:100%; max-width: 342px; margin: auto}
.tab_wrap input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0;}
.tab_area label{width:33%; margin:0 ; display:inline-block; padding:12px 0; color:#fff; background:#2665BC; text-align:center; font-size:11px; cursor:pointer; transition:ease 0.2s opacity;border-radius: 10px 10px 0 0;}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}
.tab_panel{width:100%; padding:0; display:none;}
#tab1:checked ~ .tab_area .tab1_label{background:#ededed; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#EDEDED; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#EDEDED; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;}
}
/*ステーション拡大中＿＿＿＿＿＿＿＿＿＿＿*/
.sec-station .sky{
  background: #D1EFFF;
  padding: 80px 0;
  margin-top: -200px;
}
.station-flow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  background-color: #b8e6ff;
  margin-top: 50px;
}
/* 県ブロック */
.station-flow .item{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
/* 見出し */
.station-flow .item h3{
  background: #2665BC;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}
.station-col{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.station-flow .item .dl{
  border-top: solid 1px #2665BC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.station-flow .item .dl h4{
  width: 100%;
  color: #00255B;
  font-size: 16px;
  margin-bottom: 10px;
}
.station-flow .item .dl .adress{
  padding-left: 16px;
}
.station-flow .item .dl a{
  text-align: center;
}
.station-flow .item .dl a::after{
  content: '地図を表示';
  display: block;
  color: #00255B;
}
.station-flow .item .dl a:hover{
  opacity: .8;
}
/* 準備中 */
.station-flow .item .junbichu{
  padding: 100px 0;
  text-align: center;
}
.station-flow .item .junbichu h4{
  color: #00255B;
}
.remodal{
  height: 90vh;
}
@media screen and (min-width: 769px){
  .station-flow.is-centered{
    grid-template-columns: 1fr;
  }
  .station-flow.is-centered .item{
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px){
  .sec-station .sky{
    padding: 60px 0;
    margin-top: -180px;
  }
   .station-col{
    width: 100%;
  }
  .station-flow{
    display: flex;
    flex-direction: column;
  }
  .station-flow .item{
    width: 100%;
    max-width: 342px;
    margin: 0 auto 40px;
  }
  .station-flow .item h3{
    padding: 15px;
  }
  .station-flow .item .dl{
    padding: 10px;
  }
  .station-flow .item .dl h4{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .station-flow .item .dl .adress{
    font-size: 14px;
    padding-left: 0;
  }
  .station-flow .item .dl a::after{
    font-size: 12px;
  }
  .station-flow .item .junbichu{
    padding: 50px 0;
  }
}
/* ===== 検索エリア全体 ===== */
#prefSelect,
#citySelect {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #003a8f;
  border-radius: 6px;
  border: 1px solid #cfd8e3;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23003a8f' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}
#citySelect {
  margin-top: 8px;
  font-weight: 500;
  color: #555;
}
/*footer＿＿＿＿＿＿＿＿＿＿＿＿＿＿専用アプリバナー＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.app-bnr .inner .blue::after{
  content: '';
  background: url("../img/bg-bnr@2x.png") no-repeat;
  background-size: contain;
  width: 504px;
  height: 402px;
  display:block;
  position: absolute;
  top: -20px;
  left: -60px;
}
.app-bnr .inner .blue{
   background: #004BB1;
  border-radius: 10px; 
  padding: 50px 30px 30px 324px;
  color: #fff;
  position: relative;
}
.app-bnr .inner .blue h2{
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
  z-index: 99;
  position: relative;
}
.app-bnr .inner .blue h2+p{
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
}
.app-bnr .inner .blue a:hover{
  opacity: .8;
}
.app-bnr .app-btns{
  margin: 0;
}
.app-btns .right{
  color: #000;
}
.app-bnr .app-btns.pc-none{
    display: none;
  }
.app-bnr .app-btns a:hover{
  opacity: .8;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
.app-bnr .inner .blue::after{
  content: '';
  background: url("../img/spspsp.png") no-repeat center center;
  background-size: 500px;
  width: 100%;
  margin: auto;
  height: 500px;
  display:block;
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -60px;
}
.app-bnr .inner .blue{
   background: #004BB1;
  border-radius: 10px; 
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.app-bnr .inner .blue h2 img{
    width: 90px;
    height: 29px;
    margin: auto;
  }
.app-bnr .inner .blue h2{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 300px;
  position: relative;
}
  .app-bnr .inner .blue h2::after{
    content: 'App Download';
    display: block;
    font-family: 'Open Sans', sans-serif;
  }
.app-bnr .inner .blue h2+p{
  margin-bottom: 0px;
  font-size: 14px;
}
  .app-bnr .app-btns.pc-none{
    display: flex;
  }
  .app-bnr .app-btns{
  margin: 0 auto;
}
}
/*お問い合わせ窓口＿＿＿＿*/
.sec-contact{
  background: #EDEDED;
  padding: 70px 0;
}
.sec-contact .tell-03{
  display: flex;
  justify-content: space-between;
}
.sec-contact .tell-03 .item{
  width: calc((100% - 30px) / 3);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 60px;
}
.sec-contact .tell-03 .item h3{
  font-size: 18px;
  color: #00255B;
}
.sec-contact .tell-03 .item h3+p{
  font-size: 11px;
  color: #747474;
  margin-bottom: 20px;
}
.sec-contact .tell-03 .item a{
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #00255B;
  margin-bottom: 10px;
}
.sec-contact .tell-03 .item a::before{
  content: '';
  background: url("../img/icon-tel.svg") no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.sec-contact .tell-03 .item a+p{
  font-size: 11px;
}
.link-btns{
  display: flex;
  justify-content: center;
}
.link-btns a{
  border: solid 2px #ADADAD;
  border-radius: 50px;
  padding: 15px;
  width: 266px;
  text-align: center;
  margin: 0 10px;
  background: url("../img/icon-arow.svg") no-repeat;
  background-position: center right 20px;
  transition: .2s;
  font-size: 14px;
}
.link-btns a:hover{
  background-color: #ADADAD;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .sec-contact{
  padding: 40px 0;
}
.sec-contact .tell-03{
  display: block;
}
.sec-contact .tell-03 .item{
  width: 100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 20px;
}
.link-btns{
  display: block;
  margin-top: 40px;
}
.link-btns a{
  display: block;
  margin: 20px auto;
}
.link-btns a:hover{
  background-color: #ADADAD;
}
}
/*COPY＿＿＿＿＿＿*/
.copy{
  background: #004BB1;
  color: #fff;
  text-align: center;
  padding: 50px 0 120px 0;
  font-size: 14px;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .copy{
  padding: 40px 0;
  font-size: 10px;
}
  .copy h2 img{
    width: 90px;
    height: 29px;
    margin: auto;
  }
}
/*セカンドページMV＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-howto .cover-title{
  background: url("../img/howto/mv__howto.png") no-repeat right 30% bottom;
  background-size: cover;
}
.page-faq .cover-title{
  background: url("../img/faq/faq-mv.jpg") no-repeat right 30% bottom;
  background-size: cover;
}
.page-manual .cover-title{
  background: url("../img/manual/manual-mv.jpg") no-repeat right 30% center;
  background-size: cover;
}
.page-price .cover-title{
  background: url("../img/price/price-mv.jpg") no-repeat right 30% top;
  background-size: cover;
}
.page-contact .cover-title{
  background: url("../img/contact/mv__contact.png") no-repeat right 30% top;
  background-size: cover;
}
.page-cars .cover-title{
  background: url("../img/cars/cars-mv.jpg") no-repeat right 30% bottom;
  background-size: cover;
}
.sub-section{
  margin-bottom: 140px;
}
.sub-section:last-of-type{
  margin-bottom: 0;
}
.sub-section-title{
  margin-bottom: 60px;
}
.sub-section-title h3{
  font-size: 24px;
  text-align: center;
  background: #004BB1;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 342px;
  margin: auto;
}
.sub-section .accordion-content{
  padding: 20px;
  border-top: dashed 1px #DCDCDC ;
}
.text-link{
  text-decoration: underline;
}
.text-link:hover{
  opacity: .8;
}
.list-text li{
  display: flex;
  margin-bottom: 20px;
}
.list-dotted li{
  display: flex;
}
.list-text li::before{
  content: '①'
}
.list-text li:nth-of-type(2):before{
  content: '②'
}
.list-text li:nth-of-type(3):before{
  content: '③'
}
.list-dotted li::before{
  content: '・'
}
small.comment{
  font-size: 14px;
  display: flex;
}
.page-top-section{
  margin-bottom: 140px;
}
.page-top-section-title{
  color: #00255B;
  text-align: center;
  margin-bottom: 80px;
}
.page-top-section-title h3{
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top-section-title h3::before{
  content: '';
  display: block;
  border-bottom: 2px solid;
  width: 100px;
}
.page-top-section-title h3::after{
  content: '';
  display: block;
  border-bottom: 2px solid;
  width: 100px;
}
.page-top-section-title h3 span{
  margin: 0 20px;
}
.page-top-section-title h4{
  color: #000;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .sub-section{
  margin-bottom: 80px;
}
  .sub-section:last-of-type{
    margin-bottom: 0;
  }
.sub-section-title{
  margin-bottom: 30px;
}
.sub-section-title h3{
  font-size: 18px;
  padding: 10px;
}
  .page-top-section{
  margin-bottom: 80px;
}
.page-top-section-title{
  margin-bottom: 50px;
}
.page-top-section-title h3{
  font-size: 20px;
}
.page-top-section-title h3::before{
  width: 50px;
}
.page-top-section-title h3::after{
  width: 50px;
}
.page-top-section-title h4{
  font-size: 14px;
}
}
/*ご利用方法　howto＿＿＿＿＿＿＿＿*/
.page-howto .howto-5{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-howto .howto-5 li{
  margin: -20px 20px 100px 20px;
  position: relative;
}
.page-howto .howto-5 li:last-of-type{
  margin-bottom: 0;
}
.page-howto .howto-5 li .sans{
  font-size: 40px;
  background: url("../img/bg-gla.png") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.page-howto .howto-5 li h4{
  color: #00255B;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.step-title{
  text-align: center;
  color: #00255B;
  margin-bottom: 50px;
}
.step-title h4{
  font-size: 29px;
  color:#0752B5;
}
.step-title h4 span{
  font-size: 50px;
  font-weight: bold;
}
.step-title h4::after{
  content: '';
  display: block;
  width: 50px;
  border-bottom: 5px solid;
  margin: 0 auto 20px auto;
}
.step-title h3{
  font-size: 36px;
  font-weight: 900;
}
.step-text{
  margin-bottom: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.step-text span{
  color:#0752B5;
}
.step-sub-title{
  text-align: center;
  margin-bottom: 50px;
}
.step-sub-title h5{
  display: inline-block;
  font-size: 24px;
  text-align: center;
  background: #004BB1;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 342px;
}
.step-sub-title h5+p{
  font-size: 16px;
  font-weight: bold;
}
.step .border-box{
  margin-bottom: 120px
}
.step .border-box:last-of-type{
  margin: 0;
}
.page-howto .app-bnr .inner{
  padding: 0;
}
.page-howto .sp-04{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-howto .sp-04 .item{
  position: relative;
  width: calc((100% - 120px) / 4);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.page-howto .sp-04 .item:last-of-type:after{
  display: none;
}
.page-howto .sp-04 .item.emp:after{
  display: none;
}
.page-howto .sp-04 .item h7{
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #00255B;
  margin-bottom: 20px;
  height: 40px;
}
.page-howto .sp-04 .item h7+p{
  margin-bottom: auto;
  font-size: 14px;
}
.page-howto .sp-04 .item h7+p span{
  color: red;
  font-weight: bold;
}
.page-howto .sp-04 .item img{
  margin-top: 20px;
}
.page-howto .sp-04 .arrow{
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
.page-howto .border-box .last-text{
  text-align: center;
  background: #EFEFEF;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 60px;
}
.page-howto .border-box .last-text h4{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
.page-howto .border-box .last-text li{
  text-align: left;
  display: flex;
  margin-bottom: 10px;
}
.page-howto .border-box .last-text li::before{
  content: '●';
  margin-right: 10px;
}
@media screen and (max-width: 768px){
.page-howto .howto-5 li{
  width: calc((100% - 60px) / 3);
  margin: -20px 10px 60px 10px;
  text-align: center;
}
.page-howto .howto-5 li:last-of-type,.page-howto .howto-5 li:nth-last-of-type(2){
  margin-bottom: 0;
  }
  .step:last-of-type{
    margin-bottom: 80px;
  }
.page-howto .howto-5 li h4{
  font-size: 14px;
}
.step-title{
  margin-bottom: 50px;
  padding-top: 50px;
}
.step-title h3{
  font-size: 20px;
}
.step-text{
  margin-bottom: 80px;
  font-size: 14px;
}
.step-sub-title{
  margin-bottom: 30px;
}
.step-sub-title h5{
  font-size: 18px;
}
  .step-sub-title h5+p{
  font-size: 14px;
}
  .step-sub-title p.fs14{
  font-size: 14px;
}
.step .border-box{
  margin-bottom: 80px
}
.page-howto .app-bnr .inner{
  padding: 0 20px;
}
.page-howto .sp-04{
  display: flex;
}
.page-howto .sp-04 .item{
  width: 100%;
  margin-bottom: 100px;
}
.page-howto .sp-04 .item:last-of-type{
  margin-bottom: 0;
}
.page-howto .sp-04 .item::after{
  content: '▼';
  font-size: 40px;
  color: #DCDCDC;
  position:absolute;
  right: 0;
  left: 0;
  bottom: -80px;
}
.page-howto .sp-04 .item.emp::after{
  display: inline;
}
.page-howto .sp-04 .item.emp.sp-last{
  margin-bottom: 0;
}
.page-howto .sp-04 .item.emp.sp-last::after{
  display: none;
}
.page-howto .sp-04 .item.forPC{
  display: none;
}
.page-howto .border-box .last-text{
  padding: 10px;
  font-size: 14px;
  margin-top: 40px;
}
.page-howto .border-box .last-text h4{
  font-size: 16px;
}
.page-howto .border-box .last-text li{
  text-align: left;
  display: flex;
  margin-bottom: 10px;
}
.page-howto .border-box .last-text li::before{
  margin-right: 5px;
}
.page-howto .accordion-content .image{
  width: 60%;
  margin: auto;
}
}
@media screen and (max-width: 468px){
.page-howto .howto-5 li .sans{
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
}
/*セカンドページfaq＿＿＿＿＿＿＿＿*/
.page-faq .accordion-container .question{
  position: relative;
  padding-left: 60px;
}
.page-faq .accordion-container .answer{
  position: relative;
  padding-left: 60px;
  padding-bottom: 60px;
  background: #D1EFFF;
}
.question::before{
  content: 'Q';
  font-size: 40px;
  color: #004BB1;
  display: inline;
  position: absolute;
  left: 20px;
  top: 20px;
}
.answer::before{
  content: 'A';
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: inline;
  position: absolute;
  left: 23px;
  top: 0px;
}
@media screen and (max-width: 768px){
  .page-faq .accordion-container .question{
    padding: 30px;
    padding-left: 40px;
}
.page-faq .accordion-container .answer{
  padding-left: 40px;
  font-size: 14px;
}
.question::before{
  content: 'Q';
  font-size: 30px;
  color: #004BB1;
  display: inline;
  position: absolute;
  left: 10px;
  top: 15px;
}
.answer::before{
  content: 'A';
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: inline;
  position: absolute;
  left: 13px;
  top: 8px;
}
}
/*セカンドページmanual＿＿＿＿＿＿＿＿*/
.page-manual .first-text{
  margin-bottom: 0;
}
.page-manual .page-top-section{
  background: #EFEFEF;
  padding: 60px 0;
}
.rule-wrap{
  margin-bottom: 100px;
}
.rule-wrap h5{
  font-size: 20px;
  color:#0752B5;
  text-align: center;
  border: solid 2px;
  max-width: 342px;
  margin: 0 auto 60px auto;
  padding: 10px;
  border-radius: 50px;
}
.rule-list{
  display: flex;
  justify-content: center;
}
.rule-list .item{
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 10px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.rule-list .item h6{
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #2665BC;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.rule-list .item h6 span{
  font-size: 34px;
}
.rule-list .item .image { 
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.rule-list .item p{
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.important-wrap{
  padding-top: 40px;
}
.important-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.important-list .item{
  width: calc((100% - 120px) / 4);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.important-list .item .image{
  margin-bottom: 10px;
}
.page-manual .accordion-container .accordion-content{
  background: #D1EFFF;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px){
.rule-wrap{
  margin-bottom: 40px;
}
.rule-wrap h5{
  font-size: 16px;
  margin: 0 auto 20px auto;
}
.rule-list{
  flex-wrap: wrap;
}
.rule-list .item{
  margin: 0 auto 30px auto;
  padding-bottom: 20px;
  border-radius: 10px;
}
.rule-list .item:last-of-type{
  margin-bottom: 0;
  }
.rule-list .item h6{
  padding: 0px;
  }
.important-wrap{
  padding-top: 20px;
}
.important-list .item{
  width: calc((100% - 4px) / 2);
  margin-bottom: 20px;
  font-size: 14px;
}
.important-list .item .image{
  margin-bottom: 5px;
}
.page-manual .accordion-container .accordion-content{
  background: #D1EFFF;
  padding-bottom: 40px;
}
.page-manual .accordion-container .accordion-title{
  padding: 30px 30px 30px 20px;;
}
.page-manual .accordion-container .accordion-content{
  font-size: 14px;
}
}
/*セカンドページprice＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-price .first-text{
  margin-bottom: 0;
}
.page-price .page-top-section{
  background: url("../img/price/bg-price.png") no-repeat right top 280px;
  background-size: 1500px;
}
.page-price .page-top-section .inner{
  margin-bottom: 140px;
}
.price-wrap01{
  display: flex;
  justify-content: space-between;
}
.price-wrap01 .item{
  width: calc((100% - 60px) / 2);
  position: relative;
  background: #ededed;
  border-radius: 10px;
  padding: 20px;
}
price-wrap02 .item{
  width:100%;
  position: relative;
  background: #EDEDED;
  border-radius: 10px;
  padding: 20px;
}
.price-wrap01 .item strong{
  display: block;
  text-align: center;
  margin-bottom: 10px
}
.price-wrap01 .item h5{
  display: block;
  font-size: 16px;
  text-align: center;
  background: #004BB1;
  padding: 5px;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 342px;
  margin: 0 auto 20px auto;
}
.price-wrap02{
  background: #EDEDED;
  border-radius: 10px;
  padding: 20px;
}
.price-wrap02 li{
  margin-bottom: 20px;
  display: flex;
}
.price-wrap02 li:last-of-type{
  margin-bottom: 0;
}
.price-wrap02 li::before{
  content: '▶︎';
  margin-right: 5px;
  color: #004BB1;;
}
@media screen and (max-width: 768px){
.page-price .first-text{
  margin-bottom: 60px;
}
.page-price .page-top-section{
  background: url("../img/price/bg-price.png") no-repeat right top 420px;
  background-size: 700px;
  margin-bottom: 40px;
}
.page-price .page-top-section .inner{
  margin-bottom: 60px;
}
.page-price .page-top-section .inner:first-of-type{
  margin-bottom: 140px;
}
.page-price .page-top-section .inner:last-of-type{
  margin-bottom: 0px;
}
.price-wrap01{
  display: block;
}
.price-wrap01 .item{
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.price-wrap01 .item strong{
  margin-bottom: 10px
}
.price-wrap01 .item h5{
  margin: 0 auto 10px auto;
}
.sp-16px{
  font-size: 17px;
  margin: 5px!important;
}
.price-wrap02{
  padding: 20px 10px;
  font-size: 14px;
}
.price-wrap02 li{
  margin-bottom: 20px;
}
}
/*セカンドページcontact＿＿＿＿＿＿＿＿＿＿＿*/
.page-contact .first-text{
  margin-bottom: 0;
}
.table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.table tr {
  background-color: #EFEFEF;
  padding: 20px;
  border-bottom: 3px solid #fff;
}
.table th,
.table td {
  padding: 20px;
  border-right: 3px solid #fff;
}
.table th {
  font-size: 20px;
}
.table thead tr{
  background-color: #004BB1;
  color:#fff;
}
.title{
   font-weight: bold;
}
@media screen and (max-width: 768px){
  .page-contact .first-text{
  margin-bottom: 60px;
}
.table-wrap{
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.table{
  min-width: 600px;
  position: relative;
}
.scroll.forSP{
  display: none;
}

.table thead{
  text-align: left;
}
.table tr {
  padding: 10px;
}
.table th,
.table td {
  padding: 10px;
}
.table th {
  font-size: 16px;
}
table td {
  font-size: 14px;
}
.title{
  font-weight: bold;
}
}
@media screen and (max-width: 600px){
.contact-contents .inner{
  padding: 0;
}
.table-wrap{
  padding-top: 20px;
  padding-left: 20px;
}

.scroll.forSP{
  display: block;
  color: #004BB1;
  width: 100px;
  border-bottom: solid 2px #004BB1;
  margin-left: 20px;
  position: relative;
}
.scroll.forSP::before{
  content: '';
  display: inline-block;
  border-left: solid 2px;
  width: 2px;
  height: 20px;
  position: absolute;
  top: -17px;
  right: 7px;
  transform: rotate(140deg)
}
.scroll.forSP::after{
  content: 'Scroll';
  position: absolute;
  top: -23px
}
}
/*ステーション上部の地図＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.map-wrap {
  width: 100%;
  height: 420px;   /* ← ここが最重要 */
  margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .map-wrap {
    height: 400px;
  }
}
/*cars検索フォーム＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.cars-filter-box {
  background: #F1F7FF;
  border: 1px solid #C8DFFF;
  padding: 15px;
  margin: 5px auto 20px;
  margin-top: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  max-width: 600px; 
}

.filter-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.filter-item {
  display: flex;
  flex-direction: column;
}

.filter-item label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #004BB1;
  font-weight: bold;
}

#car-type-select,
#car-name-select,
#keyword-input {
  padding: 8px;
  width: 180px;
  font-size: 15px;
  border: 1px solid #AFC7E8;
  border-radius: 6px;
}

#filter-button {
  background: #004BB1;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

#filter-button:hover {
  opacity: 0.9;
}
.reset-btn {
  display: block;  
  margin-top: 10px;
  padding: 6px 14px;
  border: 1px solid #C8DFFF;
  border-radius: 20px;
  background: #fff;
  color: #2665BC;
  font-size: 13px;
}

/* 検索結果 件数表示 */
.result-count {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  color: #004BB1;
  font-size: 15px;
}
.result-count span {
  font-size: 18px;
  margin: 0 4px;
}
@media (max-width: 600px) {
  #car-type-select,
  #car-name-select,
  #keyword-input {
    width: 100%;
  }
}

.class-toggle-wrap {
  margin: 30px auto;
  max-width: 1000px;
}
.class-toggle-btn {
  width: 100%;
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.class-toggle-btn .arrow {
  transition: transform 0.3s ease;
}
.class-toggle-btn.is-open .arrow {
  transform: rotate(180deg);
}
.class-toggle-content {
  display: none;
  margin-top: 16px;
}
.class-toggle-content.is-open {
  display: block;
}

.filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: end;
}

/*セカンドページcars＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-cars .first-text{
  margin: 0;
}
.page-cars .page-links{
  display: block;
  justify-content: space-between;
}
.page-cars .page-links a{
color: #fff;
 background-color: #004BB1;
  padding: 8px 18px;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 20px;
  border: solid 2px;
  transition: .2s;
  display: block;
  width: 100%;
  max-width: 342px;
  margin: 0 auto 10px;
  text-align: center;
  white-space: nowrap; 
}
.page-cars .page-links a:hover{
  color: #004BB1;
 background-color: #fff;
  border: solid 2px;
}
.page-cars .sub-section-title h3+P{
  text-align: center;
  color: #004BB1;
  font-weight: 900;
  font-size: 24px;
}
.page-cars .sub-section{
  background: #EFEFEF;
  padding: 80px 0;
}
.car-list .item{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px
}
.car-list .item:last-of-type{
  margin-bottom: 0;
}
.car-list .item .car-title{
  width: 100%;
  text-align: center;
  color: #919191;
  font-weight: bold;
  margin-bottom: 20px;
}
.car-list .item .car-title h4{
  color: #00255B;
  font-weight: bold;
  font-size: 24px;
}
.car-list .item .car-title h4+small{
  color: #000;
  font-weight: bold;
}
.car-image{
  width: 400px;
}
 .mainImg{
   margin-bottom: 10px;
   width: 100%;
        }
        .subImg{
            display: flex;
            justify-content: space-between;
        }
        .subImg li{
            width: calc((100% - 20px) / 3);
          background: #fff;
        }
        .subImg li.current img{
            opacity: .4;
        }
.car-text dl{
  border-bottom: solid 1px #DCDCDC;
  padding: 10px 0;
}
.car-text dl dt{
  font-weight: bold;
  width: 100px;
}
.car-text dl dd{
  width: calc(100% - 100px);
  line-height: 1.5;
}
.car-description{
  padding-top: 20px;
}
@media screen and (min-width: 769px){
  .car-list .item{
    margin-bottom: 40px;
  }
  .car-body{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .car-image{
    width: 400px;
    flex-shrink: 0;
  }

  .car-text{
    flex: 1;
    width: auto;
  }

  .mainImg{
    position: static;
    height: auto;
  }
  .page-cars .page-links{
    display: flex;
  }
}
@media screen and (max-width: 768px){
  .car-body{
    display: block;
  }
  .car-image,
  .car-text{
    width: 100%;
  }
  .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .page-cars .page-links{
    display: block;
  }
  .car-list .item .car-title h4{
  font-size: 19px;
}
.car-text{
  font-size: 14px;
}
}
/*ページcammping＿＿＿＿＿＿＿*/
.camp-mv{
  background: url("../img/camp-mv@2x.jpg") center no-repeat;
  background-size: contain;
  padding-bottom: 69%;
  height: 0;
  position: relative;
}
.camp-mv .camp-mv-text{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.camp-mv .camp-mv-text h2{
  max-width: 574px;
  margin: auto;
  margin-bottom: 5vw;
}
.camp-mv .camp-mv-text .logo{
 max-width: 712px;
  margin: auto;
}
@media screen and (max-width: 768px){
  .camp-mv{
  background: url("../img/camp-mv-sp@2x.jpg") center no-repeat;
  background-size: contain;
    padding: 0 20px 152% 20px;
    width: calc(100% - 40px);
    margin: auto;
}
.camp-mv .camp-mv-text{
  position: static;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
}
.camp-mv .camp-mv-text h2{
  margin-bottom: 0;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}
.camp-mv .camp-mv-text .logo{
 max-width: calc(100vw - 80px);
  width: calc(100vw - 80px);
  margin: auto;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
/*camp共通*/
.camp-section{
  padding-top: 140px;
}
.camp-section .link-btn a{
  background: url("../img/bg-cmap-btn@2x.png") no-repeat center;
  background-size: contain;
}
.camp-section-title{
  text-align: center;
  margin-bottom: 60px;
}
.camp-section-title.b30{
  text-align: center;
  margin-bottom: 30px;
}
.camp-section-title h2{
  font-size: 92px;
  font-weight: normal;
  color: #DDCFB8;
  line-height: 1;
  margin-bottom: 30px;
}
.camp-section-title h2+p{
  font-size: 36px;
  font-weight: 900;
  color: #5C4122;
}
@media screen and (max-width: 768px){
  .camp-section{
  padding-top: 60px;
}

.camp-section .link-btn a{
  background: url("../img/bg-cmap-btn@2x.png") no-repeat center center;
  background-size:cover;
}
.camp-section-title{
  text-align: center;
  margin-bottom: 30px;
}
.camp-section-title h2{
  font-size: 50px;
  margin-bottom: 25px;
}
.camp-section-title h2+p{
  font-size: 20px;
}
}
/*ピックアップエリア*/
.pickUp-area {
  margin: 1px 20px;
}
.pickUp-area .inner{
  background:  #FF8900;
  border-radius: 20px;
  padding: 40px 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pickUp-area h2{
  margin-bottom: 20px;
}
.pickUp-area h2+p{
  margin-bottom: 40px;
}
.pickUp-area a{
  background: #fff;
  color: #FF8900;;
  padding: 10px 20px;
  border-radius: 50px;
  display: block;
  max-width: 342px;
  margin: auto;
}
.pickUp-area a:hover{
  opacity: .8;
}
@media screen and (max-width: 768px){
  .pickUp-area h2{
    font-size: 22px;
  }
}
/*campトップ*/
.camp-top{
  text-align: center;
  padding-bottom: 60px;
}
.camp-top h2{
  color: #5C4122;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}
.camp-top .top-price{
  display: flex;
  justify-content: center;
  color: #FF8900;
  margin-bottom: 50px;
}
.camp-top .top-price .left,.camp-top .top-price .right{
  width: 27px;
  border-top: solid 5px #FF8900;
  border-bottom: solid 5px #FF8900;
}
.camp-top .top-price .left{
  border-left: solid 5px #FF8900;
}
.camp-top .top-price .right{
  border-right: solid 5px #FF8900;
}
.camp-top .top-price .center{
  padding: 40px 0;
}
.camp-top .top-price .center .big-text{
  font-size: 92px;
  line-height: 1;
  margin-bottom: 20px;
}
.camp-top .top-price .center .middle-text{
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.camp-top .top-price .center .small-text{
  font-size: 31px;
  font-weight: 900; 
}
.camp-top .top-price .center .small-text small{
  font-size: 20px;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .camp-top{
  padding-bottom: 20px;
}
.camp-top h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.camp-top .top-price .left,.camp-top .top-price .right{
  width: 24px;
}
.camp-top .top-price .center{
  padding: 20px 0;
}
.camp-top .top-price .center .big-text{
  font-size: 36px;
}
.camp-top .top-price .center .middle-text{
  font-size: 19px;
}
.camp-top .top-price .center .small-text{
  font-size: 18px;
}
  .camp-top .top-price .center .small-text small{
  font-size: 14px;
}
  .camp-top .under-text{
    font-size: 14px;
    text-align: left;
  }
}
/*campサポート*/
.pic_movie{
  display: flex;
  justify-content: space-between;
}
.pic_movie .item{
  width: calc((100% - 40px) / 2);
  
}
.pic_movie .item .image{
  margin-bottom: 20px;
  position: relative;
}
.pic_movie .item .image img{
  border-radius: 10px;
}
.pic_movie .movie .youtube{
  position: relative;
  width: 100%;
  padding-top: 66.71%;
  margin-bottom: 25px;
}
.pic_movie .movie .youtube iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pic_movie-text{
  text-align: center;
  font-size: 18px;
  color: #5C4122;
  font-weight: 900;
  margin-top: 20px;
}
.pic_movie .junbichuu{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  opacity: .8;
}
@media screen and (max-width: 768px){
  .pic_movie{
  display: block;
}
.pic_movie .item{
  width: 100%;
  max-width: 342px;
  margin: 0 auto 40px auto;
}
  .pic_movie .item:last-of-type{
    margin-bottom: 0;
  }
.pic_movie .item .image{
  margin-bottom: 5px;
}
.pic_movie-text{
  font-size: 12px;
}
}
/*campVehicles*/
.camp-vehicles {
  padding-left: 20px;
  padding-right: 20px;
}
.camp-vehicles .bg-charcoal {
  background: #ddcfb8;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  padding: 60px 0;
}
.camp-vehicles .pic_text {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: -50px;
}
.camp-vehicles .pic_text .item {
  width: calc((100% - 40px) / 2);
}
.camp-vehicles .pic_text .pic {
  padding: 0 20px;
  position: relative;
  top: -100px;
}
.camp-vehicles .pic_text .text {
  text-align: center;
}
.camp-vehicles .pic_text .text .english {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.camp-vehicles .pic_text .text .name {
  color: #5c4122;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}
.camp-vehicles .pic_text .text .border-wrap {
  border: solid 1px #707070;
  border-radius: 10px;
  max-width: 388px;
  margin: auto;
  padding: 10px;
}
.camp-vehicles .pic_text .text .border-wrap dl {
  display: flex;
}
.camp-vehicles .main-text {
  margin-bottom: 60px;
}
.camp-vehicles .main-text h3 {
  color: #5c4122;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 20px;
}
.camp-vehicles .main-text p {
  line-height: 1.7;
}
.camp-vehicles .main-text p + h3 {
  margin-top: 30px;
}

.camp-vehicles .gallery {
  padding: 0 40px;
}
.camp-vehicles .gallery img {
  border-radius: 10px;
}
.camp-vehicles .gallery .thumb-item {
  margin-bottom: 20px;
}
.camp-vehicles .gallery .thumb-item-nav li {
  padding: 0 5px;
}
.camp-vehicles .gallery .slick-current {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .camp-vehicles .bg-charcoal {
    background: #ddcfb8;
    max-width: 1300px;
    margin: auto;
    border-radius: 10px 10px 0 0;
    padding: 0;
  }
  .camp-vehicles .pic_text {
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .camp-vehicles .pic_text .item {
    width: 100%;
  }
  .camp-vehicles .pic_text .pic {
    top: -20px;
  }
  .camp-vehicles .pic_text .text {
    text-align: center;
    margin-bottom: 20px;
  }
  .camp-vehicles .pic_text .text .english {
    font-size: 25px;
  }
  .camp-vehicles .pic_text .text .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .camp-vehicles .pic_text .text .border-wrap {
    max-width: 342px;
    font-size: 12px;
  }
  .camp-vehicles .main-text {
    margin-bottom: 20px;
  }
  .camp-vehicles .main-text h3 {
    font-size: 18px;
  }
  .camp-vehicles .main-text p {
    font-size: 14px;
  }
  .camp-vehicles .gallery {
    padding: 0;
  }
  .camp-vehicles .gallery .thumb-item {
    margin-bottom: 10px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-prev {
    left: -20px;
  }
}
/*campSpec*/
.camp-spec {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.camp-spec .bg-charcoal {
  background: #ddcfb8;
  max-width: 1300px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  padding: 60px 0 90px 0;
}
.camp-spec .camp-section-title h2 {
  color: #958676;
}
.spec-table {
  margin-bottom: 30px;
}
.spec-table dl {
  border: solid 1px #775b3a;
  border-top: none;
  display: flex;
}
.spec-table dl:first-of-type {
  border-top: solid 1px #775b3a;
}
.spec-table dt {
  width: 285px;
  text-align: center;
  background: #958676;
  color: #fff;
  padding: 10px;
}
.spec-table dd {
  width: calc(100% - 285px);
  text-align: center;
  padding: 10px;
  background: #eae3d8;
}
.spec-lists-wrap {
  border: solid 1px #775b3a;
}
.spec-lists-wrap h3 {
  text-align: center;
  background: #958676;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.spec-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eae3d8;
  padding: 30px 0;
}

.spec-list {
  width: calc((100% - 120px) / 3);
  line-height: 1.5;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .camp-spec .bg-charcoal {
    padding: 60px 0 30px 0;
  }
  .spec-table {
    margin-bottom: 0;
    font-size: 12px;
    max-width: 342px;
    margin: auto;
  }
  .spec-table dt {
    width: 85px;
    padding: 5px;
  }
  .spec-table dd {
    width: calc(100% - 85px);
    padding: 5px;
  }
  .spec-lists-wrap {
    display: flex;
    max-width: 342px;
    margin: auto;
  }
  .spec-lists-wrap h3 {
    padding: 5px;
    width: 85px;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spec-lists {
    width: calc(100% - 85px);
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  .spec-list {
    width: 100%;
    line-height: 2;
    font-size: 12px;
    margin: auto;
  }
}
/*contact*/
.camp-contact{
  margin-bottom: 140px;
}

.camp-contact .camp-section-title p.camp-contact-text{
  font-size: 18px;
  color: inherit;
  font-weight: bold;
}
.contact01 .mailform {
  border: solid 5px #DDCFB8;
  border-radius: 10px;
  padding: 40px 40px 80px 40px;
}
.contact01 .mailform .required {
  color: #de1320;
}
.contact01 .mailform .form {
  margin-top: 30px;
}
.contact01 .mailform .form dl{
  display: flex;
  flex-wrap: wrap;
}
.contact01 .mailform .form dt {
  font-weight: bold;
  margin-bottom: 5px;
  width: 150px;
  color: #5C4122;
}
.contact01 .mailform .form dd {
  width: 100%;
  max-width: 473px;
}
.contact01 .mailform input[type="email"],
.contact01 .mailform input[type="tel"],
.contact01 .mailform input[type="date"],
.contact01 .mailform input[type="text"],
.contact01 .mailform textarea,
.contact01 .mailform select{
  background: #FAFAFA;
  border: solid 1px #5F5F5F;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.contact01 .mailform dd .flex{
  display: flex;
  align-items: baseline;
}
.contact01 .mailform dd .flex .space{
  margin: 0 10px;
}
.contact01 .mailform .radio p{
  padding-top: 20px;
}
.contact01 .mailform .comment-list{
  padding-left: 150px;
}
.contact01 .mailform .comment-list li{
  margin-bottom: 10px;
}
.contact01 .mailform .comment-list li::before{
  content: '※';
}
.btn_submit {
  margin-top: 30px;
  text-align: center;
}
.contact01 .mailform input[type="submit"] {
  background: url("../img/bg-submit.png") no-repeat center;
  display: block;
  background-size: cover;
  width: 100%;
  max-width: 342px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 50px auto 0;
}
.mailform input[type="submit"]:hover { opacity: .7; }
.mailform input[type="submit"]:active { top: 1px; }

#formWrap {
  padding: 40px 0 140px;
}
#formWrap .error,
#formWrap .check,
.thanks {
  margin: 0 auto;
  width: 80%;
}
.thanks {
  padding: 0 0 140px 0;
  text-align: center;
}
#formWrap .error_messe {
  color: #de1320;
}
#formWrap .formTable {
  margin-top: 40px;
}
#formWrap .formTable {
  border-collapse: collapse;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}
#formWrap .formTable tr {
  background-color: #EFEFEF;
  padding: 20px;
  border-bottom: 3px solid #fff;
}
#formWrap .formTable th,
#formWrap .formTable td {
  padding: 20px;
  border-right: 3px solid #fff;
}
#formWrap .formTable th {
  font-size: 16px;
}
#formWrap .formTable th{
  background-color: #004BB1;
  color:#fff;
}
#formWrap .formTable th,
#formWrap .formTable td {
  padding: 5px;
}
#formWrap .formTable th {
  font-weight: bold;
  text-align: left;
}

#formWrap input[type="submit"] {
  background: url("../img/bg-submit.png") no-repeat center;
  display: block;
  background-size: cover;
  width: 100%;
  max-width: 342px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 50px auto 0;
}

#formWrap input[type="button"] {
  background: #ccc;
  display: block;
  background-size: cover;
  width: 100%;
  max-width: 342px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px){
  .camp-contact{
  margin-bottom: 40px;
}
.camp-contact .camp-section-title p.camp-contact-text{
  font-size: 14px;
  text-align: left;
  padding: 0 20px;
}
.contact01 .mailform {
  padding: 20px 20px 40px 20px;
}
.contact01 .mailform .form dl{
  display: block;
}
.contact01 .mailform .form dt {
  width: 100%;
}
.contact01 .mailform .form dd {
  width: 100%;
  max-width: 473px;
}
.form-date{
    margin-top: 10px;
    margin-bottom: 40px
  }
  .contact01 .mailform .bg-brown{
    background: #5C4122;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .contact01 .mailform .bg-brown:first-of-type{
    margin-top: 0;
  }
  .contact01 .mailform .form-date input[type="date"]{
    margin-bottom: 10px;
  }
.contact01 .mailform dd .flex{
  display: block;
}
.contact01 .mailform dd .flex .space{
  display: none;
}
.contact01 .mailform .radio p{
  padding-top: 10px;
}
.contact01 .mailform .comment-list{
  padding-left: 0;
}
.contact01 .mailform .comment-list li{
  font-size: 14px;
}
#formWrap {
  padding: 0 20px 40px 20px;
}
#formWrap .error,
#formWrap .check,
.thanks {
  margin: 0 auto;
  width: 100%;
}
.thanks {
  padding: 40px 0 40px 0;
  text-align: center;
}
#formWrap .error_messe {
  color: #de1320;
}
#formWrap .formTable {
  margin-top: 40px;
}
  #formWrap .formTable{
    display: block;
  }
  #formWrap .formTable tr{
    margin-bottom: 20px;
  }
}

/*ページspot＿＿＿＿＿＿＿＿＿*/
.page-spot .first-text{
  margin-bottom: 0;
}
.page-spot .cover-title .sec-title{
  color: #5C4122;
}
.page-spot .spot-contents{
  text-align: center;
  background: #EFE9DF;
  padding: 100px;
}
.spot-content:first-of-type{
  margin-bottom: 160px;
}
.spot-content h3{
  color: #FF8900;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 30px;
}
.spot-content li{
  font-size: 18px;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
}
.spot-content li::before{
    content: '▶︎';
    display: inline-block;
    padding: 20px 0 20px 20px;
    color: #FF8900;
  }
.spot-content .no-link::before{
  content: '　';
    display: inline-block;
    padding: 20px 0 20px 20px;
    color: #FF8900;
}
.spot-content li a{
  display: block;
  padding: 20px;
}
.spot-content li:hover{
  background: #fff;
  opacity: .8;
}
.spot-content .no-link:hover{
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 768px){
.page-spot .spot-contents{
  text-align: center;
  background: #EFE9DF;
  padding: 40px 0;
}
.spot-content:first-of-type{
  margin-bottom: 60px;
}
.spot-content h3{
  font-size: 20px;
  margin-bottom: 0px;
}
.spot-content li{
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: left;
}
  .spot-content li:last-of-type{
    border: none;
  }
  .spot-content li::before{
    content: '▶︎';
    display: inline-block;
    padding: 20px 0;
    color: #FF8900;
  }
  .spot-content .no-link::before{
  content: '　';
    display: inline-block;
    padding: 20px 0;
    color: #FF8900;
}
}
/*mv*/
.top-h2{
  background: #00255B;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  padding: 20px;
  font-family: 'Noto Serif JP', serif;
}
/*premiumトップ*/
.serif{
  font-family: 'Noto Serif JP', serif;
}
/*campaign*/
.section-campaign{
  padding-bottom: 130px;
}
.campaign-wrap{
  background: #fff;
  padding: 40px;
  box-shadow: 3px 3px #4C586F;
  max-width: 640px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.campaign-wrap h2{
  text-align: center;
  position: relative;
  color: #4C586F;
  font-weight: bold;
  margin-bottom: 10px;
}
.campaign-wrap h2::after{
content: "";
  background: #4C586F;
  display: block;
  width: 57px;
  height: 2px;
  margin: 10px auto 20px;
  display: none;
}
.campaign-wrap h2+p{
  line-height: 2;
}
@media screen and (max-width: 768px){
  .section-campaign{
  padding-bottom: 80px;
}
.campaign-wrap{
  padding: 20px 10px;
  font-size: 14px;
  max-width: 480px;
  margin-bottom: 0px;
}
.campaign-wrap h2+p{
  text-align: left;
}
}

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%!important;
    max-width:800px;
    /*height:400px;*/
    }
@media (min-width: 768px) {
.g-calendar iframe {
    height:600px;
    }  
}

/*注意事項--------------*/
.notes-contents{
  margin-bottom: 140px;
}
.notes-contents .contents-item{
  padding-top: 100px;
}
.notes-contents .contents-item.first{
  padding-top: 40px;
}
.notes-contents h3{
  font-size: 30px;
  border-left: solid 10px;
  padding-left: 10px;
  color: #004BB1;
  margin-bottom: 40px;
}
.notes-contents h3+p{
  font-size: 18px;
  font-weight: bold;
}
.notes-contents ul{
  margin-top: 40px;
}
.notes-contents p{
  line-height: 1.75;
}
.notes-contents .strong{
  color: red;
  font-weight: bold;
}
.notes-contents ul li{
  margin-bottom: 40px;
}
.notes-contents ul li h4{
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.notes-contents .flex-box{
  display: flex;
  font-weight: bold;
  align-items: center;
}
.notes-contents .flex-box p:first-of-type{
  border: solid #ccc;
  padding: 0 10px;
  border-radius: 50px;
  width: 140px;
  text-align: center;
}
.notes-contents .flex-box .num{
  font-size: 35px;
  padding-left: 10px;
}
.notes-contents ul dl{
  margin-bottom: 20px;
}
.notes-contents ul dl dt{
  margin-bottom: 10px;
  text-decoration: underline;
}
.notes-contents ul dl dd{
  margin-bottom: 10px;
}
.notes-contents .p-flex{
  display: flex;
}
.notes-contents ul dl .dd-flex font{
  margin-right: 10px;
}
.notes-contents .flex-box+p{padding-left: 152px;}
@media (max-width: 768px){
  .notes-contents{
  margin-bottom: 100px;
}
.notes-contents .contents-item{
  padding-top: 60px;
}
  .notes-contents .contents-item.first{
  padding-top: 20px;
}
.notes-contents h3{
  font-size: 24px;
  margin-bottom: 30px;
}
.notes-contents h3+p{
  font-size: 16px;
}
.notes-contents ul{
  margin-top: 30px;
}
.notes-contents p{
  line-height: 1.75;
  font-size: 14px;
}
.notes-contents .strong{
  color: red;
  font-weight: bold;
}
.notes-contents ul li{
  margin-bottom: 40px;
}
.notes-contents ul li h4{
  font-size: 16px;
}
  .notes-contents .flex-box{
  display: block;
  margin-top: 20px
}
.notes-contents .flex-box p:first-of-type{
  border: solid #ccc;
  padding: 0;
  border-radius: 50px;
  width: 130px;
  text-align: center;
}
.notes-contents .flex-box .num{
  padding-left: 0;
}
  .notes-contents .flex-box+p{padding-left: 0;}
  .notes-contents  dl {
    font-size: 14px;
  }
}
.forSP{
  display: none;
}
@media screen and (max-width: 768px){
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }
}
/*210203追加　https://trendy24.co.jp/camping.html＿＿＿＿＿＿*/
.box.sec-op.mb0{
  padding-top: 50px;
  padding-bottom: 0;
}
.sec-op .sec-title{
  color: #5C4122;
}
.sec-op .sec-title h2 span{
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.sec-op .price{
  border: solid 1px #ACACAC;
  border-radius: 10px;
  padding: 40px 10px 40px 10px;
  max-width: 800px;
  margin: auto;
  color: #5C4122;
  background: rgba(255,255,255,.8);
}
.sec-op .price dl{
  display:flex;
  flex-wrap: wrap;
  text-align: left; line-height: 1;
}
.sec-op .price dt{
  width: 70%;
  padding: 5px 0 5px 80px;
}
.sec-op .price dt span{font-size: 12px;}
.sec-op .price dd{ width: 30%;
  text-align: left; 
  padding: 5px 0 5px 0;
  justify-content: flex-start;
}
.sec-op .price dd span{
  display: block;
  width: 70px;
  text-align: right;
}
.flex-con3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-con3 .item{
  width: calc((100% - 60px)/3);
  text-align: center;
  padding: 40px 20px 40px 20px;
  border: solid 1px #ACACAC;
  background: rgba(255,255,255,.8);
}
 .flex-con3.one .item{
  margin: auto; margin-top: 100px;
}
.flex-con3 .item h5{
  color: #00255B;color: #5C4122;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.flex-con3 .item p{
  color: #666;
  font-size: 14px;
}
.flex-con3 .item a{
  background: #DDCFB8;
  background: -moz-linear-gradient(left, #5C4122 0%, #DDCFB8 100%);
  background: -webkit-gradient(linear, left center, right center, from(#5C4122), to(#DDCFB8));
  background: -webkit-linear-gradient(left, #5C4122 0%, #DDCFB8 100%);
  background: -o-linear-gradient(left, #5C4122 0%, #DDCFB8 100%);
  background: linear-gradient(to right, #5C4122 0%, #DDCFB8 100%);
  background-size:contain;
  width: 90%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
  border-radius: 10px;
}
.flex-con3 .item a:hover{
  opacity: .8;
}
.flex-con3 .item:nth-child(3) p{
  margin-top: 45px;
}
.flex-con2{
  max-width: 640px;
  margin: auto;
}
.flex-con2 .item{
  width: calc((100% - 30px)/2);
  border: none;
  box-shadow: 3px 3px #ccc;
}
@media screen and (max-width: 768px){
.box.sec-op.mb0{
  padding-top: 0;
  padding-bottom: 0;
}
.sec-op .sec-title h2 {
  font-size: 24px;
}
.sec-op .sec-title h2 span{
  font-size: 14px;
}
.sec-op .price{
  padding: 30px 20px 30px 20px;
  max-width: 480px;
  margin: auto;
}
.sec-op .price dl{
  display:block;
  flex-flow: column nowrap;
}
.sec-op .price dt{width: 100%;padding: 5px 0 5px 0;}
.sec-op .price dt span{font-size: 12px;}
.sec-op .price dd{width: 100%;text-align: left; padding: 5px 0 5px 0;border-bottom:dotted 1px #ACACAC;}
.sec-op .price dd span{display: block;width: auto;text-align: right}
.sec-op .price dd.ttl{ display:none;padding: 0 0 10px 0; text-align: center; border: none;}
.flex-con3{
  display:block;
  flex-flow: column nowrap;
}
.flex-con3 .item{
  width: 100%;
  text-align: center;
  padding: 20px 10px 30px 10px;
  border: solid 1px #ACACAC;
  max-width: 480px;
  margin: auto;
  margin-top: 20px;
}
.flex-con3 .item h5{
  color: #5C4122;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.flex-con3 .item p{
  color: #333;
  font-size: 16px;
}
.flex-con3 .item a{
  margin-top: 30px;
}
.flex-con3 .item a{
  height: 50px;
}
.flex-con3 .item:nth-child(3) p{
  margin-top: 0px;
}
  .flex-con2{
  display: flex;
  max-width: 640px;
  margin: auto;
}
.flex-con2 .item{
  width: 100%;
  border: none;
  box-shadow: 3px 3px #ccc;
}
}
/*210203追加　https://trendy24.co.jp/camping.html*/
.table.pic tr {
  background-color: #EFEFEF;
  padding: 20px 10px;
  border-bottom: 3px solid #fff;
}
.table.pic th,
.table.pic td {
  padding: 20px 10px;
  border-right: 3px solid #fff;
}
.picup_s p.catch{font-weight: bold;color: #004BB1;margin:90px auto 60px;}
.picup_s .kome{color: #555;margin: 50px auto;}
@media screen and (max-width: 768px){
.picup_s p.catch{margin:40px auto 40px;}
}

.price table		{ border-collapse: collapse; border-spacing: 0; }
.price table{ text-align: left; margin: auto;border-bottom: solid 1px #ccc;}
.price table td{border-top: solid 1px #ccc;padding: 10px 40px;}
.price table td.right{text-align: right; }
.price table td span{font-size: 12px; }

.pc_only { display: block; }
.sp_only { display: none; }
@media screen and (max-width: 768px) {
.pc_only { display: none; }
.sp_only { display: block; }
}
/*210315　owner.html
/*カーシェアステーションを設置しませんか？＿＿＿＿＿＿＿＿＿＿*/
.page-owner--- .cover-title {
    background: url(../img/howto/mv__howto.png) no-repeat right 30% bottom;
    background-size: cover;
}
.sec-owner1{
  padding-bottom: 100px;
}
.sec-owner1 .point-3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-owner1 .point-3 .item{
  width: calc((100% - 20px) / 3);
  margin-bottom: 85px;
  border: solid 1px #ACACAC;
  border-radius: 10px;
  padding: 10px 10px 30px 10px;
  position: relative;
  text-align: center;
}
.sec-owner1 .point-3 .item h4{
  font-size: 15px;
  background: url("../img/bg-gla.png") no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding-top: 14px;
  line-height: 1.1;
}
.sec-owner1 .point-3 .item h4 span{
  font-size: 40px;
}
.sec-owner1 .point-3 .item h5{
  font-size: 20px;
  font-weight: 900;
  color: #00255B;
  margin-bottom: 20px;
}
.sec-owner1 .point-3 .item h5+p{
  font-size: 14px;
}
.sec-owner1 .please {
    margin-top: 0;
    background: #D1EFFF;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}
.sec-owner1 .please h5 {
      font-size: 36px;
    font-weight: 900;
  color: #00255B;
  margin-bottom: 20px;
}
.sec-owner1 .please p.last {
  margin-bottom: 40px;
}
.sec-owner2{
  padding-bottom: 100px;
}
.sec-owner2 .step6{
  margin-bottom:50px;
}
.sec-owner2 .step6 li{
  display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 18px 20px 32px 20px;
	position: relative;
	margin-bottom: 18px;
}
.sec-owner2 .step6 li:last-child{
	border-bottom: none;
}
.sec-owner2 .step6 li::after {
    content: '';
    display: block;
    width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #004BB1;
    position: absolute;
    left: 50%;
	bottom: -20px;
}
.sec-owner2 .step6 li:last-child::after{
	content: none;
}
.sec-owner2 .step6 .sans{
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
	background-color:#00255B;
	margin-right: 40px;
	padding: 2px 20px 10px 20px;
	border-radius: 10px;
}
.sec-owner2 .step6 .sans span{
  font-size: 18px;
}
.sec-owner2 .step6 .image{
	margin-right: 40px;
}
.sec-owner2 .step6 .image img{
 max-width: 240px;
}
.sec-owner2 .step6 .txt{
	 width: calc(100% - 400px);
}
.sec-owner2 .step6 .txt h4{
	color:#00255B;
	font-size: 18px;
}
.bnr-owner {
    clear: both;
    height: 455px;
    background: url(../img/cover01.jpg) no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    max-width: 1260px;
    margin: 100px auto 0 auto;
    border-radius: 10px;
}
.bnr-owner .txt {
	background: rgba(255,255,255,0.8);
	text-align: center; 
	position: absolute;
	right: 8%; 
	bottom: 8%; 
	width: 55%;
	margin: 0 auto;
	border-radius: 10px; 
	padding-bottom: 40px;
}
.bnr-owner .txt h2 {
    padding: 20px 20px 0 20px;
    color: #00255B;
    text-align: center;
    margin-bottom: 10px;
	  font-size: 36px;
    font-weight: 900;
}
.bnr-owner .txt small {
    color: #004BB1;
    font-size: 18px;
    font-weight: bold;
}
.bnr-owner .txt a {
    background: url(../img/bg-btn@2x.png) no-repeat;
    background-size: contain;
    width: 415px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 0;
}
.bnr-owner .txt a:hover{
  opacity: .8;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
.sec-owner1{
  padding-bottom: 50px;
}
.sec-owner1 .point-3{
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-owner1 .point-3 .item{
  width:100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 50px;
}
.sec-owner1 .point-3 .item:last-of-type{
  margin-bottom: 0;
}
	.sec-owner1 .please {
    margin-top: 50px;
}
	.sec-owner1 .please h5 {
      font-size: 18px;
}
.sec-owner2{
  padding-bottom: 50px;
}
.sec-owner2 .step6{
  margin-bottom:50px;
}
.sec-owner2 .step6 li{
  flex-flow: column nowrap;
flex-basis: auto;
align-items:start;
	border-bottom: none;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}
.sec-owner2 .step6 li::after {
    content: '';
    display: block;
    width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #004BB1;
    position: absolute;
    left: calc(50% - 5px);
	bottom: -30px;
}
.sec-owner2 .step6 .sans{
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-align: center;
	background-color:#00255B;
	margin-right: 0;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}
	.sec-owner2 .step6 .sans span{
  font-size: 16px; padding-right: .5rem;
}
.sec-owner2 .step6 .image{margin-right: 0;margin: auto;text-align: center;}
.sec-owner2 .step6 .image img{max-width: 100%;width: 100%;}
.sec-owner2 .step6 .txt{width: 100%;text-align: left;}
.sec-owner2 .step6 .txt h4{padding-top: 10px;}
.bnr-owner {
    height: 370px;
    background: url(../img/cover01.jpg) no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    max-width: 1260px;
    margin: 50px auto 20px auto;
    border-radius: 0;
}
.bnr-owner .txt {
	background: rgba(255,255,255,0.8);
	text-align: center; 
	position: absolute;
	right: 0;left: 0;
	bottom: 30px; 
	width: 90%;
	margin: 0 auto 0;
	border-radius: 10px; 
	padding-bottom: 20px;
}
.bnr-owner .txt h2 {
    padding: 20px 20px 0 20px;
    color: #00255B;
    text-align: center;
    margin-bottom: 10px;
	  font-size: 18px;
    font-weight: 900;
}
.bnr-owner .txt small {
    color: #004BB1;
    font-size: 16px;
    font-weight: bold;
}
.bnr-owner .txt a {
    background: url("../img/bg-btn@2x.png") no-repeat center center;
  background-size:cover;
  width: calc(100% - 40px);
  max-width: 342px;
  padding: 20px;
  height: inherit;
  font-size: 15px;
  border-radius: 10px;
    margin: 20px auto 0;
}
}

.imp a{
  border: solid #e50000 5px!important;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-image: radial-gradient( circle 808px at 15.8% 37%,  rgba(234,178,93,1) 0%, rgba(40,39,39,1) 50.7% );
  font-size: xx-large;
  padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
background-image: radial-gradient( circle 886px at 10% 33.8%,  rgba(87,39,6,1) 0%, rgba(44,20,9,1) 90% );
}
a.btn--radius {
   border-radius: 10px;
}
.rentacar-bnr{
  padding: 20px;
  text-align: center
}
.rentacar-bnr .inner>a {
  display: block;
  background: url("../img/trendy24-rentacar/rentacar-banner1.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.rentacar-bnr h2{
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 6px #fff;
  padding-top: 10px;
  margin-bottom: 50px;
}
.rentacar-bnr .logo{
  max-width: 419px;
  margin: auto;
}
.rentacar-bnr .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.rentacar-bnr .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
  transition: .35s
}
.rentacar-bnrr a:hover{
  opacity: .7;
}
.rentacar-bnr .under-text{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.rentacar-bnr.under-text span{
  font-size: 30px;
}
@media screen and (max-width: 768px){
.rentacar-bnr{
  padding: 0 20px 36px 20px;
  text-align: center
}
.rentacar-bnr .inner {
  padding: 20px 0;
}
.rentacar-bnr h2{
  font-size: 20px;
  margin: 20px 0;
}
.rentacar-bnr .logo{
  padding: 0 35px;
  margin: auto;
}
.rentacar-bnr .btn{
  font-size: 11px;
  text-align: center;
}
.rentacar-bnr .under-text{
  margin-bottom: 20px;
}
.rentacar-bnr .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
.rentacar-mv {
  background: url("../img/trendy24-rentacar/trendy24rentacar-banner.jpg") center no-repeat;
   background-size:auto;
  background-size: contain;
  padding-bottom: 42%;
  position: relative;
 
}
* {
  padding: 0;
    padding-bottom: 0px;
  margin: 0;
}
*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.camp-top h2 {
  color: #ffdf0d;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}
* {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
}
*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.camp-top .top-price .center {
  padding: 40px 0;
}
p {
  line-height: 1.5;
}
p2 {
  line-height: 1.5;
  color: rgb(24, 0, 103);
}
p2 {
  line-height: 1.5;
  color: rgb(24, 0, 103);
}
.camp-top h4 {
  color: #ffdf0d;
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 50px;
}
.inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}
.camp-Truck .pic_text {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: -50px;
}
.camp-Truck .main-text p {
  line-height: 1.7;
}
p {
  line-height: 1.5;
}
.camp-Truck .bg-charcoal {
  background: #ffffae;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  padding: 60px 0;
}
.btn-yellow,
a.btn-yellow {
  color: #fff;
  background-color: rgb(24, 0, 103);
  font-size: x-large;
  padding: 10px;
}
.btn-yellow:hover,
a.btn-yellow:hover {
  color: #fff;
  background: #ffdf0d;
}
a.btn-radius {
   border-radius: 100vh;
}
.flex-bnr2023{
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
  flex-wrap: wrap;
}
.flex-bnr2023::after{
  content: "";
  height: 0;
  width: calc((100% - 40px)/2);
}
.flex-bnr_item2023{
  width: calc((100% - 40px)/2);
  max-width: 500px;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.flex-bnr_item2023 a{
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.flex-bnr_item2023 a:hover{
  opacity: .7;
}
@media screen and (max-width: 1000px){
.flex-bnr_item2023 {
    width: 100%;
    max-width: 368px;
    margin: 20px auto 0 auto;
} }
.flex-bnr_item2023{
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0 auto;
}
.hangaku2023 a img{
    bottom: -5px;
  }
  .inner{
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
  }
  #lineup_header {
    background-color:#7d50f9;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  #lineup_header p {
    font-size: 30px;
    color: #fff;
  }
  .trendy-title h2{
    color: #333;
  }
  .lineup_box a:hover .btn_link {
    background-image: radial-gradient( circle 957px at 8.7% 50.5%,  rgba(246,191,13,1) 0%, rgba(249,47,47,1) 90% );
  }
  .lineup_box .btn_link {
    line-height: 1.5;
    padding: 5px;
    margin: 0 auto;
  }
  .btn_link:hover {
    background-image: radial-gradient( circle 957px at 8.7% 50.5%,  rgba(246,191,13,1) 0%, rgba(249,47,47,1) 90% );
    color: #fff;
  }
  .btn_link {
    background: #303030;
    color: #fff;
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lineup_price {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
  }
  p {
    margin: 0 0 20px;
      margin-bottom: 20px;
  }
  .lineup_maker {
   
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .wrapper {
    width: 100%;
  }
  .wrapper {
    max-width: 980px;
    margin-bottom: 30px;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #car_instructions {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .btn_price {
    display: inline-block;
    max-width: 300px;
    text-align: center;
    border: 5px solid #5e2ced;
    font-size: 20px;
    color: #5e2ced;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 25px;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 40px;
  }
  a {
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a {
    background-color: transparent;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
/*cashback＿＿＿＿＿＿＿＿＿＿＿*/
.cashback{
 margin-top: 60px;   /********* (140px) update: 2023-09-20***/
  text-align: center
}
.cashback .inner>a {
  display: block;
  background: url("../img/cashback-main.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
.cashback h2{
  max-width: 621px;
  margin: auto;
}
.cashback .logo{
  max-width: 419px;
  margin: auto;
}
.cashback .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.cashback .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
.cashback a:hover{
  opacity: .7;
}
.cashback .under-text{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px){
  .cashback{
  padding: 36px 20px 0 20px;
  text-align: center
}
.cashback .inner {
  padding: 20px 0;
}
.cashback .logo{
  padding: 0 35px;
  margin: auto;
}
.cashback .btn{
  font-size: 11px;
  text-align: center;
}
.cashback .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
.rentacar-top{
  text-align: center;
  padding-bottom: 60px;
}
.cover-tesla .sec-tesla {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.sec-tesla {
  padding-top: 50px;
  color: #00255B;
  text-align: center;
  margin-bottom: 50px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cover-tesla {
  height: 555px;
  background: url("../img/trendy24-rentacar/teslabanner.jpg") no-repeat bottom;
    background-size: auto;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  margin-bottom: 50px;
  max-width: 1260px;
  margin: 0 auto 50px auto;
  border-radius: 10px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tesla-background .bg-tesla {
  background: #4d547a;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  padding: 60px 0;
  height: 600px;
  max-height: 2000px; 
}
.slider {
  max-width: 1000px;
  position: relative;
}
.slide-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
input,
label {
  display: none;
}
input:checked + .slide-item {
  visibility: visible;
  opacity: 1;
}
input#slide-1:checked ~ label.slide-1,
input#slide-2:checked ~ label.slide-2,
input#slide-3:checked ~ label.slide-3,
input#slide-4:checked ~ label.slide-4 { 
  display: block;
}
label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  cursor: pointer;
  padding: 5px;
  background:  #4d547a;
  color: #fff;
  margin-top: 100px;
}
label.next {
  right: 10px;
  left: auto;
}
/*******tesla button********/
.wrapper2 {
  width: 100%;
}
.wrapper2 {
  margin: 0 auto;
  max-width: 1000px; 
}
/*childseat＿＿＿＿*/
.childseat{
 padding: 20px;
 margin-top: 60px;
  text-align: center
}
.childseat .inner>a {
  display: block;
  background: url("../img/child\ seat\ for\ PC.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
.childseat h2{
  max-width: 621px;
  margin: auto;
}
.childseat .logo1{
  max-width: 1000px;
  margin-bottom: 0px;
}
.childseat .logo2{
  max-width: 1000px;
  margin-bottom: 250px;
}
.childseat .logo{
  padding: 0 35px;
  margin: auto;
}
.childseat .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.childseat .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
  transition: .35s
}
.childseat a:hover{
  opacity: .7;
}
.childseat .under-text{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.childseat .under-text span{
  font-size: 30px;
}
@media screen and (max-width: 768px){
  .childseat{
  padding: 36px 20px 0 20px;
  text-align: center
}
.childseat .inner {
  padding: 20px 0;
}
.childseat .logo{
  padding: 0 35px;
  margin: auto;
}
.childseat .btn{
  font-size: 11px;
  text-align: center;
}
.childseat .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
/*rentacar-tab_page_(main banner + content title)＿＿＿＿*/
.option-mv {
  background: url("../img/childseatpc.jpg") center no-repeat;
   background-size:auto;
  background-size: contain;
  padding-bottom: 42%;
  position: relative;
}
#lineup_header2 {
  background-image: linear-gradient( 100.5deg,  rgba(148,146,236,1) 17.7%, rgb(255, 201, 201) 76.1% );
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
/*Nissan NV200＿＿＿＿＿＿*/
.nissan{
  margin-top: 60px; /********top page 140px*****/
  text-align: center
}
.nissan .inner>a {
  display: block;
  background: url("../img/nissan\ NV200_1.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
}
.nissan h2{
  max-width: 621px;
  margin: auto;
}
.nissan a:hover{
  opacity: .7;
}
.nissan .logo{
  max-width: 550x;
  margin: auto;
}
.nissan .logo{
  padding: 0 35px;
  margin: auto;
}
.nissan .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.nissan .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
@media screen and (max-width: 768px){
 .nissan {
  padding: 36px 20px 0 20px;
  text-align: center
}
.nissan .inner {
  padding: 20px 0;
}
.nissan .logo{
  padding: 0 35px;
  margin: auto;
}
.nissan .btn{
  font-size: 11px;
  text-align: center;
}
.nissan .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
.studless{
  margin-top: 60px;
  text-align: center
}
.studless .inner>a {
  display: block;
  background: url("../img/new/studless\ tire.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
}
.studless h2{
  max-width: 621px;
  margin: auto;
}
.studless a:hover{
  opacity: .7;
}
.studless .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.studless .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
@media screen and (max-width: 768px){
 .studless {
  padding: 36px 20px 0 20px;
  text-align: center
}
.studless .inner {
  padding: 20px 0;
}

.studless .btn{
  font-size: 11px;
  text-align: center;
}
.studless .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
textarea {
  resize: none;
}
.text {
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
}
.svg-inline--fa {
vertical-align: -0.200em;
}
.rounded-social-buttons {
text-align: center;
}
.rounded-social-buttons .social-button {
display: inline-block;
position: relative;
cursor: pointer;
width: 3.125rem;
height: 3.125rem;
border: 0.125rem solid transparent;
padding: 0;
text-decoration: none;
text-align: center;
color: #fefefe;
font-size: 1.5625rem;
font-weight: normal;
line-height: 2em;
border-radius: 1.6875rem;
transition: all 0.5s ease;
margin-right: 0.25rem;
margin-bottom: 0.25rem;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}
.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
font-size: 25px;
}
.rounded-social-buttons .social-button.facebook {
background: #004BB1;
}
.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
color: #004BB1;
background: #fefefe;
border-color: #004BB1;
}
/*****2024-03-12 test 
.rounded-social-buttons .social-button.youtube {
background: #c01844;
}
.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
color: #c01844;
background: #fefefe;
border-color: #c01844;
}
*****/
.rounded-social-buttons .social-button.instagram {
background: #004BB1;
}
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
color: #004BB1;
background: #fefefe;
border-color: #004BB1;
}
:root {
  --button-background: #2665BC;
  --button-color: white;
  --dropdown-highlight: #2665BC;
  --dropdown-width: 160px;
  --dropdown-background: white;
  --dropdown-color: black;
  --header-height: 90px;
}
/* Boring button styles */
a.button {
  /* Frame */
  display: block;
  padding: 20px 28px;
  border-radius: 50px;
  box-sizing: border-box;
  /* Style */
  border: none;
  background: var(--button-background);
  color: var(--button-color);
  font-size: 24px;
  cursor: pointer;
}
a.button:active {
  filter: brightness(75%);
}
/* Dropdown styles */
/* ▼ ドロップダウンをヘッダー直下に固定 */
.fixed-dropdown {
  position: fixed;
  top: 190px; /* header の高さに合わせる */
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 0;
}
@media (max-width: 768px){
  .fixed-dropdown{
    top: 130px;
}}
/* ▼ ドロップダウンの中の details を中央に */
.fixed-dropdown details {
  max-width: 450px;
  margin: auto;
}
/* ▼ スクロールエリア */
.scroll-area {
  position: relative;
  margin-top: calc var(50 + 60px);/* header(約80px) + dropdown(約70px)*/
}
.dropdown ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.sec-title {
  text-align: center;
  margin-top: 130px;
}
.pref > summary {
  text-align: left !important;
  padding: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}
/* 市区リスト */
.city-list li,
.city-list li a {
  display: block;
  text-align: left !important;
  border-bottom: 1px solid #eee;
}
/* ▼ ドロップダウンの中のリスト */
.dropdown ul {
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 10px 0 0;
  max-height: 320px; /*ドロップダウン内の長さ */
  border: 1px solid #ccc;
  position: absolute;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 20px 0;
  width: var(--dropdown-width);
  left: 50%;
  margin-left: calc((var(--dropdown-width) / 2)  * -1);
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdown-background);
  border-radius: 6px;
  list-style: none;
}
.dropdown {
  position: relative;
  padding: 0;
  margin-right: 1em;
  border: none;
}
.dropdown summary {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  list-style-type: none;
}
.dropdown > summary::-webkit-details-marker {
  text-align: left;
  display: none;
}
.dropdown summary:focus {
  text-align: left;
  outline: none;
}
.dropdown summary:focus a.button {
  text-align: left;
  border: 5px solid white;
}
.dropdown summary:focus {
  text-align: left;
  outline: none;
}
.dropdown ul li {
  text-align: left;
  padding: 0;
  margin: 0;
}
.dropdown ul li a:hover {
  background-color: var(--dropdown-highlight);
  color: var(--dropdown-background);
}
/* ▼ アコーディオン（都道府県）のスタイル */
.dropdown details.pref {
  text-align: left;
  padding: 0 1rem;
  border-bottom: 1px solid #eee;
}
.dropdown details.pref summary::-webkit-details-marker {
  display: none;
}
.dropdown details.pref ul {
  text-align: left;
  margin: 5px 0 10px 1rem;
  padding: 0;
  max-height: none; /* ← 市区町村リストを制限なく表示 */
  border: none;
  position: static; /* ← 既存のドロップダウンの absolute を打ち消す */
}
.dropdown details.pref ul li a {
  text-align: left;
  padding: 8px 0.5rem;
}
/* ドロップダウンの外枠をクリックすると閉じる */
.dropdown > summary::before {
  text-align: left;
  display: none;
}
.dropdown[open] > summary::before {
    text-align: left;
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#buttonback {
  display: inline-block;
  background-color: #2665BC;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttonback::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonback:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonback:active {
  background-color: #555;
}
#buttonback.show {
  opacity: 1;
  visibility: visible;
}
#buttonback {
  margin: 30px;
}
/*******20240410-version up*****/
.versionup{
  text-align: center
}
.versionup .inner>a {
  display: block;
  background: url("../img/new/versionup.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
 margin-top: 60px;
}
.versionup h2{
  max-width: 621px;
  margin: auto;
}
.versionup a:hover{
  opacity: .7;
}
.versionup .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.versionup .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
@media screen and (max-width: 768px){
 .versionup {
  padding: 36px 20px 0 20px;
  text-align: center
}
.versionup .inner {
  padding: 20px 0;
}

.versionup .btn{
  font-size: 11px;
  text-align: center;
}

.versionup .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
.point{
  text-align: center
}
.point .inner>a {
  display: block;
  background: url("../img/new/signup.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
 margin-top: 60px;
}
.point h2{
  max-width: 621px;
  margin: auto;
}
.point a:hover{
  opacity: .7;
}
.point .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.point .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
@media screen and (max-width: 768px){
 .point {
  padding: 36px 20px 0 20px;
  text-align: center
}
.point .inner {
  padding: 20px 0;
}
.point .btn{
  font-size: 11px;
  text-align: center;
}
.point .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
.lotte{
  text-align: center
}
.lotte .inner>a {
  display: block;
  background: url("../img/new/lotte.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
 margin-top: 60px;
}
.lotte h2{
  max-width: 621px;
  margin: auto;
}
.lotte a:hover{
  opacity: .7;
}
.lotte .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.lotte .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 50px;
  transition: .35s
}
@media screen and (max-width: 768px){
 .lotte {
  padding: 36px 20px 0 20px;
  text-align: center
}
.lotte .inner {
  padding: 20px 0;
}
.lotte .btn{
  font-size: 11px;
  text-align: center;
}
.lotte .btn a{
  display: inline-block;
  padding: 8px 20px;
}
}
/* -------------------container-------------------------- */
.container {
  width: 90%;   
}
/* -------------------topics---------------------- */
.ttl {
  font-size: 150%;
  color: #5e2ced;
  margin: 10px 0;
  padding: 10px 10px;
  border-bottom: solid 1px #5e2ced;
} 
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
} 
ul.newsList li {
  display: block;
  margin: 10px 10px;
}
ul.newsList li:nth-child(-n + 3) {
  flex-basis: 130px;
}
ul.newsList li:nth-child(2) {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  background-color: #5e2ced;
}
ul.newsList li:nth-child(3) {
  flex-basis: auto;
}
.news2023{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.changecolor a:hover{color:#ffb700}
/********test news list*******/
ul.newsList2 {
      display: flex;
      flex-flow: row wrap;
      border-bottom: 1px dotted #999;
      padding: 10px 0;
}
ul.newsList2 li {
      display: block;
      margin: 10px 10px;
}
ul.newsList2 li:nth-child(-n + 3) {
      flex-basis: 130px;
}
ul.newsList2 li:nth-child(2) {
      color: #fff;
      font-size: 12px;
      padding: 5px 10px;
      text-align: center;
    font-weight: bold;
      background-color: #ffb700;
}
ul.newsList2 li:nth-child(3) {
      flex-basis: auto;
}
/*********************20240704　新着情報　********************/
.tbpopup .tboverlay {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.7);
  z-index:1;
  display:none;
}
.tbpopup .tbcontent {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0);
  background:#fff;
  max-width:500px;
  z-index:2;
  text-align:center;
  padding:20px;
  box-sizing:border-box;
  font-family:"Open Sans",sans-serif;
  border-radius:20px;
  display: block;
  position: fixed;
  box-shadow:0px 0px 10px #111;
}
@media (max-width: 700px) {
  .tbpopup .tbcontent {width:90%;}
}
.tbpopup .tbclose-btn {
  cursor:pointer;
  position:absolute;
  right:20px;
  top:20px;
  width:35px;
  height:35px;
  color:#ff4444;
  font-size:30px;
  font-weight:600;
  line-height:35px;
  text-align:center;
  border-radius:50%;
}
.tbpopup.active .tboverlay {display:block;}

.tbpopup.active .tbcontent {
  transition:all 300ms ease-in-out;
  transform:translate(-50%,-50%) scale(1);
}