@charset "UTF-8";


/*---inquiry---*/
.mail{
	width: 65%;
	margin: 7% 15.5% 0;
	background-color: #c33d50;
	padding: 1% 2%;
}

.mail dt{
	margin: 3% 0 0;
	font-size: 140%;
	text-align: center;
	color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.mail dd{
	font-size: 240%;
	text-align: center;
	color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	line-height: 1.6;
}



@media screen and (min-width:980px) {
	.mail{
		width: 50%;
		margin: 5% 25% 0;
		padding: 1% 0%;
		display: flex;
		justify-content: center;
	}

	.mail dt{
		margin: 1.5% 1% 0 1%;
		font-size: 165%;
	}

	.mail dd{
		margin: 0 1%;
		font-size: 225%;
	}
}


/*---inquiry---*/
.image_1{
	width: 60%;
	margin: 10% 20% 0;
}

.info-txt{
	width: 90%;
	margin: 0% 5% 0;
}

.info-txt dt{
	margin-top: 10%;
	font-size: 240%;
	color: #c33d50;
	font-family: 'Klee One', cursive;
	font-weight: 600;
	text-align: center;
}

.info-txt dd:first-of-type{
	margin-top: 7%;
}

.info-txt dd{
	margin: 3% 0%;
	font-size: 180%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}

.hosoku_1{
	font-size: 80%;
}



@media screen and (min-width:980px) {
	.info-b{
		width: 100%;
		display: flex;
	}
	
	.image_1{
		width: 16%;
		margin: 5% 2% 0 20%;
	}
	
	.info-txt{
		width: 60%;
		margin: 0% 0% 0;
	}
	
	.info-txt dt{
		text-align: left;
		margin-top: 8%;
		font-size: 260%;
		/*font-weight: normal;*/
	}
	
	.info-txt dd:first-of-type{
		margin-top: 2%;
	}

	.info-txt dd{
		margin: 2% 0%;
	}
	
}


/*---notice---*/
#notice{
	width: 90%;
	margin: 0 5%;
	border-bottom: solid 1px #c33d50;
}

.image_2{
	width: 40%;
	margin: 20% 30% 0;
}

#notice h3{
	margin-top: 7%;
	font-size: 240%;
	color: #c33d50;
	font-family: 'Klee One', cursive;
	font-weight: 600;
	text-align: center;
}

.info{
	width: 100%;
	margin: 5% 0% 0;
	border-top: solid 1px #c33d50;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}

.info p{
	font-size: 160%;
	color: #c33d50;
	margin-top: 5%;
}

.info dt{
	margin-top: 3%;
	font-size: 160%;
	line-height: 1.6;
}

.info dd{
	margin: 3% 0 10%;
	font-size: 160%;
	text-align: justify;
	line-height: 1.6;
}


@media screen and (min-width:980px) {
	#notice{
		width: 60%;
		margin: 0 20%;
		padding-bottom: 3%;
		border-bottom: solid 1px #c33d50;
	}
	
	.image_2{
		width: 20%;
		margin: 5% 40% 0;
	}
	
	#notice h3{
		margin-top: 3%;
		font-size: 280%;
	}
	
	.info{
		width: 100%;
		margin: 3% 0% 0;
		display: flex;
		justify-content: center;
	}
	
	.info p{
		width: 16%;
		font-size: 160%;
		color: #c33d50;
		margin: 3% 2% 0;
		text-align: right;
	}

	.info dl{
		width: 79%;
	}
	
	.info dt{
		margin-top: 3%;
		font-size: 160%;
		line-height: 1.6;
	}

	.info dd{
		margin: 2% 0 0% 1%;
		font-size: 160%;
		text-align: justify;
		line-height: 1.6;
	}
}


/*---sanbon_shippo---*/
.sanbon_shippo h3{
	margin-top: 15%;
	font-size: 200%;
	color: #c33d50;
	text-align: center;
	font-family: 'Klee One', cursive;
	font-weight: 600;
}

.sanbon_shippo p{
	width: 85%;
	margin: 5% 7.5% 15%;
}

@media screen and (min-width:980px) {
	.sanbon_shippo h3{
		margin-top: 5%;
		font-size: 240%;
	}

.sanbon_shippo p{
		width: 40%;
		margin: 2% 30% 5%;
	}
}




