@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　1月国内旅行特集専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#feb .bg:nth-of-type(even) {
    background: #effaff;
}
#feb .bg:nth-of-type(odd) {
    background: #fff;
}
#feb .feature > h2 {
    color: #424242;
}
#feb .feature h2 span:before {
    background: #d91f5e;
}
/*MV*/
#feb .main-img {
    background-image: url(/plan/tokushu/season/feb/images/mv_bg_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
#feb .mv_title .month_large:before {
    position: absolute;
    content: "";
    width: 77px;
    height: 80px;
    background-image: url(/plan/tokushu/season/feb/images/mv_ic001.webp);
    background-size: contain;
    background-position: center;
    bottom: -5px;
    left: -92px;
    background-repeat: no-repeat;
    z-index: 1;
	transform: rotate(-3deg);
}
#feb .mv_title span.tokushu:before {
    position: absolute;
    content: "";
    width: 77px;
    height: 80px;
    background-image: url(/plan/tokushu/season/feb/images/mv_ic002.webp);
    background-size: contain;
    background-position: center;
    top: -38px;
    right: -82px;
    background-repeat: no-repeat;
	transform: rotate(10deg);
}
#feb .main-img:after {
    position: absolute;
    content: "";
    width: 390px;
    height: 59px;
    background-image: url(/plan/tokushu/season/feb/images/mv_shinkansen.webp);
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
#feb .mv_title {
    min-height: 205px;
    color: #3f3f3f;
}
#feb .mv_title .month_large,
#feb .mv_title .month{
    color: #a5c500;
}
#feb .mv_title span.year {
    background: #a5c500;
    top: 12%;
}
@media screen and (min-width: 1440px) {
#feb .mv_title {
    height: 255px;
}
#feb .mv_title .month_large:before {
    width: 98px;
    height: 98px;
    left: -120px;
}
#feb .mv_title span.tokushu:before {
    width: 95px;
    height: 99px;
    top: -48px;
    right: -96px;
}
}
/*アンカーリンク*/
#feb .top_anc {
    background-image: repeating-linear-gradient(135deg, #a5c500, #a5c500 2px, #96b304 2px, #96b304 4px);
}
#feb .anc_area li a:hover {
    color:#a5c500; 
}
#feb .anc_area li a:hover:after {
    border-color: #a5c500 transparent transparent transparent;
}
/*日付から探す*/
#feb .calendar_list {
    width: 100%;
    margin: 0 auto;
}
#feb .calendar_list .day_wrap {
    width: calc(100% / 9 - 18px);
}
#feb #calendar_area .tap {
	color: #f82f2e;
}
/*おすすめのテーマから探す*/
#feb #theme {
	position: relative;
}
#feb #theme .bg_img {
    width: 110px;
    position: absolute;
    right: 90px;
    top: 30px;
}
#feb #theme .theme_wrap h3 {
    background-image: repeating-linear-gradient(0deg, #96b304, #b8db09);
}
#feb #theme .theme_wrap h3:after {
    border-right: solid 22px #748a03;
}
#feb #theme .theme_btn {
    text-align: center;
}
#feb #theme .theme_wrap .plan_detail {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
#feb #theme .theme_wrap.theme1 .theme_btn a {
    color: #d9205f;
}
#feb #theme .theme_wrap.theme3 .theme_btn a {
    color: #f846a3;
}
#feb #theme .theme_wrap.theme3 .usj .theme_btn a {
    color: #7c66de;
}
/*おすすめのエリア*/
#feb #recommend_area .sup {
	font-size: 1.15rem;
    margin-top: 8px;
}
#feb #recommend_area .recommend_detail a {
	text-decoration: underline;
}
#feb #recommend_area .recommend_detail a:hover {
	text-decoration: none;
}
/*おすすめ観光プラン特集*/
#feb #kanko_plan h3 {
    color: #3f3f3f;
}
#feb #kanko_plan h3 span:before,
#feb #kanko_plan h3 span:after {
    background: #3f3f3f;
}
#feb #theme .keyword {
    background: #d0e1e9;
}
#feb #theme .keyword h3 span {
    color: #3f3f3f;
}
#feb #theme .keyword h3 span:before,
#feb  #theme .keyword h3 span:after {
    background: #3f3f3f;
}
/*おすすめの記事*/
#feb #recommend_article .article_list li a img {
    width: 190px;
    height: 90px;
}
#feb #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;
}
#feb #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%);
}
#feb #recommend_article .season_more_btn a:hover {
	background: #fff;
	color: #1b79c6;
}
#feb #recommend_article .season_more_btn a:hover:before {
	background: #1b79c6;
	right: -21px;
}
@media screen and (max-width: 999px) {
/*MV*/
#feb .main-img {
    background-image: url(/plan/tokushu/season/feb/images/mv_bg_sp.webp);
}
#feb .main-img:after {
    width: 330px;
    height: 50px;
}
#feb .mv_title span.year {
    top: 15%;
}
#feb .mv_title .month_large:before {
    width: 72px;
    height: 74px;
    bottom: -18px;
    left: -87px;
}
#feb .mv_title span.tokushu:before {
    width: 70px;
    height: 72px;
    right: -69px;
    top: -43px;
}
/*日付から探す*/
#feb .calendar_list {
    width: 100%;
    max-width: 700px;
}
#feb .calendar_list .day_wrap {
    width: calc(100% / 7 - 10px);
}
/*おすすめのテーマから探す*/
#feb #theme h2 {
	margin-bottom: 60px;
}
#feb #theme .bg_img {
    width: 90px;
    right: 14%;
    top: 70px;
}
#feb #theme .theme_wrap .plan_detail {
    margin-bottom: 5px;
}
#feb #theme .keyword_list {
    width: 100%;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
