@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　10月国内旅行特集専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#nov #faq.feature {
	padding: 50px 0 0;
}
#nov .bg:nth-of-type(even) {
    background: #fff1f1;
}
#nov .bg:nth-of-type(odd) {
    background: #fff;
}
#nov .feature > h2 {
    color: #533721;
}
#nov .feature h2 span:before {
    background: linear-gradient(180deg, #f62f2e, #fed23d);
}
/*MV*/
#nov .main-img {
    background-image: url(/plan/tokushu/season/nov/images/mv_bg_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
#nov .mv_title .month_large:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 71px;
    background-image: url(/plan/tokushu/season/nov/images/mv_ic001.webp);
    background-size: contain;
    background-position: center;
    bottom: -15px;
    left: -88px;
    background-repeat: no-repeat;
    z-index: 1;
	transform: rotate(-6deg);
}
#nov .mv_title span.tokushu:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 80px;
    background-image: url(/plan/tokushu/season/nov/images/mv_ic002.webp);
    background-size: contain;
    background-position: center;
    top: -40px;
    right: -95px;
    background-repeat: no-repeat;
	transform: rotate(10deg);
}
#nov .main-img:after {
    position: absolute;
    content: "";
    width: 390px;
    height: 59px;
    background-image: url(/plan/tokushu/season/nov/images/mv_shinkansen.webp);
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
#nov .mv_title {
    min-height: 205px;
    color: #48382b;
}
#nov .mv_title .month_large,
#nov .mv_title .month{
    color: #b4940c;
}
#nov .mv_title span.year {
    background: #b4940c;
    top: 12%;
}
@media screen and (min-width: 1440px) {
#nov .mv_title {
    height: 255px;
}
#nov .mv_title .month_large:before {
    width: 100px;
    height: 80px;
    left: -85px;
}
#nov .mv_title span.tokushu:before {
    width: 102px;
    height: 89px;
    top: -46px;
    right: -93px;
}
}
/*アンカーリンク*/
#nov .top_anc {
    background-image: linear-gradient(180deg, #fd302f, #952423);
}
#nov .anc_area li a:hover {
    color:#952423; 
}
#nov .anc_area li a:hover:after {
    border-color: #952423 transparent transparent transparent; 
}
/*日付から探す*/
#nov .day_wrap .day_box .day .month {
	font-size: 1.6rem;
    margin-top: 5px;
    position: relative;
    padding-right: 10px;
}
#nov .day_wrap .day_box .day .month:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 6px;
    right: 4px;
    transform: rotate(25deg);
    background: #4d4d4d;
}
#nov #calendar_area h2 .comment {
    color: #75c52a;
}
#nov #calendar_area h2 .comment:before,
#nov #calendar_area h2 .comment:after {
    background: #75c52a;
}
#nov .calendar_list {
    width: 75%;
    margin: 0 auto;
}
#nov .calendar_list .day_wrap {
    width: calc(100% / 7 - 10px);
}
#nov #calendar_area .tap {
	color: #f82f2e;
}
/*おすすめのテーマから探す*/
#nov #theme {
	position: relative;
}
#nov #theme .bg_img {
	width: 73px;
    position: absolute;
    right: 95px;
    top: 50px;
    transform: rotate(8deg);
}
#nov #theme .theme_wrap h3 {
    background-image: linear-gradient(180deg, #fd302f, #952423);
}
#nov #theme .theme_wrap h3:after {
    border-right: solid 22px #690605;
}
#nov #theme .theme_btn {
    text-align: center;
}
#nov #theme .theme_wrap .plan_detail {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
#nov #theme .theme_wrap .plan_detail .line {
	text-decoration: underline;
}
#nov #theme .theme_wrap .plan_detail .sup {
	font-size: 1.2rem;
	margin-top: 5px;
}
#nov #theme .theme_wrap.theme1 .theme_btn a {
    color: #c42726;
}
#nov #theme .theme_wrap.theme3 .theme_btn a {
    color: #f846a3;
}
#nov #theme .theme_wrap.theme3 .usj .theme_btn a {
    color: #7c66de;
}
#nov #theme .theme3 .bnr_area {
	margin: 40px 0 0;
    text-align: center;
}
#nov #theme .theme3 .bnr_area p {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 0 9px;
}
#nov #theme .theme3 .bnr_area span {
    position: relative;
}
#nov #theme .theme3 .bnr_area span:before,
#nov #theme .theme3 .bnr_area span:after {
	position: absolute;
    content: "";
    display: inline-block;
    top: 10px;
    width: 2px;
    height: 23px;
    background: #333;
}
#nov #theme .theme3 .bnr_area span:before {
	transform: translateY(-50%) rotateZ(-30deg);
    left: -17px;
}
#nov #theme .theme3 .bnr_area span:after {
	transform: translateY(-50%) rotateZ(30deg);
    right: -17px;
}
#nov #theme .theme3 .bnr_area img {
    width: 35%;
}
#nov #theme .theme3 .bnr_area a:hover {
	opacity: 0.7;
}
/*おすすめのエリア*/
#nov #recommend_area .sup {
	font-size: 1.2rem;
    margin-top: 5px;
}
#nov #recommend_area .recommend_area_btn .cta_btn a {
	background: #ef4646;
	color: #fff;
}
#nov #recommend_area .recommend_area_btn .cta_btn a:hover {
	background: #fff;
	color: #ef4646;
}
#nov #recommend_area .recommend_detail .bold {
	font-weight: bold;
    text-decoration: underline;
}
/*おすすめ観光プラン特集*/
#nov #kanko_plan h3 {
    color: #533721;
}
#nov #kanko_plan h3 span:before,
#nov #kanko_plan h3 span:after {
    background: #533721;
}
#nov #theme .keyword {
    background: #ffcece;
}
#nov #theme .keyword h3 span {
    color: #533721;
}
#nov #theme .keyword h3 span:before,
#nov  #theme .keyword h3 span:after {
    background: #533721;
}
/*おすすめの記事*/
#nov #recommend_article .article_list li a img {
    width: 190px;
    height: 90px;
}
#nov #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;
}
#nov #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%);
}
#nov #recommend_article .season_more_btn a:hover {
	background: #fff;
	color: #1b79c6;
}
#nov #recommend_article .season_more_btn a:hover:before {
	background: #1b79c6;
	right: -21px;
}
@media screen and (max-width: 999px) {
/*MV*/
#nov .main-img:after {
    width: 330px;
    height: 50px;
}
#nov .mv_title span.year {
    top: 15%;
}
#nov .mv_title .month_large:before {
    width: 83px;
    height: 60px;
    bottom: -18px;
    left: -70px;
}
#nov .mv_title span.tokushu:before {
   width: 80px;
   height: 68px;
   right: -73px;
    top: -46px;
}
/*日付から探す*/
#nov .calendar_list {
    width: 100%;
}
/*おすすめのテーマから探す*/
#nov #theme h2 {
	margin-bottom: 60px;
}
#nov #theme .bg_img {
    top: 70px;
}
#nov #theme .theme_wrap .plan_detail {
    margin-bottom: 5px;
}
#nov #theme .keyword_list {
    width: 100%;
}
#nov #theme .theme3 .bnr_area {
	margin: 30px 0 0;
}
#nov #theme .theme3 .bnr_area p {
    line-height: 1.5;
    font-size: 1.5rem;
}
#nov #theme .theme3 .bnr_area img {
	width: 50%;
}
#nov #theme .theme3 h3:before {
	width: 90px;
	right: 0px;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
