@charset "utf-8";
/*============================================
カップルズホテルアワード2026 キャンペーン(PC)
=============================================*/
.awcp-wrap{
    background: url(../../../article/campaign/hotelaward2026/pc/bg_top.jpg) top no-repeat, #8b0306;
	background-size: contain;
    padding-bottom: 10px;
}
.awcp-dateArea{
    overflow: hidden;
    padding-bottom: 30px;
}
/*ステータス*/
.awcp-date{
    background: url(../../../article/campaign/hotelaward2026/pc/bg_time.png) top left no-repeat, #ffffff;
    box-shadow:0px 12px 27px -1px #323232;
    overflow: hidden;
    padding: 12px 10px 12px 0;
    display: table;
    width: 100%;
}
.awcp-dateImg{
    display: table-cell;
    width: 204px;
    vertical-align: middle;
}
.awcp-dateText{
    display: table-cell;
    width: 300px;
    padding: 0 10px 0 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    vertical-align: top;
}
.awcp-dateText__open{
    display: block;
    font-weight: bold;
    color: #fa3c50;
    font-size: 1.7rem;
    margin-bottom: 3px;
}
.awcp-dateText__close{
    display: block;
    font-weight: bold;
    color: #606060;
    font-size: 1.7rem;
    margin-bottom: 3px;
}
.awcp-dateBtn{
    display: table-cell;
}
.awcp-dateBtn__nominate{
    display: block;
    background-color: #2985d8;
    border: 1px solid #2985d8;
    box-shadow:0px 0px 0px 1px #ffffff inset;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
}
.awcp-dateBtn__nominate:hover{
    background-color: #ff9637;
    border: 1px solid #ff9637;
    color: #ffffff;
    opacity: 1;
}
.awcp-dateBtn__nominateStatus{
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    padding-left: 14px;
}
.awcp-dateBtn__nominateStatus:before{
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -7px;
}
.awcp-dateBtn__aggregate{
    display: block;
    background-color: #8f8f8f;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
}
.awcp-dateBtn__aggregateStatus{
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
}
.awcp-dateBtn__award{
    display: block;
    background-color: #2985d8;
    border: 1px solid #2985d8;
    box-shadow:0px 0px 0px 1px #ffffff inset;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
}
.awcp-dateBtn__award:hover{
    background-color: #ff9637;
    border: 1px solid #ff9637;
    color: #ffffff;
    opacity: 1;
}
.awcp-dateBtn__awardStatus{
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    padding-left: 5px;
}
.awcp-dateBtn__awardStatus:before {
    content: " ";
    float: left;
    position: relative;
    left: -5px;
    top:5px;
    background: url(../../../article/campaign/hotelaward2026/pc/ico_awardbtn.png) no-repeat;
    display: block;
    height: 17px;
    width: 24px;
}
/*利用条件*/
.awcp-note{
    margin: 0 10px 0 10px;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
}
.awcp-noteTitle{
    padding: 10px 0 5px 0;
    text-align: center;
}
.awcp-noteList{
    background-color: #f8f8f8;
    padding: 20px 20px 10px 20px;
}
.awcp-noteList li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}
.awcp-noteItem__em{
    font-weight: bold;
    color: #fa3c50;
}
/*応募要項*/
.awcp-definition{
    background-color: #f8f8f8;
    padding: 20px 20px 5px 20px;
}
.awcp-definition dt{
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    font-size: 1.6rem;
}
.awcp-definition dd{
    margin: 15px 0 25px 0;
    font-size: 1.3rem;
}
.awcp-definitionList li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}
.awcp-nominateBtn{
    width: 350px;
    margin: 20px auto 0 auto;
}


.awcp-nominateBtn_wrapper{
	background: #8b0306;
    padding: 10px 20px 20px 20px;
}
.awcp-nominateBtn_under{
	margin:0 auto;
	width:60%;
}