@charset "UTF-8";
/* TOPページ FV */
.top {
    background: #AF281A;
    padding-bottom: 70px;
}
.top .top__fv,
.top .top__fv img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.top .top__fv {
	width: 100%;
	height: auto;
	background-color:#AF281A;
	text-align: center;
}
.top .top__fv img {
	width: 100%;
	max-height: unset;
	max-width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1550px) {
	.top .top__fv img {
		width: 1366px;
		height: auto;
		max-height: 490px;
		max-width: unset;
		max-width: 1366px;
	}
}
.top .top__text {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;
}
.top .top__text .lead {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}
.top .top__text .top__ranking {
    margin: 40px auto 0;
    text-align: center;
    max-width: 380px;
    z-index: 2;
}
.top .top__text .top__ranking a {
    display: block;
    font-size: 15px;
	font-weight: 500;
    color: #fff;
    background: #C99D4D;
    padding: 14px 0;
    border-radius: 25px;
    box-sizing: border-box;
}
.top .search__text {
	font-size: 20px;
	font-weight: 400;
    color: #fff;
    border-left: 5px solid #B97419;
    padding-left: 10px;
    margin-top: 40px;
}
.top .top__text .top__illust {
    position: relative;
}
.top .top__text .top__illust img {
	position: absolute;
	display: block;
	height: auto;
	pointer-events: none;
	width: 25.48%;
	max-width: 348px;
}
.top .top__text .top__illust .illust01 {
	left: 0;
}
.top .top__text .top__illust .illust02 {
	right: 0;
}
.top .top__text {
    position: relative;
}
/* エリア別で探す */
.area_search_pc .AreaBlock li a {
    color: #B97419;
    background: #FBEDD9;
    border: 2px solid #B97419;
}
.area_search_pc .AreaBlock li a:hover {
    color: #FFF;
    background: #C99D4D;
    border: 2px solid #C99D4D;
}
.area_search_pc .PrefectureBlock li a {
    color: #B97419;
    background: #fff;
    border: 1px solid #B97419;
}
.area_search_pc .PrefectureBlock li a:hover {
    color: #FFF;
    background: #C99D4D;
    border: 1px solid #C99D4D;
}

/* 旅色編集部Pick up */
.theme_pickup  {
    background: #AF281A;
}
.theme_pickup .pickup__title  {
    background: #B97419;
}
.theme_pickup .pickup__item-num,
.theme_pickup .pickup__item-num span,
.theme_pickup .info__btn a {
    color: #B97419;
}
.theme_pickup .info__text dt {
    color: #FFF;
}
.theme_pickup .info__btn a {
    color: #B97419;
    border-color: #B97419;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 210px);
	height: 100%;
	background: url(/images/yado/theme/kominka/pickup_title_deco.svg) repeat-x left center/auto 16px;
	background-position-x: right;
}
.theme_pickup .pickup__title::before {
	left: 0;
}
.theme_pickup .pickup__title::after {
	right: 0;
	transform: scaleX(-1);
}
/* 秋の楽しみ方4選 */
.theme_type_pc .theme_type-title img {
    max-width: 967px;
}
.theme_type_pc .type .type__title img {
    max-width: 552px;
}
.theme_type_pc .type .type__img {
    margin-top: 25px;    
}
.theme_type_pc .type .type__text {
    margin-top: 27px;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) {
    padding-right: 1.5%;
    padding-left: 1.25%;
}
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__img,
.theme_type_pc .theme_type-main .type:nth-child(odd) .type__text {
    padding-right: 7.1%;
}
.theme_type_pc .theme_type-main .type:nth-child(even) {
    padding-left: 5%;
}
.theme_type_pc .theme_type-main .type:nth-child(even) .type__img,
.theme_type_pc .theme_type-main .type:nth-child(even) .type__text {
    padding-right: 2.75%;
}
.theme_type_pc .theme_type-sub {
    background: #FDFBF0;
    border-radius: 20px;
    margin-top: 40px;
    padding: 65px 5% 60px 3.3%;
    box-sizing: border-box;
    display: flex;
}
.theme_type_pc .theme_type-sub .type-sub__left {
    width: 61.8%;
    margin-right: 3.7%;
}
.theme_type_pc .theme_type-sub .type-sub__left .type-sub__title img {
    width: 100%;
    max-width: 554px;
    height: auto;
}
.theme_type_pc .theme_type-sub .type-sub__left .type-sub__text {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.75;
    margin-top: 35px;
}
.theme_type_pc .theme_type-sub .type-sub__img {
    width: 34.5%;
}
.theme_type_pc .theme_type-sub .type-sub__img img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 15px;
    vertical-align: top;
}
/* 紅葉を美しく切り取るコツ */
.type_column {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.type_column .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 34px;
    position: relative;
    padding: 50px 5% 50px 3%;
}
.type_column .text {
    max-width: 640px;
    width: 58%;
}
.type_column .text h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #B97419;
    position: relative;
    display: inline-block;
}
.type_column .text h3 .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    display: block;
    margin-bottom: 15px;
    color: #B97419;
}
.type_column .text h3 .deco {
    max-width: 118px;
    width: 28.1%;
    height: 101px;
    position: absolute;
    right: -8rem;
    bottom: -8px;
}
.type_column .text h3 .deco  img {
    max-width: 100%;
}
.type_column .text p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 170%;
    color: #333;
    font-weight: 300;
}
.type_column .img img {
    box-shadow: 0px 5px 5px 0px #00000026;
    transform: rotate(8.82deg);
    width: 390px;
    height: auto;
    max-width: 100%;
}
.type_column .frame-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
    height: auto;
    max-width: 80px;
    pointer-events: none;
}
.type_column .frame-top-right {
    position: absolute;
    top: -2px;
    right: 3px;
    width: 7%;
    height: auto;
    max-width: 80px;
    transform: rotate(90deg);
    pointer-events: none;
}
.type_column .frame-bottom-left {
    position: absolute;
    bottom: -2px;
    left: 3px;
    width: 7%;
    height: auto;
    max-width: 80px;
    transform: rotate(270deg);
    pointer-events: none;
}
.type_column .frame-bottom-right {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 7%;
    height: auto;
    max-width: 80px;
    transform: rotate(180deg);
    pointer-events: none;
}

