@charset "utf-8";

/* mv */
.outdoor .mv {
	position: relative;
}
.outdoor .mv h1 {
	margin-bottom: 0;
}
.outdoor .mv .lead {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-top: -9rem;
	margin-bottom: 4rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.outdoor .mv .lead {
		font-size: 1.2rem;
		margin-top: -7.5rem;
		margin-bottom: 2rem;
	}
}

/* space */
.outdoor .space {
	padding-top: 4rem;
	padding-bottom: 7rem;
	background-color: #c6df93;
}
.outdoor .spaceList {
	padding: 5rem 6rem 6rem;
	background-color: #fff;
	border-radius: 3rem;
}
@media screen and (max-width: 768px) {
	.outdoor .space {
		padding-top: 1.5rem;
		padding-bottom: 3.5rem;
	}
	.outdoor .spaceList {
		padding: 0.5rem 1.5rem 4rem;
		border-radius: 1.5rem;
	}
	.outdoor .spaceList .txt {
		margin-top: 1.5rem;
		font-size: 1.3rem;
		line-height: 1.4;
	}
}

/* linkList */
@media screen and (max-width: 768px) {
.outdoor .spaceList .linkList {
		margin-top: 1.5rem;
		font-size: 1.3rem;
	}
	.outdoor .spaceList .linkList li {
		margin-top: 1.1rem;
		display: flex;
		align-items: baseline;
	}
	.outdoor .spaceList .linkList li span {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin-right: 1rem;
		width: 3em;
		color: #e8382f;
		border: solid 0.2rem #e8382f;
		padding: 0.1rem 0.5rem 0.3rem;
		border-radius: 0.3rem;
	}
	.outdoor .spaceList .linkList li:nth-child(2) span {
		color: #015cac;
		border-color: #015cac;
	}
	.outdoor .spaceList .linkList li:nth-child(3) span {
		color: #009143;
		border-color: #009143;
	}
	.outdoor .spaceList .linkList li:nth-child(4) span {
		color: #f39800;
		border-color: #f39800;
	}
	.outdoor .spaceList .linkList li:nth-child(5) span {
		color: #7d308d;
		border-color: #7d308d;
	}
	.outdoor .spaceList .linkList li:nth-child(6) span {
		color: #ea63a0;
		border-color: #ea63a0;
	}
	.outdoor .spaceList .linkList li:nth-child(7) span {
		color: #ff5618;
		border-color: #ff5618;
	}
	.outdoor .spaceList .linkList li:nth-child(8) span {
		color: #88bd00;
		border-color: #88bd00;
	}
	.outdoor .spaceList .linkList li:nth-child(9) span {
		color: #00b4f2;
		border-color: #00b4f2;
	}
	.outdoor .spaceList .linkList li:nth-child(10) span {
		color: #ac2746;
		border-color: #ac2746;
	}
	.outdoor .spaceList .linkList li:nth-child(11) span {
		color: #ac6a27;
		border-color: #ac6a27;
	}
}

/* anchorList */
.outdoor .spaceList .anchorList {
	margin: 4rem -6rem 0;
	padding: 2rem;
	background-color: #c9edff;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 67px;
	z-index: 11;
}
.outdoor .spaceList .anchorList li a {
	display: block;
	padding: 0 3rem;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
}
.outdoor .spaceList .anchorList li + li a::before {
	display: block;
	content: '｜';
	position: absolute;
	left: -1rem;
	top: 0.1rem;
}
@media screen and (max-width: 768px) {
	.outdoor .spaceList .anchorList {
		margin: 2.5rem -1.5rem 0;
		padding: 1.5rem;
		top: 0;
	}
	.outdoor .spaceList .anchorList li a {
		padding: 0 2rem;
		font-size: 1.4rem;
	}
	.outdoor .spaceList .anchorList li + li a::before {
		left: -0.7rem;
	}
}

