@charset "UTF-8";
/* all-page layout 福岡エリアサイト（軽量化） */

/* 各ページスライダー start */
/* 共通 */
.top-attl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;	
	text-align: center;
}

.top-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;	
	text-align: center;
}

.gmap {
	margin-top: 80px;
}

 p.d-link {
    margin: 0 auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/* 予約フォーム */
.res-box {
/*	padding-top: 80px;*/
}
h2.res_ttl {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-family: serif;
	font-weight: 500;
    line-height: 1;
    margin: 0 0 35px;
}
p.sec_desc {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2;
    margin: 0 0 50px;
}
.note-box {
    width: 100%;
    border: #ddd solid 1px;
    padding: 25px 25px 15px 25px;
    margin: 20px 0 80px 0;
    justify-content: center;
}
.note-title {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.note-box li {
    font-size: 0.875rem;
	line-height: 1.5;
    margin-bottom: 8px;
}

/* add 20240911 */
.note-box02 {
    width: 100%;
    border: #ddd solid 1px;
    padding: 25px 25px 15px 25px;
    margin: 20px 0 0 0;
    justify-content: center;
}
.note-box02 li {
    font-size: 0.875rem;
	line-height: 1.5;
    margin-bottom: 8px;
}
/* /add 20240911 */
.form_tel {
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 1px;
    line-height: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.tel_pc {
	display: block;
}
.tel_sp {
	display: none;
}

/* Contact */
.post_body {
	margin-top: 100px;
}

.post_body p {
	font-size: 1rem;
	line-height: 1.5;
}

/* パンくずリスト */
.breadcrumb {
    background-color: #262626;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
}

.breadcrumb_inner {
    width: 100%;
    max-width: 1100px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.breadcrumb_inner li {
    position: relative;
    float: left;
    padding-right: 5px;
/*	padding-left: 10px;*/
    font-size: 12px;
    color: #fff;
}

.breadcrumb_inner li a {
	color: #fff;
	text-decoration: underline;
}

.breadcrumb_inner li:not(:last-child)::after {
    color: #fff;
/*    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f054";*/
/*	content: "";
	background-image: url("../images/arrow-right-s-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 20px;
	left: 20px;
    top: 40%;
	width: 8px;
	height: 13px;*/
}

/* about */
.about-wrap {
	padding: 150px 0;
}

.about-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.abt-wrap {
	width: calc(50% - 20px);
}

.about_ctl {
    font-size: 1.75rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
/*    padding-top: 70px;*/
}

.about_lctl {
    font-size: 15px;
	font-family: "Times", serif;
    font-weight: 300;
    font-style: normal;
	line-height: 2;
}

.about_tb {
    margin-top: 80px;
/*    margin-right: 90px;*/
}

.about_tb p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.ab-txbox {
/*	margin-top: 25%;*/
}

.ab-tx {
	margin-top: 60px;
	text-align: center;
}


.top_aboutbox {
    width: 200px;
    height: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: skew(45deg);
}

/* all-slider */
.slider-wrap {
	min-width: 1100px;
	margin-top: 40px;
}
.slider-wrap ul {
	list-style-type: none;
	margin-top: 40px;
	display: flex;
/*	gap: 27px;
	flex-wrap: wrap;*/
}

.slider-wrap li {
	margin: 0 13px;
}

.slider-contents {
	width: auto;
}

.slider-phbox img {
	width: 100%;
}

.slider-txbox {
	padding: 20px 20px 15px 20px;/*22px 20px 22px*/
    color: #fff;
    position: relative;
    background: #262626;
	min-height: 130px;
}

.slider-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
/*	line-height: 1.5;*/
	margin-bottom: 8px;
}

.slider-category{
	font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
    text-align: justify;
}

.veiw {
	position: absolute;
	right: 20px;
	bottom: 15px;
    font-size: 0.7rem;	
/*	text-align: right;*/
	margin-top: 5px;
}

.slide a:hover {
	opacity: 0.8;
}

/* event+topics */
.event-wrap {
	padding: 80px 0;	
}

/* modelhouse */
.modelhouse-wrap {
	padding: 80px 0;	
}

/* readybuilt */
.readybuilt-wrap {
	padding: 80px 0;	
}

.property-d {
	margin-top: 100px;
}

/* land */
.land-wrap {
	padding: 80px 0;	
}

.land-info {
	padding-top: 20px;
	margin-bottom: 100px;	
}

.land-read {
    text-align: center;
    margin-bottom: 25px;
	line-height: 1.5;
}

dl.detail-list {
    display: flex;
    flex-wrap: wrap;
/*    border-top: solid 1px #696969;
    margin-bottom: 100px;*/
	font-size: 0.9375rem;
}

dt.detail-list-dt {
    width: 30%;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: solid 1px #696969;
}

dd.detail-list-dd {
    width: 70%;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: solid 1px #696969;
    text-align: justify;
	line-height: 1.25;
}

@media screen and (max-width: 750px) {
	dl.detail-list {
		display: block;
		flex-wrap: wrap;
		border-top: none;
		margin-bottom: 0;
		font-size: 0.9375rem;
	}

	dt.detail-list-dt {
		width: 100%;
		font-weight: bold;
		padding: 15px 0 0 0;
		border-bottom: none;
	}

	dd.detail-list-dd {
		width: 100%;
		font-weight: normal;
		padding: 10px 0 0 0;
		border-bottom: none;
		text-align: justify;
	}
	
	h2.res_ttl {
		display: block;
		text-align: center;
		font-size: 1.25rem;
		font-family: serif;
		font-weight: 500;
		line-height: 1;
		margin: 0 0 35px;
	}
	
	p.sec_desc {
		display: block;
		text-align: justify;
		font-size: 0.875rem;
		line-height: 1.5;
		margin: 0 0 30px;
	}
	
	.note-box {
		width: 100%;
		border: #ddd solid 1px;
		padding: 18px 18px 10px 18px;
		margin: 20px 0 40px 0;
		justify-content: center;
	}
	
	.note-title {
		font-size: 0.75rem;
		margin-bottom: 10px;
	}
	.note-box li {
		font-size: 0.75rem;
		line-height: 1.5;
		margin-bottom: 8px;
		text-align: justify;
	}
	
	.form_tel {
		padding: 10px 0 0;
		margin: 0 auto;
		text-align: center;
		font-size: 1.125rem;
		letter-spacing: 1px;
		line-height: 2;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.tel_pc {
		display: none;
	}
	.tel_sp {
		display: block;
		font-size: 0.9375rem;
	}
	.land-read {
		text-align: center;
		margin-bottom: 25px;
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.post_body p {
		font-size: 0.9375rem;
		line-height: 1.5;
	}
}

/* others */
.others-wrap {
	padding: 80px 0;	
}

/* post-wrap */
.pst-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.375rem;/*1.75*/
	margin-bottom: 15px;
}
.ppg-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;/*1.75*/	
	text-align: center;
}

.thx-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;/*1.75*/	
	text-align: center;
}

.thx-box p {
	font-size: 1rem;
	line-height: 1.5;	
}

.category {
	font-size: 0.875rem;
    font-style: normal;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 1.25;	
}

.colum-catettl {
	font-size: 1.25rem;
    font-style: normal;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}

.post_content {
	padding: 20px 0 50px 0;
}

.post_content p {
	font-size: 0.937rem;
	line-height: 1.5;
/*	text-align: justify;*/
}

.post_content a:link {
	color: #fff;
}

#post_image {
    padding: 0;
    margin: 0 0 30px 0;
}

#post_image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.wp-element-caption {
	font-size: 0.8125rem;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

@media screen and (max-width: 750px) {
/* post-wrap */
	.pst-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.25rem;/*1.75*/	
	}
	.ppg-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.25rem;/*1.75*/	
		text-align: center;
	}

	.thx-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.35rem;/*1.75*/	
		line-height: 1.5;
		text-align: center;
	}

	.thx-box p {
		font-size: 0.9375rem;
		line-height: 1.5;	
	}

	.category {
		font-size: 0.875rem;
		font-style: normal;
		margin-top: 10px;
		margin-bottom: 20px;	
	}

	.post_content {
		padding: 20px 0 50px 0;
	}
	
	.post_content p {
		font-size: 0.937rem;
		line-height: 1.5;
		text-align: justify;
	}
	
	#post_image img {
		height: auto;
		display: block;
		margin: 0;
	}
	.colum-catettl {
		font-size: 0.9375rem;
		font-style: normal;
		font-family: "Noto Serif JP", serif;
		font-weight: bold;
	}
}
/* contentslist-wrap */
.contentslist-wrap {
	padding: 150px 0 100px 0;	
}

