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



/*レスポンシブ*/
@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-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;
  margin-top: 50px;
}
.price-flow .item{
  width: calc((100% - 30px) / 3);
  border-radius: 10px;
  overflow: hidden;
  background: #EDEDED;
  margin-bottom: 60px;
}
.price-flow .item h3{
  background: #4c7e74;
  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: #4c7e74;
  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: #4c7e74;
  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;
  }
}

.page-price .cover-title{
  background: url("../img/sienta/Sienta\ banner.png") no-repeat right 30% top;
  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;
}
}


/*ページ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-section-title{
  text-align: center;
  margin-bottom: 10px;
}
.camp-section-title.b30{
  text-align: center;
  margin-bottom: 30px;
}
.camp-section-title h2{
  font-size: 50px;
  font-weight: normal;
  color: #DDCFB8;
  line-height: 1;
  margin-bottom: 30px;
}

.camp-section-title h3{
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  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;
  }
}

/*レスポンシブ*/
@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;
}
}

/************ 2022-10-13 ************/

/*campSpec*/
.camp-spec{
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.camp-spec .bg-charcoal{
  background-image: linear-gradient( 109.6deg,  rgba(24,138,141,1) 11.2%, rgba(96,221,142,1) 91.1% );
  max-width: 1260px;
  max-height: 800px;
  margin: auto;
  border-radius: 0 0 10px 10px ;
  padding: 90px 0 90px 0;
}
.camp-spec .camp-section-title h2{
  color: #ffffff;
}
.spec-table {
  margin-bottom: 20px;
}
.spec-table dl{
  border: solid 3px #ffffff;
  border-top: none;
  display: flex;
}
.spec-table dl:first-of-type{
  border-top: solid 3px #ffffff;;
}
.spec-table dt{
  width: 285px;
  text-align: center;
  background: #4c7e74;
  color: #fff;
  padding: 10px;
}
.spec-table dd{
  width: calc(100% - 285px);
  text-align: center;
  padding: 10px;
  background: #eae4d8;
}
.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{
}
.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;
}
}

/*レスポンシブ*/
@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;
  }
}

