@charset "UTF-8";


/* ---- common ---- */
.tr {
	text-align: right !important;
	line-height: 1.4 !important;
}
.sp_bl {
	display: none;
}
.pc_bl {
	display: block;
}

#nl_position,#nl_nature,#nl_useful,#nl_future,#nl_popularity,#nl_jindaiji {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 1200px;
	width: 89.47368421%;
	margin: 0 auto;
}
.in_inner {
	max-width: 916px;
	margin: 0 auto;
}

.nl_head {
	font-size: 2.8rem;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 20px;
}
#nl_position .nl_head {
	color: #3d4d66;
}
#nl_nature .nl_head {
	color: #1e593c;
}
#nl_useful .nl_head {
	color: #b55f62;
}
#nl_future .nl_head {
	color: #ab8b51;
}
#nl_popularity .nl_head {
	color: #a96b8b;
}
#nl_jindaiji .nl_head {
	color: #005f76;
}
.nl_sec_head {
	font-family: "Noto Serif JP", serif;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: .05em;
	position: relative;
	width: 100%;
	line-height: 60px;
	color: #fff;
	background: #000;
	padding-left: 80px;
	margin-bottom: 40px;
}
#nl_position .nl_sec_head {
	background: #3d4d66;
}
#nl_nature .nl_sec_head {
	background: #1e593c;
}
#nl_useful .nl_sec_head {
	background: #b55f62;
}
#nl_future .nl_sec_head {
	background: #ab8b51;
}
#nl_popularity .nl_sec_head {
	background: #a96b8b;
}
#nl_jindaiji .nl_sec_head {
	background: #005f76;
}

.nl_sec_head:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 60px;
	background: #000;
	opacity: .45;
}
.nl_head + .nl_copy {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 40px;
}

.nl_in_nav {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: wrap;
}
.nl_in_nav:after {
	content: '';
	width: 32%;
}
.nl_in_nav li {
	width: 32%;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}
.nl_in_nav li.nav_position {
	background: #3d4d66;
}
.nl_in_nav li.nav_nature {
	background: #1e593c;
}
.nl_in_nav li.nav_useful {
	background: #b55f62;
}
.nl_in_nav li.nav_future {
	background: #ab8b51;
}
.nl_in_nav li.nav_popularity {
	background: #a96b8b;
}
.nl_in_nav li.nav_jindaiji {
	background: #005f76;
}
.nl_in_nav li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 10px;
	height: 12px;
	background: url(../images/newlife_arrow.svg) no-repeat center center/contain;
}
.nl_in_nav li a {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
}
.nl_in_nav li a span {
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 500;
	padding-right: 10px;
	vertical-align: top;
}

.nl_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nl_flex li {
	width: 48%;
	margin-bottom: 40px;
}
.nl_flex li.single {
	width: 100%;
}
.nl_flex li.single .nl_flex li {
	margin-bottom: 0;
}
.nl_img {
	position: relative;
	margin-bottom: 15px;
}
.nl_cap {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.0rem;
	color: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.4));
}
.nl_cap.big {
	font-size: 1.6rem;
}
.nl_cap span {
	font-size: 2.4rem;
}
.nl_ttl {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
.nl_txt {
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
}
.nl_txt + .nl_txt {
	margin-top: 15px;
}
.nl_txt span {
	display: inline;
	padding: 0 4px 2px 4px;
	background: linear-gradient(transparent 60%, #fff000 0%);
}
.nl_txt.big {
	font-size: 1.4rem;
	line-height: 1;
}
.nl_txt.big span {
	font-size: 2.0rem;
	padding: 0;
	background: none;
}
.nl_note {
	margin-top: 10px;
	font-size: 1.0rem;
	line-height: 1.75;
	text-align: justify;
	word-break: break-all;
}

.shopList + .shopList {
	margin-top: 40px;
}
.shopList li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.shopList li + li {
	margin-top: 60px;
}
.shopList li .nl_img {
	margin-bottom: 0;
}
.shopList .left {
	width: 35%;
}
.shopList .right {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shopList .right .nl_img {
	width: 50%;
}
.shopList .nl_txtWrap {
	background: #fff;
	padding: 30px;
}
.shopList .nl_txtWrap .nl_ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 500;
}
.shopList .nl_txtWrap .nl_ttl span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding-left: 20px;
}
.shopList .nl_txtWrap .shopdata {
	margin-top: 15px;
	padding: 10px 30px;
	position: relative;
}
.shopList .nl_txtWrap .shopdata:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 100%;
	width: 3.5%;
	background: url(../images/nl_border.svg)no-repeat center center/contain;
}
.shopList .nl_txtWrap .shopdata:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) scale(-1.0);
	height: 100%;
	width: 3.5%;
	background: url(../images/nl_border.svg)no-repeat center center/contain;
}
.shopList .nl_txtWrap .shopdata h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.shopList .nl_txtWrap .shopdata p {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #000;
}

