@charset "UTF-8";

.lazyload, .lazyloading {opacity: 0;}
.lazyloaded {
	opacity: 1;
	transition: opacity 150ms;
}

/*Header*/
.globalNav { margin-top: -2px;}
.globalNav li {display: inline;}
#subnavi #subnaviLinks {line-height: 0;}
#header_area #header990 .cf {display: none;}

/*common.cssの上書き*/
#wrap {
    width: 100%;
}
#container{
    width:950px;
    margin: 0 auto;
}
#info {
    width: 950px;
    margin: 0 auto;
}

/*social_tokusyu.cssの上書き*/
.socialIcon {
    top: 0;
    display: block;
    width: 270px;
    overflow: hidden;
}
.socialIcon ul {
    display: block;
    width: 270px;
    text-align: right;
    height: 40px;
    margin-bottom: 0px;
    margin-top:10px;
}


/*#Pankuzu*/
#pankuzu {display: block;}
#pankuzu li {
    float: left;
    font-size: 7px;
    margin-left: 3px;
    margin-top: 0;
    list-style-type: none;
    line-height: 1.5em;
    }
#pankuzu li span {
    position:relative;
    padding: 0 1px 0 2px;
    top:-1px;
}
#pankuzu li {
    font-size:10px;
}
#pankuzu li a {
    text-decoration:none;
}
#pankuzu li a:hover {
    color: #ff7d00;
}

h1 {
    color: #999999;
    font-size: 8px;
    font-weight: 100;
    margin: 0 auto;
    text-align: right;
}

#spweek_lp{
    font-size :16px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    padding: 0;
    font-family: "メイリオ",sans-serif;
    clear:both;
}

/*メイン画像*/
#spweek_head .headerImage{
    
    width: 100%;
    text-align: center;
    /* background:url(/theme/specialweek/image/mainimage_pc.png) top center no-repeat; */
    background:url(../image/mainimage_pc.png) top center no-repeat;
    position:relative;
    margin: 0;
    padding: 0;


    height: 150px;
    width: 950px;
    margin: 0 auto;
}

/*common parts*/
#spweek_lp .pc{display: block!important;}
#spweek_lp .sp{display: none!important;}
.pc{display: block!important;}
.sp{display: none!important;}



/*btn*/
#spweek_lp .btn{
    width: 600px;
    margin: 60px auto;
    border: 3px solid #f50000;
    border-radius: 5px;
    background: #FFFFFF;
    position: relative;
}
#spweek_lp .btn:after{
    position: absolute;
    content: url(/theme/specialweek/image/icon_red_arrow_forBtn.png);
    right: 20px;
    top: 25px;
}
#spweek_lp .btn a,
#spweek_lp .btn span{
    margin: 0;
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3b1800;
    text-decoration: none!important;
}
#spweek_lp .btn a:hover{
    opacity: .6;
}
#spweek_lp .comingsoon,
#spweek_lp .colsed{
    background: #CCCCCC!important;
    border:none!important;
}
#spweek_lp .present_entry{
    background: #F50000!important;
    border:none!important;
}

#spweek_lp .comingsoon a,
#spweek_lp .colsed a,
#spweek_lp .comingsoon span,
#spweek_lp .colsed span,
#spweek_lp .present_entry a,
#spweek_lp .present_entry span{
    color :#FFFFFF!important;
}
#spweek_lp .btn.comingsoon:after,
#spweek_lp .btn.colsed:after{
    content: none!important;
}
#spweek_lp .btn.present_entry:after,
#spweek_lp .btn.present_entry:after{
    content: url(/theme/specialweek/image/icon_white_arrow_forBtn.png)!important;
}


/*Footer*/
.footerCustum {
    margin: 0 auto;
    width: 950px;
}
.footerCustum a:link { color: #1b47ff; text-decoration: none  !important;}
.footerCustum a:visited { color: #9720c9; text-decoration: none  !important;}
.footerCustum a:hover { color: #ff7d00; text-decoration: none  !important;}
.to_pagetop{margin: 0 auto;}

#ft_ul{
    width: 950px;
    border-bottom:#CCC 2px solid;
    overflow: hidden;
    padding:0;
    margin-bottom: 0;
    margin: 0 auto;
}
#ft_ul li{
    float:left;
    list-style-type:none;
    margin: 30px 0 5px;
}
#ft_logo{
    margin:40px 0;
    text-align: left;
    width: 950px;
}
.to_pagetop_a {
    text-align: left;
    padding-left: 12px;
    background: url(/jalan/doc/theme/common/images/totop_icon003.gif) no-repeat left top;
}
.pageTopLink{
    width: 950px;
    margin: 0 auto;
    border-bottom: none;
}

