@charset "utf-8";

@media screen and (min-width: 1100px) {
    .nopc {
        display: none;
    }

    /*------------------------------------------------
    おすすめ商品枠
    --------------------------------------------------*/
    #recommend {
        width: 100%;
        padding: 70px 0;
        background-color: #faf7f3;
    }
    #recommend h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }
    #recommend h2 span {
        font-size: 40px;
        line-height: 1.5em;
        font-family: 'Futura-Bold','Open Sans', sans-serif;
        display: block;
        margin-bottom: 10px;
    }
    #recommend h3 {
        font-size: 30px;
        line-height: 1.5em;
        font-weight: bold;
        color: #d65d6b;
        display: flex;
        align-items: center;
        margin: 60px 0 40px;
        text-align: center;
    }
    #recommend h3:before {
        content: "";
        height: 8px;
        flex-grow: 1;
        background-color: #f3ced2;
        margin-right: 15px;
    }
    #recommend h3:after {
        content: "";
        height: 8px;
        flex-grow: 1;
        background-color: #f3ced2;
        margin-left: 15px;
    }
    #recommend .tokuten {
        width: 960px;
        background-color: #f3ebe1;
        padding: 20px 30px;
        margin: 0 auto 40px;
    }
    #recommend .tokuten h4 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #recommend .tokuten h4:before {
        font-family: "Font Awesome 5 Free";
        content: "\f521";
        margin-right: 10px;
    }
    #recommend .tokuten h4:after {
        font-family: "Font Awesome 5 Free";
        content: "\f521";
        margin-left: 10px;
    }
    #recommend .tokuten-list {
        display: flex;
        justify-content: center;
    }
    #recommend .tokuten-list li {
        background-color: #fff;
        border: solid 1px #d65d6b;
        padding: 5px 13px;
        margin: 0 5px;
        color: #d65d6b;
        font-size: 15px;
        font-weight: bold;
    }
    #recommend .tokuten-list li span {
        font-size: 12px;
        color: #333;
    }
    #recommend .bnr {
        text-align: center;
    }
    #recommend .bnr.top-bnr {
    margin-bottom: 48px;
    }
    /*----------------------------------------------
        商品
    ------------------------------------------------*/
    .tour-box {
        width: 992px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin:0 auto 30px;
    }
    .tour-box > li {
        background-color: #fff;
        border: solid 2px #ececec;
        position: relative;
    }
    .tour-box.col4 > li {width: 24%; margin: 0 0.5% 20px;}
    .tour-box.col3 > li {width: 31%; margin: 0 1% 20px;}

    .tour-box > li:hover {
        border: solid 2px #fbd438;
        transition: all 0.6s ease;
    }
    .tour-box > li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
        text-decoration: none;
        padding-bottom: 10px;
    }
    .tour-box .tour-img img {
        width: 100%;
    }
    .tour-box .tour-title {
        font-size: 16px;
        line-height: 1.4em;
        font-weight: bold;
        padding: 10px;
        color:#29201c;
    }
    .tour-box .tour-text {
        font-size: 13px;
        line-height: 1.4em;
        padding: 0 10px;
        margin-bottom: 10px;
        color:#29201c;
    }
    .tour-box .tour-price{
        padding: 0 10px;
        font-size: 17px;
        line-height: 1.3em;
        font-weight: bold;
        text-align: right;
        color: #ef1d1d;
    }
    .tour-box .tour-nenyu{
        padding: 0 10px;
        font-size: 11px;
        line-height: 1.3em;
        color: #ef1d1d;
        text-align: right;
    }
    .tour-box .tour-dep{
        padding: 0 10px;
        text-align: right;
        font-size: 11px;
        color:#29201c;        
    }
    .tour-box > li:after {
        content: "";
        bottom: 0;
        right: 0;
        border-top: 0.7em solid transparent;
        border-right: 0.7em solid #fbd438;
        position: absolute;
    }
    /*商品空の時*/
    .tour-box > li:empty {
        display: none;
    }

    .tour-airpot{
        font-size: 14px;
        line-height: 1.4em;
        /*font-weight: bold;*/
        padding: 7px 10px;
        color:#29201c;  
        /*background: #367dbe;*/
        text-align: right;
        width:100%;
        margin:0 auto;
    }


    /*----------------------------------------------
        商品を探す
    ------------------------------------------------*/
    #recommend .search {
        width: 960px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    #recommend .search li {
        width: 230px;
        font-size: 16px;
        font-weight: bold;
    }
    #recommend .search li img {
        width: 150px;
    }
    #recommend .search li span {
        display: block;
        margin-top: 15px;
    }
    #recommend .search li span:after {
        font-family: "Font Awesome 5 Free";
        content: "\f101";
        margin-left: 8px;
    }
    #recommend .search li a {
        display:block;
        color: inherit;
        text-decoration: none;
        padding: 30px 0;
        background-color: #ffeaec;
        border-radius: 30px;
        box-shadow: 0 2px 3px 0 rgb(0 0 0 / .3);
    }
    #recommend .search li a:hover {
        background-color: #fbdadd;
    }

}