/*おすすめの記事*/
#nov #recommend_article .article_list li a img {
    width: 210px;
    height: 87px;
}
}
@media screen and (max-width: 599px) {
/*MV*/
#nov .main-img {
    background-image: url(/plan/tokushu/season/nov/images/mv_bg_sp.webp);
}
#nov .mv_title {
    min-height: 170px;
}
#nov .mv_title .month_large:before {
    width: 58px;
    height: 47px;
    bottom: -26px;
    left: -39px;
}
#nov .mv_title span.tokushu:before {
    width: 60px;
    height: 50px;
    top: -43px;
    right: -32px;
}
#nov .main-img:after {
    width: 210px;
    height: 32px;
}
#nov .main-img:after {
    width: 277px;
    height: 42px;
}
#nov .mv_title span.year {
    top: 10.5%;
}
/*アンカーリンク*/
#nov .anc_area li a {
    padding: 10px 10px 10px 5px;
}
/*人気のキーワード*/
#nov #theme .keyword_list li {
    margin: 10px 3px 0 3px;
}
#nov #theme .keyword_list li a {
    font-size: 1.4rem;
    padding: 6px 8px 5px;
}
/*日付から探す*/
#nov .calendar_list .day_wrap {
    width: calc(100% / 4 - 12px);
    margin: 5px;
}
#nov .calendar_list_2 {
    width: 77%;
}
#nov .calendar_list_2 .day_wrap {
    width: calc(100% / 3 - 12px);
}
#nov #calendar_area .modal_inner ul li a {
	font-size: 1.6rem;
}
#nov #calendar_area .modal_inner ul li a:after {
	font-size: 1.3rem;
	right: 0.5rem;
}
/*おすすめのテーマから探す*/
#nov #theme h2 {
	margin-bottom: 30px;
}
#nov #theme .bg_img {
	right: 5px;
	top: 60px;
}
#nov #theme .theme_wrap h3 {
    font-size: 1.7rem;
}
#nov #theme .theme_wrap .plan_detail {
    margin-top: 0;
}
#nov #theme .theme3 .bnr_area {
	margin: 30px 0 0;
}
#nov #theme .theme3 .bnr_area span:before {
	left: -10px;
}
#nov #theme .theme3 .bnr_area span:after {
	right: -10px;
}
#nov #theme .theme3 .bnr_area img {
	width: 80%;
}
/*おすすめの記事*/
#nov #recommend_article .article_list li a img {
    height: 65px;
}
}
@media screen and (max-width: 425px) {
#nov .mv_title {
    min-height: 150px;
}
#nov .mv_title .month {
    margin-left: 2px;
}
#nov .mv_title .month_large:before {
    left: -22px;
    bottom: -26px;
    width: 40px;
    height: 43px;
}
#nov .mv_title span.tokushu:before {
    width: 53px;
    height: 48px;
    right: -26px;
    top: -44px;
}
#nov .main-img:after {
    width: 210px;
    height: 32px;
}
#nov .mv_title span.year {
    top: 12%;
}
}
@media screen and (max-width: 374px) {
#nov .mv_title .month_large:before {
    width: 35px;
    height: 41px;
    bottom: -29px;
    left: -8px;
}
#nov .mv_title span.tokushu:before {
    width: 45px;
    height: 45px;
    top: -43px;
    right: -11px;
}
}
@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;
}
#nov #theme .theme3 .bnr_area p {
	font-size: 1.3rem;
}
#recommend_area .recommend_area_btn a {
	font-size: 1.3rem;
}
#nov .mv_title {
	font-size: 3.2rem;
}
#nov #recommend_area .sup {
	text-align: left;
}
}
@media screen and (max-width: 340px) {
#nov #theme .bg_img {
	width: 65px;
	right: -6px;
    top: 63px;
}
}