@media screen and (max-width: 768px) {
	.sp_bl {
		display: block;
	}
	.pc_bl {
		display: none;
	}

	.nl_head {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.nl_sec_head {
		font-size: 1.6rem;
		line-height: 30px;
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.nl_sec_head:before {
		width: 20px;
		height: 30px;
	}
	.nl_head + .nl_copy {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}

	.nl_in_nav {
		margin: 30px auto 0;
	}
	.nl_in_nav:after {
		width: 49.5%;
	}
	.nl_in_nav li {
		width: 49.5%;
		margin-bottom: 5px;
	}
	.nl_in_nav li:after {
		right: 6px;
		width: 7px;
		height: 8px;
	}
	.nl_in_nav li a {
		font-size: 1.2rem;
		line-height: 30px;
		padding: 0 6px;
	}
	.nl_in_nav li a span {
		font-size: 1.0rem;
		padding-right: 3px;
	}

	.nl_flex li {
		width: 100%;
		margin-bottom: 30px;
	}
	.nl_flex li.single .nl_flex li {
		margin-bottom: 0;
	}
	.nl_img {
		margin-bottom: 10px;
	}
	.nl_cap.big {
		font-size: 1.3rem;
	}
	.nl_cap span {
		font-size: 1.8rem;
	}
	.nl_ttl {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.nl_txt {
		font-size: 1.3rem;
	}
	.nl_txt + .nl_txt {
		margin-top: 10px;
	}

	.shopList + .shopList {
		margin-top: 20px;
	}
	.shopList li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.shopList li + li {
		margin-top: 30px;
	}
	.shopList li .nl_img {
		margin-bottom: 0;
	}
	.shopList .left {
		width: 52%;
	}
	.shopList .right {
		flex-direction: unset;
		width: 44%;
	}
	.shopList .right .nl_flex {
		flex-direction: column;
	}
	.shopList .right .nl_img {
		width: 100%;
	}
	.shopList .nl_txtWrap {
		margin-top: 20px;
		padding: 15px;
	}
	.shopList .nl_txtWrap .nl_ttl {
		font-size: 1.6rem;
	}
	.shopList .nl_txtWrap .nl_ttl span {
		font-size: 1.0rem;
		padding-left: 10px;
	}
	.shopList .nl_txtWrap .shopdata {
		margin-top: 10px;
		padding: 5px 30px;
	}
	.shopList .nl_txtWrap .shopdata:before {
		width: 7%;
	}
	.shopList .nl_txtWrap .shopdata:after {
		width: 7%;
	}
	.shopList .nl_txtWrap .shopdata h5 {
		font-size: 1.4rem;
	}
	.shopList .nl_txtWrap .shopdata p {
		font-size: 1.0rem;
	}
}


/* ---- intro ---- */
#intro {
	padding-bottom: 80px;
}
#intro .nl_line {
	margin-bottom: 100px;
}
#intro .nl_line img {
	vertical-align: top;
}
#intro .nl_head {
	margin-bottom: 40px;
}
#intro .map {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
}
#intro .navWrap {
	max-width: 1200px;
	width: 89.47368421%;
	margin: 0 auto;
}
#intro h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
#intro .nl_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#intro .nl_nav li {
	width: 32%;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#intro {
		padding-bottom: 40px;
	}
	#intro .nl_line {
		margin-bottom: 50px;
	}
	#intro .nl_head {
		margin-bottom: 20px;
	}
	#intro .map {
		margin: 0 auto 40px;
		padding: 0 10px;
	}
	#intro h4 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#intro .nl_nav li {
		width: 100%;
		margin-bottom: 10px;
	}
}


/* ---- position ---- */
#nl_position {
	padding-bottom: 60px;
}
#nl_position .nl_img {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#nl_position {
		padding-bottom: 30px;
	}
}


/* ---- nature ---- */
#nl_nature {
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#nl_nature {
		padding-bottom: 30px;
	}
}


/* ---- useful ---- */
#nl_useful {
	padding-bottom: 60px;
}
.useful_copy {
	max-width: 916px;
	font-size: 2rem;
	font-weight: 500;
	color: #b55f62;
	background: #fff;
	border: solid 1px #b55f62;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 40px;
}
#nl_useful h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #b55f62;
	margin: 40px auto;
	max-width: 916px;
}
.useful_wrap + .useful_wrap {
	margin-top: 40px;
}
.cycling li {
	width: 32%;
}

@media screen and (max-width: 768px) {
	#nl_useful {
		padding-bottom: 30px;
	}
	.useful_copy {
		font-size: 1.6rem;
		line-height: 30px;
		margin: 0 auto 20px;
	}
	#nl_useful h4 {
		font-size: 1.8rem;
		margin: 20px auto;
	}
	.useful_wrap + .useful_wrap {
		margin-top: 20px;
	}
	.cycling li {
		width: 48%;
	}

}


