@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #F2C8BF;
	position: relative;
}
.top .wrap {
	position: relative;
}
.top .top__img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 50% 50%;
	vertical-align: top;
}
.top .top__text-title {
	width: 280px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
}
.top .top__text-title img {
	width: 100%;
	height: auto;
}
.top .top__illust .illust {
	position: absolute;
	z-index: 3;
}
.top .top__illust .illust img {
	width: 100%;
	height: auto;
}
.top .top__illust .illust01 {
	width: 206px;
	top: 359px;
	left: 0;
}
.top .top__illust .illust02 {
	width: 228px;
	top: 32px;
	right: 0;
}
.top .top__text {
	width: 100%;
	padding: 40px 0 50px;
	position: relative;
	z-index: 0;
	background: #F2C8BF;
}
.top .top__text::before, .top .top__text::after {
	content: '';
	position: absolute;
	mix-blend-mode: overlay;
	z-index: -1;
	background-size: 100%;
}
.top .top__text::before {
	background-image: url('/images/leisure/theme/rental-kimono/top_text_illust01.svg');
	width: 360px;
	height: 223px;
	left: 0;
	bottom: 0;
}
.top .top__text::after {
	background-image: url('/images/leisure/theme/rental-kimono/top_text_illust02.svg');
	width: 258px;
	height: 179px;
	right: 0;
	bottom: 0;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top .top__text .top__ranking {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 3;
}
.top .top__text .top__ranking a {
	font-size: 18px;
	font-weight: 500;
	background: #8D4D72;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

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

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #EF7D63;
}
.theme_pickup .pickup__title  {
	background: #8D4D72;
}
.theme_pickup .pickup__title img  {
	max-width: 386px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: 370px;
	height: 100%;
	background: url(/images/leisure/theme/rental-kimono/pickup_title_deco.svg) no-repeat center left/ auto 22px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 231px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 231px);
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #8D4D72;
	border: 1px solid #8D4D72;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #8D4D72;
}
/* .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_type_pc {
	position: relative;
	padding-top: 70px;
	padding-bottom: 0;
}
.theme_type_pc .theme_type-title img {
	max-width: 576px;
	width: 48%;
}
.theme_type_pc .theme_type-main {
	margin-top: 60px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 50px;
}
.theme_type_pc .type .type__title img {
    max-width: 525px;
}
.theme_type_pc .type .type__img {
	margin-top: 20px;
}
.theme_type_pc .theme_type-main .type, .theme_type_pc .theme_type-main .type:nth-child(odd) {
	border-color: #F2C8BF;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	background-color: #FFEDE3;
	z-index: 0;
}
.theme_type-sub::before, .theme_type-sub::after,.theme_type-sub .wrap::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	mix-blend-mode: overlay;
}
.theme_type-sub::before {
	background-image: url('/images/leisure/theme/rental-kimono/type_sub_bg01.svg');
	top: 0;
	left: calc((100% - 1200px) / 2 - 70px);
	width: 259px;
    height: 165px;
}
.theme_type-sub::after {
	background-image: url('/images/leisure/theme/rental-kimono/type_sub_bg02.svg');
	right: calc((100% - 1200px) / 2 - 64px);
	bottom: 0;
	width: 427px;
	height: 242px;
}
.theme_type-sub .wrap {
	position: relative;
	padding: 60px 0 80px;
}
.theme_type-sub .wrap::before {
	background-image: url('/images/leisure/theme/rental-kimono/type_sub_bg03.svg');
	top: 0;
	right: 0;
	width: 138px;
    height: 105px;
}
.theme_type-sub .type-sub__title {
	width: 55%;
	max-width: 620px;
	margin: 0 0 20px;
}
.theme_type-sub .type-sub__text {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
	width: 100%;
	margin: 0 0 30px;
}
.theme_type-sub .type-sub__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.theme_type-sub .type-sub_item {
	position: relative;
	width: calc((100% - 30px * 2) / 3);
	display: flex;
	justify-content: space-between;
}
.theme_type-sub .type-sub_item img {
	display: block;
}
.theme_type-sub .type-sub_item .item__img {
	width: 36%;
	max-width: 135px;
}
.theme_type-sub .type-sub_item .item__text {
	width: 60%;
	max-width: 225px;
}
.theme_type-sub .type-sub_item .item__text_top {
	display: flex;
	justify-content: space-between;
	column-gap: 18px;
	width: 100%;
	margin-bottom: 19px;
}
.theme_type-sub .type-sub_item .item__cat img {
	width: auto;
	height: 29px;
}
.theme_type-sub .type-sub_item .item__title {
	padding-bottom: 4px;
	border-bottom: 1px solid #EF7D63;
	flex: 1;
}
.theme_type-sub .type-sub_item .item__title img {
	width: auto;
	height: 25px;
}
.theme_type-sub .type-sub_item .item__text_p {
	font-size: 13px;
	font-weight: 300;
	color: #333;
	line-height: 22px;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #4F4F81, #864069 52%, #E56D9B);
	background: -webkit-linear-gradient(top, #4F4F81, #864069 52%, #E56D9B);
	background: linear-gradient(to bottom, #4F4F81, #864069 52%, #E56D9B);
}
.theme_scene .theme_scene-title img {
	max-width: 975px;
	width: 85%;
}
.theme_scene .theme_scene-nav {
	max-width: 1140px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 50px 0 62px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 16.1%;
	max-width: 183px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 180px;
	-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: 31px;
	padding-top: 22px;
}
.theme_scene .theme_scene-main .scene {
	padding-top: 71px;
}
.theme_scene .top__title {
	/* max-width: 515px; */
	margin: 0;
}
.theme_scene .top__title img {
	display: block;
	max-width: 439px;
	height: auto;
	width: 85%;
	margin: auto;
}
.theme_scene .top__text-sub {
	margin-top: 33px;
	line-height: 1.75;
	color: #333333;
}
.theme_scene .yado__text-main {
	color: #8D4D72;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .leisure__text-main {
	color: #8D4D72;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #8D4D72
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #8D4D72;
	border-left: 5px solid #8D4D72;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #8D4D72;
	border: 1px solid #8D4D72;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #8D4D72;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F2C8BF;
}
.theme_scene .area_search_pc .AreaBlock li a:hover {
	color: #FFF;
    background: #8D4D72;
}

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