/* シーン別特集 */
.theme_scene {
    background: linear-gradient(179.31deg, #E3DBBF 0.58%, #F1B168 50.68%, #EE8666 99.41%);
}
.theme_scene .theme_scene-title img {
    max-width: 979px;
}
.theme_scene .theme_scene-comment {
    font-size: 30px;
    font-weight: 400;
    color: #B97419;
    text-align: center;
    margin-top: 40px;
}
.theme_scene .theme_scene-nav {
    max-width: 1090px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding:  77px 0 60px;
    margin: 0 auto;
}
.theme_scene .theme_scene-nav li {
    max-width: 215px;
    text-align: center;
    width: calc(100%/4.5);
}
.theme_scene .theme_scene-nav li:last-child {
    margin-right: 0;
}
.theme_scene .theme_scene-nav li a {
    display: block;
}
.theme_scene .theme_scene-nav li a:hover {
    opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
    max-width: 238px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav li a:hover .nav__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.theme_scene .theme_scene-nav .nav__text {
    width: auto;
    max-width: 100%;
    padding-top: 15px;
    height: 29px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
    padding-bottom: 0;
}
.theme_scene .top__title {
    text-align: center;
}
.theme_scene .top__title img {
    max-width: 454px;
    margin-right: 1.9rem;
}
.theme_scene #scene3 .top__title img,
.theme_scene #scene4 .top__title img {
    /* margin-right: 1.9rem; */
}
.theme_scene .top__text {
    max-width: 510px;
}
.theme_scene .top__text-sub {
    line-height: 1.7;
    margin-top: 1.5rem;
}
.theme_scene .leisure__text-main {
    color: #B97419;
}
.theme_scene .leisure__text-sub .more {
    color: #B97419;
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
    color: #B97419;
    border-left: 5px solid #C36A29;
    padding-left: 10px;
    margin-top: 85px;
}
.theme_scene .info__btn a {
	color: #B97419;
	border: 1px solid #B97419;
}
.theme_scene .info__btn .planLink {
	color: #fff;
	background: #B97419;
}
.theme_scene .area_search_pc .AreaBlock li a {
    border: 1px solid #B97419;
}
.theme_scene .wrap {
    position: relative;
}
.theme_scene .scene__illust {
	width: 96%;
	max-width: 1366px;
    margin: 0 auto;
	position: relative;
}
.theme_scene .scene__illust img {
	position: absolute;
	display: block;
	height: auto;
	pointer-events: none;
}
.theme_scene .scene__illust .illust01 {
	top: -40px;
	left: 0;
	width: 16.18%;
	max-width: 221px;
}
.theme_scene .scene__illust .illust02 {
	top: -24px;
	right: 0;
	width: 14.2%;
	max-width: 194px;
}

/* 下層 エリア別で探す */
.bottom .search__text {
    color: #B97419;
    border-left: 5px solid #B97419;
}

/* 検索結果ページ */
.search .search__img-wrap {
    height: 470px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.search .search__img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 1200px) / 2);
    background: inherit;
    background-clip: content-box;
    background-size: 100vw;
    background-position: calc((100vw + 1200px) / 2);
    width: 380px;
    height: 100%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.search .search__text-title {
    width: 380px;
    height: 470px;
    margin-right: calc(100% - 48% - 380px);
    padding: 120px 0 60px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.search .search__text-title img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.search .search__text-title .search__text-key {
    margin-top: 40px;
}
.theme__top .theme__title {
    color: #B97419;
}
.theme__top .theme__title span {
    color: #B97419;
}
.theme__top .theme__ranking a {
    color: #B97419;
}

/* 404ページ */
.top404 .top404__img-wrap {
    height: 155px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(/images/leisure/theme/autumn/autumn_404_pc.jpg);
}
.top404 .top404__img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 1200px) / 2);
    background: inherit;
    background-clip: content-box;
    background-size: 100vw;
    background-position: calc((100vw + 1200px) / 2);
    width: 220px;
    height: 100%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.top404 .top404__text-title {
    width: 220px;
    height: 155px;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.top404 .top404__text-title img {
    width: 100%;
    max-width: 183px;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 1090px) {
    .type_column .text h3 .deco {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    /* 紅葉を美しく切り取るコツ */
    .type_column {
        padding-bottom: 40px;
    }
    .type_column .wrap {
        flex-direction: column;
        gap: 20px 0;
        padding: 40px 0 50px;
    }
    .type_column .text {
        max-width: unset;
        width: 92%;
    }
    .type_column .text h3 {
        text-align: center;
        display: block;
    }
    .type_column .img {
        margin-top: 20px;
    }
    .type_column .img img {
        box-shadow: none;
        transform: none;
        max-width: 355px;
        width: 100%;
    }

    /* 検索結果ページ */
    .search .search__img-wrap::after {
        width: 270px;
        margin-right: calc(100% - 48% - 270px);
    }
    .search .search__text-title {
        width: 270px;
        margin-right: calc(100% - 48% - 270px);
        padding: 120px 0;
    }
    .search .search__text-title img {
        max-width: 230px;
    }
}
@media screen and (max-width: 599px) {
    /* TOPページ FV */
    .top .top__fv h1 {
        height: auto;
    }
    .top .top__text {
        padding: 25px 0 60px;
    }
    .top .top__text .wrap {
        position: relative;
    }
    .top .top__text .lead  {
        text-align: left;
        line-height: 1.7;
    }
    .top .top__text .top__ranking {
        margin: 30px auto 0;
        max-width: 320px;
    }
    .top .search__text {
        font-size: 18px;
        margin-top: 15px;
    }
	.top .top__text .top__illust .illust01 {
		top: unset;
        bottom: -300px;
		width: 35.38%;
		max-width: 138px;
	}
	.top .top__text .top__illust .illust02 {
		right: 0;
		width: 25%;
		max-width: 89px;
	}

    /* エリア別で探す */
    .area_search_sp .AreaBlock .noLink {
        background: #FBEDD9;
    }
    .area_search_sp .AreaBlock li a {
        background: #FBEDD9;
    }
    .top .area_search_sp .AreaBlock .noLink {
        background: #FBEDD9;
    }
    .top .area_search_sp .AreaBlock li a {
        background: #FBEDD9;
    }
    .area_search_sp .AreaBlock .name {
        color: #B97419;
    }
    .area_search_sp .AreaBlock .num {
        color: #B97419;
    }
    .area_search_sp .AreaBlock .sub_list ul li a {
        background: #F4DCBB;
    }
    .area_search_sp .AreaBlock li:not(.sub_list)::after {
        border-top: 1px solid #B97419;
        border-right: 1px solid #B97419;
    }
    .top .area_search_sp .AreaBlock {
        margin-bottom: 0;
    }

    /* 旅色編集部Pick up */
    .theme_pickup .pickup__item:first-child {
        padding-top: 20px;
    }
    .theme_pickup .pickup__title img  {
        max-width: 199px;
    }
    .theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 72px);
		background-size: auto 18px;
		left: auto;
		right: auto;
	}
	.theme_pickup .pickup__title::before {
		left: -9%;
	}
	.theme_pickup .pickup__title::after {
		right: -9%;
	}
    .theme_pickup .info__name {
        color: #fff;
        border-left: 3px solid #5F3B53;
    }
    .theme_pickup .item__topics {
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    /* ととのうについて */
    .theme_type_sp {
        padding: 40px 0;
    }
    .theme_type_sp .theme_type-title img {
        max-width: 390px;
    }
    .theme_type_sp .theme_type-main .type .type__img {
        margin-top: 5px;
    }
    .theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
        background: #B97419;
    }
    .theme_type_sp .theme_type-sub {
        background: #FDFBF0;
        border-radius: 20px;
        margin-top: 30px;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .theme_type_sp .theme_type-sub .type-sub__title img {
        width: 100%;
        height: auto;
    }
    .theme_type_sp .theme_type-sub .type-sub__text {
        font-size: 15px;
        font-weight: 300;
        color: #333;
        line-height: 1.6;
        margin-top: 15px;
    }
    .theme_type_sp .theme_type-sub .type-sub__img {
        margin-top: 20px;
    }
    .theme_type_sp .theme_type-sub .type-sub__img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        vertical-align: top;
    }

    /* 紅葉を撮るコツ */
    .type_column .wrap {
        gap: 10px 0;
        padding: 40px 0 0px;
    }
    .type_column .text h3 {
        font-size: 26px;
        line-height: 1.4;
    }
    .type_column .text h3 .sub {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .type_column .text p {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 20px;
    }
    .type_column .img {
        margin-top: 0;
    }

    /* シーン別特集 */
    .theme_scene {
        overflow: hidden;
    }
    .theme_scene .theme_scene-title img {
        max-width: 280px;
    }
    .theme_scene .theme_scene-nav {
        max-width: 314px;
        padding: 37px 0 38px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .theme_scene .theme_scene-nav li {
        max-width: 133px;
        width: 43%;
    }
    .theme_scene .theme_scene-nav li a:hover .nav__img {
        transition: none;
        transform: unset;
    }
    .theme_scene .theme_scene-nav .nav__text {
        padding-top: 13px;
        height: 18px;
    }
    .theme_scene .theme_scene-nav .theme_scene-nav01 a:hover span::after,
    .theme_scene .theme_scene-nav .theme_scene-nav02 a:hover span::after,
    .theme_scene .theme_scene-nav .theme_scene-nav03 a:hover span::after {
       display: none;
    }
    .theme_scene .theme_scene-main .scene {
        padding-top: 30px;
    }
    .theme_scene .top__title {
        text-align: center;
    }
    .theme_scene .top__title img {
        max-width: unset;
        width: 100%;
        max-width: 100%;
    }
    .theme_scene .top__img {
        top: 90px;
    }
    .theme_scene .top__mv {
        top: 115px;
    }
    .theme_scene .search__text {
        font-size: 15px;
        border-left: 3px solid #C36A29;
        margin-top: 35px;
    }
    .theme_scene .scene__illust {
        width: 100%;
        max-width: unset;
    }
    .theme_scene .scene__illust .illust01 {
        max-width: 86px;
        width: 22.05%;
        height: auto;
        top: -25px;
    }
    .theme_scene .scene__illust .illust02 {
        max-width: 74px;
        width: 18.97%;
        height: auto;
        top: -6px;
    }
    .theme_scene .top__text-sub {
        margin-top: 244px;
    }

    /* 検索結果ページ */
    .search .search__img-wrap {
        height: 320px;
    }
    .search .search__img-wrap::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 4%;
        background-size: 100vw 320px;
        background-position: 8% -15px;
        width: 210px;
        height: 200px;
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
    .search__text-wrap {
        padding-left: 0;
    }
	.search .search__text-title {
		width: 100%;
		height: auto;
		top: 25px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		position: absolute;
	}
	.search__text-wrap::before {
		content: '';
		width: 10px;
		height: calc(100% - 30px);
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		left: 0;
		background: #C99D4D;
	}
	.search .search__text-title img {
		width: 275px;
	}
    .search .search__text-title .search__text-key {
        margin-top: 15px;
    }

    /* 404ページ */
    .top404 .top404__img-wrap {
        height: 120px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url(/images/leisure/theme/autumn/autumn_404_sp.jpg);
    }
    .top404 .top404__img-wrap::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: inherit;
        background-clip: content-box;
        background-size: 100vw 120px;
        background-position: center;
        width: 142px;
        height: 98px;
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
    .top404 .top404__text-title {
        width: 200px;
        height: 105px;
        padding: 0;
        position: static;
    }
    .top404 .top404__text-title img {
        max-width: 100%;
    }
}
@media screen and (max-width: 359px) {
    .top .top__mv .top__text {
        padding-top: 60px;
    }
    .top .top__mv .top__text .top__text-bottom {
        margin-top: 30px;
    }
    .top .top__text .top__ranking {
        margin-top: 30px;
    }
}