@charset "utf-8";

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

  共通

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


.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/nagasaki/img/20250801/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;
}
.wrap1170{ /* 20周年 */
    width: 1170px;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.sightseeing-wrapper .ttl-wrap{
    /* width: 498px; 通常画像サイズ */
    width: 573px; /* 20周年 */
    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 35px 10px;
    background-color: rgba(255,134,0,0.8); 通常*/
    margin: 0 auto 30px;
    padding: 20px 35px 10px; /* 20周年 */
    background-color: #fffa64; /* 20周年 */
    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; 通常*/
    color: #327c00; /* 20周年 */
    font-size: 28px;
    align-items: baseline;
}
.fare-wrap dl dt{
    width: 55%;
    line-height: 1;
}
.fare-wrap dl dd{
    width: 45%;
    font-size: 38px;
    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; 通常*/
    color: #327c00; /* 20周年 */
    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 20px;
}
.pagelink{
    width: 1000px;
    display: block;
    margin: 0 auto 30px;
}
.pagelink ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagelink ul li{
    width: 32%;
    background: #327c00;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
.pagelink ul li a{
    width: 88%;
    text-decoration: none;
    color: #fff;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.pagelink ul li:nth-child(3) a{
    text-indent: -10px;
}
.pagelink ul li::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: 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;
    margin-bottom: 20px;
    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,
.anv-guide 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;
}
.route .anv-guide-wrap{
  width: 550px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.route .anv-guide{
    width: 100%;
    height: 0;
    padding-bottom: 33%;
    background: url("/sightseeing/kumamoto/img/txt_route_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.route .anv-guide a{
    padding: 1px 8px 0px;
    color: #fff;
    background: #c3d500;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
    right: 36.5%;
    bottom: 37%;
    line-height: 1.7;
    cursor: pointer;
    display: inline-block;
}
.route .anv-guide a:hover{
    opacity: 0.7;
    transition: 0.3s;
}

section.spot{
  margin-top: 50px;
}
.spot .map-wrap{
    max-width: 864px;
    margin: 50px auto;
}
.spot .map{
    width: 100%;
    height: 0;
    padding-top: 45.13888%;
    background: url("/sightseeing/nagasaki/img/20250801/bg_spot_01_pc.png?2506");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.spot .map a{
    width: 218px;
    position: absolute;
}
.spot .harunojyo-btn{
    right: -10.7%;
    bottom: 6.2%;
}
.spot .onigitanada-btn{
    right: 4%;
    top: 27%;
}
.spot .goto-btn{
    left: -15.8%;
    bottom: 34%;
}
.spot .omura-btn{
    right: 0;
    top: 44%;
}
.spot .museum-btn{
    right: 51%;
    bottom: 4.2%;
}
.spot .stadium-btn{
    right: 48.6%;
    bottom: 19.2%;
}

.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{
    font-size: 38px;
    font-weight: bold;
    color: #63a60a;
}
.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-top: 20px;
    margin-bottom: 20px;
    color: #323232;
    font-size: 16px;
}
.spot ul li .txt-wrap h4 + p{
    margin-top: 0;
}
.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;
}

.coupon-wrapper{
    background: #cdf3c5;
    padding: 50px 0;
}
.coupon-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 80px;
    background: #fff;
    border-radius: 10px;
}
.coupon-img{
    text-align: center;
}
.coupon-img h2 span{
  display: block;
  text-align: center;
  margin: 20px auto;
}
.coupon-img a{
    max-width: 470px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
    position: relative;
    border-radius: 35px;
    background-color: #ffde00;
    color: #327c00;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    transition: .25s all;
}
.coupon-img a:hover{
  opacity: 0.6;
}
.coupon-img a::before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 0;
    right: 30px;
    bottom: 0;
    width: 10px;
    height: 15px;
    margin: auto;
    background-color: #327c00;
}
.coupon-info{
  width: 900px;
margin: 50px auto;
}
.coupon-info h3{
  margin: 0 0 25px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 5px;
  background: #63a60a;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
.coupon-info .img-wrap{
    width: 58%;
    max-width: 430px;
}
.coupon-info .gadget-wrap{
    width: 40%;
}

/* ガジェット */
.coupon-wrap .priceInner:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.coupon-wrap .boxIn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
}
.coupon-wrap .priceInner .pic {
  max-width: 370px;
  width: 58%;
}
.coupon-wrap .priceInner .pic figcaption{
  display: block;
  line-height: 1.2;
  padding: 6px 0 0;
}
.coupon-wrap .priceInner .detail {
  width: 44%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.coupon-wrap .priceInner .tit {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #63a60a;
}
.coupon-wrap .priceInner .day {
  margin: 8px 0 0;
  color: #63a60a;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.coupon-wrap .priceInner .price {
  margin: 5px 0 12px;
  color: #63a60a;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.coupon-wrap .priceBox .boxIn .txt {
  width: 100%;
  margin-inline: auto;
  text-align: left;
  font-size: 14px;
}
.coupon-wrap .priceBox .boxIn .txt2 {
  width: 100%;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: left;
}
.coupon-wrap .priceSearch {
    max-width: 352px;
    width: 100%;
    margin: auto;
    padding: 12px 0;
    background-color: #c3d500;
    text-align: center;
    border-radius: 5px;
}
.coupon-wrap .priceSearch .peopleNomber {
  display: inline-block;
}
.coupon-wrap .priceSearch .peopleNomber .cSelect {
  width: 50px;
  height: 35px;
  padding: 0 0 0 10px;
          box-shadow: 2px 3px 4px -4px #000000;
     -moz-box-shadow: 2px 3px 4px -4px #000000;
  -webkit-box-shadow: 2px 3px 4px -4px #000000;
  background-image: url(https://www.solaseedair.jp/img/reservation/cont/icon_select_arrow_pc.png);
  background-position: right center;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  font-size: 14px;
}
.coupon-wrap .priceSearch .btnSearch {
  display: inline-block;
}
.coupon-wrap .priceSearch .btnSearch input {
  width: 122px;
  height: 39px;
  border: 0;
  background: url(https://www.solaseedair.jp/tour/component/image/sc_btn001_pc.png) no-repeat, #C6C6C6;
  text-indent: -9999px;
  cursor: pointer;
}

/* 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,.wrap1170{
      width: 100%;
  }
  .sightseeing-wrapper .mv {
      padding: 30px 0 0;
      background-image: url("/sightseeing/nagasaki/img/20250801/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 10px;
  }
  .pagelink {
      width: 90%;
      margin: 0 auto 20px;
  }
  .pagelink ul{
      display:block;
  }
  .pagelink ul li{
      width: 100%;
      margin-bottom: 10px;
  }
  .pagelink ul li:last-child{
      margin-bottom: 0;
  }
  .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%;
      margin-bottom: 0;
      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 .anv-guide-wrap {
      width: 99%;
      position: relative;
      right: 0;
      bottom: 0;
      margin: 16px auto 0;
  }
  .route .anv-guide a {
      padding: 0 6px;
      font-size: 12px;
      border-radius: 6px;
      right: 31.5%;
      bottom: 36%;
  }
  .route .map {
      position: relative;
      top: 0;
      margin: 25px 0 15px;
  }
  .sightseeing-wrap .route{
      clear: both;
      position: relative;
  }
  .sightseeing-wrapper .fare-wrap {
      /* padding: 30px 23px 2px; 通常*/
      padding: 15px 23px 2px;
      margin: 0 auto!important;
  }
  .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: 83.17307%;
      background: url("/sightseeing/nagasaki/img/20250801/bg_spot_01_sp.png?2506");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
  }
  .spot .map a{
    /* width: 30%; */
  }
  .spot .harunojyo-btn{
      width: 23% !important;
      right: 0.2%;
      bottom: 2.3%;
  }
  .spot .onigitanada-btn{
      width: 28% !important;
      left: 22%;
      top: -4%;
  }
  .spot .goto-btn{
      width: 30.4% !important;
      left: 0.8%;
      bottom: 2.4%;
  }
  .spot .omura-btn{
      width: 35% !important;
      right: 2%;
      top: -4%;
  }
  .spot .museum-btn{
      width: 36% !important;
      right: 25%;
      bottom: 2%;
  }
  .spot .stadium-btn{
      width: 35% !important;
      right: 39%;
      bottom: 15.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 .main.long {
    margin-top: 12px;
  }
  .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;
  }



  /* ガジェット周り 作成中 */

  .coupon-wrap{
      width: 92%;
      padding: 30px 20px;
  }
  .coupon-info {
      width: 100%;
      margin: 30px auto;
  }
  .coupon-wrap .priceInner .pic {
      max-width: 100%;
      width: 100%;
      text-align: center;
  }
  .coupon-wrap .priceInner .pic figcaption{
      display: block;
      text-align: left;
  }
  .coupon-wrap .priceInner .detail {
      display: block;
      width: 100%;
      margin: 10px 0;
      padding-top: 0;
  }
  .coupon-wrap .priceSearch {
      margin: 15px auto 0;
  }
  .coupon-wrap .priceInner .price {
      margin-bottom: 10px;
  }
  .coupon-img a {
      padding: 14px 0 12px;
      font-size: 16px;
  }

  .coupon-ticket{
      margin-top: 30px;
  }
  .coupon-ticket .ticket-head {
      padding: 35px 20px 12px;
  }
  .coupon-ticket .ticket-head h3{
      font-size: 17px;
  }
  .coupon-ticket .ticket-head h3:before {
      border-width: 27px 0px 27px 15px;
  }
  .coupon-ticket .ticket-head h3:after {
      border-width: 27px 15px 27px 0px;
  }
  .coupon-ticket .ticket-head strong {
      font-size: 45px;
  }
  .coupon-ticket .ticket-head p {
      font-size: 16px;
  }
  .coupon-ticket .ticket-head strong span {
      font-size: 30px;
      padding-left: 3px;
  }
  .coupon-ticket .ticket-head p span {
      font-size: 13px;
      padding-left: 1px;
  }


}


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

}