.ctl-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;	
	text-align: center;
	margin-bottom: 150px;
}

/* all-info */
#info {
	padding: 150px 0;	
}

#info ul.accordion {
	width: 100%;
	display: block;
	margin: 120px auto 0 auto;
}

#info ul.accordion li.accordion__item {
	width: 100%;
	margin: 0 0 50px;
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#info ul.accordion li.accordion__item:last-child {
	margin-bottom: 0;
}

#info ul.accordion li.accordion__item a {
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: 100%;
	flex-basis: auto;
}

#info ul.accordion li.accordion__item a:hover {
	opacity: 0.8;
}

#info ul.accordion li.accordion__item a .accordion_img-wrap {
	width: 100%;
	position: relative;
	text-align: center;
	max-width: 25%;
}

#info ul.accordion li.accordion__item a .accordion_img-wrap .accordion_img {
	position: relative;
	display: block;
	overflow: hidden;
}

#info ul.accordion li.accordion__item a .accordion__title {
	padding: 20px;
	width: calc(100% - 20px);
	color: #fff;
	position: relative;
	background: #262626;
}

#info ul.accordion li.accordion__item a .accordion__title h3.topics_ttl {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 4px;
}

/*#info ul.accordion li.accordion__item a .accordion__title > p {
	font-size: 0.750rem;
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}*/

