@charset "utf-8";

#contents,
#contents {
	width: 100%;
	max-width: 100%;
}

#contents section {
	text-align: center;
}

#contents {
	border-top: 5px solid #7E670C;
}

.brand_h3 {
	font-family: "Times New Roman", Times, serif;
	color: #B89205;
}

.brand_h3s {
	color: #B89205;
}

#contents h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.about_h4s {
	font-family: "Times New Roman", Times, serif;
	color: #7E670C;
}

#about03 {
	opacity: 0.8;
}

#about_btm {
	border-top: 5px solid #CCC;
	border-bottom: 5px solid #7E670C;
}

#about_btm a {
	display: block;
}




/* button */
.btm_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.btm_button::before,
.btm_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btm_button,
.btm_button::before,
.btm_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btm_button {
	background-color: #000;
	color: #fff;
}
.btm_button:hover {
	background-color: #FFF;
}






/* PC */
@media screen and (min-width: 769px){
	
#contents section {
	margin-bottom: 70px;
}

.brand_h3 {
	width: 315px;
	margin: 40px auto 10px;
}

.brand_h3s {
	
}

#contents h4 {
	font-size: 30px;
	margin-bottom: 10px;
}

.about_h4s {
	font-size: 12px;
}

#about03 {
	font-size: 12px;
	line-height: 300%;
}

#about_btm a {
	width: 30%;
	margin: 20px auto;
}

}

/* TABLET */
@media screen and (max-width: 768px){
	
#contents section {
	margin-bottom: 70px;
}

.brand_h3 {	
	width: 280px;
	font-size: 40px;
	margin: 40px auto 10px;
}

.brand_h3s {
	
}

#contents h4 {
	font-size: 21px;
	margin-bottom: 10px;
}

.about_h4s {
	font-size: 12px;
}

#about03 {
	font-size: 12px;
	line-height: 300%;
}

#about_btm a {
	width: 48%;
	margin: 20px auto;
}

}

/* SP */
@media screen and (max-width:640px){

#contents section {
	margin-bottom: 30px;
}

.brand_h3 {	
	width: 200px;
	font-size: 40px;
	margin: 30px auto 10px;
}

.brand_h3s {
	
}

#contents h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.about_h4s {
	font-size: 11px;
}

#about03 {
	font-size: 11px;
	line-height: 250%;
}

#about_btm a {
	width: 80%;
	margin: 20px auto;
}

}