/* ---- future ---- */
#nl_future {
	padding-bottom: 60px;
}
.measure {
	margin-top: 25px;
	margin-bottom: 50px;
}
.measure h4 {
	font-size: 2rem;
	color: #ab8b51;
	text-align: center;
	margin-bottom: 40px;
}
.measure .nl_flex li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #000;
}
.measure .nl_ttl {
	color: #fff;
	background: #7b6437;
	text-align: center;
	line-height: 1.4;
	padding: 6px;
}
.future_copy {
	max-width: 916px;
	font-size: 2rem;
	font-weight: 500;
	color: #ab8b51;
	background: #fff;
	border: solid 1px #ab8b51;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 20px;
}
#nl_future .nl_note {
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	#nl_future {
		padding-bottom: 30px;
	}
	.measure {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.measure h4 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.measure .nl_flex li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.measure .nl_ttl {
		font-size: 1.4rem;
		padding: 6px;
	}
	.future_copy {
		font-size: 1.6rem;
		line-height: 30px;
		margin: 0 auto 10px;
	}
	#nl_future .nl_note {
		text-align: left;
		margin-bottom: 30px;
	}
}


/* ---- popularity ---- */
#nl_popularity {
	padding-bottom: 100px;
}
#nl_popularity .shopList .nl_txtWrap .nl_ttl {
	color: #a96b8b;
}
#nl_popularity .shopList .nl_txtWrap .shopdata h5 {
	color: #a96b8b;
}

@media screen and (max-width: 768px) {
	#nl_popularity {
		padding-bottom: 50px;
	}
}


/* ---- jindaiji ---- */
#nl_jindaiji {
	padding-bottom: 100px;
}
.jindaiji_copy {
	max-width: 916px;
	font-size: 2rem;
	font-weight: 500;
	color: #005f76;
	background: #fff;
	border: solid 1px #005f76;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 40px;
}
.nl_pointWrap {
	max-width: 916px;
	margin: 0 auto;
}
.nl_point + .nl_point {
	margin-top: 80px;
}
.nl_pointNum {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #005f76;
	margin-bottom: 40px;
	position: relative;
}
.nl_pointNum:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 6em);
	height: 1px;
	border-top: dotted 1px #005f76;
}
#nl_jindaiji .nl_pointTtl {
	font-size: 2rem;
	line-height: 2;
	color: #005f76;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.nl_pointTtl + .nl_txt {
	margin-bottom: 40px;
}
#nl_jindaiji .shopList .nl_txtWrap .nl_ttl {
	color: #005f76;
}
#nl_jindaiji .shopList .nl_txtWrap .shopdata h5 {
	color: #005f76;
}
#nl_jindaiji .nl_note {
	text-align: center;
	margin-bottom: 40px;
}

.month_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.month_flex li {
	width: 30%;
	margin-top: 30px;
}
.month_flex li .month_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	background: #fff;
	margin-bottom: 10px;
}
.month_flex li .month_ttl.month1-2 {
	color: #6da1bb;
}
.month_flex li .month_ttl.month1-2 span {
	background: #6da1bb;
}
.month_flex li .month_ttl.month2 {
	color: #aa9e90;
}
.month_flex li .month_ttl.month2 span {
	background: #aa9e90;
}
.month_flex li .month_ttl.month3 {
	color: #ab5040;
}
.month_flex li .month_ttl.month3 span {
	background: #ab5040;
}
.month_flex li .month_ttl.month7 {
	color: #2e7833;
}
.month_flex li .month_ttl.month7 span {
	background: #2e7833;
}
.month_flex li .month_ttl.month8 {
	color: #098897;
}
.month_flex li .month_ttl.month8 span {
	background: #098897;
}
.month_flex li .month_ttl.month11 {
	color: #893e29;
}
.month_flex li .month_ttl.month11 span {
	background: #893e29;
}
.month_flex li .month_ttl span {
	display: inline-block;
	padding: 16px 20px;
	color: #fff;
	margin-right: 20px;
}
.single .shopList {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	#nl_jindaiji {
		padding-bottom: 50px;
	}
	.jindaiji_copy {
		font-size: 1.6rem;
		line-height: 30px;
		margin: 0 auto 20px;
	}
	.nl_point + .nl_point {
		margin-top: 40px;
	}
	.nl_pointNum {
		font-family: "Noto Serif JP", serif;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.nl_pointNum:before {
		width: calc(100% - 6em);
	}
	#nl_jindaiji .nl_pointTtl {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.nl_pointTtl + .nl_txt {
		margin-bottom: 30px;
	}
	.nl_spFlex li {
		width: 48%;
	}

	.month_flex li {
		width: 48%;
		margin-top: 20px;
	}
	.month_flex li .month_ttl {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.month_flex li .month_ttl span {
		padding: 8px 10px;
		margin-right: 10px;
	}

	.single .shopList {
		margin-top: 30px;
	}
}





























