@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"daytrip-taxi"

Cascading Style Sheet Setting File

Ver.20221021

********************************************************************************************************** |READ ME| **/

/** | Business Club | ************************************************************************************************************/

img {
  display:block;
  width:100%;
}


.bus-poi-ttl{
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin:0 auto 120px;
  max-width: 1000px;
}

.bus-poi-ttl-sub{
  margin:0 auto 60px;
  max-width: 1000px;
  text-align: left;
  color:#FF0033;
  font-size:24px;
  font-weight:bold;
}

.bus-poi-list{
  margin:0 auto 120px;
  max-width: 1000px;
  text-align: left;
}

.bus-poi-list dt{
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px 190px;
}

.bus-poi-list dt::before{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width:130px;
  height:130px;
  color:#FF0033;
  font-size: 60px;
  line-height: 130px;
  font-weight: bold;
  background: #FFF8F8;
  text-align: center;
}

.bus-poi-list dt:nth-of-type(1)::before{
  content:"1";
}

.bus-poi-list dt:nth-of-type(2)::before{
  content:"2";
}

.bus-poi-list dt:nth-of-type(3)::before{
  content:"3";
}

.bus-poi-list dd{
  line-height: 2;
  padding: 0 0 0 190px;
  margin:0 auto 80px;
  min-height: 80px;
}

.bus-tck{
  max-width: 1000px;
  margin:0 auto 120px;
  border: 1px #ddd solid;
  padding:60px;
  position: relative;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  align-items: flex-start;
}

.bus-tck img{
  width:30%;
}

.bus-tck-txt{
  padding: 0 0 0 10%;
}

.bus-tck-tit{
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
}

.bus-tck-list{
  line-height: 2.2;
}

.bus-flo{
  margin:0 auto 120px;
  max-width: 1000px;
  text-align: left;
}

.bus-flo-tit{
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
}

.bus-flo-txt{
  line-height: 2.2;
}

.bus-fot-inner {
  max-width:1100px;
  margin:auto;
  box-sizing:border-box;
  padding:100px 0 80px;
}
.bus-fot-content {
  display:flex;
}
.bus-fot-content-l {
  width:50%;
  border-right:1px solid #ccc;
  padding:0 75px;
  box-sizing:border-box;
}
.bus-fot-btn {
  display:block;
  width:100%;
  background:#F03;
  font-size:16px;
  line-height:80px;
  border-radius:40px;
  color:#fff;
}
.bus-fot-content-r {
  width:50%;
  padding:0 40px;
  box-sizing:border-box;
}
.bus-fot-content-tel {
  font-size:50px;
  font-weight:bold;
}
.bus-fot-content-ttl {
  font-size:20px;
  font-weight:bold;
  margin-bottom:30px;
}
@media (max-width:640px) {

  .bus-fot-inner {
    padding:60px 0 50px;
  }

  .bus-poi-ttl{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    margin:0 auto 60px;
  }

  .bus-poi-ttl-sub{
    margin:0 auto 30px;
    font-size:20px;
  }

  .bus-poi-list{
    margin:0 auto 60px;
  }

  .bus-poi-list dt{
    min-height:50px;
    font-size:18px;
    line-height:1.5;
    padding: 0 0 10px 70px;
  }

  .bus-poi-list dt::before{
    width:50px;
    height:50px;
    font-size:22px;
    line-height:50px;
  }

  .bus-poi-list dd{
    padding:0;
    margin:0 auto 40px;
  }

  .bus-tck{
    margin:0 auto 60px;
    padding:30px;
    flex-wrap: wrap;
  }

  .bus-tck img{
    width:100%;
  }

  .bus-tck-txt{
    padding:20px 0 0 0;
  }

  .bus-tck-tit{
    padding: 0 0 5px;
    font-size:16px;
  }

  .bus-tck-list{
    line-height:1.8;
  }

  .bus-flo{
    margin:0 auto 60px;
  }

  .bus-flo-tit{
    font-size: 16px;
  }

  .bus-flo-txt{
    line-height: 1.8;
  }

  .bus-fot-content {
    display:block;
  }
  .bus-fot-content-l {
    width:100%;
    border-right:none;
    border-bottom:1px solid #ccc;
    padding:0 20px 50px;
    margin-bottom:50px;
    box-sizing:border-box;
  }
  .bus-fot-btn {
    display:block;
    width:100%;
    background:#F03;
    font-size:16px;
    line-height:60px;
    border-radius:30px;
    color:#fff;
  }
  .bus-fot-content-r {
    width:100%;
    padding:0 20px;
    box-sizing:border-box;
  }
  .bus-fot-content-tel {
    font-size:34px;
    line-height:1;
    margin-bottom:10px;
  }
  .bus-fot-content-ttl {
    font-size:20px;
    margin-bottom:20px;
  }
}