/*おすすめの記事*/
#feb #recommend_article .article_list li a img {
    width: 210px;
    height: 87px;
}
}
@media screen and (max-width: 599px) {
#feb .mv_title {
    min-height: 170px;
}
#feb .mv_title .month_large:before {
    width: 45px;
    height: 47px;
    bottom: -36px;
    left: -39px;
}
#feb .mv_title span.tokushu:before {
    width: 45px;
    height: 46px;
    top: -38px;
    right: -38px;
}
#feb .main-img:after {
    width: 210px;
    height: 32px;
}
#feb .main-img:after {
    width: 277px;
    height: 42px;
}
#feb .mv_title span.year {
    top: 10.5%;
}
/*アンカーリンク*/
#feb .anc_area li a {
    padding: 10px 10px 10px 5px;
}
/*人気のキーワード*/
#feb #theme .keyword_list li {
    margin: 10px 3px 0 3px;
}
#feb #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;
}
#feb .calendar_list .day_wrap {
    width: calc(100% / 4 - 10px);
    margin: 5px;
}
/*おすすめのテーマから探す*/
#feb #theme h2 {
	margin-bottom: 25px;
}
#feb #theme .bg_img {
	right: -5px;
    top: 51px;
    width: 88px;
}
#feb #theme .theme_wrap h3 {
    font-size: 1.7rem;
}
#feb #theme .theme_wrap .plan_detail {
    margin-top: 0;
}
#feb #theme .theme3 .bnr_area {
	margin: 30px 0 0;
}
/*おすすめの記事*/
#feb #recommend_article .article_list li a img {
    height: 65px;
}
}
@media screen and (max-width: 425px) {
#feb .mv_title {
    min-height: 150px;
}
#feb .mv_title .month_large:before {
    left: -34px;
    bottom: -32px;
}
#feb .mv_title span.tokushu:before {
    right: -32px;
    top: -38px;
}
#feb .main-img:after {
    width: 210px;
    height: 32px;
}
#feb .mv_title span.year {
    top: 12%;
}
}
@media screen and (max-width: 374px) {
#feb .mv_title .month_large:before {
    width: 42px;
    height: 44px;
    left: -18px;
	bottom: -32px;
}
#feb .mv_title span.tokushu:before {
    width: 42px;
    height: 44px;
    top: -39px;
    right: -19px;
}
}
@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;
}
#feb .mv_title {
	font-size: 3.2rem;
}
#feb #recommend_area .sup {
	text-align: left;
}
}
@media screen and (max-width: 340px) {
#feb #theme .bg_img {
    right: -6px;
    top: 62px;
	width: 68px;
}
}