@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.8em;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    background-color: #FFFBED;
}

p {
    line-height: 1.7em;
    color: #333333;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}

.f_w {
	font-weight: 700;
}

.f_m {
	font-weight: 500;
}


main{
	padding: 100px 20px;
	text-align: center;
}
h1 img{
	max-width: 400px;
	margin: 0 auto 30px;
	width: 100%;
}
h2{
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 1.5em;
}

.bg_01{
	background-color: #fff;
	padding: 50px 30px;
	max-width: 900px;
	margin: 40px auto 0;
}

h3{
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.f18{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tel_txt{
	color: #EE8883;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.tel_txt a{
	color: #EE8883;
	text-decoration: underline;	
}

.sp_on{
	display: none;
}

@media (max-width: 767px) {
	main{
		padding: 50px 20px;
	}
	.sp_on{
		display: block;
	}
	h3{
		font-size: 24px;
	}

}