@charset "UTF-8";

/* ページ設定 */
.businessWrap .mainWrap {
    color: #333;
    line-height: 1.4;
    font-size: 17px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.businessMv .ttl01 {
    margin-bottom: 3px;
}

.businessMv .ttl01 img {
    width: 100%;
    height: 100%;
}

.businessMv .ttl02 {
    margin: 0 auto;
    color: #FFF;
    background: #161525;
    line-height: 1.5;
    padding: 15px 9px 15px 9px;
}

.seach-point .right {
    background: url(/upload/tenant_1/peach_point_bg.webp) top left repeat;
    text-align: center;
    padding: 30px 0;
}

.seach-point .point .ttl01,
.area .ttl01,
.faq .ttl01 {
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

.seach-point .ttl01 span,
.area .ttl01 span,
.faq .ttl01 span{
    color: #fff;
    background-color: #161525;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 15px 200px;
    position: relative;
}

.seach-point .ttl01 span:before,
.area .ttl01 span:before,
.faq .ttl01 span:before {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/left.webp) top left no-repeat;
  width: 120px;
  height: 40px;
  background-size: contain;
  left: 30px;
  top: 15px;
  z-index: 5;
}

.seach-point .ttl01 span:after,
.area .ttl01 span:after,
.faq .ttl01 span:after {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/right.webp) top right no-repeat;
  width: 120px;
  height: 40px;
  background-size: contain;
  right: 30px;
  bottom: 15px;
  z-index: 5;
}

.seach-point .point_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

.seach-point .point_card .card {
    margin: 20px;
    background: #fff;
    width: 30%;
    border-radius: 10px;
    padding: 10px;
}

.seach-point img {
    margin: 0 auto;
    width: 80px;
    margin-bottom: 10px;
}

.seach-point .point_card .card h3 {
    color: #161525;
    font-weight: bold;
    font-size: 1.2rem;
}

.seach-point .point_card .card span {
    font-size: .9rem;
}

.area ul {
  margin: 40px 0;
}

.tourSelectBox {
    margin: 15px 0;
}

.tourSelectBox table {
    text-align: left;
    border: 1px solid #000;
    width: 100%;
}

.tourSelectBox table th {
    font-weight: 700;
    background: #161525;
    color: #fff;
    padding: 5px;
}

.tourSelectBox table td {
    padding: 15px;
}

.tourSelectBox table td label {
    display: inline-block;
    margin: 5px 10px 0 0;
}

.tourSelectBox table td label input {
    margin-right: 5px;
}

.tourSelectBox table .txtCenter {
    text-align: center;
    font-size: 22px;
}

.tourSelectBox table .txtCenter td .tourNum {
    color: #ea0000;
    font-size: 34px;
}

.tourSelectBoxHead {
    font-size: 21px;
    text-align: left;
    margin-bottom: 10px;
}

.tourBox {
    padding: 25px 0;
    border-bottom: #e4e4e4 solid 7px;
}

.tourBox.taiwan .janreRight .destination {
    background: #b10000;
}

.tourBox.chugoku .janreRight .destination {
    background: #de6700;
}

.tourBox.vet .janreRight .destination {
    background: #84d600;
}

.tourBox.male .janreRight .destination {
    background: #dcc100;
}

.tourBox.korea .janreRight .destination {
    background: #ca1a1a;
}

.tourBox.hongkong .janreRight .destination {
    background: #001c84;
}

.tourBox.shin .janreRight .destination {
    background: #c71585;
}

.tourBox.guam .janreRight .destination {
    background: #78c7ff;
}

.tourBox.phili .janreRight .destination {
    background: #00d8b0;
}

.tourBox.macau .janreRight .destination {
    background: #ff72c7;
}

.tourBox.thai .janreRight .destination {
    background: #2fa200;
}

.tourBox.bali .janreRight .destination {
    background: #7f00a9;
}

.tourBox dl {
    clear: both;
    margin-bottom: 25px;
}

.tourBox dl dt {
    text-align: center;
}

.tourBox dl dt .tourItem {
    padding: 0 2px 0 2px;
    font-size: 14px;
}

.tourBox dl dt .tourItem .tourImg {
    margin-bottom: 5px;
}

.tourBox dl dd .tourLinkbtn {
  margin-top: 50px;
}

.tourBox dl dd .osusumeTour {
    border: 1px solid #000;
    padding: 5px;
    margin-top: 15px;
    background: #def1f9;
}

.tourBox dl dd .osusumeTtl {
    margin-bottom: 5px;
}

.tourBox dl dd .osusumeLink a {
    text-decoration: underline;
    color: #199ef5;
}

.tourBox .tourLinkbtn .btn {
    width: 30%;
    margin: 0 5px;
    text-align: center;
}

.tourBox .tourLinkbtn .btn .days {
    font-size: 18px;
    display: block;
    background: #161525;
    padding: 10px 25px 8px;
    color: #fff;
    border: solid 3px #ccc;
    border-radius: 5px;
}

