@charset "utf-8";
/* CSS Document */

/* ==================== */
/* list */
/* ==================== */

.container__info-works {
    max-width: 1280px;
	margin: 0 auto 150px;
	padding: 0 30px;
}

.fb__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
/*	margin: 30px 0 0;*/
}

a.item__list {
	display: inline-block;
	width: calc(100% / 3 - 40px);
	margin: 20px;
}

a.item__list:hover {
	opacity: 0.7;
}

.fb__list a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 5px;
}

/* info */
.block__list--info {
	padding: 15px 0;
}

/* works */
.block__list--info-works {
	padding: 15px 0;
	text-align: center;
}

.p__list--cate-name {
	display: inline-block;
	margin: 0.313rem 0;
	padding: 0.188rem 0.5rem;
	font-size: 0.875rem;
	color: #fffaf0;
/*	color: #fff;*/
	background-color: #aaa;
	border-radius: 5px;	
}

.fb__list--date-new {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0.313rem 0;
}

.item__list--date {
	margin-right: 0.5rem;
}

.item__list--new-mark {
	display: inline-block;
	padding: 0.063rem 0.5rem;
	font-size: 0.625rem;
	color: #fffaf0;
/*	color: #fff;*/
	background-color: #ff3399;
	border-radius: 5px;
}

/* info title */
h3.h3__list {
/*	font-family: 'Noto Serif JP', sans-serif;*/
	font-size: 1.125rem;
/*	font-size: 1.25rem;*/
}

/* works title */
h4.h4__list {
/*	font-family: 'Noto Serif JP', sans-serif;*/
	font-size: 1.125rem;
/*	font-size: 1.25rem;*/
	margin: 0.313rem 0;
}

/* ==================== */
/* list works */
/* ==================== */

.fb__anchor-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item__anchor-button {
	display:inline-block;
	margin: 5px;
	padding: 10px 30px;
	text-align: center;
	color: #4F4F4F;
	transition: .4s;
	border: 1px solid #C0C0C0;
}

.item__anchor-button:hover {
    background: #777777;
    color: #fffaf0;
/*    color: #fff;*/
}

.wrap__list--works {
/*	margin: 50px 0 0;*/
}

h3.h3__list--works {
/*	font-family: 'Noto Serif JP', sans-serif;*/
	position: relative;
	margin: 30px 0;
	font-size: 1.5rem;
	color: #808080;
	padding-bottom: 0.5rem;
/*	padding: 1.0rem;*/
	text-align: center;
}

h3.h3__list--works:before {
	position: absolute;
	bottom: 0;
/*	bottom: -5px;*/
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: '';
	border-radius: 3px;
	background: #65BA28;
}

/* ====================== */
/* detail common */
/* ====================== */

.title-area__second h3 {
	margin: 40px 0 20px;
	text-align: center;
	font-size: 1.875rem;
/*	font-weight: 700;*/
	color: #707070;
}

.title-area__second h3 + p {
	margin: 20px 0;
	text-align: center;
}

.block__new-mark--detail {
	margin-bottom: 2rem;
	text-align: center;
}

.icn__new-mark--detail {
	display: inline-block;
	padding: 0.188rem 0.5rem;
	font-size: 0.8rem;
	color: #fffaf0;
/*	color: #fff;*/
	vertical-align: text-top;
	background-color: #ff3399;
	border-radius: 5px;
}

/* ====================== */
/* detail news realestate */
/* ====================== */

.container__info--detail {
	max-width: 960px;
	margin: 100px auto 0;
}

/* ========================= */
/* detail house architecture */
/* ========================= */

.kv__works--detail {
	width: 100%;
	padding: 0 50px;
}

.kv__works--detail img {
	width: 100%;
	aspect-ratio: 3;
	object-fit: cover;
	object-position: center center;
}

.container__works--detail {
    max-width: 960px;	
	margin: 0 auto;
}

.container__works--detail table {
	max-width: 320px;
	margin: 2rem auto 0;
}

/*
.container__works--detail table {
	width: 100%;
}
*/

.container__works--detail table th , .container__works--detail table td {
	padding: 5px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 0.875rem;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

/*
.container__works--detail table th , .container__works--detail table td {
	width: 50%;
	padding: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
*/

.modula-items {
	margin-top: 50px;
}

/* ==================== */
/* works index */
/* ==================== */

.content__works--index {
	width: 100%;
	margin-bottom: 100px;
}

.title__works--section {
	font-size: 1.625rem;
	text-align: center;
}

.title-eng__works--section {
	color: #65BA28;
	text-align: center;
}

.title__works--new-list {
	font-size: 1.625rem;
	text-align: center;
	margin: 100px 0 50px;
}

.fb__works--category {
    display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0;
	padding: 0 20px;
}

a.item__works--category {
	display: inline-block;
	width: calc(50% - 20px);
}

a.item__works--category:hover {
	opacity: 0.7;
}

a.item__works--category img {
	width: 100%;
	aspect-ratio: 2.0;
	object-fit: cover;
	border-radius: 5px;
}

.block__category-title {
	width: 100%;
	padding: 10px 5px;	
}

.block__category-title h3 {
	font-size: 1.25rem;
	font-weight: 500;
}

.block__category-title h3 i {
	color: #65BA28;
}

.fb__list a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 5px;
}

