@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　12月国内旅行特集専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#dec .bg:nth-of-type(even) {
    background: #f9f3e6;
}
#dec .bg:nth-of-type(odd) {
    background: #fff;
}
#dec .feature > h2 {
    color: #136f4d;
}
#dec .feature h2 span:before {
    background: #b72516;
}
/*MV*/
#dec .main-img {
    background-image: url(/plan/tokushu/season/dec/images/mv_bg_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
#dec .mv_title .month_large:before {
    position: absolute;
    content: "";
    width: 68px;
    height: 71px;
    background-image: url(/plan/tokushu/season/dec/images/mv_ic001.webp);
    background-size: contain;
    background-position: center;
    bottom: -5px;
    left: -82px;
    background-repeat: no-repeat;
    z-index: 1;
	transform: rotate(-10deg);
}
#dec .mv_title span.tokushu:before {
    position: absolute;
    content: "";
    width: 66px;
    height: 69px;
    background-image: url(/plan/tokushu/season/dec/images/mv_ic002.webp);
    background-size: contain;
    background-position: center;
    top: -35px;
    right: -82px;
    background-repeat: no-repeat;
	transform: rotate(18deg);
}
#dec .main-img:after {
    position: absolute;
    content: "";
    width: 390px;
    height: 59px;
    background-image: url(/plan/tokushu/season/dec/images/mv_shinkansen.webp);
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
#dec .mv_title {
    min-height: 205px;
    color: #474542;
}
#dec .mv_title .month_large,
#dec .mv_title .month{
    color: #136f4d;
}
#dec .mv_title .month {
    margin-left: 5px;
}
#dec .mv_title span.year {
    background: #136f4d;
    top: 12%;
}
@media screen and (min-width: 1440px) {
#dec .mv_title {
    height: 255px;
}
#dec .mv_title .month_large:before {
    width: 80px;
    height: 83px;
    left: -90px;
}
#dec .mv_title span.tokushu:before {
    width: 77px;
    height: 80px;
    top: -41px;
    right: -88px;
}
}
/*アンカーリンク*/
#dec .top_anc {
    background-image: repeating-linear-gradient(135deg, #c32a1a, #c32a1a 2px, #b72516 2px, #b72516 4px);
}
#dec .anc_area li a:hover {
    color:#bc8c44; 
}
#dec .anc_area li a:hover:after {
    border-color: #bc8c44 transparent transparent transparent; 
}
/*日付から探す*/
#dec .calendar_list {
    width: 100%;
    margin: 0 auto;
}
#dec .calendar_list .day_wrap {
    width: calc(100% / 9 - 10px);
}
#dec #calendar_area .tap {
	color: #f82f2e;
}
/*おすすめのテーマから探す*/
#dec #theme {
	position: relative;
}
#dec #theme .bg_img {
    width: 100px;
    position: absolute;
    right: 75px;
    top: 29px;
}
#dec #theme .theme_wrap h3 {
    background-image: repeating-linear-gradient(135deg, #aa2214, #aa2214 2px, #b72516 2px, #b72516 4px);
    color: #ecdba4;
}
#dec #theme .theme_wrap h3:after {
    border-right: solid 22px #991406;
}
#dec #theme .theme_btn {
    text-align: center;
}
#dec #theme .theme_wrap .plan_detail {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
#dec #theme .theme_wrap.theme1 .theme_btn a {
    color: #136f4d;
}
#dec #theme .theme_wrap.theme3 .theme_btn a {
    color: #f846a3;
}
#dec #theme .theme_wrap.theme3 .usj .theme_btn a {
    color: #7c66de;
}
/*おすすめのエリア*/
#dec #recommend_area .sup {
	font-size: 1.15rem;
    margin-top: 8px;
}
/*おすすめ観光プラン特集*/
#dec #kanko_plan h3 {
    color: #474542;
}
#dec #kanko_plan h3 span:before,
#dec #kanko_plan h3 span:after {
    background: #474542;
}
#dec #theme .keyword {
    background: #cee5d2;
}
#dec #theme .keyword h3 span {
    color: #474542;
}
#dec #theme .keyword h3 span:before,
#dec  #theme .keyword h3 span:after {
    background: #474542;
}
/*おすすめの記事*/
#dec #recommend_article .article_list li a img {
    width: 190px;
    height: 90px;
}
#dec #recommend_article .season_more_btn a {
	display: block;
    position: relative;
    padding: 15px 40px 15px 20px;
    background: #1b79c6;
    color: #fff;
    border: 2px solid #1b79c6;
    border-radius: 50px;
    text-align: center;
    max-width: 280px;
    margin: 10px auto 0;
    font-weight: bold;
    transition: all .2s;
    font-size: 1.5rem;
}
#dec #recommend_article .season_more_btn a:before {
	content: "";
    position: absolute;
    width: 42px;
    height: 10px;
    background-color: #fff;
    top: 42%;
    right: 15px;
    transition: all .2s;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    transform: translateY(-50%);
}
#dec #recommend_article .season_more_btn a:hover {
	background: #fff;
	color: #1b79c6;
}
#dec #recommend_article .season_more_btn a:hover:before {
	background: #1b79c6;
	right: -21px;
}
@media screen and (max-width: 999px) {
/*MV*/
#dec .main-img:after {
    width: 330px;
    height: 50px;
}
#dec .mv_title span.year {
    top: 15%;
}
#dec .mv_title .month_large:before {
    width: 62px;
    height: 65px;
    bottom: -12px;
    left: -65px;
}
#dec .mv_title span.tokushu:before {
    width: 59px;
    height: 61px;
    right: -66px;
    top: -35px;
}
/*日付から探す*/
#dec .calendar_list {
    width: 100%;
    max-width: 550px;
}
#dec .calendar_list .day_wrap {
    width: calc(100% / 5 - 10px);
}
/*おすすめのテーマから探す*/
#dec #theme h2 {
	margin-bottom: 60px;
}
#dec #theme .bg_img {
    width: 70px;
    right: 14%;
    top: 78px;
}
#dec #theme .theme_wrap .plan_detail {
    margin-bottom: 5px;
}
#dec #theme .keyword_list {
    width: 100%;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
