



/*=============================================
 * body
 *=============================================*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	color: #000;
  font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	line-height: 33px;
	letter-spacing: 0px;
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/
.header_logo{
    width: 100%;
}

header {
}



header nav {
}



/*=============================================
 * key
 *=============================================*/

#key {

	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	position: relative;
}
#key ul {
	height: 780px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * <section>
 *=============================================*/

section {
	font-size: 17px;
	line-height: 33px;
	 font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 300;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	padding-bottom: 11px;
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	
background: #fff;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
}

/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
}

header  .header_gr {
	background-color: #fff;
}
.sp_view {
	display: none;
}

.il_block {
	display: inline-block;
}
.mb0{
	margin-bottom: 0 !important;
}

@media screen and (max-width: 540px){
	
	#sec1_1 dd br, #sec1_1 p br {
		display: none;
	}
	
	#sec1 .txt p  br {
		display: none !important;
	}
	#sec2_1 .menu p br {
		display: none;
	} 
	
	#sec3 .txt br {
		display: none !important;
	}
	
	#sec3 .note {
		
		margin: 0 5% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 429px) {
	
	#sec3 .note {
		    padding: 0 5% 15%!important;
	}
}