@charset "utf-8";


@media screen and (max-width: 568px){ .fourcols_title img {
  /* max-height: 70px; */
  width: 94%;
  margin: 0 auto;
}
}

.line_deco01 {
  border-top: double 6px #e03644;
}




/*


🦀2023year🦀
     🦀

*/



/*base css*/
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    color: #444;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination-bullet {
    background: #444/*c57d49*/;
}

.base_prod li {
    background: #fff;
}

.base_prod .hotel li>a .details_box>.tag>.icon {
    background: #fff;
    color: #fff;
    color: #444;
    /* background: #b4a983; */
    border: 1px solid #444;
}

/*font*/
.fs2_2 {
    font-size: 2.2rem;
}

.bold {
    font-weight: bold;
}

/*navi*/
#campaign .naviArea li,
.naviArea3 li {
    border-right: 1px solid #b4a983;
}

#campaign .naviArea li:nth-child(1),
.naviArea3 li:nth-child(1) {
    border-left: 1px solid #b4a983;
}

#campaign .naviArea li span {
    position: relative;
}

#campaign .naviArea li span::after {
    content: '';
    border-top: 1.5px solid #900;
    border-right: 1.5px solid #900;
    display: block;
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    left: 42%;
    bottom: 10%;
    -webkit-transform: rotate(135deg) translate(-35%, -40%);
    transform: rotate(135deg) translate(-35%, -40%);
}

/*coupon ver.02*/
.coupon {
    color: #342207;
}

.coupon a {
    color: #900;
}

#campaign .cp_ttl {
    width: 100%;
    text-align: center;
}

#campaign h2 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-top: 2%;
    display: inline-block;
    display: inline-block;
    background: linear-gradient(90deg, #990000, #e33e02);
    background: -webkit-linear-gradient(0deg, #990000, #e33e02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.deco{font-size:1.1em;}*/
.coupon .tbl {
    margin: 2% auto;
    width: 80%;
}

.coupon h4 {
    padding: 1% 3%;
    background: #b4a983;
    color: #fff;
    font-weight: normal;
    margin: 4%0 1.5%;
}

.coupon ul {
    width: 90%;
    margin: 0 auto;
}

/*.coupon ul{display:flex;justify-content: space-around;}
.coupon ul li{width:40%}*/
/*.coupon  .tbl > div > p:nth-child(1) {width: 70%;margin: 0 auto;}*/
/*table
#campaign table {border-collapse:collapse;width:96%;margin:2%}
#campaign th{width:20%}
#campaign th, #campaign td {
    border: solid 1px #b4a983;
    padding:2%;
    background:#eae9e4ab;
}*/

/*coupon btn*/
#campaign .btn01 {
    display: inline-block;
    width: 96%;
    margin: 2% 2% 1%;
}

#campaign .btn01 a {
    display: block;
    position: relative;
    padding: 1.5% 4% 1.5% 3%;
    font-size: 1.15em;
    font-weight: 500;
    background: #900;
    border: 2px solid #900;
    transition: ease .2s;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

#campaign .btn01 a::after {
    content: '';
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    display: block;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
    z-index: 3;
}

#campaign .btn01 a:hover {
    text-decoration: none;
}

#campaign .btn01 a:hover::after {
    content: '';
    border-top: 1.5px solid #900;
    border-right: 1.5px solid #900;
}

#campaign .btn01 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #eae9e4;
    transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

#campaign .btn01 a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

#campaign .btn01 a span {
    position: relative;
    z-index: 3;
    color: #fff;
}

#campaign .btn01 a:hover span {
    color: #900;
}

/*kani*/
#kani {
    background:/*#eae9e4*/#f4efe2;
    padding: 4% 0;
    color: #444;
    letter-spacing: .013em;
}

#kani .text {
  padding: 0 2%;
  line-height: 2;
}

#kani .read_text{
      margin: 2% 0 3%;
}

