/* おすすめコンテンツ */

.sp {
	display: none;
}

.flexbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend .ordermade-list {
	margin-bottom: 30px;
}

.recommend .ordermade-list li {
	float: left;
	margin: 0 1.5% 1.5% 0;
	width: 32%;
	height: 350px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.recommend .ordermade-list li:nth-child(3n) {
	margin-right: 0;
}

.recommend .ordermade-list li.h450 {
	height: 450px;
}

.recommend .ordermade-list li.h450:nth-child(n+4) {
	margin-top: -100px;
}

.recommend .ordermade-list li a {
	display: block;
	height: 100%;
}

.recommend .ordermade-list li a:hover {
	opacity: 1;
}

.recommend .ordermade-list li a:hover .ordermade-img1 {
	opacity: 0.7;
}

.recommend .ordermade-img1 {
	position: absolute;
	z-index: -1;
	transition: 0.3s;
	height: 320px;
}

.recommend .ordermade-img1 img {
	height: 320px;
	object-fit: cover;
}

.recommend .ordermade-list li.h450 .ordermade-img1 img {
	height: 450px;
}

.recommend .ordermade-country {
	color: #fff;
	background-color: #3E9BBB;
	font-size: 16px;
	display: inline-block;
	margin: 20px 0 0 20px;
	border-radius: 5px;
	line-height: 1;
	padding: 8px 10px 4px;
}

.recommend .ordermade-title {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 30px;
	transform: translateY(100%);
	transition: all 0.3s;
}

.recommend .ordermade-list li:hover .ordermade-title {
	transform: translateY(0);
}

.recommend h1 {
	text-align: center;
	font-size: 2.2em;
	margin: 100px 0 60px;
}

.recommend-archive .sec_footcv .bg_img {
	background-image: url("https://www.oooh.jp/contents/wp-content/uploads/2022/01/shutterstock_1573840492-1-1.jpg");
	background-size: cover;
}

@media only screen and (min-width: 571px) and (max-width: 1000px) {
	.recommend .ordermade-list li {
		height: 30vw;
	}

	.recommend .ordermade-img1 img {
		height: 30vw;
	}

	.recommend .ordermade-list li.h450 {
		height: 40vw;
	}

	.recommend .ordermade-list li.h450:nth-child(n + 4) {
		margin-top: -10vw;
	}

	.recommend .ordermade-list li.h450 .ordermade-img1 img {
		height: 40vw;
	}

	.recommend .ordermade-country {
		font-size: 16px;
		margin: 2vw;
	}
}

@media only screen and (max-width: 570px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.recommend .ordermade-list {
		margin-bottom: 3vw;
	}

	.recommend .ordermade-list li {
		width: 48.5%;
		margin: 0 3% 3% 0;
		height: 45vw;
		border-radius: 3vw;
	}

	.recommend .ordermade-list li img {
		height: 45vw;
	}

	.recommend .ordermade-list li:nth-child(odd) {
		margin: 0 0 3% 0;
	}

	.recommend .ordermade-list li:nth-child(2n) {
		margin: 0 3% 3% 0;
	}

	.recommend .ordermade-list li:first-child {
		width: 100%;
		margin: 0 0 3% 0;
	}

	.recommend .ordermade-list li:first-child .ordermade-img1 {
		width: 100%;
	}

	.recommend .ordermade-list li:first-child .ordermade-img1 img {
		width: 100%;
	}

	.recommend .ordermade-list li.h450 {
		height: 45vw;
	}

	.recommend .ordermade-list li.h450 .ordermade-img1 img {
		height: 45vw;
	}

	.recommend .ordermade-list li.h450:nth-child(n + 4) {
		margin-top: 0;
	}

	.recommend .ordermade-country {
		font-size: 3vw;
		margin: 3vw
	}

	.recommend .ordermade-title {
		font-size: 3.5vw;
		padding: 5%;
	}
}

/* おすすめコンテンツ詳細 */

.recommend-single section {
	padding: 100px 0;
}

.recommend-main {
	padding: 0 0 40px !important;
}

.recommend-main h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;

}

.recommend-photos {
	max-width: 1080px;
	margin: 0 auto;
}

.recommend-img {
	border-radius: 10px;
	overflow: hidden;
}

.recommend-img img {
	object-fit: cover;
	width: 100%;
}

.recommend-box1,
.recommend-box2 {
	width: 18%;
}

.recommend-img1 {
	height: 190px;
	margin-bottom: 10px;
}

.recommend-img1 img {
	height: 190px;
}

.recommend-img2 {
	height: 240px;
}

.recommend-img2 img {
	height: 240px;
}

.recommend-slide {
	width: 62%;
	height: 440px;
	margin: 0 0 10px 0 !important;
}

.recommend-slide div {
	margin: 0 !important;
}

.recommend-slide img {
	height: 440px;
}

