/* 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: 100;
}

.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;
}
.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%;
}
.hangaku a img{
  /*position: relative;
  bottom: -5px;*/
}
.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: 140px 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;
}
}
/*premium-bnr＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.premium-bnr{
  padding: 0 20px 140px 20px;
  text-align: center
}
.premium-bnr .inner>a {
  display: block;
  background: url("../img/premium/premium-mv01@2x.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
.premium-bnr h2{
  font-size: 30px;
  font-weight: 900;
  color: #01082C;
  text-shadow: 0 0 6px #fff;
  margin: 40px 0;
}
.premium-bnr .logo{
  max-width: 419px;
  margin: auto;
}
.premium-bnr .btn{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.premium-bnr .btn span{
  display: inline-block;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
  transition: .35s
}
.premium-bnr a:hover{
  opacity: .7;
}
.premium-bnr .under-text{
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.premium-bnr .under-text span{
  font-size: 30px;
}
@media screen and (max-width: 768px){
  .premium-bnr{
  padding: 0 20px 36px 20px;
  text-align: center
}
.premium-bnr .inner {
  padding: 20px 0;
}
  .premium-bnr h2{
  font-size: 20px;
  margin: 20px 0;
}
.premium-bnr .logo{
  padding: 0 35px;
  margin: auto;
}
.premium-bnr .btn{
  font-size: 11px;
  text-align: center;
}
  .premium-bnr .under-text{
  margin-bottom: 20px;
}
.premium-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-around;
}
.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.tab3_label{
    background: green;
  }*/
.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 80px 0;
}
.station-flow{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.station-flow .item{
  width: calc((100% - 30px) / 2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 60px;
}
.station-flow .item h3{
  background: #2665BC;
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 20px;
}
.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 (max-width: 768px){
  .sec-station .sky{
  background: #D1EFFF;
  padding: 40px 0;
}
.station-flow{
  display: block;
}
.station-flow .item{
  width: 100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 40px;
}
.station-flow .item h3{
  background: #2665BC;
  color: #fff;
  text-align: center;
  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{
  text-align: center;
}
.station-flow .item .dl a::after{
  font-size: 12px;
}
.station-flow .item .junbichu{
  padding: 50px 0;
  text-align: center;
}
}
/*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/newclass/20221220.png") 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;
}
.page-spot .cover-title{
  background: url("../img/spot-mv.jpg") no-repeat right 30% center;
  background-size: cover;
}
/*セカンドページ共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*.sub-title{
  padding-top: 50px;
  color: #00255B;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 900;
}
.sub-title h3{
  font-size: 36px;
  font-weight: 900;
}
.sub-title+small{
  color: #004BB1;
  font-size: 18px;
  font-weight: 
    bold;
}*/
.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{
  /*border: solid 1px #ACACAC;
  padding: 15px;
  border-radius: 10px;
  color: #00255B;
  min-width: 342px;
  margin: auto;*/
  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: space-between;
  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::after{
  content: '▶︎';
  color: #004BB1;
  position:absolute;
  right: -30px;
  bottom: 50%;
}
.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 .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-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
  }
  }
/*セカンドページcars＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-cars .first-text{
  margin: 0;
}
.page-cars .page-links{
  display: flex;
  justify-content: space-between;
  
}
.page-cars .page-links a{
color: #fff;
 background-color: #004BB1;
  padding: 10px;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 20px;
  border: solid 2px;
  transition: .2s;
}
.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: 39px;
}
.page-cars .sub-section{
  background: #EFEFEF;
  padding: 80px 0;
}
.car-image{
  width: 400px;
}
.car-list .item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  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%;
   height: 268px
        }
        .subImg{
            display: flex;
            justify-content: space-between;
        }
        .subImg li{
            width: calc((100% - 20px) / 3);
          background: #fff;
        }
        .subImg li.current img{
            opacity: .4;
        }
.car-text{
  width: calc(100% - 440px);
}
.car-text dl{
  border-bottom: solid 1px #DCDCDC;
  padding: 10px 0;
  display: flex;
}
.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 (max-width: 768px){
  .page-cars .first-text{
  margin: 0;
}
.page-cars .page-links{
  display: block;
  justify-content: space-between;
  
}
.page-cars .page-links a{
  display: block;
  width: 100%;
  max-width: 342px;
  margin: 0 auto 10px auto;
  text-align: center;
}
.page-cars .sub-section-title h3+P{
  font-size: 20px;
}
.page-cars .sub-section{
  background: #EFEFEF;
  padding: 40px 0;
}

.car-list .item{
  padding: 20px 10px;
  border-radius: 10px;
}
.car-list .item .car-title h4{
  font-size: 18px;
}
.car-image{
  width: 100%;
  position: relative;
  padding-top: 67%;
}
 .mainImg{
            margin-bottom: 10px;
   width: 100%;
   height: auto;
   position: absolute;
   top: 0;
        }
        .subImg{
          padding-top: 20px;
        }
.car-text{
  width: 100%;
}
.car-text dl{
  font-size: 14px;
}
.car-text dl dt{
  font-weight: bold;
  width: 80px;
}
.car-text dl dd{
  width: calc(100% - 80px);
}
.car-description{
  font-size: 14px;
  padding-top: 10px
}
}
/*ページcammping＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*mv*/
.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 .inner{
  background:  #FF8900;
  padding: 60px 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: .5;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .camp-vehicles{
}
.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% - 80px) / 3);
  line-height: 1.5;
}*/

