@charset "UTF-8";
/* TOPページ FV */
.top {
	background: #1F843F;
	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: 660px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 89px;
	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: 234px;
	top: 192px;
	left: 0;
}
.top .top__illust .illust02 {
	width: 296px;
	top: 30px;
	right: 0;
}
.top .top__text {
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 0;
}
.top .top__text::before {
	content: '';
	position: absolute;
	background: url('/images/leisure/theme/golf-course/top_text_bg.svg') no-repeat center bottom / 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.top .top__text .top__text-sub {
	max-width: 660px;
	margin: auto;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.top__text .top__illust .illust03 {
	width: 140px;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
}
.top__text .top__illust .illust04 {
	width: 132px;
	right: 3%;
	top: 48%;
	transform: translateY(-50%);
}
.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: #B59370;
	color: #FFFFFF;
	border-radius: 50px;
	display: block;
	width: 380px;
	margin: auto;
	padding: 9px 0;
}

/* エリア別で探す */
.top_search {
	background: #1F843F;
	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 #B59370;
	padding-left: 10px;
}
.area_search_pc .AreaBlock li a {
	color: #B59370;
	background: #F9FFBE;
	border: 1px solid #B59370;
}
.area_search_pc .AreaBlock li a:hover {
	color: #FFF;
	background: #B59370;
}
.area_search_pc .PrefectureBlock li a {
	color: #B59370;
	background: #FFF;
	border: 1px solid #B59370;
}
.area_search_pc .PrefectureBlock li a:hover {
	color: #FFF;
	background: #B59370;
}

/* 旅色編集部Pick up */
.theme_pickup  {
	background: #1F843F;
}
.theme_pickup .pickup__title  {
	background: #B59370;
}
.theme_pickup .pickup__title img  {
	max-width: 381px;
}
.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
	content: '';
	position: absolute;
	width: calc(50% - 223px);
	max-width: 656px;
	height: 100%;
	background: url(/images/leisure/theme/golf-course/pickup_title_deco.svg) repeat-x center right/ auto 16px;
}
.theme_pickup .pickup__title::before {
	right: calc(50% + 223px);
}
.theme_pickup .pickup__title::after {
	left: calc(50% + 223px);
	transform: scaleX(-1);
}
.theme_pickup .info__btn a {
	color: #B59370;
	border: 1px solid #B59370;
}
.theme_pickup .pickup__item-num,.theme_pickup .pickup__item-num span {
	color: #B59370;
}
/* .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: 80px;
	padding-bottom: 80px;
}
.theme_type_pc .theme_type-title img {
	max-width: 798px;
	width: 72%;
}
.theme_type_pc .theme_type-main {
	margin-top: 57px;
}
.theme_type_pc .theme_type-main .type {
	padding-top: 43px;
}
.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: #F9FFBE;
}

.theme_type-sub {
	margin-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.theme_type-sub .type-sub__title {
	width: 92%;
	max-width: 430px;
	margin: 0 0 25px;
}
.theme_type-sub .item__text {
	max-width: 650px;
	width: 55%;
}
.theme_type-sub::before, .theme_type-sub::after {
    content: '';
    background-image: linear-gradient(to right, #38A85C, #38A85C 23px, transparent 23px, transparent 29px, #1F843F 29px, #1F843F 52px, transparent 52px, transparent 58px);
    background-size: 58px 4px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
	height: 4px;
    z-index: -1;
}
.theme_type-sub::before {
    top: 0;
    width: 55.1%;
}
.theme_type-sub::after {
    bottom: 0;
    width: 81.8%;
}
.theme_type-sub .item__text p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.75;
}
.theme_type-sub .item__img {
	max-width: 490px;
	width: 41%;
}


/* シーン別特集 */
.theme_scene {
	padding-top: 80px;
	background: -moz-linear-gradient(top, #FFE6B5, #B5F2B5 52%, #93E5D2);
	background: -webkit-linear-gradient(top, #FFE6B5, #B5F2B5 52%, #93E5D2);
	background: linear-gradient(to bottom, #FFE6B5, #B5F2B5 52%, #93E5D2);
}
.theme_scene .theme_scene-title img {
	max-width: 1154px;
	width: 97%;
}
.theme_scene .theme_scene-nav {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 51px 0 60px;
	margin: auto;
}
.theme_scene .theme_scene-nav li {
	width: 16%;
	max-width: 190px;
	text-align: center;
	position: relative;
}
.theme_scene .theme_scene-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 28px;
}
.theme_scene .theme_scene-nav li a:hover {
	opacity: 1;
}
.theme_scene .theme_scene-nav .nav__img {
	width: 100%;
	max-width: 150px;
	-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: 25px;
	max-width: 100%;
	padding-top: 20px;
}
.theme_scene .theme_scene-nav .theme_scene-nav06 a::before {
    content: '';
    width: 100%;
    height: 18px;
    background-image: url(/images/leisure/theme/golf-course/scene_nav06_text_pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    position: absolute;
	z-index: 3;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme_scene .theme_scene-nav .theme_scene-nav06 a:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
}
.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: unset;
	height: 120px;
	width: auto;
}
.theme_scene #scene3 .top__title {
	max-width: 532px;
	margin-right: -2.9%;
}
.theme_scene .top__text-sub {
	margin-top: 33px;
	line-height: 1.75;
	color: #333333;
}
.theme_scene .yado__text-main {
	color: #B59370;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.theme_scene .leisure__text-main {
	color: #B59370;
	padding-bottom: 10px;
}
.theme_scene .yado__text-sub .more {
	color: #B59370
}
.theme_scene .search__text {
	font-size: 20px;
	font-weight: 400;
	color: #B59370;
	border-left: 5px solid #B59370;
	padding-left: 10px;
	margin-top: 85px;
}
.theme_scene .leisure__text-sub {
	margin-top: 10px;
}
.theme_scene .info__btn a {
	color: #B59370;
	border: 1px solid #B59370;
}
.theme_scene .info__btn a:nth-child(3) {
	color: #fff;
	background: #B59370;
}
.theme_scene .area_search_pc .AreaBlock li a {
	background: #F9FFBE;
}
.theme_scene .area_search_pc .AreaBlock li a:hover {
	color: #FFF;
    background: #B59370;
}

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

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

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

@media screen and (max-width: 1400px) {
	.top .top__text::before {
		background-size: auto 100%;
	}
	.top .top__illust .illust01 {
		left: auto;
		right: calc(50vw + 248px);
	}
	.top .top__illust .illust02 {
		right: auto;
		left: calc(50vw + 210px);
	}
}
@media screen and (max-width: 1300px) {
	.theme_scene .top__title img {
		max-width: 528px;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1120px) {
	.top .top__img img {
		height: 400px;
	}
	.top .top__text-title {
		width: 520px;
	}
	.top .top__illust .illust01 {
		width: 160px;
	}
	.top .top__illust .illust02 {
		width: 235px;
	}
	.top__text .top__illust .illust03 {
		width: 13%;
        left: -2%;
        bottom: 0;
	}
	.top__text .top__illust .illust04 {
		width: 12%;
        right: -1%;
        top: 64%;
	}
	.theme_type-sub .type-sub__title {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 900px) {
	.top .top__img img {
		height: 50vmax;
	}
	.top .top__text-title {
		width: 65vmax;
	}
	.top .top__illust .illust01 {
		width: 20vmax;
	}
	.top .top__illust .illust02 {
		width: 29vmax;
	}
	.top__text .top__illust .illust03 , .top__text .top__illust .illust04 {
		display: none;
	}
	.top .top__text {
		background-position: -3% bottom, 139% bottom;
		background-size: auto 57%, auto 100%;
	}
	.theme_pickup .pickup__title img {
		max-width: 326px
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: calc(50% - 190px);
	}
	.theme_pickup .pickup__title::before {
		right: calc(50% + 190px);
	}
	.theme_pickup .pickup__title::after {
		left: calc(50% + 190px);
	}
	.theme_type-sub {
		padding: 10px 0;
	}
	.theme_type-sub .item__text {
		width: 50%;
	}
	.theme_type-sub .item__text p {
		font-size: 14px;
	}
	.theme_type-sub .item__img {
		width: 48%;
	}
	.theme_type-sub::before {
		width: 49%;
	}
	.theme_type-sub::after {
		width: 78%;
	}
	.theme_scene .theme_scene-nav .nav__text {
		height: 1.9vmax;
	}
	.theme_scene .theme_scene-nav .theme_scene-nav06 a::before {
		height: 1.9vmax;
	}
	.search .search__text-title {
		width: 36vmax;
		margin-right: calc(100% - 48% - 36vmax);
		top: 4vmax;
	}
}
@media screen and (max-width: 599px) {
	/* TOPページ FV */
	.top .top__img {
		height: 120vw;
	}
	.top .top__img img {
		height: 120vw;
		width: 100%;
	}
	.top .top__text-title {
		width: 92vw;
		height: auto;
		top: 36.8vw;
	}
	.top .top__text-title img {
		max-width: 100%;
		height: auto;
	}
	.top .top__text {
		width: 100%;
		padding: 25px 0 30px;
	}
	.top .top__text::before {
		background-image: url('/images/leisure/theme/golf-course/top_text_bg_sp.svg');
		background-size: 100%;
	}
	.top .top__text .top__text-sub {
		max-width: 100%;
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.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: #F9FFBE;
	}
	.area_search_sp .AreaBlock li a {
		background: #F9FFBE;
	}
	.area_search_sp .AreaBlock .name {
		color: #B59370;
	}
	.area_search_sp .AreaBlock .num {
		color: #B59370;
	}
	.area_search_sp .AreaBlock .sub_list ul li a {
		background: #EFF88F;
	}
	.area_search_sp .AreaBlock li:not(.sub_list)::after {
		border-top: 1px solid #B59370;
		border-right: 1px solid #B59370;
	}

	/* 旅色編集部Pick up */
	.theme_pickup .pickup__title img {
		max-width: 62.933334vw;
	}
	.theme_pickup .pickup__title::before, .theme_pickup .pickup__title::after {
		width: 15.733334vw;
		background-size: auto 10px;
	}
	.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: #B59370;
		/* color: #333; */
	}
	/* .theme_pickup .item__topics {
		border-color: #333;
		color: #333;
	} */

	/* 宿のタイプ */
	.theme_type_sp {
		padding-top: 64px;
		padding-bottom: 40px;
	}
	.theme_type_sp .theme_type-title {
		max-width: 100%;
		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: 23px;
	}
	.theme_type_sp img {
		display: block;
	}
	.theme_type_sp .theme_type-main .type .type__img {
		margin-top: 15px;
	}
	.theme_type_sp .theme_type-main .swiper-pagination-bullet-active {
		background: #B59370;
	}
	.theme_type-sub {
		margin-top: 35px;
		padding: 35px 0;
		flex-direction: column;
	}
	.theme_type-sub::before, .theme_type-sub::after {
		width: 100%;
		background-image: linear-gradient(to right, #38A85C, #38A85C 5.866667vw, transparent 5.866667vw, transparent 7.2vw, #1F843F 7.2vw, #1F843F 13.06667vw, transparent 13.06667vw, transparent 14.4vw);
    	background-size: 14.4vw 3px;
	}
	.theme_type-sub .type-sub__title {
		width: 100%;
		max-width: 218px;
		margin: 0 auto 20px;
	}
	.theme_type-sub .item__text,
	.theme_type-sub .item__img {
		width: 100%;
	}
	.theme_type-sub .item__text {
		margin-top: 20px;
	}
	.theme_type-sub .item__text p {
		font-size: 15px;
	}

	
	/* シーン別特集 */
	.theme_scene {
		padding-top: 40px;
	}
	.theme_scene .theme_scene-title img {
		width: 100%;
	}
	.theme_scene .theme_scene-nav {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding: 14px 0 45px;
		gap: 21px 5%;
	}
	.theme_scene .theme_scene-nav li {
    	max-width: 103px;
		width: 29.5%;
	}
	.theme_scene .theme_scene-nav li a {
		padding-top: 17px;
	}
	.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-nav .theme_scene-nav06 a::before {
		height: 12px;
	}
	.theme_scene .theme_scene-main .scene {
		padding-top: 30px;
	}
	.theme_scene .top__title img {
		max-width: unset;
		width: auto;
		height: 78px;
		margin: 0;
		display: block;
	}
	.theme_scene #scene2 .top__title,
	.theme_scene #scene4 .top__title  {
		margin-top: -19px;
	}
	.theme_scene #scene2 .top__title img,
	.theme_scene #scene4 .top__title img {
		height: 97px;
	}
	.theme_scene .top__img {
		width: 100%;
		text-align: center;
		top: 85px;
	}
	.theme_scene .top__text-sub {
		margin-top: 231px;
		line-height: 1.6;
	}
	.theme_scene .search__text {
		font-size: 15px;
		border-left-width: 3px;
		margin-top: 35px;
	}

	/* 検索結果ページ */
    .search .search__text-title {
		width: 213px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 45px;
		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: #B59370;
	}
	.search .search__text-title img {
		max-width: 237px;
	}
	.search .search__text-title .search__text-key {
		margin-top: 10px;
		font-size: 25px;
	}

	/* 404ページ */
	.top404 .top404__text-title img {
		width: 156px;
		height: 86px;
	}
}
@media screen and (max-width: 599px) and (min-width: 376px) {
	.theme_scene .top__title img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 374px) {
	.theme_scene .top__title img {
		max-width: 100%;
		height: auto;
	}
	.theme_scene #scene2 .top__title img, .theme_scene #scene4 .top__title img {
		height: auto;
	}
}