@charset "utf-8";
/*////////////////////////////////////
LINEUP
////////////////////////////////////*/

@media screen and (min-width: 768px){
#kitchen_lineup_title,
#bathroom_lineup_title,
#washroom_lineup_title,
#exterior_lineup_title{
	position: relative;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#toilet_lineup_title {
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.under_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
.under_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#kitchen_lineup_title ,
#bathroom_lineup_title,
#washroom_lineup_title,
#exterior_lineup_title{
	position: relative;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#toilet_lineup_title {
	position: relative;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}
.under_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
.under_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}
/*////////////////////////////////////
LINEUP
////////////////////////////////////*/

@media screen and (min-width: 768px){
#lineup_word_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 100px 0;
}
#lineup_word_place {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 10px 20px 200px;
	border: 20px solid rgba(185,175,27,1.00);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	border-bottom-right-radius: 50px;
}
#lineup_word_place::before {
	content: "";
	position: absolute;
	width: 30%;
	aspect-ratio:1/1;
	background: url("../img/kotira.png");
	background-size: cover;
	bottom: -20px;
	left: -50px;
}
#lineup_word_place span {
	font-size: 1.4rem;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#lineup_word_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 100px 0;
}
#lineup_word_place {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 10px 10px 50px;
	border: 10px solid rgba(185,175,27,1.00);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	border-bottom-right-radius: 50px;
}
#lineup_word_place::before {
	content: "";
	position: absolute;
	width: 30%;
	aspect-ratio:1/1;
	background: url("../img/kotira.png");
	background-size: cover;
	bottom: -20px;
	left: -50px;
}
#lineup_word_place span {
	font-size: 1.4rem;
}
}

/*////////////////////////////////////
LINEUP
////////////////////////////////////*/

@media screen and (min-width: 768px){
#lineup_area {
	position: relative;
	width: 100%;
	padding: 0 0 150px 0;
	background: #FEFEFE;
}
#lineup_place {
	position: relative;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lineup_item_photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.lineup_item_word {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.lineup_item_link {
	position: relative;
	width: 100%;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}
.lineup_item_link a {
	display: inline-block;
	text-decoration: none;
	width: 90px;
	background: #333;
	padding: 10px 0;
	color: #FFF;
	font-size: 1.4rem;
	transition: all 0.3s;
}
.lineup_item_link a:hover {
	background: rgba(21,82,160,1.00);
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#lineup_area {
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background: #FEFEFE;
}
#lineup_place {
	position: relative;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lineup_item_photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.lineup_item_word {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.lineup_item_link {
	position: relative;
	width: 100%;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}
.lineup_item_link a {
	display: inline-block;
	text-decoration: none;
	width: 90px;
	background: #333;
	padding: 10px 0;
	color: #FFF;
	font-size: 1.4rem;
	transition: all 0.3s;
}
.lineup_item_link a:hover {
	background: rgba(21,82,160,1.00);
}
}

@media screen and (min-width: 1400px){
.lineup_item_area {
	position: relative;
	width: 30%;
	margin: 1.5%
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
.lineup_item_area {
	position: relative;
	width: 30%;
	margin: 1.5%
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
.lineup_item_area {
	position: relative;
	width: 48%;
	margin: 0 1% 50px;
}
}