#kani h3 {
    position: relative;
    padding-bottom: 1.8%;
    font-size: 1.8em;
    line-height: 1.3;
    letter-spacing: .02em;
}

#kani h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #c57d49 0px, #c57d49 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}

.tbl p>span.small {
  line-height: 1.8;
  display: block;
  margin-top: 1%;
}

span.small {
    font-size: 1.2rem;
    color: #444;
}

/*h3 span.small*/
.right {
    display: block;
    text-align: right;
    /*margin-top: -15px;*/
}

.read_text h3 {
  text-align: center
}

.read_text h3+p {
  margin: 1%;
  text-align: center;
}

#kani .btn02 {
    display: inline-block;
    width: 30%;
    margin: 0;
}

#kani .btn02 a {
    display: block;
    padding: 4% 1%;
    font-size: 1.15em;
    position: relative;
    color: #fff;
    font-weight: 500;
    border: 2px solid #666;
    background: #666;
    border-radius: 30px
}

#kani .btn02 a::after {
    content: '';
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    display: block;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
}

#kani .btn02 a:hover {
    background: #c57d49;
    border: 2px solid #c57d49;
    text-decoration: none
}

/*#kani .btn02 a:hover::after{border-top: 1.5px solid #b4a983;border-right: 1.5px solid #b4a983;}*/
#kani .area_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#kani .area_list ul li {
    background: #fff;
    width: 32%
}

#kani .area_list .toyama div:nth-child(1) {
    background: url(/content/dam/jretravel/site/page/hokuriku/images/cp/cp2023/toyama_kani.jpg);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    background-size: cover;
    position: relative;
}

#kani .area_list .ishikawa div:nth-child(1) {
    background: url(/content/dam/jretravel/site/page/hokuriku/images/cp/cp2023/isikawa_kani.jpg);
    background-repeat: no-repeat;
    background-position: 0 -30px;
    background-size: cover;
    position: relative;
}

#kani .area_list .fukui div:nth-child(1) {
    background: url(/content/dam/jretravel/site/page/hokuriku/images/cp/cp2023/fukui_kani.jpg);
    background-repeat: no-repeat;
    background-position: /*0px -11px*/-8px -30px;
    background-size: cover;
    position: relative;
}

#kani .area_list>ul>li>div:nth-child(1)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(#444 15%, transparent 15%), radial-gradient(#444 15%, transparent 15%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}

#kani .area_list>ul>li>div:hover::after {
    content: none;
}

#kani .area_list>ul>li>div:nth-child(1) a {
    display: block;
    width: 100%;
    min-height: 210px;
    color: #fff;
    z-index: 5;
    position: relative;
}

#kani .area_list>ul>li>div:nth-child(1) a span:nth-child(2) {
    background: #666;
    padding: 1% 1.5%;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 1.2em;
    line-height: 1.8;
}

#kani .area_list>ul>li>div:nth-child(1) a span.menu_name {
    font-size: .8em;
    font-weight: normal;
    position: absolute;
    bottom: 40px;
    right: 10px;
    filter: drop-shadow(0px 0 5px #000);
}

#kani .area_list>ul>li>div:nth-child(1) a:hover>span {
    background: #c57d49
}

#kani .area_list>ul>li>div:nth-child(1) a span:nth-child(2)::after {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    width: .6em;
    height: .6em;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
}

#kani .area_list>ul>li>div:nth-child(1) a:hover span.menu_name {
    display: none;
}

#kani .area_list ul>li>div:nth-child(2) {
    padding: 2%;
}

#kani .area_list ul>li>div:nth-child(2) ul li {
    width: 48%;
    margin: 2% 0;
}

#kani .area_list ul>li>div:nth-child(2) ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5% 10%;
    color: #fff;
    background: #444;
    border: #444 solid 1px;
}

#kani .area_list ul>.toyama>div:nth-child(2) ul li:nth-child(2) a,
#kani .area_list ul>.fukui>div:nth-child(2) ul li:nth-child(1) a {
    padding: 12% 10%;
}

