@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #FAECD5;
	position: relative;
	overflow: hidden;
}
.top .top__img {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	vertical-align: top;
}
.top .wrap {
	position: relative;
}
.top .top__text-title {
	width: 502px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__text {
	width: 100%;
	position: relative;
	padding: 40px 0;
	background-image: url(/images/leisure/theme/michinoeki/top_bg.svg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: repeat;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	position: relative;
	z-index: 2;
}
.top .top__text .top__ranking {
	margin-top: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.top .top__text .top__ranking a {
	font-size: 15px;
	font-weight: 500;
	background: #CC752A;
	color: #fff;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 14px 0;
}

/* エリア別で探す */
.top_search {
	background: #E2B665;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.top_search .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-left: 5px solid #fff;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #CC752A;
	background: #FFFDE0;
	border: 1px solid #CC752A;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #CC752A;
}
.area_search_pc .PrefectureBlock li a {
	color: #CC752A;
	background: #FFF;
	border: 1px solid #CC752A;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #CC752A;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #E2B665;
}
.theme_pickup .pickup__title  {
	background: #CC752A;
}
.theme_pickup .pickup__title img  {
	max-width: 344px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	max-width: 65px;
	width: calc(50% - 187px);
	height: 100%;
	background: url(/images/leisure/theme/michinoeki/pickup_title_deco.svg) no-repeat center/auto 47px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 187px);
	background-position-x: right;
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 187px);
	background-position-x: left;
}
.theme_pickup .info__btn a {
	color: #CC752A;
	border: 1px solid #CC752A;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #CC752A;
}
.theme_pickup .pickup__item-num {
	background-image: url(/images/leisure/theme/michinoeki/pickup_num_bg.png);
}
/* .theme_pickup .item__name,
.theme_pickup .item__text-sub,
.theme_pickup .item__text-main,
.theme_pickup .item__text-area,
.theme_pickup .info__text dd {
	color: #333;
	border-bottom-color: #333;
} */
/* .theme_pickup .pickup__item::after {
	background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
} */

/* 宿のタイプ */
.theme_type_pc {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 694px;
	width: 58%;
}
.theme_type_pc .theme_type-main {
	margin-top: 70px;
}
.theme_type_pc .type .type__title img {
	max-width: 100%;
}
.theme_type_pc .theme_type-main .type:nth-child(3) .type__title {
	margin-right: -8.2%;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type:nth-last-child(1) {
	display: flex;
	align-items: center;
	padding-left: 6%;
}
.theme_type_pc .type .illust {
	max-width: 491px;
	width: 100%;
	margin: 0 auto;
}

.theme_type-sub {
	margin-top: 40px;
	background: #FAECD5;
	padding: 45px 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.theme_type-sub::before,.theme_type-sub::after {
	content: '';
	background-image: url(/images/leisure/theme/michinoeki/type_sub_deco.svg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 14px;
}
.theme_type-sub::before {
	left: 0;
}
.theme_type-sub::after {
	right: 0;
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
.theme_type-sub .type-sub__title {
	margin: 0 0 30px;
	max-width: 582px;
	width: 100%;
}
.theme_type-sub .item__text {
	max-width: 680px;
	width: 62%;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}
.theme_type-sub .item__img {
	width: 36%;
	max-width: 380px;
	flex-shrink: 0;
}
.theme_type-sub .item__img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 70px;
	background: -moz-linear-gradient(top, #E5F4D6, #A8E0DA 52%, #A9B9D8);
	background: -webkit-linear-gradient(top, #E5F4D6, #A8E0DA 52%, #A9B9D8);
	background: linear-gradient(to bottom, #E5F4D6, #A8E0DA 52%, #A9B9D8);
}
.theme_scene .theme_scene-title img {
	max-width: 709px;
	width: 60%;
}
.theme_scene .theme_scene-nav {
	max-width: 98%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding: 60px 1%;
	margin: auto;
	gap: 30px 3%;
}
.theme_scene .theme_scene-nav li {
	width: 22.5%;
	max-width: 263px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	max-width: 263px;
	-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;
	height: 33px;
	padding-top: 20px;
	padding-bottom: 2px;
}
.theme_scene .theme_scene-nav li a:hover .nav__text {
	padding-bottom: 0;
}
.theme_scene .theme_scene-nav li a:hover span::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #CC752A;
	display: block;
	margin: 0 auto;
}

.theme_scene .top__title img {
	max-width: 525px;
	width: 100%;
}
.theme_scene .top__text-sub {
	margin-top: 25px;
	line-height: 1.75;
}
.theme_scene .yado__text-main {
	color: #CC752A;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .yado__text-sub {
	margin-top: 8px;
}
.theme_scene .leisure__text-main {
	color: #CC752A;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #CC752A
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 500;
	color: #CC752A;
	border-left: 5px solid #CC752A;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #CC752A;
	border: 1px solid #CC752A;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #CC752A;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #FFFDE0;
}
.area_search_pc .AreaBlock li a:hover {
	background: #CC752A;
}

/* 下層 エリア別で探す */
.bottom .search__text {
	color: #CC752A;
	border-left: 5px solid #CC752A;
}

/* 検索結果ページ */
.search .search__img-wrap {
    height: 470px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.search .search__text-title {
    width: 445px;
    height: 470px;
    margin-right: calc(100% - 48% - 445px);
    padding: 105px 31px 0;
	background: url(/images/leisure/theme/michinoeki/search_title_bg.svg) no-repeat center left/100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.search .search__text-title img {
    width: 100%;
    max-width: 383px;
    height: auto;
}
.search .search__text-title .search__text-key {
    margin-top: 10px;
}
.theme__top .theme__title {
    color: #CC752A;
}
.theme__top .theme__title span {
    color: #CC752A;
}
.theme__top .theme__ranking a {
    color: #CC752A;
}

/* 404ページ */
.top404 .top404__img-wrap {
    height: 155px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(/images/leisure/theme/michinoeki/michinoeki_404_pc@2x.jpg);
}
.top404 .top404__text-title {
    width: 220px;
    height: 155px;
    box-sizing: border-box;
    display: flex;
	align-items: center;
    overflow: hidden;
    position: relative;
}
.top404 .top404__text-title img {
    width: 100%;
    max-width: 220px;
    height: 115px;
}


@media screen and (max-width: 1120px) {
	.top .top__text .top__text-sub {
		font-size: 15px;
	}
	.theme_type_pc .type .type__text {
		font-size: 15px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 41vmin;
	}
	.top .top__text-title {
		width: 41vmin;
		height: 41vmin;
	}
	.theme_pickup .pickup__title img {
		width: 300px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-size: auto 42px;
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 165px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 165px);
	}
	.theme_type_pc .type .type__img {
		margin-top: 15px;
	}
	.theme_type_pc .type .type__text {
		margin-top: 15px;
	}
	.theme_type-sub {
		padding: 30px 40px;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 16px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 2.8vmin;
	}
	
	/* 検索結果ページ */
	.search .search__text-title {
		width: 44vmin;
        margin-right: calc(100% - 48% - 44vmin);
        padding-top: 17vmin;
	}
	.search .search__text-title .search__text-key {
		font-size: 32px;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img img {
		height: 450px;
	}
	.top .top__text-title {
		width: 345px;
		height: auto;
		top: 44px;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 40px 0;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top .top__text .top__ranking a {
		text-align: center;
		width: 345px;
	}
	.top_search {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top_search .search__text {
		font-size: 18px;
	}

	/* エリア別で探す */
	.area_search_sp .AreaBlock .noLink {
		background: #FCF5E5;
	}
	.area_search_sp .AreaBlock li a {
		background: #FCF5E5;
	}
	.area_search_sp .AreaBlock .name {
		color: #CC752A;
	}
	.area_search_sp .AreaBlock .num {
		color: #CC752A;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #FAECD5;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #CC752A;
		border-right: 1px solid #CC752A;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 237px;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 44px;
		background-size: auto 29px;
	}
	.theme_pickup .pickup__title::before {
		left: 4%;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 4%;
	}
	.theme_pickup .info__name {
		border-color: #fff;
	}

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.theme_type_sp .theme_type-title {
		width: 100%;
	}
	.theme_type_sp .theme_type-title img {
		max-width: 100%;
	}
	.theme_type_sp .theme_type-main {
		margin-top: 30px;
	}
	.theme_type_sp .theme_type-main .type {
		padding-top: 28px;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 10px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #E2B665;
	}
	.theme_type-sub {
		flex-direction: column;
		padding: 40px 15px;
		margin: 35px auto 10px;
		border-left: none;
		border-right: none;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		background-image: url(/images/leisure/theme/michinoeki/type_sub_deco_sp.svg);
		left: 0;
		right: 0;
		width: 100%;
		height: 14px;
	}
	.theme_type-sub::before {
		top: 0;
		bottom: auto;
	}
	.theme_type-sub::after {
		top: auto;
		bottom: 0;
		-moz-transform: scaleX(-1) scaleY(-1);
		-webkit-transform: scaleX(-1) scaleY(-1);
		-o-transform: scaleX(-1) scaleY(-1);
		transform: scaleX(-1) scaleY(-1);
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 15px;
	}
	.theme_type-sub .item__text {
		width: 100%;
	}
	.theme_type-sub .item__img {
		width: 100%;
		margin-bottom: 15px;
	}
	.theme_type-sub .item__img img {
		display: block;
		width: 315px;
		margin: auto;
	}
	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 190px;
	}
	.theme_scene .theme_scene-nav {
		max-width: 100%;
		flex-wrap: wrap;
		gap: 30px 7%;
		padding: 40px 0;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 153px;
		width: 43.8%;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 153px;
	}
	.theme_scene .theme_scene-nav li a:hover .nav__img {
		transition: none;
		transform: unset;
	}
	.theme_scene .theme_scene-nav .nav__text {
		padding-top: 10px;
		height: 19px;
	}
	.theme_scene .theme_scene-nav li.theme_scene-nav05 .nav__text,
	.theme_scene .theme_scene-nav li.theme_scene-nav06 .nav__text {
		height: 19px;
	}
	.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,
	.theme_scene .theme_scene-nav .theme_scene-nav04 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav05 a:hover span::after,
	.theme_scene .theme_scene-nav .theme_scene-nav06 a:hover span::after {
	   display: none;
	}
	.theme_scene .top__text {
		width: 100%;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 35px;
	}
	.theme_scene .top__title img {
		max-width: 315px;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 76px;
	}
	.theme_scene .top__text-sub {
		margin-top: 236px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
    .search .search__img-wrap {
        height: 320px;
		position: relative;
    }
	.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: transparent;
	}
    .search .search__text-title {
		width: 267px;
		height: 207px;
		padding: 26px 18px 15px;
		margin-top: 0;
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
        text-align: center;
    }
    .search .search__text-title img {
        max-width: 100%; 
    }
    .search .search__text-title .search__text-key {
        margin-top: 10px;
		font-size: 25px;
    }

    /* 404ページ */
    .top404 .top404__img-wrap {
        height: 120px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url(/images/leisure/theme/michinoeki/michinoeki_404_sp.jpg);
    }
	.top404 .top404__text-title {
        width: 180px;
		height: 120px;
	}
	.top404 .top404__text-title img {
        width: 180px;
		height: 93px;
	}
}