@charset "utf-8";
/* CSS Document */


#menu_main{
	position: relative;
}

#menu_main img{
	width: 100%;
}
#menu_main p{
	font-size:360%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
	position: absolute;/*絶対配置*/
	top: 50%;
    left: 30%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

#price{
    width:1024px;
	margin: 0 auto;
	padding-top:80px;
	margin-bottom:120px;
	height: auto;
	overflow: hidden;
}
#price h2 {
    margin-bottom: 60px;
}

#price .name{
	font-size:240%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #a07e64;
	margin-bottom: 20px;
}
#price .name .name_span{
	font-size:50%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 600;
}

#price .price_cont{
	margin-bottom: 50px;
}

#price .price_cont dl {
    border-bottom: 1px dotted hsla(0,0%,82%,1.00);
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 130%;
    width: 100%;
    line-height: 1.5em;
    overflow: hidden;
    font-weight: 600;
}
#price .price_cont dl dt {
    float: left;
    width: 80%;
}
#price .price_cont dl dd {
    float: right;
    width: 20%;
    text-align: right;
    letter-spacing: 0.05em;
}

.price_at_border{
	width: 50%;
	border: double #3a3a3a 4px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 1%;	
}

.price_at{
	font-size: 100%;
	margin-top: 20px;
}

.cancel{
	font-size: 115%;
	margin-top: 30px;
	line-height: 1.7em;
	}
.cancel .red{
	color: #E3393C;
	font-weight: 600;
	}
.cancel b{
	margin-left: -7px;
	letter-spacing: 0.05em;
	}

.cancel h4{
	font-size: 125%;
	margin-bottom: 2px;
	margin-left: -7px;
	letter-spacing: 0.05em;
	color: #E3393C;
	}	

@media screen and (max-width: 1023px) {
#price{
    width:96%;
	padding-top:30px;
	margin-bottom:80px;
}
	
#menu_main p{
   font-size: 300%;
	left: 25%;
}
	


}
@media screen and (max-width: 680px) {
#menu_main p{
   font-size: 230%;
}
	
#price .price_cont dl {
    font-size: 100%;
}
	
.price_at_border{
	width: 100%;
	padding: 2%;
	font-size: 100%;
}
	
.cancel{
	font-size: 100%;
	margin-top: 20px;
	line-height: 1.7em;
	}
}