#ft_logo{
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
}
#ft_logo > p:nth-child(2){
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#spweek_head{
    margin-bottom: 30px;
}
#area_tab_wrap_pc{
    width:950px;
    margin: 0 auto;
}
.area_tab{
    display: flex;
}
#area_tab_wrap_pc .area_tab li:hover{
    opacity:0.7;
}
.yado_box,
.area_tab li{
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
                'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
                'Segoe UI',                  /* Windowsの欧文 */
                'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
                Meiryo,                      /* Windowsのメイリオ */
                sans-serif;

}
.area_tab li{
    width:155px;
    margin-bottom: 4px;
    background-color: #f50000;
    font-size:24px;
    color:#f7f5f2;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0.5% 0;
    margin-right: 4px;
    cursor: pointer;
}
.area_tab li:last-child{
    margin-right: 0;
}
.tab_selected{
    background-color: #c3a000 !important;
}
#area_contents_wrap{
    background-color: #f7f5f2;
}
/*4カラム 宿カセット*/
.yado_box {
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 25px;
    width: 920px;
}
.yado_box.current_area{
    display:block !important;
    animation-name:fade-in;
    animation-duration:0.3s; 
    animation-timing-function: ease-out; 
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
    0% {opacity: 0}
    100% {opacity: 1}
}
.yado_box li {
    width: 289px;
    height: 425px;
    display: inline-block;
    padding: 0;
    margin: 0 19px 15px 0;
    list-style: none;
    box-sizing: border-box;
    background: #FFFFFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.yado_box li h3 {
    font-weight: normal;
    font-size: 12px;
    padding: 4px 10px;
    background: #ccc;
}
.yado_box li a {
    display: block;
    text-decoration: none !important;
    box-sizing: border-box;
    color: #3b1800;
}
.yado_box li a:hover {
    opacity: .6;
}
.yado_box li div {
    position: relative;
    width: 260px;
    height: 95px;
    margin: 0 auto;
}
.yado_box li div.end:after {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 55px;
    box-sizing: border-box;
    content: "配布終了";
    color: #ffffff;
    background: rgba(128, 128, 128, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff); /*IE8以下用*/
    zoom: 1; /*IE*/
    filter: none\9;
    -ms-filter: none\9;
}
.yado_box li div.comingsoon02:after {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 0;
    box-sizing: border-box;
    content: "coming soon!";
    color: #ffffff;
    font-size: 38px;
    background: rgba(128, 128, 128, 0.6);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff); /*IE8以下用*/
    zoom: 1; /*IE*/
    filter: none\9;
    -ms-filter: none\9;
    line-height: 1.2;
}
.yado_box p {
    margin: 0;
    padding: 0px 15px;
    padding-top: 7px;
}
.yado_box p.name {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 289px;
}
.yado_box p.name span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.yado_box p.star {
    color: #ff3300;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.yado_box li h3 {
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 10px;
    background: #3b1800;
    color: #FFFFFF;
    text-align: left;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
    width: 289px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yado_box li h3 span {
    line-height: 1.2;
    vertical-align: middle;
}
.yado_box li img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.yado_box p.star img {
    width: 180px;
    margin: 10px auto 0 auto;
}
.yado_box li:nth-of-type(3n) {
    margin-right: 0;
}
.yado_box li dl, .yado_box li dl dt, .yado_box li dl dd {
    margin: 0;
    padding: 0;
}
.yado_box li dl {
    text-align: center;
    width: 260px;
    height: 95px;
    background: #f7f5f2;
    margin: 15px auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.yado_box li dl:after {
    position: absolute;
    content: url(/theme/specialweek/image/icon_red_arrow.png);
    bottom: 0;
    right: 0;
}
.yado_box li dl dd {
    padding: 1px 10px;
    font-weight: bold;
    line-height: 1.4em;
}
.yado_box li dl dd.note {
    font-size: 11px;
}
.yado_box li dl dd span {
    font-size: 20px;
    color: #f50000;
}
.yado_box li dl dd span.coupon_price {
    font-size: 28px;
}
.yado_box li dl dt {
    background: #f50000;
    padding: 1px 0;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
}
.displaysp {
    display: none;
}
#btn_others_coupon{
    width:600px;
    margin:0 auto;
    padding-bottom: 40px;
}
#btn_others_coupon .displaypc:hover{
    opacity:0.7;
}

