@charset "utf-8";
/* CSS Document */

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*--- リンク ---*/
a:link,
a:visited,
a:hover,
a:active {
	color: #444;
	text-decoration: none;
}

/*--- 振り分け ---*/
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}


/*--- ボディ ---*/
body {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #222;
}

/*--- ヘッダー ---*/
header {
	max-width: 1440px;
	background-color: #000;
	margin: 0 auto 74px;
	position: relative;
}
header > img {
	width: 100%;
	height: auto;
	opacity: .7;
}
@media only screen and (max-width: 768px) {
	header {
		max-width: 100%;
		margin: 0 auto 40px;
	}
}
h1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	  font-style: normal;
	font-size: 63px;
	color: #fff;
	text-align: center;
	line-height: 140%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
h1 > span {
	display: block;
	font-size: 33px;
	font-weight: 700;
	position: relative;
}
h1 > span:before {
	content: "";
	display: inline-block;
	background-image: url("/feature/_common/images/h1_design.png");
	width: 194px;
	height: 111px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 200%;
	margin-bottom: 72px;
}
h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	display: inline;
	background-color: #fff;
	padding: 0 14px;
	position: absolute;
	top: -7px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section#recommend:before,
		section#recommend:after,
		section#season:before,
		section#season:after,
		section#all:before,
		section#all:after{
			content: "";
			display: inline-block;
			width: 35px;
			height: 12px;
			background-size: contain;
			background-repeat: no-repeat;
			background-color: #fff;
			position: absolute;
		}
		section#recommend:before,
		section#season:before,
		section#all:before {
			background-image: url(/feature/_common/images/h3_sp_l.jpg);
			top: -4px;
			left: 250px;
		}
		section#recommend:after,
		section#season:after,
		section#all:after {
			background-image: url(/feature/_common/images/h3_sp_r.jpg);
			top: -4px;
			right: 250px;
		}
h4 {
	font-size: 17px;
	line-height: 200%;
	text-align: center;
	margin-bottom: 60px;
}
	@media only screen and (max-width: 768px) {
		h1 {
			width: 100%;
			font-size: 42px;
		}
		h1 > span {
			font-size: 22px;
		}
		h1 > span:before {
			content: "";
			display: inline-block;
			background-image: url("/feature/_common/images/h1_design.png");
			width: 92px;
			height: 52px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: -30%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		}
		h2 {
			font-size: 17px;
			margin-bottom: 40px;
		}
		h3 {
			width: auto;
			font-size: 22px;
			line-height: 140%;
			white-space: nowrap;
		}
		h3:before,
		h3:after {
			width: 0;
			height: 0;
			background-image: none;
			background-color: #fff;
			margin: 0;
			padding: 0;
			
		}
		h4 {
			font-size: 15px;
			margin-bottom: 32px;
		}
	}

section {
	width: 910px;
	margin: 0 auto 80px;
}
	@media only screen and (max-width: 768px) {
		section {
			width: 90%;
			margin: 0 auto 60px;
		}
	}
/*--- checkボタン ---*/
a.check {
	display: flex;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	width: 140px;
	height: 30px;
	font-family: "Outfit", sans-serif;
	color: #fff;
	background-color: #444;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
a.check:after {
	content: "";
	display: inline-block;
	background-image: url(/feature/_common/images/check_arrow.png);
	width: 6px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	@media only screen and (max-width: 768px) {
		a.check {
			width: fit-content;
			height: auto;
			font-size: 20px;
			padding: 12px 64px 14px 66px;
		}
	}

/*------ 各コンテンツBOX ------*/

/*--- アンカー ---*/
section#anchor {
	width: 910px;
	border: none;
	padding: 0;
	position: relative;
}
section#anchor > div {
	width: 100%;
	max-width: 910px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section#anchor > div > div {
	width: 290px;
	margin-right: 20px;
	padding: 10px;
	position: relative;
}
section#anchor > div > div:before {
	content: "";
	display: inline-block;
	background-image: url(/feature/_common/images/anchor_design_pc.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 183px;
	background-size: contain;
	background-repeat: no-repeat;
}
section#anchor > div > div:last-of-type {
	margin-right: 0px;
}
section#anchor > div > div img {
	width: 100%;
	height: auto;
	
}
section#anchor > div > div:after {
	content: "";
	display: inline-block;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 270px;
	height: 162px;
	opacity: .3;
}
section#anchor > div > div span {
	width: 270px;
    height: 162px;
    display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 99;
}
section#anchor > div > div span:after {
	content: "";
	display: inline-block;
	background-image: url(/feature/_common/images/anchor_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
	@media only screen and (max-width: 768px) {
		section#anchor {
			width: 90%;
			border: none;
			padding: 0;
			position: relative;
		}
		section#anchor > div {
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		section#anchor > div > div {
			width: 100px;
			height: 160px;
			margin: 0;
			padding: 5px;
			position: relative;
			overflow: hidden;
		}
		section#anchor > div > div:before {
			content: "";
			display: inline-block;
			background-image: url(/feature/_common/images/anchor_design_sp.png);
			position: absolute;
			top: 0;
			left: 0;
			width: 100px;
			height: 160px;
			background-size: contain;
			background-repeat: no-repeat;
		}
		section#anchor > div > div:last-of-type {
			margin-right: 0px;
		}
		section#anchor > div > div img {
			width: 100%;
			height: 150px;
			object-fit: cover;
		}
		section#anchor > div > div:after {
			content: "";
			display: inline-block;
			background-color: #000;
			position: absolute;
			top: 5px;
        left: 5px;
        width: 90%;
        height: 150px;
        opacity: .3;
		}
		section#anchor > div > div span {
			width: 100%;
			font-family: "Zen Kaku Gothic New", sans-serif;
			font-size: 14px;
			font-weight: 700;
			color: #fff;
			text-align: center;
			line-height: 140%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			z-index: 99;
		}

	}