/* spaceBox */
.outdoor .spaceList .spaceBox {
	margin-top: 4rem;
	padding: 4rem 5rem;
	display: flex;
	gap: 0 5rem;
	border-radius: 3rem;
}
.outdoor .spaceList .spaceBox.reverse {
	flex-direction: row-reverse;
}
.outdoor .spaceList .spaceBox .swiperBox {
	width: 40rem;
	position: relative;
}
.outdoor .spaceList .spaceBox .swiperBox:not(.one) {
	padding-bottom: 2.5rem;
}
.outdoor .spaceList .spaceBox .swiper-button-prev,
.outdoor .spaceList .spaceBox .swiper-button-next {
	width: 3rem;
	height: 8rem;
}
.outdoor .spaceList .spaceBox .swiper-button-prev {
	left: 0;
}
.outdoor .spaceList .spaceBox .swiper-button-next {
	right: 0;
}
.outdoor .spaceList .spaceBox .swiper-button-prev::after,
.outdoor .spaceList .spaceBox .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	margin: auto;
	width: 3rem;
	height: 8rem;
}
.outdoor .spaceList .spaceBox .swiper-button-prev::after {
	background-image: url(/pages/outdoor/img/arrow_prev.png);
}
.outdoor .spaceList .spaceBox .swiper-button-next::after {
	background-image: url(/pages/outdoor/img/arrow_next.png);
}
.outdoor .spaceList .spaceBox .swiper-pagination {
	bottom: 0 !important;
}
.outdoor .spaceList .spaceBox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.outdoor .spaceList .spaceBox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.6rem;
}
.outdoor .spaceList .spaceBox .swiper-pagination-bullet {
	background-color: #fff;
	border: solid 1px #4d4d4d;
	height: 1rem;
	width: 1rem;
	opacity: 1;
}
.outdoor .spaceList .spaceBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4d4d4d;
}
.outdoor .spaceList .spaceBox .detail {
	width: 47rem;
}
.outdoor .spaceList .spaceBox .detail .mapTtl {
	padding-bottom: 2.5rem;
	border-bottom: solid 1px;
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.outdoor .spaceList .spaceBox .detail .icon {
	width: 6rem;
}
.outdoor .spaceList .spaceBox .detail .icon + div {
	width: calc(100% - 8rem);
	font-weight: bold;
	line-height: 1.3;
}
.outdoor .spaceList .spaceBox .detail .floor {
	font-size: 2.8rem;
}
.outdoor .spaceList .spaceBox .detail .place {
	margin-top: 0.3rem;
	font-size: 2rem;
}
.outdoor .spaceList .spaceBox .txt {
	margin-top: 2rem;
	line-height: 1.8;
}
.outdoor .spaceList .spaceBox.spaceBoxA {
	background-color: #fdeaea;
}
.outdoor .spaceList .spaceBox.spaceBoxA .detail .mapTtl {
	border-color: #e8342f;
}
.outdoor .spaceList .spaceBox.spaceBoxA .detail .icon + div {
	color: #e8342f;
}
.outdoor .spaceList .spaceBox.spaceBoxB {
	background-color: #e5eef7;
}
.outdoor .spaceList .spaceBox.spaceBoxB .detail .mapTtl {
	border-color: #005bac;
}
.outdoor .spaceList .spaceBox.spaceBoxB .detail .icon + div {
	color: #005bac;
}
.outdoor .spaceList .spaceBox.spaceBoxC {
	background-color: #e5f4ec;
}
.outdoor .spaceList .spaceBox.spaceBoxC .detail .mapTtl {
	border-color: #009143;
}
.outdoor .spaceList .spaceBox.spaceBoxC .detail .icon + div {
	color: #009143;
}
.outdoor .spaceList .spaceBox.spaceBoxD {
	background-color: #fef4e5;
}
.outdoor .spaceList .spaceBox.spaceBoxD .detail .mapTtl {
	border-color: #f29600;
}
.outdoor .spaceList .spaceBox.spaceBoxD .detail .icon + div {
	color: #f29600;
}
.outdoor .spaceList .spaceBox.spaceBoxE {
	background-color: #f2eaf3;
}
.outdoor .spaceList .spaceBox.spaceBoxE .detail .mapTtl {
	border-color: #7e308e;
}
.outdoor .spaceList .spaceBox.spaceBoxE .detail .icon + div {
	color: #7e308e;
}
.outdoor .spaceList .spaceBox.spaceBoxF {
	background-color: #fdedf4;
}
.outdoor .spaceList .spaceBox.spaceBoxF .detail .mapTtl {
	border-color: #e95098;
}
.outdoor .spaceList .spaceBox.spaceBoxF .detail .icon + div {
	color: #e95098;
}
.outdoor .spaceList .spaceBox.spaceBoxG {
	background-color: #ffeee7;
}
.outdoor .spaceList .spaceBox.spaceBoxG .detail .mapTtl {
	border-color: #ff5618;
}
.outdoor .spaceList .spaceBox.spaceBoxG .detail .icon + div {
	color: #ff5618;
}
.outdoor .spaceList .spaceBox.spaceBoxH {
	background-color: #f3f8e5;
}
.outdoor .spaceList .spaceBox.spaceBoxH .detail .mapTtl {
	border-color: #88bd00;
}
.outdoor .spaceList .spaceBox.spaceBoxH .detail .icon + div {
	color: #88bd00;
}
.outdoor .spaceList .spaceBox.spaceBoxI {
	background-color: #e5f7fe;
}
.outdoor .spaceList .spaceBox.spaceBoxI .detail .mapTtl {
	border-color: #00b4f2;
}
.outdoor .spaceList .spaceBox.spaceBoxI .detail .icon + div {
	color: #00b4f2;
}
.outdoor .spaceList .spaceBox.spaceBoxJ {
	background-color: #f7e9ec;
}
.outdoor .spaceList .spaceBox.spaceBoxJ .detail .mapTtl {
	border-color: #ac2746;
}
.outdoor .spaceList .spaceBox.spaceBoxJ .detail .icon + div {
	color: #ac2746;
}
.outdoor .spaceList .spaceBox.spaceBoxK {
	background-color: #f7f0e9;
}
.outdoor .spaceList .spaceBox.spaceBoxK .detail .mapTtl {
	border-color: #ac6a27;
}
.outdoor .spaceList .spaceBox.spaceBoxK .detail .icon + div {
	color: #ac6a27;
}
@media screen and (max-width: 768px) {
	.outdoor .spaceList .spaceBox {
		margin-top: 3rem;
		padding: 3rem 2rem;
		flex-direction: column;
		gap: 1.5rem 0;
	}
	.outdoor .spaceList .spaceBox + .spaceBox {
		margin-top: 2rem;
	}
	.outdoor .spaceList .spaceBox.reverse {
		flex-direction: column
	}
	.outdoor .spaceList .spaceBox .swiperBox {
		width: 100%;
	}
	.outdoor .spaceList .spaceBox .swiper-button-prev,
	.outdoor .spaceList .spaceBox .swiper-button-next {
		width: 2.2rem;
		height: 5rem;
	}
	.outdoor .spaceList .spaceBox .swiper-button-prev::after,
	.outdoor .spaceList .spaceBox .swiper-button-next::after {
		width: 2.2rem;
		height: 5rem;
	}
	.outdoor .spaceList .spaceBox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
	.outdoor .spaceList .spaceBox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 0.4rem;
	}
	.outdoor .spaceList .spaceBox .detail {
		width: 100%;
	}
	.outdoor .spaceList .spaceBox .detail .mapTtl {
		padding-bottom: 1.5rem;
		gap: 0 1rem;
	}
	.outdoor .spaceList .spaceBox .detail .icon {
		width: 4rem;
	}
	.outdoor .spaceList .spaceBox .detail .icon + div {
		width: calc(100% - 5rem);
	}
	.outdoor .spaceList .spaceBox .detail .floor {
		font-size: 1.8rem;
	}
	.outdoor .spaceList .spaceBox .detail .place {
		font-size: 1.4rem;
	}
	.outdoor .spaceList .spaceBox .txt {
		margin-top: 1.5rem;
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

/* takeOut */
.outdoor .takeOut {
	margin-top: 7rem;
}
.outdoor .takeOut h3 {
	margin: 0 auto;
	width: 60rem;
	text-align: center;
}
.outdoor .takeOut h4 {
	margin-top: 4rem;
	padding-left: 4rem;
	font-size: 2.4rem;
	position: relative;
}
.outdoor .takeOut h4::before {
	display: block;
	content: '';
	width: 2.6rem;
	height: 2.6rem;
	background-image: url(/pages/outdoor/img/icon_tag01.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.3rem);
	left: 0;
}
.outdoor .takeOut .framebox {
	padding: 6rem;
	background-color: #fff;
	border: solid 0.4rem #f39800;
	border-radius: 3rem;
	position: relative;
}
.outdoor .takeOut .framebox::before,
.outdoor .takeOut .framebox::after {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
}
.outdoor .takeOut .framebox::after {
	background-image: url(/pages/outdoor/img/outdoor_takeout_bg01.png);
	width: 16.4rem;
	height: 10.9rem;
	left: 0;
}
.outdoor .takeOut .framebox::before {
	background-image: url(/pages/outdoor/img/outdoor_takeout_bg02.png);
	width: 20.5rem;
	height: 10.4rem;
	right: 0;
}
.outdoor .takeOut .framebox iframe {
	border: none;
}
.outdoor .takeOut .btnMore {
	margin: 0 auto;
	width: 30rem;
	border-radius: 3rem;
	background-color: #fff;
	border: solid 0.2rem #f39800;
	box-shadow: 3px 3px 0px 0px rgba(243,152,0,1);
}
.outdoor .takeOut .btnMore a {
	display: block;
	padding: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	color: #f39800;
	text-align: center;
	position: relative;
}
.outdoor .takeOut .btnMore a::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 0.3rem #f39800;
	border-bottom: solid 0.3rem #f39800;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 2.5rem;
}
@media screen and (max-width: 768px) {
	.outdoor .takeOut {
		margin-top: 4rem;
	}
	.outdoor .takeOut h3 {
		width: 93.3%;
	}
	.outdoor .takeOut h4 {
		margin-top: 2rem;
		padding-left: 2.8rem;
		font-size: 1.7rem;
	}
	.outdoor .takeOut h4::before {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
	}
	.outdoor .takeOut .framebox {
		padding: 5rem 1.3rem 3rem;
		border-radius: 1.5rem;
	}
	.outdoor .takeOut .framebox::after {
		width: 7rem;
		height: 5rem;
	}
	.outdoor .takeOut .framebox::before {
		width: 9.3rem;
		height: 4.7rem;
	}
	.outdoor .takeOut .framebox iframe {
		height: 380px !important;
	}
	.outdoor .takeOut .btnMore {
		margin: 0 auto;
		width: 47.6%;
		box-shadow: 1px 2px 0px 0px rgba(243,152,0,1);
	}
	.outdoor .takeOut .btnMore a {
		padding: 1.3rem;
		font-size: 1.4rem;
	}
	.outdoor .takeOut .btnMore a::after {
		width: 1rem;
		height: 1rem;
		border-width: 0.2rem;
		top: calc(50% - 0.4rem);
		right: 1.5rem;
	}
}