@media screen and (max-width: 1100px) {
  #hawaii-senmon .box-content.link-senmon .wrap-box-link {
    width: 90%;
  }
}

@media screen and (max-width: 1099px) {
  .tour-box {
    width: 100%;
    /* margin: 2.5%; */
  }


    /*----------------------------------------------
        商品
    ------------------------------------------------*/
    .tour-box {
        width: 100%;
        margin-bottom: 5vw;
    }
    .tour-box > li {
        background-color: #fff;
        border: solid 2px #ececec;
        position: relative;
        margin-bottom: 2vw;
    }
    .tour-box > li a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        color: #333;
        text-decoration: none;
        padding: 2vw;
    }
    .tour-box .tour-img {
        width: 37%;
        margin-right: 3%;
    }
    .tour-box .tour-img img {
        width: 100%;
    }
    .tour-box .tour-title {
        width: 60%;
        font-size: 3.8vw;
        line-height: 1.4em;
        font-weight: bold;
        color:#29201c;
    }
    .tour-box .tour-text {
        width: 100%;
        padding: 2vw 0;
        font-size: 3.3vw;
        line-height: 1.4em;
        color:#29201c;
    }
    .tour-box .tour-price{
        width: 100%;
        font-size: 4.2vw;
        line-height: 1.3em;
        font-weight: bold;
        text-align: right;
        color: #ef1d1d;
        margin-bottom: 1vw;
    }
    .tour-box .tour-nenyu{
        width: 100%;
        font-size: 2.8vw;
        line-height: 1.3em;
        color: #ef1d1d;
        text-align: right;
    }
    .tour-box .tour-dep{
        width: 100%;
        padding: 0 1vw;
        font-size: 2.8vw;
        text-align: right;
        color:#29201c;
    }
    .tour-box > li:after {
        content: "";
        bottom: 0;
        right: 0;
        border-top: 0.7em solid transparent;
        border-right: 0.7em solid #fbd438;
        position: absolute;
    }
    /*商品空の時*/
    .tour-box > li:empty {
        display: none;
    }
    
    .tour-airpot{
        font-size: 2.8vw;
        line-height: 1.4em;
        /* font-weight: bold; */
        padding: 0 1vw;
        color: #29201c;
        /* background: #367dbe; */
        text-align: right;
        width: 100%;
        margin: 0 auto;
    }

    /*----------------------------------------------
        商品を探す
    ------------------------------------------------*/
    #recommend .search {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #recommend .search li {
        width: 42vw;
        font-size: 3.4vw;
        font-weight: bold;
        margin: 0 2vw 4vw;
    }
    #recommend .search li img {
        width: 20vw;
    }
    #recommend .search li span {
        display: block;
        margin-top: 3vw;
    }
    #recommend .search li span:after {
        font-family: "Font Awesome 5 Free";
        content: "\f101";
        margin-left: 0.5vw;
    }
    #recommend .search li a {
        display:block;
        color: inherit;
        text-decoration: none;
        padding: 5vw 0;
        background-color: #ffeaec;
        border-radius: 20px;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / .3);
    }


  /* #hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 {
    margin-top: 8%;
    font-size: 3.3vw;
  }

  #hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 .icon {
    width: 28px;
    height: 28px;
    position: relative;
    top: 3px;
    left: -3px;
  }

  #hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link .txt {
    margin-top: 3%;
    font-size: 2.9vw;
  } */
}