@charset "utf-8";

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, video {
  display: block;
}

html {
  min-height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font: 14px/1.4 $font-family;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  background-color: #FCFAF6;
}

img {
  vertical-align: top;
}


*{
	box-sizing: border-box;
}

.l-wrapper-1{
	text-align: center;
	margin: 100px auto;
}

.logo{
	width: 100%;
	padding: 0;
	max-width: 500px;
	margin: 0 auto;
}

.logo img{
	width: 100%;
	height: auto;
}

.section-1__text{
	font-size: 18px;
	margin-top: 60px;
}

.contact__btn{
	margin-top: 50px;
}

.contact__btn a{
	padding: 20px 30px;
	background-color: #6b4429;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:960px){
	.l-wrapper-1{
		margin: 20px auto;
	}
}