@charset "utf-8";

/******************************************

共通css

*******************************************/
img{
	max-width: 100%;
	vertical-align: bottom;
}
body{
	background:url("../img/haikei01.webp");
	background-position: top center;
	background-repeat: repeat;
	background-size: 1000px;
	font-size: 17px;
	color: #604506;
	min-width: 1200px;
	}
.wrapper{
	width: 960px;
    margin: 30px auto;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.pc{
    display: none !important;
}
.sp{
    display: block !important;
}

/* h2 */
h2{
    margin-bottom: 35px;
    font-size: 30px;
    text-align: center;
    font-family: "Sawarabi Mincho";
    letter-spacing: 3px;
}
h2 span{
	font-size: 25px;
    color: #c94e36;
    letter-spacing: 0px;
}
h2:before {
    display: block;
    margin-bottom: 5px;
    background: url("../img/h2_icon.svg") no-repeat 50%;
    height: 50px;
    content: "";
}

/* h3 */
h3{
	font-size: 25px;
	margin-bottom: 20px;
}

/* p */
p{
	margin-bottom: 23px;
	line-height: 1.7;
}
p.center{
	text-align: center;
}
p.last{
	margin-bottom: 0px;
}

/* span */
span.red{
	color: #dd3232;
}
span.small{
	font-size: 11px;
}

/* margin */
.mt-0{margin-top: 0px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}

.mb-0{margin-bottom: 0px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}