.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{
}
.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="text"],
.contact01 .mailform input[type="email"],
.contact01 .mailform input[type="tel"],
.contact01 .mailform input[type="date"],
.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: '※';
}

/*.contact01 .mailform .privacypolicy {
  border: 1px solid #ccc;
  height: 250px;
  overflow: auto;
  padding: 50px;
  margin: 60px 0 0;
  font-size: 14px;
}
.contact01 .mailform .privacypolicy h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.contact01 .mailform .privacypolicy h2 + p {
  text-align: center;
  margin-bottom: 30px;
}
.contact01 .mailform .privacypolicy dt {
  font-weight: bold;
}
.contact01 .mailform .privacypolicy dd {
  margin-bottom: 2em;
}*/
.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;
}
/*.contact01 .mailform .privacypolicy {
  border: 1px solid #ccc;
  height: 250px;
  overflow: auto;
  padding: 50px;
  margin: 60px 0 0;
  font-size: 14px;
}
.contact01 .mailform .privacypolicy h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.contact01 .mailform .privacypolicy h2 + p {
  text-align: center;
  margin-bottom: 30px;
}
.contact01 .mailform .privacypolicy dt {
  font-weight: bold;
}
.contact01 .mailform .privacypolicy dd {
  margin-bottom: 2em;
}*/
#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;
}
}