/*おすすめの記事*/
#dec #recommend_article .article_list li a img {
    width: 210px;
    height: 87px;
}
}
@media screen and (max-width: 599px) {
/*MV*/
#dec .main-img {
    background-image: url(/plan/tokushu/season/dec/images/mv_bg_sp.webp);
}
#dec .mv_title {
    min-height: 170px;
}
#dec .mv_title .month_large:before {
    width: 45px;
    height: 47px;
    bottom: -22px;
    left: -36px;
}
#dec .mv_title span.tokushu:before {
    width: 41px;
    height: 43px;
    top: -37px;
    right: -29px;
}
#dec .main-img:after {
    width: 210px;
    height: 32px;
}
#dec .main-img:after {
    width: 277px;
    height: 42px;
}
#dec .mv_title span.year {
    top: 10.5%;
}
/*アンカーリンク*/
#dec .anc_area li a {
    padding: 10px 10px 10px 5px;
}
/*人気のキーワード*/
#dec #theme .keyword_list li {
    margin: 10px 3px 0 3px;
}
#dec #theme .keyword_list li a {
    font-size: 1.4rem;
    padding: 6px 8px 5px;
}
/*日付から探す*/
#calendar_area.feature h2 span {
    display: inline-block;
}
#calendar_area.feature h2 span:before {
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}
#dec .calendar_list .day_wrap {
    width: calc(100% / 3 - 20px);
    margin: 5px;
}
#dec .calendar_list_2 .day_wrap {
    width: calc(100% / 3 - 12px);
}
/*おすすめのテーマから探す*/
#dec #theme h2 {
	margin-bottom: 25px;
}
#dec #theme .bg_img {
	right: 0px;
    top: 55px;
    width: 73px;
}
#dec #theme .theme_wrap h3 {
    font-size: 1.7rem;
}
#dec #theme .theme_wrap .plan_detail {
    margin-top: 0;
}
#dec #theme .theme3 .bnr_area {
	margin: 30px 0 0;
}
/*おすすめの記事*/
#dec #recommend_article .article_list li a img {
    height: 65px;
}
}
@media screen and (max-width: 425px) {
#dec .mv_title {
    min-height: 150px;
}
#dec .mv_title .month {
    margin-left: 3px;
}
#dec .mv_title .month_large:before {
    left: -26px;
    bottom: -29px;
    width: 42px;
    height: 43px;
}
#dec .mv_title span.tokushu:before {
    width: 38px;
    height: 38px;
    right: -20px;
    top: -37px;
}
#dec .main-img:after {
    width: 210px;
    height: 32px;
}
#dec .mv_title span.year {
    top: 12%;
}
}
@media screen and (max-width: 374px) {
#dec .mv_title .month_large:before {
    width: 37px;
    height: 38px;
    left: -9px;
}
#dec .mv_title span.tokushu:before {
    width: 33px;
    height: 34px;
    top: -38px;
    right: -4px;
}
}
@media screen and (max-width: 360px) {
.feature > h2 {
	font-size: 2.3rem;
}
.anc_area li a {
	font-size: 1.0rem;
}
#theme .theme_btn a {
	font-size: 1.0rem;
}
#recommend_area .recommend_area_btn a {
	font-size: 1.3rem;
}
#dec .mv_title {
	font-size: 3.2rem;
}
#dec #recommend_area .sup {
	text-align: left;
}
}
@media screen and (max-width: 340px) {
#dec #theme .bg_img {
    right: -6px;
    top: 50px;

}
}