.fb__works--list {
    display: flex;
	max-width: 980px;
	margin: 0 auto;
}

a.item__works--list {
	position: relative;
	display: inline-block;
    width: 50%;
	margin: 10px;
	background-color: black;
}

a.item__works--list img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	/*
	aspect-ratio: 3;
	object-fit: cover;
	object-position: center center;
	*/
	opacity: 0.5;
}

a.item__works--list h3 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50% , -50%);
	display: inline-block;
	font-size: 1.25rem;
	text-align: center;
	color: #fffaf0;
/*	color: #fff;*/
	white-space: nowrap;
}

a.item__works--list p {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50% , -50%);
	display: inline-block;
	padding: 0.25rem 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	background-color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

a.item__works--list:hover img {
	opacity: 0.9;
    transition: .4s;
}

a.item__works--list:hover p {
    background: #000;
    color: #fffaf0;
/*    color: #fff;*/
}


@media (max-width: 1280px) {

.kv__works--detail {
	padding: 0 40px;
}

}


@media (max-width: 1024px) {

/* ==================== */
/* list */
/* ==================== */

.kv__works--detail {
	padding: 0 40px;
}

.container__info-works {
    width: 100%;
	margin: 0 auto 120px;
	padding: 0 22px;
}

a.item__list {
	width: calc(100% / 2 - 30px);
	margin: 15px;
}

a.item__works--list img {
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center center;
}

a.item__works--list h3 {
	font-size: 1.125rem;
}

/* ==================== */
/* detail */
/* ==================== */

.kv__works--detail img {
	aspect-ratio: 2.0;
}

.container__info--detail {
	margin: 50px auto 0;
}

.title-area__second h3 {
/*	margin: 32px 0 16px;*/
	font-size: 1.5rem;
}

.title-area__second h3 + p {
/*	margin: 16px 0;*/
}

/* ==================== */
/* works index */
/* ==================== */

.content__works--index {
	margin-bottom: 80px;
}

.title__works--section {
	font-size: 1.5rem;
}

a.item__works--category {
	width: calc(50% - 15px);
}

a.item__works--category img {
	aspect-ratio: 4 / 3;
}

.block__category-title h3 {
	font-size: 1.188rem;
}

.title__works--new-list {
	margin: 80px 0 40px;
}


}



@media (max-width: 768px) {

/* ==================== */
/* list */
/* ==================== */

.kv__works--detail {
	padding: 0 30px;
}

/*
.kv__works--detail img {
	aspect-ratio: 1.5;
}
*/

.container__info-works {
	margin: 0 auto 90px;
	padding: 0 14px;
}

a.item__list {
	width: calc(100% / 2 - 20px);
	margin: 10px;
}

.block__list--info {
	padding: 10px 0;
}

.block__list--info-works {
	padding: 10px 0;
}

.p__list--cate-name {
	font-size: 0.75rem;
}

/* info title */
h3.h3__list {
	font-size: 1.0rem;
/*	font-size: 1.125rem;*/
}

.item__list--date {
	font-size: 0.875rem;
}

/* works title */
h4.h4__list {
	font-size: 1.125rem;
}

.wrap__list--works {
/*	margin: 30px 0 0;*/
}

/* ==================== */
/* detail */
/* ==================== */

.title-area__second h3 {
/*	margin: 24px 0 12px;*/
	font-size: 1.125rem;
}

.title-area__second h3 + p {
/*	margin: 12px 0;*/
}

/* ==================== */
/* works index */
/* ==================== */

.fb__works--category {
	flex-direction: column;
}

.content__works--index {
	margin-bottom: 60px;
}

.title__works--section {
	font-size: 1.313rem;
}

a.item__works--category {
	width: 100%;
	margin: 10px 0;
}

.fb__category--item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.fb__reverse {
	flex-direction: row-reverse;
}

.img__category--item {
	width: 50%;
}

.img__category--item img {
}

.block__category-title {
	width: 50%;
	padding: 0 10px;
}

.block__category-title h3 {
	font-size: 1.125rem;
}

}


@media (max-width: 640px) {

/* ==================== */
/* list */
/* ==================== */

.container__info-works {
	margin: 0 auto 75px;
	padding: 0 10px;
/*	padding: 0 20px;*/
}

a.item__works--list {
	margin: 5px;
}

a.item__works--list h3 {
	top: 35%;
	font-size: 0.875rem;
}

a.item__works--list p {
	top: 65%;
	font-size: 0.75rem;
}

/* ==================== */
/* detail */
/* ==================== */

.kv__works--detail {
	padding: 0 20px;
}

.title-area__second h3 {
/*	margin: 20px 0 10px;*/
}

.title-area__second h3 + p {
/*	margin: 10px 0;*/
}

/* ==================== */
/* works index */
/* ==================== */

.content__works--index {
	margin-bottom: 50px;
}

.title__works--section {
	font-size: 1.125rem;
}

.block__category-title h3 {
	font-size: 1.0rem;
}

.title-eng__works--section {
	font-size: 0.875rem;
}

.title__works--new-list {
	margin: 50px 0 25px;
}


}