#kani .area_list ul>li>div:nth-child(2) ul li a::after {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    width: .6em;
    height: .6em;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
}

#kani .area_list ul>li>div:nth-child(2) ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c57d49;
    border: 1px solid #c57d49;
}

#kani .area_list ul>li>div:nth-child(2) ul li a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* --------------------- SP ---------------------------- */
@media screen and (max-width:767px) {

    #campaign .naviArea ul {
        display: flex;
        padding: 2% 1%;
        font-size: 1em;
        white-space: nowrap;
        overflow: scroll;
    }

    #campaign .naviArea ul li {
        /* width:30%; */
        padding: 0% 5% 5% 5%;
        margin: 0 1%;
        position: relative;
        background: #f4efe2;
        border: none;
    }

    #campaign .naviArea ul li:first-child {
        border: none;
    }

    /*#campaign .naviArea ul li:first-child{*/
    /* width:100%; */
    /* text-align: center; */
    /*    margin-left: 0px;
    padding-left: 3%;
}*/

    #campaign .naviArea ul li a {
        position: relative;
        color: #4d4d4d;
        font-weight: 700;
        display: block;
    }

    #campaign .naviArea ul li a:after {
        content: '';
        display: block;
        position: absolute;
        border-top: 3px solid #900;
        border-right: 3px solid #900;
        border-width: 1.5px;
        width: 10px;
        height: 10px;
        left: 40%;
        bottom: 5%;
        -webkit-transform: rotate(135deg) translate(-50%);
        transform: rotate(135deg) translate(-50%);
    }

    .coupon .cmp-text p {
        text-align: left !important;
    }

    .coupon .tbl {
        width: 98%;
        margin-bottom: 10%;
    }

    .coupon h4 {
        margin: 8% 0 5%
    }

    .coupon ul {
        width: 98%
    }

    #campaign .btn01 a {
        width: 100%
    }

    #kani .text{
      padding:0 1%;
    }

    #kani .read_text {
        padding-bottom: 5%
    }

    #kani h3 {
      padding-bottom: 3.5%;
    }

    .read_text h3+p {
      text-align: left;
      margin:3% 4% 0;
    }

    #kani .btn02 {
        width: 90%;
        margin: 6% 0 1%;
    }

    #kani .btn02 a {
        padding: 3% 1%;
        background: #c57d49;
        border:#c57d49;
    }

    #kani .area_list ul {
        display: block
    }

    #kani .area_list ul li {
        width: 100%;
        margin:10% 0;
    }

    #kani .area_list .toyama div:nth-child(1){
        background-position: 0 -35px;
    }

    #kani .area_list>ul>li>div:nth-child(1) a{
        min-height: 220px;
    }

    #kani .area_list .ishikawa div:nth-child(1){
        background-position: 0 -40px;
    }

    #kani .area_list>ul>li>div:nth-child(1) a span:nth-child(2){
        background: #444;
    }

    #kani .area_list>ul>li>div:nth-child(1)::after {
        content: none;
    }

    #kani .area_list ul>li>div:nth-child(2) ul li {
        width: 100%
    }

    #kani .area_list ul>li>div:nth-child(2) ul li a{
        background: #c57d49;
        border:#c57d49;
    }

    #kani .area_list ul>li>div:nth-child(2) ul li a,
    #kani .area_list ul>.toyama>div:nth-child(2) ul li:nth-child(2) a,
    #kani .area_list ul>.fukui>div:nth-child(2) ul li:nth-child(1) a {
        padding: 3% 5%;
    }

    #kani .area_list ul>li>div:nth-child(2) ul li {
        margin: 3% 0 5%
    }

    #kani .area_list ul>li>div:nth-child(2) ul li a::after {
        right: 5%
    }

}


/*----------------------
          JBH
------------------------*/
@media screen and (max-width:767px) {
  .jbh img.sp {
    width: 80%;
    margin: 0 auto;
  }
}