/* 

index 
------------------------------------------------------------

common setting
top setting
outlet setting
space_lab setting
kgg setting
peace_town setting

*/


/* common setting
------------------------------------------------------------ */
.ns_wrap {
	margin-top: 131px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-color: #F9E621;
}

.ns_wrap.ns_peace_wrap .ns_heading h2,
.ns_wrap.ns_peace_wrap .ns_title_wrap h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.ns_wrap.ns_peace_wrap {
	font-family: 'Noto Serif JP', serif;
	background-image: url(../images/kitakyushu-new-spots-2022/peace-town-museum/peace-town-museum00_bg.jpg);
	background-attachment: fixed;
	color: #fff;
}

.ns_wrap section {
	padding-bottom: 50px;
}
.ns_wrap img {
	border-radius: 10px;
}

.ns_wrap.ns_peace_wrap img {
	border-radius: 0;
}

.ns_wrap p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
}

.ns_wrap figure {
	margin-bottom: 20px
}

.ns_wrap .ns_blue {
	color: #00A7DB!important;
}

.ns_wrap .ns_pink {
	color: #E73082!important;
}

.ns_wrap .ns_orange {
	color: #EA5503!important;
}

.ns_wrap .ns_caption {
	font-size: 14px;
	color: #7B8C91;
	padding-top: 10px;
}

.ns_wrap .ns_heading {
	position: relative;
}

.ns_wrap .ns_heading h2,
.ns_wrap .ns_heading h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 32px;
	background-color: #fff;
	border-radius: 10px;
	padding: 1.5rem 0;
    margin-bottom: 3rem;;
}

.ns_wrap h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
}

.ns_wrap .ns_heading img {
	position: absolute;
	z-index: 99;
    top: -30px;
}

.ns_wrap .ns_exp {
	padding-left: 50px;
	margin-bottom: 20px;
}

.ns_wrap .ns_btn {
	border: 3px solid #00A4DA;
	border-radius: 25px;
	padding: 10px 20px;
	color: #00A4DA;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	transition: .25s all ease-in-out;
	display: inline-block;
}

.ns_wrap .ns_btn:hover {
	background-color: #00A4DA;
	color: #fff;
}

.ns_wrap.ns_page_wrap p {
	font-size: 16px;
} 

.ns_wrap.ns_page_wrap .ns_page_fv p {
	font-size: 20px;
}

.ns_content {
    margin-bottom: 50px;
}

.ns_content:last-child {
	margin-bottom: 0;
}

.col-md-6.col-md-pull-6.col-12.ns_exp {
    padding-left: 10px;
    padding-right: 40px;
}


/* spot list */
#ns_space_lab .ns_heading img {
	right: 0;
}

.ns_wrap #ns_outlet,
.ns_wrap #ns_space_lab,
.ns_wrap #ns_kgg {
	padding-bottom: 100px;
}


/* top setting */
.ns_wrap #ns_fv {
	padding: 20px;
}

#ns_fv .ns_newopen {
	z-index: 101;
    display: block;
    position: absolute;
    right: 5vw;
    width: 20vw;
    top: 0;
}

#ns_fv .container-fluid {
	position: relative;
}

#ns_fv .ns_fv_logo {
	display: flex;
    align-items: end;
    margin-bottom: 30px;
    gap: 10px;
	z-index: 100;
    position: relative;
}

#ns_fv .ns_fv_logo img {
	width: 400px;
}

#ns_fv .ns_fv_logo span {
	font-size: 24px;
}

.ns_fv_main_image {
	position: relative;
	top: -100px;
	z-index: 99;
}

.ns_fv_main_image img {
	transform: rotate(-3deg);
	width: 90%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.ns_fv_main_image img:after {
	content: "";
	background-image: url(..//images/kitakyushu-new-spots-2022/top/new_open.svg);
}

.ns_fv_main_image figcaption {
	text-align: right;
}
#ns_space_lab .ns_exp {
	padding-left: 0;
	padding-right: 50px;
}

#ns_fv h1 {
	position: absolute;
    left: 0;
    bottom: 25%;
    z-index: 99;
    line-height: 3;
}

#ns_fv h1 .catch01 {
	width: 30vw;
}

#ns_fv h1 .catch02 {
	width: 50vw;
}

#ns_fv h1 .catch03 {
	width: 60vw;
}

.ns_wrap #ns_collaboration {
	padding: 0;
}

#ns_fukidashi .fukidashi_wrap {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 3px #00A4DA;
	box-sizing: border-box;
	text-align: justify;
}

#ns_fukidashi .fukidashi_wrap:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

#ns_fukidashi .fukidashi_wrap:after{  
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #00A4DA;
	z-index: 1;
}

#ns_fukidashi .fukidashi_wrap p{  
	margin: 0;
	padding: 0;
}


/* outlet setting */
.ns_wrap.ns_outlet_wrap {
	background-color: #D9F2FA;
}

.ns_title_wrap h1 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 0;
}

.ns_wrap .ns_title_wrap {
	background: #00A4DA;
    padding: 30px;
}

.ns_wrap.ns_spacelabo_wrap .ns_title_wrap {
	background: #E73082;
}

.ns_wrap.ns_kgg_wrap .ns_title_wrap {
	background: #EA5503;
}

.ns_wrap.ns_peace_wrap .ns_title_wrap {
	background: #8C7669;
}

.ns_page_fv {
    background: #fff;
    padding: 50px;
}

.ns_peace_wrap .ns_page_fv {
	background: transparent;
}

.ns_page_wrap h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #00A4DA;
	margin-bottom: 30px;
}

.ns_page_wrap.ns_spacelabo_wrap h2 {
	color: #E73082;
}

.ns_page_wrap.ns_kgg_wrap h2 {
	color: #EA5503;
}

.ns_page_wrap.ns_peace_wrap h2 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

.ns_wrap .ns_page_content {
    padding: 50px;
}

.ns_page_content_wrap {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}

.ns_peace_wrap .ns_page_content_wrap {
	background: transparent;
}

/* space-labo setting */
.ns_wrap.ns_spacelabo_wrap {
	background-color: #FCE8F1;
}

/* KGG setting */
.ns_wrap.ns_kgg_wrap {
	background-color: #fceae0;
}

@media screen and (max-width: 575.98px){

	/* common setting */
	.ns_wrap {
		margin-top: 90px;
	}
	.ns_wrap p {
		font-size: 13px;
	}

	.ns_wrap .ns_heading h2 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 10px;
	}

	.ns_wrap .ns_caption {
		font-size: 10px;
	}

	.ns_wrap .ns_title_wrap {
		padding: 15px 0;
	}

	.ns_title_wrap h1 {
		font-size: 20px;
		text-align: center;
	}

	.ns_wrap .ns_page_fv {
		padding: 15px;
	}

	.ns_page_wrap h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.ns_wrap.ns_page_wrap .ns_page_fv p {
		font-size: 13px;
	}
 
	.ns_wrap .ns_page_content {
		padding: 15px;
		margin-bottom: 50px;
	}
	
	.ns_wrap.ns_page_wrap p {
		font-size: 13px;
		line-height: 1.5;
	}

	.ns_wrap .ns_heading img {
		width: 200px;
	}

	.ns_wrap .ns_exp {
		padding-left: 15px;
	}

	.ns_wrap #ns_outlet, .ns_wrap #ns_space_lab, .ns_wrap #ns_kgg {
		padding-bottom: 50px;
	}

	#ns_space_lab .ns_exp {
		padding-left: 15px;
		padding-right: 15px;
	}

	.col-md-6.col-md-pull-6.col-12.ns_exp {
		padding-right: 10px;
	}

	.ns_content {
		margin-bottom: 30px;
	}


	/* top setting */
	.ns_wrap #ns_fv {
		padding: 15px 0;
		height: 350px;
	}

	#ns_fv h1 {
		line-height: 1;
		bottom: 60px;
		left: 10px;
	}

	#ns_fv h1 .catch01 {
		width: 50vw;
	}

	#ns_fv h1 .catch02 {
		width: 80vw;
	}

	#ns_fv h1 .catch03 {
		width: 95vw;
	}

	#ns_fv .ns_fv_logo img {
		width: 150px;
	}

	#ns_fv .ns_fv_logo span {
		font-size: 15px;
	}

	#ns_fv figure {
		margin-top: 90px;
	}

	.ns_fv_main_image img {
		width: 100%;
	}

	.ns_fv_main_image figcaption {
		display: none;
	}

	#ns_fv .ns_newopen {
		right: 0;
		width: 125px;
		top: -10px;
	}

	#ns_collaboration img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.ns_peace_wrap .ns_page_content_wrap {
		padding: 15px;
	}
	
}