@charset 'UTF-8';
/**
 *
 * 屋外スペース
 *
 */
/*--------------------------------------------------------------------------
  overwrite
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  outdoor-wrap
---------------------------------------------------------------------------*/
.outdoor-wrap {
	padding: 52px 0 90px;
}

@media only screen and (max-width: 767px) {
	.outdoor-wrap {
		padding: 30px 0 50px;
	}
}

.lead-txt {
	margin-bottom: 52px;
	font-size: 15px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.lead-txt {
		margin-bottom: 31px;
		font-size: 13px;
		line-height: 21px;
	}
}

.lead-txt--bottom {
	margin-top: 53px;
	margin-bottom: 56px;
	text-align: center;
	font-size: 19px;
}

@media only screen and (max-width: 767px) {
	.lead-txt--bottom {
		margin-top: 27px;
		margin-bottom: 0;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: -.5px;
	}
}

/*--------------------------------------------------------------------------
  outdoor-box
---------------------------------------------------------------------------*/
.outdoor-box {
	padding: 62px 69px 70px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.outdoor-box {
		padding: 29px 15px 40px;
		border-right: 0;
		border-left: 0;
	}
}

.outdoor-box--01 {
	border-top: 1px solid #e2e2e2;
}

.outdoor-box__hdg {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.outdoor-box__hdg {
		text-align: left;
		font-size: 16px;
	}
}

.outdoor-box__cont {
	text-align: center;
}

.outdoor-box__cont .txt {
	margin-top: 26px;
	font-size: 16px;
	line-height: 1.9;
}

@media only screen and (max-width: 767px) {
	.outdoor-box__cont .txt {
		margin-top: 15px;
		text-align: left;
		font-size: 13px;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------------------
  img-list
---------------------------------------------------------------------------*/
.img-list {
	margin-top: 43px;
}

@media only screen and (max-width: 767px) {
	.img-list {
		margin-top: 25px;
	}
}

.img-list--window::after {
	display: table;
	clear: both;
	content: '';
}

.img-list--window .img-list__item--01 {
	float: left;
}

@media only screen and (max-width: 767px) {
	.img-list--window .img-list__item--01 {
		float: none;
	}
}

.img-list--window .img-list__item--02 {
	float: right;
}

@media only screen and (max-width: 767px) {
	.img-list--window .img-list__item--02 {
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.img-list--window .img-list__item img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
  sec-size
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-feature
---------------------------------------------------------------------------*/
.sec-feature .outdoor-box {
	padding-bottom: 69px;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box {
		padding-bottom: 41px;
	}
}

.sec-feature .outdoor-box__cont::after {
	display: table;
	clear: both;
	content: '';
}

.sec-feature .outdoor-box__cont .txt {
	float: left;
	width: 680px;
	margin-top: 0;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .txt {
		float: none;
		width: auto;
	}
}

.sec-feature .outdoor-box__cont .txt .lead {
	margin-top: 36px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .txt .lead {
		margin-top: 14px;
	}
}

.sec-feature .outdoor-box__cont .txt .note {
	margin-top: 8px;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .txt .note {
		font-size: 11px;
	}
}

.sec-feature .outdoor-box__cont .txt .link {
	margin-top: 28px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .txt .link {
		margin-top: 20px;
		font-size: 14px;
	}
}

.sec-feature .outdoor-box__cont .img {
	float: right;
	margin-top: 44px;
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .img {
		float: none;
		margin-top: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-feature .outdoor-box__cont .img img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
  sec-goods
---------------------------------------------------------------------------*/
.sec-goods .outdoor-box {
	padding-bottom: 66px;
}

@media only screen and (max-width: 767px) {
	.sec-goods .outdoor-box {
		padding-bottom: 11px;
	}
}

/*--------------------------------------------------------------------------
  sec-purpose
---------------------------------------------------------------------------*/
.sec-purpose .outdoor-box {
	padding-bottom: 59px;
}

@media only screen and (max-width: 767px) {
	.sec-purpose .outdoor-box {
		padding-bottom: 30px;
	}
}

/*# sourceMappingURL=../../../../maps/assets/scss/about/outdoor/index.css.map */