/*--- おすすめプラン特集 ---*/

section#recommend {
	border: #000 1px solid;
	padding: 40px 40px 0 40px;
	position: relative;
	background-image: url(/feature/_common/images/recommend_footer.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
section > div.js-accordion > ul > li {
	border-top: #222 1px solid;
	padding: 40px 0;
}
section > div.js-accordion > ul > li:first-of-type {
	border-top: none;
	padding: 0 0 40px;
}
section > div.js-accordion > ul > li > div {
	width: 830px;
	display: flex;
	flex-wrap: wrap;
}
	@media only screen and (max-width: 768px) {
		section#recommend {
			padding: 60px 20px 0 20px;
			position: relative;
		}
		section#recommend:before,
		section#recommend:after,
		section#season:before,
		section#season:after,
		section#all:before,
		section#all:after{
			content: "";
			display: inline-block;
			width: 24px;
			height: 8px;
			background-size: contain;
			background-repeat: no-repeat;
			background-color: #fff;
			position: absolute;
		}
		section#recommend:before,
		section#season:before,
		section#all:before {
			background-image: url(/feature/_common/images/h3_sp_l.jpg);
			top: -3px;
			left: 35px;
		}
		section#recommend:after,
		section#season:after,
		section#all:after {
			background-image: url(/feature/_common/images/h3_sp_r.jpg);
			top: -3px;
			right: 35px;
		}
		section > div.js-accordion > ul > li > div {
			width: 100%;
			display: block;
			flex-wrap: nowrap;
		}
	}

/*** 奇数 ***/
section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(1) {
	width: 300px;
	margin-right: 40px;
}
section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(2) {
	width: 490px;
}
/*** 偶数 ***/
section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1) {
	width: 300px;
	margin-left: 40px;
	order: 2;
}
section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(2) {
	width: 490px;
	order: 1;
}
	@media only screen and (max-width: 768px) {
		section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(1),
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1),
		section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(2),
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(2) {
			width: 100%;
			margin-right: 0;
			margin-left: 0;
		}
		section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(1),
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1) {
			text-align: center;
			margin-bottom: 24px;
		}
		section > div.js-accordion > ul > li:nth-of-type(odd) > div > div:nth-of-type(1) img,
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1) img{
			width: 90%;
			height: auto;
		}
		/*** 偶数 ***/
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(1) {
			order: 1;
		}
		section > div.js-accordion > ul > li:nth-of-type(even) > div > div:nth-of-type(2) {
			order: 1;
		}
	}
	
	
section > div.js-accordion > ul > li > div > div > h5 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding-left: 48px;
	position: relative;
}
section > div.js-accordion > ul > li > div > div > h5 > span {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-left: 20px;
	vertical-align: 3px;
}
section > div.js-accordion > ul > li > div > div > h5:before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 0;
}
	@media only screen and (max-width: 768px) {
		section > div.js-accordion > ul > li > div > div > h5 {
			font-size: 18px;
		}
	}
/*** シーズンアイコン ***/
section > div.js-accordion > ul > li > div > div > h5.spring:before {
	background-image: url(/feature/_common/images/icon_spring.png);
}
section > div.js-accordion > ul > li > div > div > h5.summer:before {
	background-image: url(/feature/_common/images/icon_summer.png);
}
section > div.js-accordion > ul > li > div > div > h5.autumn:before {
	background-image: url(/feature/_common/images/icon_autumn.png);
}
section > div.js-accordion > ul > li > div > div > h5.winter:before {
	background-image: url(/feature/_common/images/icon_winter.png);
}
section > div.js-accordion > ul > li > div > div > p {
	line-height: 200%;
	margin: 32px 0;
}
	@media only screen and (max-width: 768px) {
		section > div.js-accordion > ul > li > div > div > p {
			margin: 24px 0;
		}
	}
