@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#nagare{
	width: 100vw;
	max-width: 1920px;
	position: relative;
	z-index: -1;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nagare_title{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a0e5;
}
.nagare_title img{
	width: 212px;
	height: auto;
}
.nagare_wrap{
	width: 100%;
	max-width: 1920px;
	height: auto;
	padding: 3.5rem 0 6rem;
	background-image: url("../images/nagare_bg_01.png");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_bg_cover{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.nagare_bg_cover img{
	width: 100%;
	height: auto;
}
.nagare_contents{
	width: 100%;
	max-width: 1080px;
	height: auto;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_parts{
	width: calc(100% - 0px);
	height: calc(310px - 0px);
	position: relative;
	z-index: 0;
	background: white;
	border: 2px #00a0e5 solid;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
}
.nagare_parts_photo{
	width: calc(226px - 0px);
	height: calc(310px - 0px);
}
.nagare_parts_photo img{
	width: 100%;
	height: auto;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.nagare_parts_text{
	width: calc(100% - 226px - 5rem);
	height: calc(100% - 2.5rem);
	padding: 2.5rem 2.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.nagare_parts_hr{
	width: 100%;
	height: 2px;
	margin: 1rem 0;
    background-color: #00a0e5;
    border: none;
}
.nagare_parts_title{
	width: 100%;
	height: auto;
	text-align: left;
}
.nagare_parts_title p{
	font-size: 1.5rem;
	font-weight: bold;
}
.nagare_parts_copy{
	width: 100%;
	height: auto;
	text-align: left;
}
.nagare_parts_copy p{
	font-size: 1.05rem;
}
.nagare_parts_sankaku{
	width: 73px;
	height: auto;
	line-height: 0;
	margin: 0 0 .5rem 0;
}
.nagare_parts_sankaku img{
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#nagare{
	width: 100vw;
	position: relative;
	z-index: -1;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nagare_title{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a0e5;
}
.nagare_title img{
	width: 25vw;
	height: auto;
}
.nagare_wrap{
	width: 100%;
	height: auto;
	padding: 3.5rem 0 6rem;
	background-image: url("../images/nagare_bg_01.png");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_bg_cover{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.nagare_bg_cover img{
	width: 100%;
	height: auto;
}
.nagare_contents{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_parts{
	width: calc(100% - 0px);
	height: calc(27vw - 0px);
	position: relative;
	z-index: 0;
	background: white;
	border: 2px #00a0e5 solid;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
}
.nagare_parts_photo{
	width: calc(20vw - 0px);
	height: calc(27vw - 0px);
}
.nagare_parts_photo img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.nagare_parts_text{
	width: calc(100% - 20vw - 4rem);
	height: calc(100% - 2rem);
	padding: 1rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.nagare_parts_hr{
	width: 100%;
	height: 2px;
	margin: .25rem 0;
    background-color: #00a0e5;
    border: none;
}
.nagare_parts_title{
	width: 100%;
	height: auto;
	text-align: left;
}
.nagare_parts_title p{
	font-size: 1.25rem;
	font-weight: bold;
}
.nagare_parts_copy{
	width: 100%;
	height: auto;
	text-align: left;
}
.nagare_parts_copy p{
	font-size: 1rem;
}
.nagare_parts_sankaku{
	width: 7vw;
	height: auto;
	line-height: 0;
	margin: 0 0 .5rem 0;
}
.nagare_parts_sankaku img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#nagare{
	width: 100vw;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nagare_title{
	width: 100%;
	height: auto;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a0e5;
}
.nagare_title img{
	width: 40vw;
	height: auto;
}
.nagare_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 3rem 4vw 3rem;
	background-image: url("../images/nagare_bg_01.png");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_bg_cover{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.nagare_bg_cover img{
	width: 100%;
	height: auto;
}
.nagare_contents{
	width: calc(100% - 0rem);
	height: auto;
	padding: 0 0rem;
	position: static;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nagare_parts{
	width: calc(100% - 0px);
	height: calc(27vw - 0px);
	/*position: relative;
	z-index: 0;*/
	overflow-y: hidden;
	background: white;
	border: 2px #00a0e5 solid;
	border-radius: 3vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:flex-start;
}
.nagare_parts_photo{
	width: calc(20vw - 0px);
	height: calc(27vw - 0px);
}
.nagare_parts_photo img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 2.4vw;
	border-bottom-left-radius: 2.4vw;
}
.nagare_parts_text{
	width: calc(100% - 20vw - 4vw);
	height: calc(27vw - 4vw);
	padding: 2vw 2vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.nagare_parts_hr{
	width: 100%;
	height: 0px;
	margin: .25rem 0;
    background-color: #00a0e5;
    border-top: 1px #00a0e5 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.nagare_parts_title{
	width: 100%;
	height: auto;
	text-align: left;
}
.nagare_parts_title p{
	font-size: 3.5vw;
	font-weight: bold;
}
.nagare_parts_copy{
	width: 100%;
	height: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.nagare_parts_copy p{
	font-size: 3.5vw;
	font-weight: bold;
}
.nagare_parts_sankaku{
	width: 7vw;
	height: auto;
	line-height: 0;
	margin: 0 0 .5rem 0;
}
.nagare_parts_sankaku img{
	width: 100%;
	height: auto;
}
}