/* 検索結果ページ */
.search .search__text-title {
    width: 200px;
    height: 470px;
    margin-right: calc(100% - 48% - 200px);
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.search .search__text-title img {
    width: 100%;
    max-width: 200px;
    height: auto;
	display: block;
}
.search .search__text-title .search__text-key {
    margin-top: 10px;
	white-space: nowrap;
}
.theme__top .theme__title {
    color: #8D4D72;
}
.theme__top .theme__title span {
    color: #8D4D72;
}
.theme__top .theme__ranking a {
    color: #8D4D72;
}

/* 404ページ */
.top404 .top404__text-wrap {
	align-items: center;
}
.top404 .top404__text-title img {
    width: 104px;
    height: 144px;
	display: block;
}

@media screen and (max-width: 1300px) {
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 250px);
	}
	.theme_pickup .pickup__title::before {
		right: auto;
		left: 4%;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 4%;
	}
}
@media screen and (max-width: 1120px) {
	.theme_type-sub::before {
		left: -6%;
	}
	.theme_type-sub::after {
		right: -4%;
	}
	.theme_type-sub .type-sub_item .item__text_p {
		font-size: 13px;
		line-height: 21px;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 24px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 50vmax;
	}
	.top .top__text-title {
		width: 30vmax;
	}
	.top .top__illust .illust01 {
		width: 20vmax;
		top: 37vmax;
	}
	.top .top__illust .illust02 {
		width: 18vmax;
		top: 4.2vw;
	}
	.theme_pickup .pickup__title img {
		max-width: 320px
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-size: auto 18px;
		width: calc(50% - 209px);
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 2.4vmax;
	}
	.theme_type-sub .type-sub_item .item__cat img {
		height: 2.6vmax;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 2.5vmax;
	}
	.search .search__text-title {
		width: 21vmax;
		margin-right: calc(100% - 48% - 21vmax);
		top: 2vmax;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img {
		height: 120vw;
		position: relative;
	}
	.top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 56vw;
		height: auto;
		top: 13.6vw;
	}
	.top .top__illust .illust01 {
		width: 29.5vw;
		top: unset;
		bottom: 15px;
		left: 0;
	}
	.top .top__illust .illust02 {
		width: 32.6vw;
		top: 15px;
		right: 0;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
	}
	.top .top__text::before {
		display: none;
	}
	.top .top__text::after {
		background-image: url('/images/leisure/theme/rental-kimono/top_text_illust03.svg');
		width: 222px;
		height: 200px;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.top__text .top__illust .illust05 {
		width: 59.2vw;
		right: 0;
		bottom: 0;
	}
	.top .top__text .top__ranking {
		margin-top: 20px;
	}
	.top .top__text .top__ranking a {
		font-size: 16px;
		text-align: center;
		width: 320px;
	}

	/* エリア別で探す */
	.top_search {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.top_search .search__text {
		font-size: 18px;
	}
	.area_search_sp .AreaBlock .noLink {
		background: #F2C8BF;
	}
	.area_search_sp .AreaBlock li a {
		background: #F2C8BF;
	}
	.area_search_sp .AreaBlock .name {
		color: #8D4D72;
	}
	.area_search_sp .AreaBlock .num {
		color: #8D4D72;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #E8B8AE;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #8D4D72;
		border-right: 1px solid #8D4D72;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 64.266667vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		background-image: url('/images/leisure/theme/rental-kimono/pickup_title_deco.svg');
		background-size: auto 4.533334vw;
		background-position: right;
		width: 16vw;
	}
	.theme_pickup .pickup__title::before {
		left: 0;
		right: auto;
	}
	.theme_pickup .pickup__title::after {
		left: auto;
		right: 0;
		transform: scaleX(-1);
	}
	.theme_pickup .info__name {
		border-color: #8D4D72;
		/* color: #333; */
	}
	/* .theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	} */

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.theme_type_sp .theme_type-title {
		max-width: 303px;
	}
	.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: 20px;
	}
	.theme_type_sp img {
		display: block;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 14px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #8D4D72;
	}
	.theme_type-sub {
		margin-top: 35px;
		padding: 40px 0;
		flex-direction: column;
		position: relative;
		z-index: 0;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		content: '';
		position: absolute;
		z-index: -1;
		width: 100%;
		mix-blend-mode: overlay;
	}
	.theme_type-sub::before {
		background-image: url('/images/leisure/theme/rental-kimono/type_sub_bg01_sp.svg');
		top: 0;
		left: 0;
		width: 133px;
		height: 126px;
	}
	.theme_type-sub::after {
		background-image: url('/images/leisure/theme/rental-kimono/type_sub_bg02_sp.svg');
		right: 0;
		bottom: 24px;
		width: 174px;
		height: 321px;
	}
	.theme_type-sub .wrap {
		padding: 0;
	}
	.theme_type-sub .wrap::before {
		display: none;
	}
	.theme_type-sub .type-sub__title {
		width: 100%;
		max-width: 288px;
		margin: 0 auto 17px;
	}
	.theme_type-sub .type-sub__text {
		font-size: 12px;
		line-height: 1.67;
		margin-bottom: 20px;
	}
	.theme_type-sub .type-sub__wrap {
		gap: 15px;
	}
	.theme_type-sub .type-sub_item {
		width: calc((100% - 15px) / 2);
		flex-direction: column;
	}
	.theme_type-sub .type-sub_item .item__img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub_item .item__text {
		width: 100%;
		max-width: 100%;
	}
	.theme_type-sub .type-sub_item .item__text_top {
		column-gap: 10px;
		margin-bottom: 10px;
	}
	.theme_type-sub .type-sub_item .item__title img {
		height: 21px;
	}
	.theme_type-sub .type-sub_item .item__cat img {
		height: 26px;
	}

	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		max-width: 100%;
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px 0 40px;
		gap: 31px 5.7%;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 100px;
		width: 29%;
	}
	.theme_scene .theme_scene-nav li:nth-last-child(-n+2) {
		margin: 0 10px;
	}
	.theme_scene .theme_scene-nav .nav__img {
		max-width: 100px;
	}
	.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: 16px;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 25px;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 76px;
		margin: 0 auto;
		display: block;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 90px;
	}
	.theme_scene .top__text-sub {
		margin-top: 239px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
    .search .search__text-title {
		width: 115px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15px;
		left: 50%;
        transform: translateX(-50%);
	}
	.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: #8D4D72;
	}
	.search .search__text-title img {
		max-width: 115px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 3px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 67px;
		height: 110px;
	}
}
@media screen and (max-width: 374px) {
	.theme_type_sp .theme_type-main .type .type__title img {
		max-width: 100%;
	}
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
}