@media only screen and (max-width:738px) {
    body {
        font-family: "Hiragino Kaku Gothic ProN",'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    }
    img {
        width: 100%;
        height: auto;
    }
    .displaypc,
    #info,
    #area_tab_wrap_pc,
    #siteHeader {
        display: none !important;
    }
    .sp,
    .displaysp {
        display: block !important;
    }
    .yado_box {
        display: none;
    }

    /* header & footer */
    #header990 {
        width: 100%;
    }
    #pankuzu {
        width: 100%;
        padding: 5px;
        overflow: hidden;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 1.3;
    }
    #headerSP {
        height: 39px;
        margin-bottom: 0;
        padding: 5px 10px 1px;
        overflow: hidden;
        border-bottom: 1px solid #d2d2d2;
        box-sizing: content-box;
    }
    #header {
        width: 100%;
        margin-bottom: 0;
    }
    #header .pageName {
        position: inherit;
        color: #999;
        font-weight: normal;
        font-size: 10px;
    }
    #header a {
        text-decoration: none;
    }
    .pageDetail {
        margin-bottom: 10px;
    }
    .jalanLogo {
        display: block;
        float: left;
        width: 95px;
        height: 35px;
        background: url(/assets/img/common/logo_sprite_l.png) no-repeat;
        background-size: 263px 79px;
        text-indent: -999em;
    }
    .headerHelp {
        float: right;
        width: 40px;
    }
    #spweek_head .headerImage {
        width: 100%;
        text-align: center;
        background: none;
        position: relative;
        margin: 0;
        padding: 0;
        height: auto;
        margin: 0 auto;
    }
    #spweek_head {
        margin-bottom: 0;
    }
    #content,
    #container{
        width: 100%;
    }
    .area_tab{
        display: flex;
    }
    .area_tab li{
        width:155px;
        margin-bottom: 4px;
        background-color: #f50000;
        font-size:24px;
        color:#f7f5f2;
        font-weight: bolder;
        letter-spacing: 0.1em;
        text-align: center;
        padding: 0.5% 0;
        margin-right: 4px;
        cursor: pointer;
    }
    .area_tab li:last-child{
        margin-right: 0;
    }
    .tab_selected{
        background-color: #c3a000 !important;
    }
    #siteHeaderMountPoint,
    #info{
        display: none;
    }
    #content,
    #container {
        width: 100%;
    }
    #area_tab_wrap_sp{
        width:100%;
        margin: 0 auto;
    }
    .area_tab li{
        width: 33%;
        font-size: 110%;
        padding: 2% 0;
    }
    .yado_box {
        padding: 20px 0;
        width: 100%;
    }
    .yado_box li {
        width: 77.3%;
        max-width: 288px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .yado_box li:nth-of-type(3n) {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .yado_box li h3 {
        font-size: 11px;
        line-height: 12px;
        padding: 4px 10px;
        display: block;
        width: 100%;
        height: auto;
    }
    .yado_box p.name {
        height: auto;
        display: block;
        text-align: center;
        width: 100%;
    }
    .yado_box li div {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .yado_box li dl {
        width: 89.6%;
        height: auto;
        background: #f7f5f2;
        margin: 15px auto;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .footerTopicPath {
        margin-top: 30px;
        border-top: 1px solid #ccc;
    }
    .footerTopicPath li {
        border-bottom: 1px solid #ccc;
    }
    .footerTopicPath li a {
        display: block;
        position: relative;
        padding: 13px 20px 13px 15px;
        overflow: hidden;
        box-sizing: border-box;
        color: #595757 !important;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        white-space: normal;
        text-overflow: ellipsis;
        text-decoration: none !important;
    }
    .footerTopicPath li a:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 30px;
        margin-top: -6px;
        background: url(/theme/special/common_coupon/images/ico_link_sp.png) no-repeat;
        -webkit-background-size: 7px 11px;
        background-size: 7px 11px;
        content: '';
    }
    .recruitLogo {
        padding: 10px;
    }
    .rlsLogo {
        display: block;
        width: 260px;
        margin-bottom: 5px;
    }
    .recruitLogo a {
        color: #435B67;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }
    .fixedBtn-pageTop {
        position: fixed;
        right: 2%;
        bottom: 15%;
        z-index: 10;
    }
    .fixedBtn-pageTop a {
        display: block;
        position: relative;
        width: 70px;
        height: 70px;
        background: url(/theme/special/common_coupon/images/btn_pagetop_pc.png) no-repeat;
        background-size: 70px;
        text-indent: -9999px;
    }
    .to_pagetop {
        width: 100%;
        border-bottom: none;
        margin-top: 5%;
    }
    .to_pagetop a{
        display: block;
        float: right;
        color: #2489CE;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
    }
    #btn_others_coupon {
        width: 77.3%;
        max-width:300px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}