/* 

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

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

*/


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

.rs_wrap .container {
}
.rs_page_heading h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 30px;
	font-size: 36px;
}

.rs_wrap.rs_peace_wrap .rs_heading h2,
.rs_wrap.rs_peace_wrap .rs_title_wrap h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.rs_wrap .rs_en {
	font-family: 'Chau Philomene One', sans-serif;
}

.rs_wrap.rs_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;
}

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

.rs_wrap.rs_peace_wrap img {
	border-radius: 0;
}

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

.rs_wrap figure {
	margin-bottom: 20px
}

.rs_wrap .rs_blue {
	color: #00A7DB!important;
}

.rs_wrap .rs_pink {
	color: #E73082!important;
}

.rs_wrap .rs_orange {
	color: #EA5503!important;
}

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

.rs_wrap .rs_heading {
	position: relative;
}

.rs_wrap .rs_heading h2,
.rs_wrap .rs_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;;
}

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

.rs_wrap .rs_heading img {
	position: absolute;
	z-index: 99;
    top: -30px;
}

.rs_wrap .rs_exp {
	padding-left: 30px;
	margin-bottom: 20px;
}

.rs_wrap .rs_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;
}

.rs_wrap .rs_btn:hover {
	background-color: #00A4DA;
	color: #fff;
}

.rs_wrap.rs_page_wrap p {
	font-size: 16px;
} 

.rs_wrap.rs_page_wrap .rs_page_fv p {
	font-size: 20px;
}

.rs_content {
    margin-bottom: 60px;
}

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

.rs_content .row {
	margin-bottom: 60px;
}

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


/* spot list */
#rs_space_lab .rs_heading img {
	right: 0;
}

.rs_wrap #rs_outlet,
.rs_wrap #rs_space_lab,
.rs_wrap #rs_kgg {
	padding-bottom: 100px;
}


/* top setting */
.rs_wrap #rs_fv {
	padding: 20px;
}

#rs_fv .rs_newopen {
	z-index: 101;
    display: block;
    position: absolute;
    right: 0;
    width: 50vw;
    bottom: 70px;
}

#rs_fv .rs_cloud {
    position: absolute;
    top: 0;
    width: 300px;
}

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

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

#rs_fv .rs_fv_logo img {
	width: 400px;
}

#rs_fv .rs_fv_logo span {
	font-size: 24px;
}

.rs_fv_main_image {
	position: relative;
	z-index: 99;
	text-align: right;
}

.rs_fv_main_image img {
	width: 65%;
	margin: 0 auto;
	position: relative;
}

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

.rs_fv_main_image figcaption {
	text-align: right;
}
#rs_space_lab .rs_exp {
	padding-left: 0;
	padding-right: 50px;
}

#rs_fv h1 {
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 99;
    line-height: 2;
    font-size: 80px;
    color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#rs_fv h1 span {
	font-size: 120px;
}

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

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

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

.rs_wrap #rs_collaboration {
	padding: 0;
}

#rs_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;
}

#rs_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;
}

#rs_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;
}

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


/* outlet setting */
.rs_wrap.rs_outlet_wrap {
	background-color: #D9F2FA;
}

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

.rs_wrap .rs_title_wrap {
	background: #00A4DA;
    padding: 30px;
}

.rs_wrap.rs_spacelabo_wrap .rs_title_wrap {
	background: #E73082;
}

.rs_wrap.rs_kgg_wrap .rs_title_wrap {
	background: #EA5503;
}

.rs_wrap.rs_peace_wrap .rs_title_wrap {
	background: #8C7669;
}

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

.rs_peace_wrap .rs_page_fv {
	background: transparent;
}

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

.rs_page_wrap.rs_spacelabo_wrap h2 {
	color: #E73082;
}

.rs_page_wrap.rs_kgg_wrap h2 {
	color: #EA5503;
}

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

.rs_wrap .rs_page_content {
    padding: 50px;
}

.rs_page_content_wrap {
    padding: 60px;
    background: #fff;
    border-radius: 15px;
}

.rs_peace_wrap .rs_page_content_wrap {
	background: transparent;
}

/* space-labo setting */
.rs_wrap.rs_spacelabo_wrap {
	background-color: #FCE8F1;
}

/* KGG setting */
.rs_wrap.rs_kgg_wrap {
	background-color: #fceae0;
}

.rs_wrap .rs_last {
	border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 30px;
    background-color: #f9f9fa;
}

.rs_wrap .rs_last h3 {
	text-align: center;
}

.rs_wrap .rs_last h4 {
	margin-bottom: 10px;
}

.rs_wrap .rs_last p,
.rs_wrap .rs_last ul {
	font-size: 16px;
	margin-bottom: 30px;
}

.rs_wrap .rs_last ul li {
	margin-bottom: 15px;
	line-height: 1.5;
}

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

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

	.rs_wrap .rs_heading h2 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 10px;
	}

	.rs_page_content_wrap {
		padding: 20px;
	}

	.rs_wrap .rs_caption {
		font-size: 10px;
	}

	.rs_wrap .rs_title_wrap {
		padding: 15px 0;
	}

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

	.rs_page_heading h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.rs_wrap .rs_page_fv {
		padding: 15px;
	}

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

	.rs_wrap.rs_page_wrap .rs_page_fv p {
		font-size: 13px;
	}
 
	.rs_wrap .rs_page_content {
		padding: 0 0 50px 0;
	}

	.rs_content .row {
		margin-bottom: 0;
	}
	
	.rs_wrap.rs_page_wrap p {
		font-size: 13px;
		line-height: 1.5;
	}

	.rs_wrap .rs_heading img {
		width: 200px;
	}

	.rs_wrap .rs_exp {
		padding-left: 15px;
	}

	.rs_wrap #rs_outlet, .rs_wrap #rs_space_lab, .rs_wrap #rs_kgg {
		padding-bottom: 50px;
	}

	#rs_space_lab .rs_exp {
		padding-left: 15px;
		padding-right: 15px;
	}

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

	.rs_content {
		margin-bottom: 30px;
	}


	/* top setting */
	.rs_wrap #rs_fukidashi {
		padding-bottom: 0;
	}

	#rs_fv .rs_cloud {
		width: 150px;
		z-index: 999;
	}
	.rs_wrap #rs_fv {
		padding: 15px 0;
	}

	#rs_fv h1 {
		line-height: 1.25;
		font-size: 30px;
		position: relative;
	}

	#rs_fv h1 span {
		font-size: 60px;
	}

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

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

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

	#rs_fv .rs_fv_logo img {
		width: 150px;
	}

	#rs_fv .rs_fv_logo span {
		font-size: 15px;
	}

	#rs_fv figure {
		margin-top: 0px;
	}

	.rs_fv_main_image img {
		width: 100%;
	}

	.rs_fv_main_image figcaption {
		display: none;
	}

	#rs_fv .rs_newopen {
		right: 0;
		width: 300px;
		bottom: 190px;
	}

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

	.rs_peace_wrap .rs_page_content_wrap {
		padding: 15px;
	}
	
}