/*ページpremium＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-premium main{
  background: #EBECED;
  color: #3E3E3B
}
.page-premium #contact{
  padding-bottom: 140px;
}
@media screen and (max-width: 768px){
  .page-premium #contact{
  padding-bottom: 40px;
}
}
/*mv*/
.top-h2{
  background: #00255B;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  padding: 20px;
  font-family: 'Noto Serif JP', serif;
}
.premium-mv{
  height: calc(100vh - 128px);
  width: 100%;
  position: relative;
  text-align: center;
}
.premium-mv .premium-mv-image{
  display: flex;
  flex-wrap: wrap;
}
.premium-mv .premium-mv-image .image01{
  width: 100%;
  height: calc((100vh - 128px) / 2);
  background: url("../img/premium/premium-mv01@2x.jpg") no-repeat center;
  background-size: cover;
}
.premium-mv .premium-mv-image .image02{
  width: 50%;
  height: calc((100vh - 128px) / 2);
  background: url("../img/premium/premium-mv02@2x.jpg") no-repeat right;
  background-size: cover;
}
.premium-mv .premium-mv-image .image03{
  width: 50%;
  height: calc((100vh - 128px) / 2);
  background: url("../img/premium/premium-mv03@2x.jpg") no-repeat right;
  background-size: cover;
}
.premium-mv .premium-mv-text{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.premium-mv .premium-mv-text .logo{
 max-width: 500px;
  margin: auto;
}
.premium-mv .premium-mv-text h2{
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .premium-mv{
  height: calc(100vh - 70px);
  width: 100%;
  position: relative;
  text-align: center;
}
.premium-mv .premium-mv-image{
  display: flex;
  flex-wrap: wrap;
}
.premium-mv .premium-mv-image .image01{
  width: 100%;
  height: calc((100vh - 80px) / 2);
  background: url("../img/premium/premium-mv01@2x.jpg") no-repeat center;
  background-size: cover;
}
.premium-mv .premium-mv-image .image02{
  width: 50%;
  height: calc((100vh - 80px) / 2);
  background: url("../img/premium/premium-mv02@2x.jpg") no-repeat right;
  background-size: cover;
}
.premium-mv .premium-mv-image .image03{
  width: 50%;
  height: calc((100vh - 80px) / 2);
  background: url("../img/premium/premium-mv03@2x.jpg") no-repeat right;
  background-size: cover;
}
  .premium-mv .premium-mv-text h2{
  font-size: 16px;
    white-space: nowrap;
}

}
/*premium共通*/
.premium-section{
  padding-top: 140px;
}
.premium-section .link-btn a{
  background: url("../img/bg-cmap-btn@2x.png") no-repeat center;
  background-size: contain;
}
.premium-section-title{
  text-align: center;
  margin-bottom: 60px;
}
.premium-section-title h2{
  font-size: 92px;
  font-weight: normal;
  color: #A2AAB0;
  line-height: 1;
  margin-bottom: 30px;font-family: Georgia, "Times New Roman", Times, "serif"
}
.camp-section-title h2+p{
  font-size: 36px;
  font-weight: 900;
  color: #5C4122;
}
@media screen and (max-width: 768px){
  .premium-section{
  padding-top: 60px;
}
.premium-section .link-btn a{
  background: url("../img/bg-cmap-btn@2x.png") no-repeat center center;
  background-size:cover;
}
  .premium-section-title{
  text-align: center;
  margin-bottom: 30px;
}
.premium-section-title h2{
  font-size: 50px;
  margin-bottom: 25px;
}
.premium-section-title h2+p{
  font-size: 20px;
}
}


/*premiumトップ*/
.serif{
  font-family: 'Noto Serif JP', serif;
}
.premium-top{
  text-align: center;
  padding-bottom: 60px;
}
.premium-top h2{
  color: #4C586F;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}

/*レスポンシブ*/
@media screen and (max-width: 768px){
  .premium-top{
  padding-bottom: 20px;
}
.premium-top h2{
  font-size: 20px;
  margin-bottom: 20px;
}
}
/*premiumトップ*/
.camp-top.premium{
  text-align: center;
  padding-bottom: 60px;
}
.camp-top.premium h2{
  color: #4C586F;;
}

/*レスポンシブ*/
@media screen and (max-width: 768px){
  .camp-top.premium{
  padding-bottom: 40px;
}

  .camp-top.premium .under-text{
    display: flex;
    justify-content: center;
  }
}
/*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;
}
}



/*premium-lineup*/
.premium-lineup{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
.premium-lineup .bg-dark{
  background: #CBC5C1;
  max-width: 1300px;
  margin: auto;
  border-radius: 10px;
  padding: 60px 0;
}
.premium-lineup .car-image{
  width: 400px;
}
.premium-lineup .car-list .item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 140px
}
.premium-lineup .car-list .item:last-of-type{
  margin-bottom: 0;
}
.premium-lineup .car-list .item .car-title{
  width: 100%;
  text-align: center;
  color: #3e3e3b;
  font-weight: bold;
  margin-bottom: 10px;
}
.premium-lineup .car-list .item .car-title h4{
  color: #3e3e3b;
  font-weight: bold;
  font-size: 24px;margin-bottom: 20px;
}
.premium-lineup .car-list .item .car-title h4+small{
  color: #4c586f;
  font-weight: bold;font-size: 16px;
}
.premium-lineup .car-image{
  width: 400px;
}
 .premium-lineup .mainImg{
            margin-bottom: 10px;
   width: 100%;
   height: 268px
        }
        .premium-lineup .subImg{
            display: flex;
            justify-content: space-between;
        }
        .premium-lineup .subImg li{
            width: calc((100% - 20px) / 3);
          background: #fff;
        }
        .premium-lineup .subImg li.current img{
            opacity: .4;
        }
.premium-lineup .car-text{
  width: calc(100% - 480px);
  /*padding-top: 40px;*/
  min-width: 420px;
  margin: auto;
}
.premium-lineup .car-text dl{
  border-bottom: solid 1px #DCDCDC;
  padding: 20px 0;
  display: flex;
}
.premium-lineup .car-text dl:first-of-type{
  padding-top: 0;
}
.premium-lineup .car-text dl:last-of-type{
  border: none;
}
.premium-lineup .car-text dl dt{
  font-weight: bold;
  width: 140px;
}
.premium-lineup .car-text dl dd{
  width: calc(100% - 140px);
  line-height: 1.5;
}
.premium-lineup .btn{
  width: 100%;
}
.premium-lineup .btn a{
  display: block;
  padding: 10px;
  max-width: 342px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  border: solid 2px #DDCFB8;background: #840305;
  border-radius: 50px;
  margin: auto;
  color: #fff;
}
.premium-lineup .btn a:hover{
  opacity: .7;
}
.tab-panel{
  margin: auto;
}
.tab-group{
  display: flex;
  justify-content: center;
}
.tab{
  width: 45%;
  padding:5px;
  list-style:none;
  text-align:center;
  cursor:pointer;
  font-size: 12px;
  background: #a2aab0;
}
.panel-group{
  background:#fff;
  padding: 10px;
  
}
.panel{
  display:none;
}
.tab.is-active{
  background:#fff;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
.page-premium .car-price{
  width: 100%;
  /*padding: 40px 15px;*/
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
  text-align: center;
}
.page-premium .car-price .comment{
  margin-top: 20px;
  text-align: left;
}
/*.page-premium .car-price>div{
  width: 50%;
  margin: auto;
}*/
.page-premium .car-price table{
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background: #f7f7f7;
  border: solid 1px #A2AAB0;
}
.page-premium .car-price table tr{
  border: solid 1px #A2AAB0;
}
.page-premium .car-price table tr th{
  padding: 10px;
  border-right:  solid 1px #A2AAB0;
  width: 40%;
}
.page-premium .car-price table tr td{
  font-size: 16px;
}
.page-premium .car-price table tr:first-of-type{
  border: none;
}
.page-premium .car-price table tr .title{
  border: none;
  background: #4D586F;
  color: #fff;
}
/*レスポンシブ*/
@media screen and (max-width: 768px){
  .premium-lineup{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
  .premium-lineup .bg-dark{
    padding: 40px 0;
  }
.premium-lineup .car-list .item{
  padding: 0;
  margin-bottom: 60px;
}
.premium-lineup .car-list .item .car-title h4{
  font-size: 18px;
}
  .premium-lineup .car-list .item .car-title h4+small{
    font-size: 14px;
  }
.premium-lineup .car-image{
  width: 100%;
  position: relative;
  padding-top: 67%;
}
 .premium-lineup .mainImg{
            margin-bottom: 10px;
   width: 100%;
   height: auto;
   position: absolute;
   top: 0;
        }
        .premium-lineup .subImg{
          padding-top: 20px;
        }
.premium-lineup .car-text{
  width: 100%;
  margin-top: -20px;
  min-width: inherit;
}
.premium-lineup .car-text dl{
  font-size: 14px;
}
.premium-lineup .car-text dl:first-of-type{
  padding-top: 40px;
}
.premium-lineup .car-text dl dt{
  font-weight: bold;
  width: 100px;
}
.premium-lineup .car-text dl dd{
  width: calc(100% - 100px);
}
.tab{
  width: 50%;
  padding:5px 1px;
  list-style:none;
  text-align:center;
  cursor:pointer;
  font-size: 10px;
  background: #a2aab0;
}
.panel-group{
  background:#fff;
  padding: 10px;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#fff;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
  .page-premium .car-price{
  width: 100%;
  padding: 20px 0;
}
  .page-premium .car-price>div{
  width: 100%;
}
}

/*.g-calender.inner{
  padding: 0;
}
.g-calender iframe{
     height: 600px;
  }
@media screen and (max-width: 768px){
  .g-calender iframe{
     height: 800px;
  }
}*/

/*　Googleカレンダー埋め込み  */

.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 {
}
.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 {
    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;
}











