@charset "utf-8";
/*
* ★★CSS for PC
* @date 2025.5.12
*/
body {
    min-width: 1200px;
    box-sizing: border-box;
}
.sp {
    display: none;
}
#widewrapper {
    width: 100%;
}
#contentsArea a:hover {
    opacity: 0.8;
}
#contentsArea a:link:active,
#contentsArea a:link:hover,
#contentsArea a:visited,
#contentsArea a:visited:active,
#contentsArea a:visited:hover {
    text-decoration: none;
    color: #333;
}
#contents.column1 {
    width: 100%;
    padding: 0;
    background: #f3f3f3;
}
div#grpLocationArea.newHD {
    clear: both;
    margin: 10px 0 10px 15px;
    width: auto;
    font-size: 82%;
}
/* ---keyVisual--- */
#keyVisual {
    width: 100%;
    margin-bottom: 0;
    background: #075088;
    border-top: 1px solid #075088;
    border-bottom: 1px solid #075088;
    position: relative;
}
#keyVisual.pr_absolute::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 1;
    padding: 4px 0;
    content: "PR";
    z-index: 1;
}
#keyVisual h1 {
    width: 1200px;
        text-indent: 0;
        margin: 0 auto;
    img{ display: block;}
}
#keyVisual ul {
    width: 100%;
}
#keyVisual ul li {
    height: 400px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#keyVisual .keyBtm li:nth-child(1) {
    background-image: url("https://img.travel.rakuten.co.jp/select/okuranikko/202506/images/keyvisual1.jpg");
}
#keyVisual ul li p {
    padding: 12px;
    text-shadow: 0 0 6px #000, 0 0 3px #000;
}
/* cpnSchedule */
#mainContents .cpnSchedule {
    padding-top: 24px;
    text-align: center;
    font-size: 95%;
    line-height: 1.5em;
}
/* ---search--- */
.secSearch {
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
}
.secSearch #Searchbox {
    margin: 0 auto;
    width: 1145px;
}
.secSearch #Searchbox h2.mainTtl {
    text-align: center;
    font-size: 24px;
    color: #075088;
}
#contentsArea #search-box p.searchSubmit a:hover {
    color: #ffffff;
}
#search-box.verB.test .explain {
    left: auto;
    right: 0;
    top: -30px;
}
/* ---coupon--- */
#contents .cpn {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0;
}
#contents .cpn h2 {
    text-align: center;
    font-size: 24px;
    color: #075088;
    line-height: 1.5em;
}
.cpn .coupon__filter__guide {
    margin-bottom: 0;
}
.cpn .coupon__filter__guide a.arr-green-windowA {
    background-color: #ffffff;
    font-weight: normal;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
}
/* ---cpninfo--- */
#cpInfo {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
}
#cpInfo h2 {
    font-size: 22px;
    text-align: center;
}
#cpInfo dl {
    font-size: 85%;
    line-height: 1.5em;
}
#cpInfo dt {
    color: #bf0a0a;
    font-weight: bold;
    margin: 16px 0 8px;
}
#cpInfo dd {
    margin: 16px 0;
}
#cpInfo a {
    text-decoration: underline!important;
    color: #bf0a0a!important;
}
#cpInfo a :hover {
    text-decoration: none;
}
/* ---totop--- */
#contents .toPpageTop {
    position: fixed;
    right: 32px;
    bottom: 32px;
    opacity: 0.7;
    line-height: 0;
    z-index: 1;
}
#contents {
    position: relative;
}
.surveyArea {
    background-color: #fff;
}
/* coupon1click */
.coupon__box__holder {
    justify-content: center;
}
.tableholderCpn table tr:first-child td {
    padding-right: 40px;
}


a.jdsPagetop{background: #075088;
    position: relative;
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 100%;
text-indent: -9999px;}

a.jdsPagetop::before{
    display: block;
        position: absolute;
        top: 45%;
        right: 35%;
        width: 17px;
        height: 17px;
        margin-top: -3px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
}