.recommend-box2 {
	width: 18%;
}

.recommend-img4 {
	height: 240px;
	margin-bottom: 10px;
}

.recommend-img4 img {
	height: 240px;
}

.recommend-img5 {
	height: 190px;
}

.recommend-img5 img {
	height: 190px;
}

.recommend-img6,
.recommend-img7,
.recommend-img9,
.recommend-img10 {
	width: 18%;
	height: 140px;
}

.recommend-img6 img,
.recommend-img7 img,
.recommend-img9 img,
.recommend-img10 img {
	height: 140px;
}

.recommend-img8 {
	width: 24%;
	height: 140px;
}

.recommend-img8 img {
	height: 140px;
}

.recommend-article {
	margin-bottom: 100px;
}

.recommend-text1 {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 2;
	max-width: 1080px;
	margin: 0 auto 100px;
}

.recommend-contents {
	max-width: 800px;
	margin: 0 auto;
}

.recommend-contents h2 {
	font-size: 24px;
	font-weight: bold;
	color: #3E9BBB;
	border-bottom: solid 1px #3E9BBB;
	margin: 70px 0 30px;
}

.recommend-contents p {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 16px;
}

.recommend-contents iframe {
	width: 100%;
	min-height: 450px;
}

.recommend-contents iframe.wp-embedded-content {
	min-height: auto;
}

.recommend-contents img {
	width: 100%;
	margin: 20px 0;
	border-radius: 15px;
}

.recommend-contents div,
.recommend-contents p {
	max-width: 100%;
}

