@charset "utf-8";


/*==================================================
  Allergy
==================================================*/
#allergy{
}


.allergy_title{
	background: url(../images/allergy_img_01.jpg) no-repeat left center;
	background-size: cover;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
}


.allergy_title h2{
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


#allergy_01,
#allergy_03{
	background-color: rgba(255,255,255,1.0);
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


#allergy_02{
	background-color: rgba(250,250,250,1.0);
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


.allergy_inner_01,
.allergy_inner_03{
	background: url(../images/bg_gray.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
	position: relative;
}

.allergy_inner_02{
	background: url(../images/bg_white.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
	position: relative;
}


.allergy_01_text,
.allergy_02_text,
.allergy_03_text{
	width: 100%;
	margin: 0;
	padding: 5% 0;
}


.allergy_01_text h2,
.allergy_03_text h2{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 3.0rem;
	color: #ff9900;
	margin: 0;
	padding: 0 0 20px 0;
}


.allergy_02_text h2{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 3.0rem;
	color: #ff9900;
	margin: 0;
	padding: 0;
}


.allergy_02_text h3{
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-size: 1.8rem;
	color: #008000;
	margin: 0;
	padding: 20px 0 5px 0;
}


.allergy_01_text p,
.allergy_02_text p,
.allergy_03_text p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.9;
	margin: 0;
	padding: 0 0 10px 0;
}


.allergy_list{
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.0;
	margin: 0;
	padding: 0 0 30px 0;
}

.allergy_list dt{
	color: #ff6600;
	width: 180px;
	margin: 0;
	padding: 1% 0;
	border-bottom: dotted 1px #666666;
}

.allergy_list dd{
	color: #333333;
	width: calc(100% - 180px);
	margin: 0;
	padding: 1% 0;
	border-bottom: dotted 1px #666666;
}




@media only screen and (max-width: 1400px){

	.allergy_title{
		display: none;
	}


	#allergy_01,
	#allergy_03{
		background-color: rgba(255,255,255,1.0);
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}


	#allergy_02{
		background-color: rgba(250,250,250,1.0);
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

}




@media only screen and (max-width: 1300px){

	.allergy_list{
		font-size: 1.5rem;
	}

}




@media only screen and (max-width: 700px){

	.allergy_01_text h2,
	.allergy_02_text h2,
	.allergy_03_text h2{
		font-size: 2.0rem;
	}


	.allergy_01_text p,
	.allergy_02_text p,
	.allergy_03_text p{
		font-size: 1.4rem;
	}

	.allergy_list{
		font-size: 1.4rem;
	}

	.allergy_list dt{
		width: 100%;
		margin: 0;
		padding: 1% 0 0 0;
		border-bottom: none;
	}

	.allergy_list dd{
		width: 100%;
		margin: 0;
		padding: 0 0 1% 0;
		border-bottom: dotted 1px #666666;
	}

}
