@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#onayami{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #7a8c94, #e8f6fc);
}
.onayami_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_title{
	width: 842px;
	height: auto;
	margin: 0rem 0 1rem;
}
.onayami_title_fence{
	width: 848px;
	height: auto;
	margin: 0rem 0 3rem;
}
.onayami_title img{
	width: 100%;
	height: auto;
}
.onayami_block_a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_block_a_fence{
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_a_fence_photo{
	width: 32%;
	height: auto;
	margin: 0 0 1rem 0;
}
.onayami_block_a_fence_photo img{
	width: 100%;
	height: auto;
}
.onayami_block_parts_a{
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 4rem 0 0rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.onayami_parts_photo{
	width: 452px;
	height: auto;
	position: absolute;
	z-index: 1;
	top: -50px;
	left: 0;
}
.onayami_parts_photo img{
	width: 100%;
	height: auto;
}
.onayami_parts_photo_b{
	width: 452px;
	height: auto;
	position: absolute;
	z-index: 1;
	top: -50px;
	right: 0;
}
.onayami_parts_photo_b img{
	width: 100%;
	height: auto;
}
.onayami_parts_text{
	width: calc(75% - 5rem);
	height: auto;
	padding: 2rem 0 2rem 5rem;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.onayami_parts_text p{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.75em;
}
.onayami_parts_text_b{
	width: calc(75% - 5rem);
	height: auto;
	padding: 1rem 0 1rem 3rem;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.onayami_parts_text_b p{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.75em;
}
.onayami_block_b{
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_b_photo{
	width: 33%;
	height: auto;
}
.onayami_block_b_photo img{
	width: 100%;
	height: auto
}
.onayami_block_c{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_sankaku{
	width: 288px;
	height: auto;
	margin: 0 0 1.5rem 0;
}
.onayami_sankaku img{
	width: 100%;
	height: auto;
}
.onayami_obj{
	width: 760px;
	height: auto;
	margin: 0 0 1rem 0;
}
.onayami_obj img{
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#onayami{
	width: 100vw;
	height: auto;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #7a8c94, #e8f6fc);
}
.onayami_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_title{
	width: 60vw;
	height: auto;
	margin: 0rem 0 1rem;
}
.onayami_title_fence{
	width: 70vw;
	height: auto;
	margin: 0rem 0 3rem;
}
.onayami_title img,.onayami_title_fence img{
	width: 100%;
	height: auto;
}
.onayami_block_a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_block_a_fence{
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_a_fence_photo{
	width: 32%;
	height: auto;
	margin: 0 0 1rem 0;
}
.onayami_block_a_fence_photo img{
	width: 100%;
	height: auto;
}
.onayami_block_parts_a{
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 4rem 0 0rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.onayami_parts_photo{
	width: 45vw;
	height: auto;
	position: absolute;
	z-index: 1;
	top: -50px;
	left: 0;
}
.onayami_parts_photo img{
	width: 100%;
	height: auto;
}
.onayami_parts_photo_b{
	width: 45vw;
	height: auto;
	position: absolute;
	z-index: 1;
	top: -50px;
	right: 0;
}
.onayami_parts_photo_b img{
	width: 100%;
	height: auto;
}
.onayami_parts_text{
	width: calc(75% - 12rem - 1rem);
	height: auto;
	padding: 2rem 1rem 2rem 12rem;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.onayami_parts_text p{
	font-size: 1.9vw;
	font-weight: bold;
	line-height: 1.75em;
}
.onayami_parts_text_b{
	width: calc(75% - 1rem);
	height: auto;
	padding: 2rem 0 2rem 1rem;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.onayami_parts_text_b p{
	font-size: 1.9vw;
	font-weight: bold;
	line-height: 1.75em;
}
.onayami_block_b{
	width: 100%;
	height: auto;
	margin: 2rem 0 2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_b_photo{
	width: 33%;
	height: auto;
}
.onayami_block_b_photo img{
	width: 100%;
	height: auto
}
.onayami_block_c{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_sankaku{
	width: 30vw;
	height: auto;
	margin: 0 0 1.5rem 0;
}
.onayami_sankaku img{
	width: 100%;
	height: auto;
}
.onayami_obj{
	width: 65vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.onayami_obj img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#onayami{
	width: 100vw;
	height: auto;
	padding: 2.5rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #7a8c94, #e8f6fc);
}
.onayami_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_title{
	width: 80vw;
	height: auto;
	margin: 0rem 0 0rem;
}
.onayami_title_fence{
	width: 80vw;
	height: auto;
	margin: 0rem 0 0rem;
}
.onayami_title img,.onayami_title_fence img{
	width: 100%;
	height: auto;
}
.onayami_block_a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_block_a_fence{
	width: 100%;
	height: auto;
	margin: 2rem 0 0rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_a_fence_photo{
	width: 48.5%;
	height: auto;
	margin: 0 0 .5rem 0;
}
.onayami_block_a_fence_photo img{
	width: 100%;
	height: auto;
}
.onayami_block_parts_a{
	width: 100%;
	height: auto;
	margin: 2rem 0 -3rem 0;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.onayami_parts_photo,.onayami_parts_photo_b{
	width: 55vw;
	height: auto;
	position: relative;
	z-index: 1;
}
.onayami_parts_photo img,.onayami_parts_photo_b img{
	width: 100%;
	height: auto;
}

.onayami_parts_text,.onayami_parts_text_b{
	width: calc(100% - 8vw);
	height: auto;
	position: relative;
	z-index: 0;
	top: -3rem;
	padding: 3rem 4vw 1rem;
	background: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.onayami_parts_text p,.onayami_parts_text_b p{
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.75em;
}

.onayami_block_b{
	width: 100%;
	height: auto;
	margin: 1rem 1rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onayami_block_b_photo{
	width: 33%;
	height: auto;
}
.onayami_block_b_photo img{
	width: 100%;
	height: auto
}
.onayami_block_c{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.onayami_sankaku{
	width: 30vw;
	height: auto;
	margin: 0 0 1.5rem 0;
}
.onayami_sankaku img{
	width: 100%;
	height: auto;
}
.onayami_obj{
	width: 85vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.onayami_obj img{
	width: 100%;
	height: auto;
}
}