@charset "utf-8";

/* ------------------------------------------

  共通

 ------------------------------------------ */

html{
  scroll-behavior: smooth;
}

.mt10{ margin-top: 10px }
.mt15{ margin-top: 15px }
.mt20{ margin-top: 20px }
.mt25{ margin-top: 25px }
.mt30{ margin-top: 30px }
.mt35{ margin-top: 35px }
.mt40{ margin-top: 40px }

.attention{
    color: #d54100;
}

.pc { display: block !important; }
.sp { display: none !important; }

.flex {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-cnt {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.indent{
  text-indent: -15px;
  padding-left: 15px;
}
.dash{
  display: inline-block !important;
  padding-left: 3px !important;
  padding-right: 3px;
}


/* ------------------------------------------

  ページCSS

 ------------------------------------------ */

/* メインコンテンツ
--------------------------------- */

article.sightseeing-wrapper{
    width: 100%;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, #5fcea0 40%, #65cee8 65%, #daf5fe 100%);
}
.sightseeing-wrapper .mv{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    background-image: url("/sightseeing/fukuoka/img/bg_mv_01_pc.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.wrap1050{
    width: 1050px;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.sightseeing-wrapper .ttl-wrap{
    width: 498px;
    margin: 0 auto;
}
.sightseeing-wrapper .ttl-wrap p{
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #198deb;
    color: #fff;
    text-align: center;
}
.sightseeing-wrapper .fare-wrap{
    width: 536px;
    margin: 0 auto;
    padding: 37px 30px 10px;
    background-color: rgba(255,134,0,0.8);
    border-radius: 15px;
    position: relative;
}
.sightseeing-wrapper .fare-wrap .kiei{
    max-width: 234px;
    width: 44%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.fare-wrap dl{
    color: #ffff50;
    font-size: 25px;
    align-items: baseline;
}
.fare-wrap dl dt{
    width: 60%;
    line-height: 1;
}
.fare-wrap dl dd{
    width: 40%;
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    text-align: right;
}
.fare-wrap dl dd span{
    font-size: 25px;
    display: inline-block;
    padding-left: 5px;
}
.fare-wrap .indent{
    color: #fff;
    margin: 15px 0;
}
.fare-wrap .indent li{
    margin-bottom: 5px;
}
.fare-wrap .indent li:before{
    content: "※";
    display: inline;
}
.module-wrap{
    width: 1100px;
    display: block;
    margin: 70px auto;
}

.sightseeing-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    background: #fff;
    position: relative;
}
.reserve-btn a{
    max-width: 147px;
    width: 100%;
    display: block;
}

.sightseeing-wrap section{
    margin: 0 65px;
}
.sightseeing-wrap section h2{
    max-width: 427px;
    width: 80%;
    margin: 0 auto;
}

section.route{
    position: relative;
}
.route .map{
    position: relative;
    top: -20px;
    display: block;
}
.route ul{
    width: 550px;
    padding: 20px 30px 15px;
    position: absolute;
    right: 0;
    bottom: 180px;
    background: #edf2b2;
    border-radius: 15px;
    font-size: 20px;
}
.route ul li{
    margin-bottom: 6px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.route ul li p{
    display: inline;
    color: #535759;
}
.route ul li a{
    max-width: 95px;
    width: 17%;
    display: block;
    background: #63a60a;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.route ul li a span{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: 0 0 3px 5px;
    border-top: 0.5em solid transparent;
    border-bottom: .5em solid transparent;
    border-left: 0.5em solid #fff;
}
.spot .map-wrap{
    max-width: 822px;
    margin: 50px auto;
}
.spot .map{
    width: 100%;
    height: 0;
    padding-top: 41.48418%;
    background: url("/sightseeing/fukuoka/img/bg_spot_01_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.spot .map a{
    width: 156px;
    position: absolute;
}
.spot .fukuokajyo-btn{
    left: 25.4%;
    bottom: 18.7%;
}
.spot .ito-btn{
    left: 13.4%;
    top: 30%;
}
.spot .sakurai-btn{
    left: 10.6%;
    top: 53.6%;
}
.spot .noko-btn{
    width: 238px !important;
    left: 3.4%;
    top: 7.6%;
}
.spot .yasu-btn{
    right: 10.8%;
    bottom: 25.4%;
}

.spot .map-wrap + ul > li{
    margin-bottom: 40px;
    padding-top: 30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spot ul li .txt-wrap{
    max-width: 445px;
    width: 40%;
}
.spot ul li .img-wrap{
    max-width: 591px;
    width: 60%;
}
.spot ul li .txt-wrap h3{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.spot ul li .txt-wrap h3 .sub{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    padding: 2px 20px;
    background: #c3d500;
    border-radius: 10px;
}
.spot ul li .txt-wrap h3 ruby,
.spot ul li .txt-wrap h3 .main{
    padding-left: 10px;
    font-size: 38px;
    font-weight: bold;
    color: #63a60a;
}
.spot ul li .txt-wrap h3 .main.long{
    width: 100%;
    line-height: 1.2;
    padding-left: 0;
}
.spot ul li .txt-wrap h3 rt{
    font-size: 14px;
    font-weight: normal;
}
.spot ul li .txt-wrap h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #63a60a;
    line-height: 1.5;
}
.spot ul li .txt-wrap p{
    margin-bottom: 20px;
    color: #323232;
    font-size: 16px;
}
.spot ul li .txt-wrap ul{
    color: #323232;
    font-size: 15px;
}
.spot ul li .txt-wrap ul li{
    padding: 0;
}
.spot ul li .txt-wrap ul:not(.two) li,
.spot ul li .txt-wrap ul.two dl dd{
    text-indent: -15px;
    padding-left: 15px;
}
.spot ul li .txt-wrap ul:not(.two) li:before,
.spot ul li .txt-wrap ul.two dl dd:before{
    content: "● ";
    display: inline;
    font-size: 13px;
}
.spot ul li .txt-wrap ul.two dl{
    overflow: auto;
}
.spot ul li .txt-wrap ul.two dl dt{
    width: 13%;
    float: left;
    color: #63a60a;
    font-weight: bold;
}
.spot ul li .txt-wrap ul.two dl dd{
    width: 86%;
    float: right;
}
.link{
    width: 1100px;
    margin: 0 auto 80px;
}

/* PCのみ効かせたい */
@media only screen and (min-width: 601px) {

  .pc-flex {
      display:flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

}


@media only screen and (max-width: 600px) {

  .pc { display: none !important; }
  .sp { display: block !important; }


  .wrap1050{
      width: 100%;
  }
  .sightseeing-wrapper .mv {
      padding: 30px 0 0;
      background-image: url("/sightseeing/fukuoka/img/bg_mv_01_sp.jpg");
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
  }
  .sightseeing-wrapper .ttl-wrap{
      width: 82%;
      margin: 0 auto 20px;
  }
  .sightseeing-wrapper .fare-wrap{
      width: 95%;
  }
  .sightseeing-wrapper .fare-wrap .kiei{
      width: 160px;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
  }
  .sightseeing-wrap{
      width: 93%;
      padding: 20px 0;
  }
  .module-wrap {
      width: 95%;
      margin: 20px auto;
  }
  .sightseeing-wrap section {
      padding: 0 10px;
      margin: 0;
  }
  .reserve-btn a{
      max-width: 110px;
      width: 100%;
  }
  .sightseeing-wrapper .ttl-wrap p {
      padding: 15px 0 25px;
      font-size: 15px;
  }
  .route ul {
      width: 100%;
      padding: 18px 10px 10px;
      position: relative;
      right: 0;
      bottom: 0;
  }
  .route ul li p {
    width: 80%;
    font-size: 13px;
    padding-right: 10px;
    line-height: 1.5;
  }
  .route ul li a {
      max-width: 85px;
      width: 20%;
      padding: 3px 0;
      font-size: 14px;
  }
  .route .map {
      position: relative;
      top: 0;
      margin: 25px 0 15px;
  }
  .sightseeing-wrap .route{
      clear: both;
      top: 0;
      position: relative;
  }
  .sightseeing-wrapper .fare-wrap {
      padding: 30px 23px 2px;
  }
  .fare-wrap dl {
      max-width: 280px;
      width: 100%;
      font-size: 17px;
      margin: 0 auto;
  }
  .fare-wrap dl dt{
    font-weight: bold;
  }
  .fare-wrap dl dd{
      margin-bottom: 5px;
      font-size: 20px;
  }
  .fare-wrap dl dd span {
      font-size: 15px;
  }
  section.spot{
    margin-top: 40px;
    overflow: hidden;
  }
  .spot .map{
      width: 100%;
      height: 0;
      padding-top: 66.45569%;
      background: url("/sightseeing/fukuoka/img/bg_spot_01_sp.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
  }
  .spot .map a{
    width: 36%;
  }
  .spot .fukuokajyo-btn{
      left: 61%;
      bottom: 3.5%;
  }
  .spot .ito-btn{
      left: -10%;
      top: 26.5%;
  }
  .spot .sakurai-btn{
      left: 1%;
      top: 64.6%;
  }
  .spot .noko-btn{
      width: 34% !important;
      left: 5.5%;
      top: 4.8%;
  }
  .spot .yasu-btn{
      right: -7%;
      bottom: 30.2%;
  }
  .spot .map-wrap + ul > li:nth-child(odd) .txt-wrap{
      order: 2;
  }
  .spot .map-wrap + ul > li:nth-child(odd) .img-wrap{
      order: 1;
  }
  .spot ul li .txt-wrap{
      max-width: 100%;
      width: 100%;
      margin-top: 20px;
  }
  .spot ul li .img-wrap{
      max-width: 100%;
      width: 100%;
  }
  .spot ul li .txt-wrap h3 .sub {
      margin-bottom: 0;
      padding: 3px 20px;
      font-size: 13px;
      line-height: 1.3;
  }
  .spot ul li .txt-wrap h3 ruby, .spot ul li .txt-wrap h3 .main {
        font-size: 23px;
  }
  .spot ul li .txt-wrap h3 rt{
    font-size: 12px;
  }
  .spot ul li .txt-wrap h4 {
      margin: 17px 0;
      font-size: 18px;
  }
  .spot ul li .txt-wrap p {
      font-size: 15px;
      line-height: 1.5;
  }
  .spot ul li .txt-wrap ul:not(.two) li, .spot ul li .txt-wrap ul.two dl dd{
      margin-bottom: 3px;
  }
  .spot ul li .txt-wrap ul.two dl dt{
      width: 17%;
  }
  .spot ul li .txt-wrap ul.two dl dd{
      width: 80%;
      float: right;
  }

  .link{
      width: 95%;
      margin: 0 auto;
  }
  .link li{
      margin-bottom: 15px;
  }

}


@media only screen and (max-width: 450px) {

}

