@charset "utf-8";


.ocean-peach .peachLogo{
    position: absolute;
    top: 40px;
    left: 10px;
    max-width: 300px;
}
.ocean-peach #changeBox{
    margin: 0;
}
.tour h3{
  width: 100%;
}
#isgk.ocean-peach .searchImgWrap {
    background: url(/special/peachTravel/image/bg_top.webp) no-repeat;
    background-size: cover;
}
.ocean-peach .pageNavi,.ocean-peach .lead {
    background-color: #0253ac;
}

.ocean-peach .pageNavi{
    margin: 0;
 padding-top: 30px;
}
@media screen and (max-width: 768px){
    .ocean-peach .peachLogo{
        top: 80px;
        width: 250px;
        left: calc(50% - 125px);
    }
    .searchImgWrap .searchWrap form input[type="submit"]{
        margin: 0;
    }
}


/* point */
.point .ttl01 {
  text-align: center;
}
.point .ttl01 span{
  color: #12397a;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 3rem 0;
}
.kaigai .point .ttl01 {
  margin: 20px;
}


@media screen and (max-width: 768px){
  .point .ttl01 {
    margin-top: 20px;
  }
  .point .ttl01 span {
    font-size: 1.2em;
  }
}
.point {
  background: url(/file_contents/43060/get) top left repeat;
  text-align: center;
}

.point .subPoint {
  display: flex;
}

.point .subPoint .left {
  width: 35%;
  border-radius: 6px;
  overflow:hidden;
}

.point .subPoint .right {
  width: 90%;
    margin: 0 auto;
  position: relative;
}

.point .subPoint .right .cms:before {
    transform: rotate(-25deg);
    content: "comming soon";
    display: inline-block;
    position: absolute;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: rgb(82 82 82 / 70%);
    top: 73%;
    left: 72%;
    z-index: 20;
}

.onsen_area .point .subPoint .right {
  width: 100%;
  margin-left: 0;
  position: relative;
}



.point .ttl .lead {
  color: #fff;
  font-weight: bold;
}
.point img {
  margin: 0 auto;
  width: 80px;
  margin-bottom: 10px;
}
.point .point_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.point .point_card .card{
  width: 30%;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.kaigai .point .point_card .card {
  margin-bottom: 30px;
}
.point .point_card .card h6 span {
  font-weight: bolder;
  color: #a72c8b;
}
.point .point_card .card .text{
    background-color: #054cac;
    background-image: -webkit-linear-gradient(left, #007adf 0%, #65ccd6 100%);
    background-image: linear-gradient(to right, #007adf 0%, #65ccd6 100%);
    position: relative;
    padding: 100px 20px 20px 20px;
    color: #FFF;
}
.point .point_card .card .text p a{
    background: #FFF;
    border-radius: 4px;
    color: #047dde;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px 10px 5px 10px;
}
.point .point_card .card .text p a img{
    width: 6px;
    display: inline;
    line-height: 1;
    vertical-align: middle;
}
.point .point_card .card .text span.point{
    width: 80px;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    z-index: 11;
}
.point .point_card .card .text span.red{
  font-size: 12px;
}
.point .point_card .card .text h6{
      background-color: #FFF;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    width: 90%;
    left: 5%;
    z-index: 10;
    top: -15px;
    color: #799600;
    font-size: 18px;
        display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
  .point .subPoint {
    display: block;
  }
  .point .subPoint .left {
    width: 100%;
  }
  .point .subPoint .right {
    width: 100%;
    margin-top: 20px;
    margin: 0 auto;
    position: relative;
  }
  .point .subPoint .right .cms:before {
    transform: rotate(-25deg);
    content: "comming soon";
    display: inline-block;
    position: absolute;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: rgb(82 82 82 / 70%);
    top: 80%;
    left: 55%;
    z-index: 20;
}
}

@media (max-width: 599px){
  .point .subPoint .right .cms:before {
    transform: rotate(-25deg);
    content: "comming soon";
    display: inline-block;
    position: absolute;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: rgb(82 82 82 / 70%);
    top: 28%;
    left: 48%;
    z-index: 20;
}
}

/* .point 追加 */
.point .right{
    background-color: #FFF;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}
.point .right h2{
    margin-bottom: 0;
}
.point .right h2 span{
    color: #6d564a;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
}
.point .hoken a{
    background-color: #e2c3a6;
    width: 80%;
    display: block;
    margin: 0 auto 20px auto;
    padding: 15px;
    border-radius: 15px;
    color: #6d564a;
    font-weight: bold;
}
.point .point_card .card{
    background-color: #F9d0db;
    color: #6d564a;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px;
}
.point .card .point img{
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .point .point_card .card{
        margin: 0;
        padding: 0;
    }
    .point .card .point img{
        margin: 10px auto;
    }
    .point .card .card__text{
        padding-bottom: 15px;
    }
    .point .right h2 span{
        padding: 0 0 15px 0;
        font-size: 22px;
        line-height: 1.4;
    }
    .point .hoken a{
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
    }
}


/* 役立ち情報 */
.ocean-peach .spotBlk .lead{
    background: none;
    font-size: 28px;
}
.spotBlk .spotBlk__link{
  padding: 0 10px;
}
.spotBlk .cmn-ttl{
  text-align: center;
}
.spotBlk__wrap{
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1200px) {
  .spotBlk__wrap a.spotBlk__link{
    width: 30% !important;
  }
}
@media (max-width: 768px) {
  .spotBlk__wrap a.spotBlk__link{
    width: 100% !important;
    display: flex;
  }
  .ocean-peach .spotBlk .lead{
    font-size: 18px;
  }
  .ocean-peach .spotBlk .info{
    margin-bottom: 20px;
  }
}

.spotBlk .info {
  margin: 0 auto 5px;
  width: 32%;
}

.spotBlk__wrap--ttl {
  text-align: center;
  font-size: 20px;
    padding: 15px 0;
    font-weight: normal;
}
.spotBlk__wrap .link{
    padding: 15px;
    color: #FFF;
    border-radius: 10px;
    width: 90%;
    margin: 0 5%;
    font-size: 18px;
}
.spotBlk__wrap .link a{
    color: #FFF;
}

@media (max-width: 768px) {
  .spotBlk__wrap {
    display: block;
  }
  .spotBlk .info {
    width: 100%;
  }
  .spotBlk__wrap .link{
    font-size: 16px;
  }
}


/* faq */
.campaignQa{
    margin-top: 60px;
}
.campaignQa h2.ttl span:nth-of-type(1){
    font-weight: bold;
    font-size: 100%;
}
@media (max-width: 768px) {
    .ocean-peach .campaignQa .box dl .sub{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}