@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansJP-Medium.woff') format('woff2'),
    url('../font/NotoSansJP-Medium.woff') format('woff'),
    url('../font/NotoSansJP-Medium.otf')  format('opentype');
}
/*General Elements
---------------------------------------------------------------------------- */
*{
	box-sizing: border-box;
}
html { font-size: 62.5%; }
body{
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-size: contain;
}
a{
	text-decoration:underline;
	color: #dd3135;
	outline: none;
}
a:hover{ text-decoration: none; }
img{
	max-width: 100%;
	height: auto;
}
.chrome img{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}
.nosp{
	display: block;
}
.nopc{
	display: none;
}
@media screen and (max-width: 768px){
	body{
		background-image: url(../images/bg_sp.png);
	}
	.nosp{
		display: none;
	}
	.nopc{
		display: block;
	}
}

.bg2{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 1px;
}

.l-content{
	width: 70%;
	margin: 0 auto;
}

.happy-ttl{
	width: 70%;
	margin: 0 auto;
}
.happy li{
	float: left;
	width: 30%;
	text-align: center;
}
.happy li + li{
	margin-left: 4%;
}

.btn{
	width: 50%;
	margin: 50px auto;
}

.text-box{
	background-color: #fff;
	padding: 6%;
	position: relative;
}

.ttl-01{
	color: #754c24;
	text-align: center;
	background-image: url(../images/ttl01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 415px;
	padding-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	margin: 6% auto 1.5%;
}
.ttl-02{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.ttl-03{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	color: #754c24;
	float: left;
}
.txt{
	font-size: 16px;
}

.text-box + .text-box{
	margin-top: 25px;
}

.tel-box .txt{
	float: left;
}

.tel{
	font-weight: bold;
	color: #754c24;
	float: right;
	font-size: 48px;
	line-height: 1;
}
.tel span{
	font-size: 75px;
}
.tel a{
	text-decoration: none;
	color: #754c24;
}


footer{
	text-align: center;
	background-color: #fff;
}
footer p{
	margin: 0 auto;
	width: 35%;
}

@media screen and (max-width: 768px){
	.bg2{
		background-image: none;
	}
	.l-content{
		width: 87%;
	}
	.happy-ttl{
		width: 100%;
		margin: 10px auto;
	}
	.happy li{
		float: none;
		width: 100%;
	}
	.happy li + li{
		margin-left: 0;
		margin-top: 10px;
	}
	.btn{
		width: 95%;
		margin: 30px auto;
	}
	.ttl-01{
		width: 97%;
		font-size: 18px;
	}
	.ttl-02{
		font-size: 15px;
	}
	.ttl-03{
		font-size: 15px;
		float: none;
	}
	.tel-box{
		text-align: center !important;
		margin: 20px auto 0;
	}
	.tel-box .txt{
		font-size: 13px;
		float: none !important;
	}
	.tel{
		float: none;
		font-size: 24px;
		margin: 5px 0 10px;
	}
	.tel span{
		font-size: 30px;
	}
	.tel a{
		text-decoration: none;
		color: #754c24;
	}
	footer p{
		width: 70%;
	}
}