.list-category {
	font-size: 0.875rem;
    font-style: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 5px;	
}

.desc {
	font-size: 0.750rem;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
	line-height: 1.5;
}

.desc-top20 {
	margin-top: 20px;
}

.column-categoryname {
	margin-top: 8px;
/*	border: 1px solid #fff;
	padding: 4px;
    max-width: fit-content;*/
    font-size: 0.75rem;
    font-weight: 500;
}

.column-categorynamep {
	margin-top: 0;
	margin-bottom: 10px;
/*	border: 1px solid #fff;
	padding: 4px;
    max-width: fit-content;*/
    font-size: 0.75rem;
    font-weight: 500;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
/* all-info */
	#info {
		padding: 100px 0;	
	}

	#info ul.accordion {
		width: 100%;
		display: block;
		margin: 50px auto 0 auto;
	}

	#info ul.accordion li.accordion__item {
		width: 100%;
		margin: 0 0 50px;
		display: flex;
		flex-direction: column;
		background: #fff;
		overflow: hidden;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		position: relative;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}

	#info ul.accordion li.accordion__item:last-child {
		margin-bottom: 0;
	}

	#info ul.accordion li.accordion__item a {
		cursor: pointer;
		display: block;
		flex-flow: row nowrap;
		transition-property: background-color, color;
		transition-timing-function: ease;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		position: relative;
		min-height: 1px;
		height: 100%;
		flex-basis: auto;
	}

	#info ul.accordion li.accordion__item a:hover {
		opacity: 0.8;
	}

	#info ul.accordion li.accordion__item a .accordion_img-wrap {
		width: 100%;
		position: relative;
		text-align: center;
		max-width: 100%;
	}

	#info ul.accordion li.accordion__item a .accordion_img-wrap .accordion_img {
		position: relative;
		display: block;
		overflow: hidden;
	}

	#info ul.accordion li.accordion__item a .accordion__title {
		padding: 20px;
		width: 100%;
		color: #fff;
		position: relative;
		background: #262626;
	}

	#info ul.accordion li.accordion__item a .accordion__title h3.topics_ttl {
		font-size: 0.9375rem;
		font-weight: normal;
		line-height: 1.5;
		margin-bottom: 4px;
	}

	#info ul.accordion li.accordion__item a .accordion__title > p {
		font-size: 0.750rem;
		margin: 0;
		line-height: 1.5;
		text-align: justify;
	}
	img {
		width: 100%;
	}
}

