@charset "utf-8";
body {
	max-width: 100%;
}
#wrap {max-width: 100%;}
.noufuku-header {
	width: 100%;
	height: auto;
	padding-top: 27.3%;
	position: relative;
	background: url(../img/TOP@2x.webp) no-repeat center top;
	background-size: cover;
}
.noufuku-header h2 {
	width: 29%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}
.noufuku-header h2 img {
	width: 100%;
}
article {
	max-width: 1200px;
	margin: 0 auto !important;
	padding: 50px 0 !important;
}
#news_box {
	padding: 0 0 40px 0;
}
#news_box h2 {
	background-color: #27347C;
	color: #FFF;
	font-size: 1.5rem;
	padding: 10px 20px;
}
#news_box h2 i {
	padding: 0 10px 0 0;
}
#news_box #news_list {
	border: 1px solid #27347C;
}
#news_box #news_list .news_row {
	font-size: 1.3rem;
	display: flex;
	padding: 10px 20px;
}
#news_box #news_list .news_row p {
	margin: 0 10px;
}
#news_list .wp_date {
}
#news_list .wp_category {
	width: 250px;
	color: #FFF;
	font-size: 1rem;
	text-align: center;
	padding: 5px;
}
#news_list .cate00 {
    background-color: #808080;
}
#news_list .cate01 {
	background-color: #fd73e1;
}
#news_list .cate02 {
	background-color: #53a650;
}
#news_list .cate03 {
	background-color: #3d51bb;
}
#news_list .cate04 {
	background-color: #d96f11;
}
.sns_insta {
	display: flex;
	align-items: center;
	margin-bottom: 2%;
	justify-content: center;
}
.sns_insta h2 {
	text-align: right;
	font-size: 1.5rem;
	margin-right: 1%;
}
.sns_insta a {
}
#video_area h3 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 2.3rem;
}
.video_box {
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
	padding: 10px 0 40px 0;
	max-width: 560px;
	margin: 0 auto;
}
iframe {
	width: 100%;
}
.video_box div+div {
	margin: 0 0 0 10px;
}
.video_box div video {
	width: 100%;
}
.noufuku-service {
	background: #2CB879;
	color: #fff;
}
.noufuku-service .icon {
	margin-bottom: 20px;
	text-align: center;
}
.noufuku-service .col {
	border-left: 2px solid #fff;
	padding: 10px 20px;
}
.noufuku-service .col:last-child {
	border-right: 2px solid #fff;
}
.service-inner1 {
	max-width: 900px;
	margin: 0 auto 50px;
}
.service-inner2 {
	max-width: 600px;
	margin: 0 auto;
}
.n-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 0;
}
.n-container .inner {
	background: #fff;
	border-radius: 30px;
	padding: 20px;
}
.n-container h3 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
}
.n-container h4 {
	font-size: 24px;
	text-align: center;
	/* font-weight: bold; */
}
.n-container h5 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
	line-height: 2.3rem;
}
.n-container p {
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}
.n-container img {
	width: 100%;
   text-align: center;
}
.n-container .icon img {
	width: auto;
	height: 100px;
	
}
#contact_area {
	padding: 40px 0 0 0;
}
#contact_area .addressframe {
	font-size: 1.2em;
	background-color: #FAF0E6;
	border: 1px solid #734B23;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
#contact_area .addressframe .btn_box a:hover {
	opacity: 0.7;
}

.article_box h3 {
	border-bottom: 10px solid #2CB879;
	max-width: 400px;
	margin: 0 auto 40px;
}
.article_sub_2 h2 {
	border-left: 2px solid #2CB879;
	width: 600px;
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 10px;
}
.article_sub_2 li {
	font-size: 1.3rem;
	margin-top: 10px;
}
.article_sub_2 li::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    color: #2CB879;
    margin: 0 5px 0 0;
}
.article_sub_2 a{
	font-weight: bold;
	color: #2CB879;
}
.article_sub_2 a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

.article_box .left_box {
	max-width: 350px;
	float: left;
	clear: left;
}

.article_box .right_box {
	padding: 0 0 0 40px;
	text-align: left;
	overflow: hidden;
}
.article_box p {
	font-size: 1.3rem;
	text-align: left;
	margin-top: 10px;
}
.article_box .right_box h1 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.article_box .right_box h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.article_sub {
	border: 1px solid;
	padding: 15px;
	margin: 40px 0;
}
.row.gutters {
	display: flex;
	justify-content: space-between;
}

/*responsive*/
@media (max-width: 1200px) {
	article {
		width: 100%;
		padding: 20px 10px !important;
	}
}
@media (max-width: 960px) {
}
@media (max-width: 733px) {
	#news_box #news_list .news_row {
		display: block;
	}
	#news_box #news_list .news_row p {
		margin: 5px 0;
	}
	#news_box #news_list .wp_category {
		width: 100%;
	} 
	.video_box {
		display: block;
		padding: 10px 0 20px 0;
	}
	.video_box video {
		margin: 0;
	}
	.video_box div+div {
		margin: 10px 0 0 0;
	}
	.n-container h5 {
		line-height: 4rem;
		font-size: 25px;	
	}
	.n-container h3 {
		font-size: 20px;
	}
	#contact_area {
		padding: 20px 0 0 0;
	}
	#contact_area .addressframe {
		display: block;
		line-height: 2rem;
	}
	#contact_area .addressframe .btn_box {
		padding: 20px 0;
	}
	#video_area h3 {
		font-size: 1.5rem;
	}
	.article_box .left_box {
		float: none;
		margin: 0 auto;
	}
	.article_box .left_box  img{ 
		padding-bottom: 40px;
	}
	.article_box .right_box  h1 {
		line-height: 1.5;
		text-align: center;
	}
	.article_box .right_box h2 {
		text-align: center;
	}
	.article_box .right_box {
		padding: 0;
		overflow: unset;
	}
	#contact_area .addressframe .btn_box {
		max-width: 300px;
		margin: 0 auto;
	}
	#contact_area .addressframe .btn_box img {
		width: 100%;
	}
	.row.gutters {
		flex-direction: column;
	}
	.noufuku-service .col {
		border-left: none;
	}
	.noufuku-service .col:last-child {
		border-right: none;
	}
}
@media (max-width: 699px) {
}
@media (max-width: 675px) {
}
@media (max-width: 629px) {
}
@media (max-width: 375px) {
}