.recommend-single .sec_footcv {
	background-image: url("../images/recommend/cv-bg.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	padding: 60px 0;
	max-width: 1080px;
	margin: 0 auto;
}

.recommend-single .footcv_txt {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.recommend .others {
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.recommend .others h2 {
	text-align: center;
	font-size: 28px;
	border-bottom: solid 1px #333;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-weight: bold;
}

.recommend-single .p_plan {
	min-height: auto;
}

.recommend .others .slick-list {
	padding: 0 !important;
}

.recommend .l_tour_list .slick-slide {
	margin: 0;
}

.recommend .l_tour_list .slick-slide>div {
	margin: 0 20px 0 0;
}

.recommend .others .ordermade-list {
	display: flex;
	justify-content: center;
}

.recommend .others .ordermade-list li:last-child {
	margin: 0;
}

.recommend .others .ordermade-list li.private {
	display: none !important;
}

.recommend-meta {
	max-width: 1080px;
	margin: auto;
	justify-content: center;
	padding: 0 0 10px !important;
	margin: 0 auto 70px;
	color: #7F7F7F;
	font-size: 14px;
}

.recommend-meta a {
	color: #7F7F7F;
	font-size: 14px;
}

.recommend-meta div {
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recommend-meta img {
	margin-right: 5px;
}

.recommend-category {
	display: flex;
}

.recommend-view {
	margin-right: 0;
}

.recommend-video {
	width: 62%;
	height: 440px;
	margin: 0 0 10px 0 !important;
	border-radius: 10px;
	overflow: hidden;
	isolation: isolate;
}

.recommend-video iframe {
	width: 124%;
	margin-left: -10%;
	height: 440px;
}

.recommend-video video {
	height: 440px;
	object-fit: cover;
}

.gallery-item {
	margin: 0 !important;
}

.gallery-item img {
	margin: 0 !important;
	border: 5px solid #fff !important;
}

.recommend-single .gallery {
	margin-bottom: 30px !important;
}

.recommend-single .gallery .gallery-caption {
	color: #777;
}

.recommend-writer {
	border: 1px solid #dcdcde;
	padding: 20px;
	position: relative;
	max-width: 800px;
	margin: 80px auto 0;
	border-radius: 10px;
}

.writer-text {
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
	color: #999;
	width: 100%;
}

.writer-text span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 20px;
}

.writer-photo {
	max-width: 100px;
	width: 15%;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.writer-photo img {
	height: 100px;
	object-fit: cover;
}

.writer-info {
	width: 84%;
}

.writer-name {
	font-weight: bold;
	color: #333;
	font-size: 120%;
	margin-bottom: 5px;
}

.writer-comment {
	color: #777;
	line-height: 1.8;
	font-size: 14px
}

.writer-comment a {
	color: #3e9bbb;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.recommend-single section {
		padding: 15vw 0;
	}

	.recommend-main h1 {
		font-size: 24px;
		margin: 25vw 0 5vw;
	}

	.recommend-img6,
	.recommend-img7,
	.recommend-img8,
	.recommend-img9,
	.recommend-img10 {
		display: none;
	}

	.recommend-box1 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.recommend-img img {
		height: 30vw;
	}

	.recommend-img1 {
		width: 49%;
		height: 30vw;
	}

	.recommend-img2 {
		width: 49%;
		height: 30vw;
	}

	.recommend-slide {
		width: 100%;
		height: 70vw;
	}

	.recommend-slide img {
		height: 70vw;
	}

	.recommend-box2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.recommend-img4 {
		width: 49%;
		height: 30vw;
	}

	.recommend-img5 {
		width: 49%;
		height: 30vw;
	}

	.recommend-article {
		padding: 0 3%;
	}

	.recommend-single .sec_footcv {
		margin: 0 3%;
	}

	.recommend .others {
		margin: 0 3%;
	}

	.recommend-single .sec_footcv {
		background-size: cover;
		background-position: center;
		border-radius: 10px;
	}

	.recommend-main {
		padding: 0 0 20px !important;
	}

	.recommend-meta {
		padding: 0 5% !important;
		margin: 0 auto 50px;
	}

	.recommend-meta div {
		margin: 0 30px 10px 0;
	}

	.recommend-meta div.recommend-tag {
		margin: 0 0 10px 0;
	}

	.recommend-meta div.recommend-view {
		margin: 0 0 10px 30px;
	}

	.recommend-video {
		width: 100%;
		height: 54vw;
	}

	.recommend-video iframe {
		width: 100%;
		height: 54vw;
		margin-left: 0;
	}

	.recommend-video video {
		width: 100%;
		height: 54vw;
	}

	.recommend-contents iframe {
		min-height: auto;
	}

	.recommend-contents img {
		border-radius: 10px;
		margin: 10px 0;
	}

	.recommend-single .sec_footcv {
		padding: 12vw 0;
	}

	.recommend-single .sec_footcv .footcv_txt {
		font-size: 5vw
	}

	.recommend-single .sec_footcv .cv_btn {
		padding: 10px 30px;
	}

	.recommend .others h2 {
		font-size: 24px;
	}

	.recommend-single .gallery .gallery-caption {
		font-size: 13px;
	}

	.more-btn {
		text-align: center;
		display: block;
		width: 100%;
		color: #999;
		font-size: 14px;
		transition: 0.3s;
		padding: 10px 0 30px;
	}

	.more-btn:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	.more-btn img {
		width: 17px;
		position: relative;
		top: -3px;
		margin-left: 5px;
	}

	.more-btn.close {
		display: none;
	}

	.recommend-img.open {
		display: block;
	}

	.recommend-img6,
	.recommend-img7,
	.recommend-img8 {
		width: 32%;
		height: 30vw;
		margin-bottom: 10px;
	}

	.recommend-img9,
	.recommend-img10 {
		width: 49%;
		height: 30vw;
	}

	.recommend-article {
		margin-bottom: 60px;
	}

	.recommend-writer {
		margin: 60px auto 0;
	}

	.writer-photo {
		width: 20vw;
		height: 20vw;
		max-height: 100px;
	}

	.writer-photo img {
		height: 20vw;
		max-height: 100px;
	}

	.writer-info {
		width: 73%;
	}

	.writer-comment {
		line-height: 1.6;
	}
}

/* エリアページ */

.p_area .recommend .others {
	margin-bottom: 80px;
	max-width: 1024px;
}

.p_area .recommend .others h2 {
	margin-bottom: 30px;
	border: none;
	font-size: 2.2em;
}

.p_area .recommend .ordermade-list .slick-list li {
	width: 300px !important;
	height: 320px;
	margin: 0 10px;
}

.p_area .recommend .ordermade-img1 img {
	height: 350px;
	width: 100%;
}

.p_area .recommend .slick-dots {
	bottom: -40px;
}

.p_area .recommend .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	box-shadow: none;
	float: none;
}

.p_area .recommend .others .ordermade-list .slick-dots li:last-child {
	margin: 0 5px;
}

.p_area .recommend .ordermade-title {
	transform: none;
	background-color: rgba(0, 0, 0, 0.6);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5998774509803921) 50%, rgba(0, 0, 0, 0) 100%);
	padding: 30px 20px 15px;
	margin: 10px 0 0;
}

/*.recommend {
	display: none;
}*/

.recommend:has(.slick-slide) {
	display: block !important;
}

@media only screen and (max-width: 768px) {
	.p_area .recommend .others h2 {
		font-size: 1.6em;
	}
}

@media only screen and (min-width: 571px) and (max-width: 1000px) {
	.p_area .recommend .ordermade-list .slick-list li {
		height: 320px;
	}

	.p_area .recommend .ordermade-img1 img {
		height: 320px;
	}
}

@media only screen and (max-width: 570px) {
	.p_area .recommend .ordermade-list .slick-list li {
		height: 60vw;
	}

	.p_area .recommend .ordermade-img1 img {
		height: 60vw;
	}

	.p_area .recommend .ordermade-list .slick-list li {
		margin: 0 5px;
	}
}