.acd-img {
	min-width: 278px;
	height: 185px;
	background-color: #d3d3d3;
}

.acd-txtbox {
	min-width: 782px;
	height: 145px;
	padding: 20px;
	background-color: #354C12;
	color: #fff;
}

.acd-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
	margin-bottom: 10px;
}

.acd-category{
	font-size: 0.75rem;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

.acd-text {
	font-size: 0.75rem;
	margin-top: 5px;
	overflow-wrap: break-word;
}

.acd-veiw {
    font-size: 0.7rem;	
	text-align: right;
	margin-top: 5px;
}

/* about */
.abt-ttl {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;	
	text-align: center;
	margin-bottom: 30px;
}

.about_ttl {
	text-align: center;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

span.ttl-en_a {
	font-weight: 500;
	color: #000;
	font-size: 1.125rem;
	line-height: 1;
	display: block;
	position: relative;
	margin: 0 auto 40px auto;
}

@media screen and (max-width: 750px) {
	span.ttl-en_a {
		font-weight: 500;
		color: #000;
		font-size: 1.125rem;
		line-height: 1;
		display: block;
		position: relative;
		margin: 50px auto 40px auto;
	}
}
.about_contents {
    display: flex;
    margin-top: 150px;
}

.about_content-left {
	width: 50%;
	align-content: center;
}

.about_content-right {
	width: 50%;
	text-align: right;
}

.merit {
	margin-top: 150px;
}

.merit_title h2 {
	font-size: 1.25rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

.merit_contents {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.merit_content {
	width: calc(33.333% - 30px);
}

.merit_content:not(:nth-child(3n+1)) {
	margin-left: 0px;
}

.merit_content:nth-child(n+4) {
	margin-top: 50px;
}

.merit_content-titile {
	display: flex;
	justify-content: center;
	align-items: center;
}

.merit_content-h3 {
	justify-content: center;
	align-items: center;
}

.topics_ttl {
	font-family: "Noto Serif JP", serif;	
	font-size: 0.9375rem;
	font-weight: 400;
}

.merit_content-tag {
	font-size: 0.75rem;
	margin-left: auto;
}

.merit_content-tag a {
	display: inline-block;
	padding: 4px 20px;
	text-align: center;
	font-size: 0.75rem;
	border: solid 1px #8c8c8c;
}

.merit_content-tag a:hover {
	opacity: 0.5;
}

.merit_content-img {
	margin-top: 15px;
}

.merit_content-img a:hover {
	opacity: 0.8;
}

.merit_content-img img {
	width: 100%;
}

.merit_content-p {
	margin-top: 10px;
	font-size: 0.8125rem;
	text-align: justify;
	line-height: 1.5;
}

@media screen and (max-width:750px) {
	.about_contents {
		flex-direction: column-reverse;
		margin-top: 100px;
	}

	.about_content-left {
		width: 100%;
		margin-top: 50px;
/*		align-content: center;*/
	}

	.about_content-right {
		width: 100%;
	}
}

/*privacy poricy*/
.pp_section {
    display: block;
    width: 100%;
    padding: 80px 0 0px;
}

.pp_section h3.ttl {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 0px 0 10px;
}

.pp_section p.desc {
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: justify;
    margin: 0px 0 0px;
}

/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    /*display: inline-block;
	padding: 0 20px;*/
	padding: 0 0 0 20px;
    color: #333;
    text-decoration: none;
	text-align: center;
	width: 240px;
	margin: 60px auto 30px auto;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
    left:20%;
}

.btnarrow:hover::after{
    right:-5%;
}

/* staff */
.staff-info {
	padding-top: 50px;
}

.staff-dt {
    margin-bottom: 10px;
    font-weight: 500;
}

.staff-dd {
    margin-bottom: 30px;
    text-align: justify;
	line-height: 1.5;
	font-size: 0.9375rem;
}

/* スライダー */
.slideNone .swiper-button-next,
.slideNone .swiper-button-prev {
    display: none;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	/* 各ページスライダー start */
	/* 共通 */
	.top-attl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.125rem;	
		text-align: center;
	}

	.top-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.25rem;	
		text-align: center;
	}

	/* パンくずリスト */
	.breadcrumb {
		background-color: #262626;
		text-align: center;
		overflow: hidden;
		display: block;
		padding: 0px;
		margin-bottom: 0px;
		list-style: none;
		border-radius: 0px;
	}

	.breadcrumb_inner {
		width: 100%;
		max-width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 20px;
		text-align: left;
		overflow: hidden;
	}

	.breadcrumb_inner li {
		position: relative;
		float: left;
		padding-right: 5px;
/*		margin-right: 15px;*/
		font-size: 12px;
		color: #fff;
	}

	.breadcrumb_inner li a {
		color: #fff;
		text-decoration: underline;
	}

	.breadcrumb_inner li:not(:last-child)::after {
		color: #fff;
/*		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		font-size: 12px;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;*/
	}

	/* about */
	.about-wrap {
		padding: 20px 0 100px 0;
	}

	.about-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.abt-wrap {
		width: 100%;
	}

	.about_ctl {
		font-size: 1.25rem;
		font-family: "Noto Serif JP", serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		margin-bottom: 5px;
		padding-top: 50px;
	}

	.about_lctl {
		font-size: 0.75rem;
		font-family: "Times", serif;
		font-weight: 300;
		font-style: normal;
		line-height: 2;
		text-align: center;
	}

	.about_tb {
		margin-top: 80px;
	/*    margin-right: 90px;*/
	}

	.about_tb p {
		margin-bottom: 30px;
		line-height: 1.8;
		font-size: 0.875rem;
	}

	.ab-txbox p {
		font-size: 0.9375rem;
	}

	.ab-tx {
		margin-top: 50px;
		text-align: center;
	}


	.top_aboutbox {
		width: 100%;
		height: 15px;
		margin: 0 auto;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		transform: skew(45deg);
	}

	/* all-slider */
	.slider-wrap {
		min-width: 100%;
		margin-top: 40px;
	}
	.slider-wrap ul {
		list-style-type: none;
		margin-top: 40px;
		display: flex;
	/*	gap: 27px;
		flex-wrap: wrap;*/
	}

	.slider-wrap li {
		margin: 0 13px;
	}

	.slider-contents {
		width: auto;
	}

	.slider-phbox img {
		width: 100%;
	}

	.slider-txbox {
		padding: 22px 20px 22px;
		color: #fff;
		position: relative;
		background: #262626;	
	}

	.slider-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.slider-category{
		font-size: 0.75rem;
		line-height: 1.8;
		margin: 0;
		text-align: justify;
	}

	.veiw {
		font-size: 0.7rem;	
		text-align: right;
	}

	/* event+topics */
	.event-wrap {
		padding: 80px 0;	
	}

	/* modelhouse */
	.modelhouse-wrap {
		padding: 80px 0;	
	}

	/* readybuilt */
	.readybuilt-wrap {
		padding: 80px 0;	
	}

	/* land */
	.land-wrap {
		padding: 80px 0;	
	}

	/* others */
	.others-wrap {
		padding: 80px 0;	
	}

	/* contentslist-wrap */
	.contentslist-wrap {
		padding: 80px 0 50px 0;	
	}

	.ctl-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.75rem;	
		text-align: center;
		margin-bottom: 80px;
	}

	.accordion {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.accordion_item {
		width: 100%;
		min-width: 110px;
		margin: 0 0 50px;
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		overflow: hidden;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		position: relative;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}

	.acd-img {
		min-width: 100%;
		height: 185px;
		background-color: #d3d3d3;
	}

	.acd-txtbox {
		min-width: 80%;
		height: auto;
		padding: 20px;
		background-color: #354C12;
		color: #fff;
	}

	.acd-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.acd-category{
		font-size: 0.75rem;
		line-height: 1.8;
		margin: 0;
		text-align: justify;
	}

	.acd-text {
		font-size: 0.75rem;
		margin-top: 5px;
		overflow-wrap: break-word;
	}

	.acd-veiw {
		font-size: 0.7rem;	
		text-align: right;
		margin-top: 5px;
	}

	/* about */
	.abt-ttl {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.75rem;	
		text-align: center;
		margin-bottom: 30px;
	}

	.about_ttl {
		text-align: center;
		line-height: 2;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
	}

	.merit {
		margin-top: 50px;
	}

	.merit_title {
		font-size: 1.25rem;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
	}
	
	.merit_title h2 {
		font-size: 1rem;
		font-family: "Noto Serif JP", serif;
		font-weight: 400;
	}

	.merit_contents {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.merit_content {
		width: 100%;
	}

	.merit_content:not(:nth-child(3n+1)) {
		margin-top: 50px;
		margin-left: 0px;
	}

	.merit_content:nth-child(n+4) {
		margin-top: 50px;
	}

	.merit_content-titile {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.merit_content-h3 {
		justify-content: center;
		align-items: center;
		font-size: 15px;
	}

	.merit_content-tag {
		font-size: 12px;
		margin-left: auto;
	}

	.merit_content-tag a {
		display: inline-block;
		padding: 2px 20px;
		text-align: center;
		font-size: 11px;
		border: solid 1px #8c8c8c;
	}

	.merit_content-img {
		margin-top: 15px;
	}

	.merit_content-img img {
		width: 100%;
	}

	.merit_content-p {
		margin-top: 10px;
		font-size: 14px;
		text-align: justify;
	}
	/*矢印が右に移動する*/
	.btnarrow{
		/*矢印と下線の基点とするためrelativeを指定*/
		position: relative;
		/*形状*/
		/*display: inline-block;
		padding: 0 20px;*/
		padding: 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		width: 200px;
		margin: 60px auto 100px auto;
		outline: none;
	}

	/*矢印と下線の形状*/
	.btnarrow::before{
		content: '';
		/*絶対配置で下線の位置を決める*/
		position: absolute;
		bottom:-8px;
		left:0%;
		/*下線の形状*/    
		width: 100%;
		height: 1px;
		background:#333;
		/*アニメーションの指定*/
		transition: all .3s;
	}

	.btnarrow::after{
		content: '';
		/*絶対配置で矢印の位置を決める*/
		position: absolute;
		bottom:-3px;
		right:0;
		/*矢印の形状*/    
		width: 15px;
		height:1px;
		background:#333;
		transform: rotate(35deg);
		/*アニメーションの指定*/
		transition: all .3s;
	}

	/*hoverした際の移動*/
	.btnarrow:hover::before{
		left:5%;
	}

	.btnarrow:hover::after{
		right:-5%;
	}
	/* add 20240911 */
	.note-box02 {
		width: 90%;
		border: #ddd solid 1px;
		padding: 25px 25px 15px 25px;
		margin: 0 auto;
		justify-content: center;
	}
	.note-box02 li {
		font-size: 0.875rem;
		line-height: 1.5;
		margin-bottom: 8px;
	}	
}
/* ボタン追加 2024/10/02 */
.btn-box {
	margin: 20px auto;
	width: 180px;
}

.btn-box02 {
	margin: 20px auto;
	width: 255px;
}

.btn-details {
	background-color: #354C12;
	padding: 10px 20px 8px 20px;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.25;
}

.btn-details a {
	color: #fff;
}

/*********************************
 フォームテーブルカスタマイズ
*********************************/
.form_area {
	margin-top: 100px;
}
/******フォームテーブルカスタマイズ******/
table.form_table {
	border-collapse: separate;
	border-spacing: 0px 20px;
	width: 100%;
	margin: 0 0 0px;
	border: none;
}
@media screen and (max-width:767px) {
	table.form_table {
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-spacing: 0px 10px;
	}
}
table.form_table tr {
	border: none;
}
@media screen and (max-width:767px) {
	table.form_table tr {
		border: none;
	}
}
table.form_table th {
	background: #fff;
	vertical-align: top;
	text-align: center;
	width: 20%;
	color: #000;
	overflow: visible;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border: 1px solid #000;
	border-right: none;
}
table.form_table th p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table tbody th span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 400;
}

.required {
	color: #E65226;
}
@media screen and (max-width:767px) {
	table.form_table tbody th {
		font-size: 11px;
		width: 100%;
		display: block;
		line-height: 20px;
		text-align: left;
		border-right: 1px solid #000;
		border-bottom: none;
	}
	table.form_table th p {
		font-size: 11px;
		line-height: 20px;
	}
	table.form_table tbody th span {
		font-size: 0.8125rem;
	}
}
table.form_table td {
	background: #fff;
	width: 80%;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	color: #000;
	border: 1px solid #000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-align: left;
}
table.form_table td p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table td i,
table.form_table td span {
	line-height: 34px;
	font-size: 13px;
}
table.form_table td i {
	font-style: normal;
	display: inline-block;
	width: 90px;
	height: 34px;
}
table.form_table td span.number_txt {
	font-style: normal;
	display: inline-block;
	width: 35px;
	height: 34px;
}
table.form_table td span.form_ttl {
	display: inline-block;
	height: 34px;
	width: calc(100% - 90px);
}
@media screen and (max-width:767px) {
	table.form_table td {
		font-size: 11px;
		width: 100%;
		display: block;
	}
	table.form_table td p {
		font-size: 11px;
	}
	table.form_table td i,
	table.form_table td span {
		font-size: 11px;
	}
	table.form_table td i {
		width: 75px;
	}
	table.form_table td span.number_txt {
		width: 30px;
	}
	table.form_table td span.form_ttl {
		width: calc(100% - 75px);
	}
}
table.form_table td.col-2-left,
table.form_table td.col-2-right {
	width: 40%;
}
table.form_table td.col-2-right {
	border-left: none !important;
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left,
	table.form_table td.col-2-right {
		width: 100%;
	}
	table.form_table td.col-2-right {
		border-left: 1px solid #000 !important;
		border-top: none !important;
	}
}
table.form_table td.col-2-left span.wpcf7-form-control-wrap,
table.form_table td.col-2-right span.wpcf7-form-control-wrap {
	display: inline-block;
	height: 34px;
	width: calc(100% - 35px);
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left span.wpcf7-form-control-wrap,
	table.form_table td.col-2-right span.wpcf7-form-control-wrap {
		width: calc(100% - 30px);
	}
}
/*フォーム下部ポリシーリンク箇所*/
.form_area p.accept_desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 0 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.form_area p.accept_desc {
		font-size: 10px;
		line-height: 1.5;
		padding: 10px 0 0;
		text-align: left;
	}
}
.form_area p.accept_desc a.strong {
	font-weight: bold;
	text-decoration: underline;
}
.form_area p.accept_desc a.strong:hover {
	text-decoration: none;
}
.form_area .acceptance {
	display: block;
	width: 100%;
	background: #fff;
	margin: 20px 0 40px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	.form_area .acceptance {
		margin: 10px 0 20px;
		font-size: 13px;
	}
}
.required-center {
    font-size: 0.8125rem;
    color: #E65226;
    text-align: center;
}
/* ==================================================
	CF7カスタマイズ
================================================== */
/* Contactform */
/*
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 14px; margin: 0 0 2.5em !important; padding: 0; width: 100%;
.wpcf7 form { margin: 1.5em 1.5em 0; }
*/

/* ↓ higo correction 2023/11/15 */
.wpcf7 { font-size: 14px; }

.wpcf7 form { margin: 0; }

.wpcf7 p { margin-bottom: 1em; font-size: 16px; }

.wpcf7 input, .wpcf7 textarea { border: 1px solid #ededed; box-sizing: border-box; line-height: 1.2; padding: 8px; width: 100%; }

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ededed; padding: 8px; width: auto; }

.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 0.8125rem; line-height: 1.2; }

.wpcf7 .wpcf7-list-item { display: block; margin: 0; }

.wpcf7 textarea { height: 300px; }

.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; outline: none; }

.wpcf7 .wpcf7-submit { box-sizing: border-box; position: relative; display: block; width: 225px; height: 48px; margin: 30px auto 0; background-color: #132C00; cursor: pointer; border: none !important; color: #fff; text-align: center; text-decoration: none; font-size: 14px; line-height: 1.5; outline: none; transition: all .3s; }

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }

.wpcf7 .wpcf7-submit:hover { background-color: #666666; }

.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }

.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; border-radius: 4px; }

.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }
