@charset "utf-8";

/*
font-family: oswald, sans-serif;

font-weight: 700;

font-style: normal
*/

img[src$=".svg"] {
    width: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#525252;
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-style: normal;
font-weight: 400;
	font-size:15px;
line-height:2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}


.container-fluid{padding-right:0 !important;padding-left:0 !important;}


a:hover{text-decoration: none;
	filter:alpha(opacity=50) !important;
    -moz-opacity: 0.5 !important;
    opacity: 0.5 !important;}
.m10{margin-bottom: 10px !important;}
.m30{margin-bottom: 30px !important;}
.m20{margin-bottom: 20px !important;}
.m60{margin-bottom:60px !important;}
.m90{margin-bottom:90px !important;}
.m10{margin-bottom:10px !important;}
.m120{margin-bottom:120px !important;}

.mt20{margin-top: 20px;}


@media (max-width: 640px){
	.m120{margin-bottom:60px;}
	
	
}

@media (max-width: 767px){
	.br-pc{display:none;}
}

.w80{width:80%;}


.w960{max-width:960px;}


.gomore{background-color: #b68649;
    color: #fff;
padding:15px;
width:300px;
margin:30px auto;
text-align: center;
display:block;}


footer{
	border-top:1px solid #b68649;
	color:#b68649;
	text-align: center;
	padding:20px 0;
}


h2{
	 position: relative;
  display: block;
	font-size:25px;
	padding-bottom:15px;
	margin:0 auto 20px auto;
	text-align: center;
}

h2:after{
	
	 content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left:50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b68649;
}





h1{
	 position: relative;
  display: inline-block;
	font-size:25px;
	padding-bottom:15px;
	margin-bottom:60px;
}

h1:after{
	
	 content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left:10%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b68649;
}









