@charset "utf-8";
#gaiyou{
	overflow: hidden;
}
#gaiyou > *{
	float: left;
	margin-top: 10px;
}
#gaiyou p{
	width: 656px;
}
figure{
	text-align: center;
}
section ul{
	margin-top: 20px;
}
section li{
	overflow: hidden;
}
section li div{
	float:left;
	border:3px solid #f2efe7;
	height: 230px;
	padding: 10px;
}
section li div{
	background:#fff;
	vertical-align:middle;
}
section li > div:first-child{
	color:#fff;
	font-weight:bold;
	padding-top: 80px;
	text-align: center;
	width: 100px;
	font-size: 120%;
}
#area1{
	background:#5073ab;
}
#area2{
	background:#54ad4b;
}
#area3{
	background:#ed900e;
}
#area4{
	background:#ef3f0e;
}
#area5{
	background:#dc4cae;
}
#area6{
	background:#7d44da;
}
section li div:nth-of-type(2){
	width: 484px;
}
section li div:nth-of-type(3){
	width: 356px;
}
section li p{
	margin: 0;
	height: 33.3%;
	border-bottom: 3px dotted #f2efe7;
	line-height: 62px;
	text-align: right;
}
section li > div > p:last-child{
	border-bottom: none;
}
.price{
	font-size: 130%;
	font-weight: bold;
	color: #934229;
}
section small{
	font-size: 60%;
}
h5{
	border-left: 10px solid #867B5B;
	padding-left: 5px;
	margin-top: 25px;
}
.contact980{
	display: block;
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
}
.contact980 > img:hover{
	opacity: 0.7;
}

/*レスポンジブ*/


@media screen and (max-width : 1200px){
	#gaiyou p{
		width: 480px
	}
    figure img{
        width: 100%;
    }
	section li div:nth-of-type(2){
	width: 388px;
	}
	section li div:nth-of-type(3){
	width: 276px;
	}
	section li div{
	height:255px;
	}
    section li > div:first-child{
	padding-top: 95px;
    }
	section li p{
		padding-top:2px;
		line-height: 30px;
	}
	.price{
		display:block;
		width: 240px;
	}
}
@media screen and (max-width : 1023px){
	#gaiyou p{
		width: 55%;
	}
	#gaiyou img{
		width: 40%;
		height:auto;
	}
	section li div{
		width: 100% !important;
	}
	section li div{
		width: 100% !important;
	}
	section li{
		margin-bottom: 20px;
	}
	section li div:first-child{
		line-height: 20px;
		height:40px;
        padding-top: 10px;
	}
    #area1 br,#area2 br,#area3 br,#area4 br,#area5 br,#area6 br{
        display: none;
    }
	section li div:nth-of-type(2){
		height: auto;
	}
	section li div p{
		line-height: normal;
	}
	section li div:nth-of-type(3){
		height: auto;
	}
}
@media screen and (max-width:767px){
}
@media screen and (max-width : 600px){
	#gaiyou img{
		max-width: 300px;
	}
	#gaiyou > *{
		width:100% !important;
		margin: 10px auto;
	}
	.price{
		display: inline-block;
		width: auto;
	}
}
@media screen and (max-width : 414px){
	.price{
		display: block;
		width: 240px !important;
	}
}