.tourBox .tourLinkbtn .btn .price {
    font-size: 17px;
    color: #ea0000;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.tourBox .tourLinkbtn .btn .btn_nomove .days {
    background: #BFBFBF;
    border: solid 3px #BFBFBF;
}

.tourJanre {
    overflow: hidden;
    margin-bottom: 10px;
}

.janreLeft {
    font-size: 25px;
    font-weight: 700;
    float: left;
}

.janreRight {
    font-size: 23px;
    float: right;
}

.janreRight .destination {
    color: #fff;
    padding: 6px 5px 3px;
    line-height: 1;
    margin-left: 22px;
    display: inline-block;
    position: relative;
}

.janreRight .destination::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    margin: auto 0;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
}

.txtNote {
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .businessWrap .mainWrap .inner {
        max-width: 100%;
    }

    .tourBox .tourLinkbtn .btn {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .businessWrap .mainWrap {
        font-size: 14px;
        padding: 0 4px;
    }

    .businessWrap .mainWrap .inner {
        width: 100%;
    }
    
    .seach-point .ttl01 span,
    .area .ttl01 span,
    .faq .ttl01 span{
      font-size: 1.2em;
      padding: 15px 60px;
    }
    
    .seach-point .ttl01 span:before,
    .area .ttl01 span:before,
    .faq .ttl01 span:before{
      width: 50px;
      height: 20px;
      left: 0px;
      top: 15px;
    }
    
    .seach-point .ttl01 span:after,
    .area .ttl01 span:after,
    .faq .ttl01 span:after{
      width: 50px;
      height: 20px;
      right: 0;
      bottom: 20px;
    }
    
    .seach-point .point_card .card {
      width: 100%;
    }

    .tourSelectBox table td {
        padding: 15px 15px 0 15px;
    }

    .tourSelectBox table td label {
        font-size: 16px;
        margin: 0 15px 20px 0px;
    }

    .tourSelectBox table .txtCenter {
        font-size: 19px;
    }

    .tourSelectBox table .txtCenter td {
        padding: 0 0 10px 0;
    }

    .tourSelectBox table .txtCenter td .tourNum {
        font-size: 29px;
    }

    .tourSelectBoxHead {
        font-size: 18px;
    }

    .tourBox dl {
        width: 100%;
    }

    .tourBox dl dd {
        padding-top: 15px;
    }

    .tourBox .tourLinkbtn .btn {
        width: 46%;
    }

    .tourBox .tourLinkbtn .btn .btn_nomove .days {
        background: #005490;
        border: solid 3px #ccc;
    }

    .tourJanre {
        display: block;
    }

    .janreLeft {
        display: block;
        font-size: 22px;
    }

    .janreRight {
        font-size: 16px;
        display: block;
    }

    .txtNote {
        margin-top: 10px;
    }
}



/*faq*/
.faq {
    background: url(/upload/tenant_1/peach_point_bg.webp) top left repeat;
    padding: 20px;
}

.faq .box {
  margin-top: 40px;
}

.faq .box dl+dl {
    margin-top: 30px;
}

.faq .box dl > * {
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.faq .box dl dt {
    font-size: 18px;
    color: #fff;
    background: #161525;
    border: 2px solid #161525;
    cursor: pointer;
    padding-right: 50px;
}

.faq .box dl dt:hover {
    color: #161525;
    background:#fff;
}

.faq .box dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 0;
}

.faq .box dl dt.active:before {
    content: "\f077";
}

.faq .box dl dd {
    font-size: 16px;
    background: #fff;
    border: 2px solid #161525;
}

.faq .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;
}

.faq .box dl dt .sub {
    color: #161525;
    background: #fff;
}

.faq .box dl dd .sub {
    color: #fff;
    background: #161525;
}

@media (max-width: 1024px) {
    .faq .box dl+dl {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .faq .box dl > * {
        font-size: 14px;
        padding: 10px 30px 10px 55px;
    }

    .faq .box dl dt {
        padding: 10px 30px 10px 45px;
    }
    
    .faq .box dl .sub {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        top: 10px;
        left: 8px;
    }

    .faq .box dl dt:before {
        font-size: 14px;
        top: 15px;
        right: 10px;
        z-index: 0;
    }
}


.item .img {
    margin-bottom: 10px;
    position: relative;
}

[data-element-id] .item .imgbox li {
    opacity: 1;
}

.item .imgbox li {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.item .imgbox li.active {
    opacity: 1;
}

[data-element-id] .item .img ul:after {
    display: none;
}

[data-element-id] .item .img li img {
    position: static;
}

.item .thumb li {
    opacity: 0.6;
    cursor: pointer;
}


.tourBox .tourItem .imgbox .img li {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.tourBox .tourItem .imgbox .img li.active {
  opacity: 1;
}
.tourBox .tourItem .imgbox .thumb li {
  cursor: pointer;
}


/* .active{
  display: block !important;
}
.erase{
  display: none !important;
} */
