@charset "utf-8";

/*===================================
summerSale
===================================*/

[data-element-id] .summerSaleImg {
    height: auto;
}

/*.summerSaleImg {
    height: 400px;
    position: relative;
}
*/
[data-element-id] .summerSaleImg .pic {
    position: static;
}

[data-element-id] .summerSaleImg .pic.show\@tb {
    width: 500px;
}

/*.summerSaleImg .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/
.search-wrap {
    background: #fde300;
}

.online .search-wrap {
    background: #32cd32;
}

.search-wrap .tit {
    width: 100%;
    max-width: 700px;
    font-size: 2rem;
    font-weight: bold;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-align: center;
    position: relative;
}

.search-wrap .tit:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 7px);
    border-top: 14px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.tour_selectBox dl:not(:last-of-type) {
    margin-bottom: 3px;
}

.tour_selectBox dt {
    color: #fff;
    font-weight: bold;
    background: #220ee8;
    padding: 10px 15px;
    font-size: 1.8rem;
    margin-bottom: 3px;
}

.online .tour_selectBox dt {
    color: #fff;
    font-weight: bold;
    background: #1e90ff;
    padding: 10px 15px;
    font-size: 1.8rem;
    margin-bottom: 3px;
}

.tour_selectBox dd {
    font-size: 1.6rem;
    background: #fff;
    padding: 10px 15px;
}

.tour_selectBox dd label {
    display: inline-block;
    margin-right: 20px;
}

.tour_selectBox input[type=radio] {
    margin-right: 5px;
}

.tour_selectBox .tourTxt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.tour_selectBox .tourNum {
    color: #DD0000;
    margin-right: 3px;
}

.tour-list .tit01 {
    color: #220ee8;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.online .tour-list .tit01 {
    color: #1e90ff;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.peach .tour-list .tit01 {
    color: #E65080;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.tour-list .tit02 {
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    background: #220ee8;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.online .tour-list .tit02 {
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    background: #1e90ff;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.peach .tour-list .tit02 {
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    background: #E65080;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.peach .tour_box .tit img {
    width: 30px;
    margin-right: 10px;
}

.tour-list .tour_box:not(:last-of-type) {
    margin-bottom: 30px;
}

.peach .tour_box .areaTxt {
  border: 2px solid #E65080;
    border-radius: 5px;
    background: #fff;
    margin: 20px 10px;
    padding: 20px 30px;
}

.peach .tour_box .sub {
  font-size: 1.8rem;
    color: #E65080;
    font-weight: bold;
    text-align: center;
}

.peach .tour_box li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    color: #E65080;
    padding-right: 5px;
}

.plan-wrap .tourBox > * {
    height: 100%;
    border: 1px solid #220ee8;
    -webkit-box-shadow: 3px 3px #00a497;
    box-shadow: 3px 3px #220ee8;
    padding: 10px 10px 75px 10px;
    position: relative;
}

.online .plan-wrap .tourBox > * {
    height: 100%;
    border: 1px solid #1e90ff;
    -webkit-box-shadow: 3px 3px #1e90ff;
    box-shadow: 3px 3px #1e90ff;
    padding: 10px 10px 75px 10px;
    position: relative;
}

.peach .plan-wrap .tourBox > * {
    height: 100%;
    border: 1px solid #9b308c;
    -webkit-box-shadow: 3px 3px #9b308c;
    box-shadow: 3px 3px #9b308c;
    padding: 10px 10px 75px 10px;
    position: relative;
}

.plan-wrap .tourBox .area {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    background: #000;
    padding: 0 10px;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 5;
}

.plan-wrap .tourBox .pic a {
    display: block;
}

.plan-wrap .tourBox .tit {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0;
}

.peach .plan-wrap .tourBox .txt span {
  color: #ff0000;
  font-weight: border;
}

.plan-wrap .tourBox .btn {
    width: calc(100% - 20px);
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.plan-wrap .tourBox .btn a {
    display: block;
    color: #000;
    font-size: 1.6rem;
    background: #fde300;
    padding: 5px;
}

.online .plan-wrap .tourBox .btn a {
    display: block;
    color: #000;
    font-size: 1.6rem;
    background: #32cd32;
    padding: 5px;
}

.peach .tourBox {
  display: block;
}
.peach .plan-wrap .tourBox .btn a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    background: #d14e97;
    padding: 5px;
}

.plan-wrap .tourBox .btn .price {
    display: block;
    color: #DD0000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .tour-list .tit01 {
        font-size: 3.2rem;
    }

    .tour-list .tit02 {
        font-size: 3.2rem;
    }
}

@media (max-width: 599px) {
    .search-wrap .tit {
        font-size: 1.8rem;
    }

    .tour-list .tit01 {
        font-size: 2.6rem;
    }

    .tour-list .tit02 {
        font-size: 2.6rem;
    }
    .peach .tour-list .tit01,
    .peach .tour-list .tit02,
    .peach .peachQa .ttl02 {
      font-size: 2rem;
    }
    .peachQa .box dl dt {
      font-size: 16px;
    }
}


.peach .lead-wrap {
  background-color: #EF8DA5;
}

.peach .lead-wrap .tit {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0;
    text-align: center;
}

.peach .lead-wrap .lead {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

.peach .lead-wrap .schedule {
  background: #d14e97;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 15px;
}

.peach .lead-wrap .schedule img {
    width: 20px;
    height: auto;
    margin: 0 5px;
    color: #fff;
}

.peachlink {
    padding: 30px 0;
}

.peach-back02 {
    background: #F9D0DB;
}

.peachlink .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.peachlink .box ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.peachlink .box ul li a {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background: #E65080;
    padding: 15px 25px 5px 25px;
    border-radius: 10px;
    border: 2px solid #FFF;
    display: block;
    position: relative;
    z-index: 0;
}

.peachlink .box ul li a:after {
    font-family: "Font AWesome 5 Free";
    content: "\f107";
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.peach .peachFeatures .ttl-mb-small {
    margin-bottom: 20px;
}

.peach .peachFeatures .ttl02,
.peach .peachQa .ttl02 {
    font-size: 30px;
    color: #E65080;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.peachFeatures .ttlimg {
    width: 300px;
    margin: 0 auto 30px;
}

.peachFeaturesIntro, .peachFeaturesPoint {
    max-width: 100%;
    width: 640px;
    margin: 0 auto 30px;
}

.peachFeaturesPoint .tit {
    font-size: 20px;
    color: #E65080;
    text-align: center;
    border-bottom: 2px solid #E65080;
    margin-bottom: 20px;
}

.peachFeaturesPoint .box li {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.peachFeaturesPoint .box li+li{
  margin-top: 10px;
}

.peachFeaturesPoint .box li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    color: #E65080;
    padding-right: 5px;
}

.peach .peachFeaturesState .ttl03 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    background-image: linear-gradient(-45deg, #F9D0DB 20%, #EF8DA5 20%, #EF8DA5 30%, #E65080 30%);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.up-ofi-60:after {
    content: "";
    display: block;
    padding-top: 60%;
}

.peachFeaturesState .imgbox .txt {
    font-size: 14px;
    color: #E65080;
    margin-top: 5px;
}

.peachQa .box dl dt {
    font-size: 18px;
    color: #fff;
    background: #E65080;
    border: 2px solid #E65080;
    cursor: pointer;
    padding-right: 50px;
}

.peachQa .box dl dt:hover {
    color: #E65080;
    background: #fff;
}

.peachQa .box dl > * {
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.peachQa .box dl > * {
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.peachQa .box dl dt .sub {
    color: #E65080;
    background: #fff;
}

.peachQa .box dl .sub {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}


.peachQa .box dl dt.active:before {
    content: "\f077";
}

.peachQa .box dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 0;
}

.peachQa .box dl dd .sub {
    color: #fff;
    background: #E65080;
}

.peachQa .box dl .sub {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}

.peachQa .box dl+dl {
    margin-top: 30px;
}

@media (max-width: 599px){
  .peach .lead-wrap .tit{
    font-size: 1.8rem;
  }
}


.peach .tourBtn li {
  color: #E65080;
  border: 2px solid #E65080;
}

.peach .newList .block-type-02 .areaList {
  color: #E65080;
  border: 1px solid #E65080;  
}

.peach .tourList .item .tit {
  color: #E65080;
}