/*** Moreボタン ***/
div.morebtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	height: 90px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #222;
	text-align: center;
	letter-spacing: .1em;
    position: relative;
}
div.morebtn > span {
    padding: 0 21px;
}
.js-btn-more::before,
.js-btn-more::after {
    content: '';
	background-image: url(/feature/_common/images/more_down.png);
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
}
.js-btn-close::before,
.js-btn-close::after {
    content: '';
	background-image: url(/feature/_common/images/more_up.png);
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
}



/*--- 季節のおすすめ情報 ---*/
section#season {
	border: #000 1px solid;
	padding: 40px 40px 0 40px;
	position: relative;
}
section#season > div > div {
	width: 830px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #222 1px solid;
	padding: 40px 0;
}
section#season > div > div:first-of-type {
	padding: 0 0 40px;
}
section#season > div > div:last-of-type {
	border-bottom: none;
}
section#season > div > div:nth-of-type(odd) > div:nth-of-type(1) {
	width: 300px;
	margin-right: 40px;
}
section#season > div > div:nth-of-type(odd) > div:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
section#season > div > div:nth-of-type(odd) > div:nth-of-type(2) {
	width: 490px;
}
	@media only screen and (max-width: 768px) {
		section#season {
			padding: 60px 20px 0 20px;
		}
		section#season > div > div,
		section#season > div > div:nth-of-type(odd) > div:nth-of-type(1),
		section#season > div > div:nth-of-type(odd) > div:nth-of-type(2) {
			width: 100%;
			display: block;
			flex-wrap: nowrap;
			margin-right: 0;
		}
		section#season > div > div:nth-of-type(odd) > div:nth-of-type(1) {
			text-align: center;
			margin-bottom: 24px;
		}
		section#season > div > div:nth-of-type(odd) > div:nth-of-type(1) img {
			width: 90%;
			height: auto;
		}
	}

section > div > div> div > h5 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding-left: 48px;
	position: relative;
}
section > div > div > div > h5 > span {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-left: 20px;
	vertical-align: 3px;
}
section > div > div > div > h5:before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -5px;
	left: 0;
}
section > div > div > div > h5.spring:before {
	background-image: url(/feature/_common/images/icon_spring.png);
}
section > div > div > div > h5.summer:before {
	background-image: url(/feature/_common/images/icon_summer.png);
}
section > div > div > div > h5.autumn:before {
	background-image: url(/feature/_common/images/icon_autumn.png);
}
section > div > div > div > h5.winter:before {
	background-image: url(/feature/_common/images/icon_winter.png);
}
section > div > div > div > p {
	line-height: 200%;
	margin: 32px 0;
}

/*--- オールシーズン特集 ---*/
section#all {
	border: #000 1px solid;
	padding: 60px 40px 26px 40px;
	position: relative;
}
section#all img {
  height: auto;
  width: 100%;
}
/* swiper */
.swiper_rsp-only {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper_rsp-only .swiper-slide {
    width: 287px;
    height: auto;
}
.swiper_rsp-only .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.swiper_rsp-only .swiper-button-prev,
.swiper_rsp-only .swiper-button-next { display: none;}

section#all > div > ul {
	display: flex;
	flex-wrap: wrap;
}
section#all > div > ul > li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 16px;
}
section#all > div > ul > li:nth-of-type(3n) {
	margin-right: 0%;
}
@media screen and (min-width: 767px) {

    /* swiper-init_member-top-rsp.js用 */
    /* ウインドウ幅を変動させたとき、1201px以上でswiperが適用されないようにする指定 */
    .swiper_rsp-only .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .swiper_rsp-only .swiper-pagination {
        display: none;
    }
    .swiper_rsp-only .swiper-slide-duplicate {
        display: none;
    }
}
@media screen and (max-width: 768px) {
	section#all {
		border: #000 1px solid;
		padding: 40px 0 26px;
		position: relative;
	}
	section#all > div > ul {
		flex-wrap: nowrap;
	}
	section#all > div > ul > li {
		width: 80%;
		margin-right: 0;
	}
    .swiper_rsp-only {
        padding-block: 25px 0;
    }
    .swiper_rsp-only .swiper-button-prev,
    .swiper_rsp-only .swiper-button-next {
        display: flex;
    }
    .swiper_rsp-only .swiper-pagination {
        position: unset;
        padding-block: 16px;
    }
	 .swiper_carousel {
        padding-block: 14.2% 12.6%;
    }
    .swiper_carousel .swiper-slide,
    .swiper_rsp-only .swiper-slide {
        width: 48.5%;
        height: auto;
        aspect-ratio: 1 / 0.6642;
    }
    .swiper_rsp-only .swiper-pagination {
        padding-block: 0;
    }
	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.swiper-pagination-bullet-active {
		background: #222;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 8px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 32px;
		height: 32px;
		color: #fff;
		background: #444;
		border-radius: 50%;
		opacity: .8;
		
	}
}
/*--- フッター ---*/
footer {
	max-width: 1440px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 140%;
}
footer > div.ex {
	text-align: right;
}
@media only screen and (max-width: 768px) {
	footer {
		width: 90%;
	}
	footer > div.ex {
		margin-bottom: 20px;
	}
}