@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

#wrapper {
    margin: 0 auto 5%;
	padding: 0 0 3%;;
	width: 100%;
	max-width: 1000px;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000000;
	overflow: hidden;
}

#wrapper img {
	border: 0;
	vertical-align: bottom;
}


#wrapper a:link { color: #000000; text-decoration:none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }


/* Header */


/*
* styles
*/

#Main {
	display: block;
	width: 100%;
	height: 550px;
	margin:0 auto;
	position:relative;
	background: url("../images/top.jpg") no-repeat center center;
	background-size: cover;
}

#Sub1 {
	display: block;
	width: 100%;
	height: 550px;
	margin:0 auto;
	position:relative;
	background: url("../images/sub1.jpg") no-repeat center left;
	background-size: contain;
}

#Sub2 {
	display: block;
	width: 100%;
	height: 550px;
	margin:0 auto;
	position:relative;
	background: url("../images/top_s.jpg") no-repeat center left;
	background-size: contain;
}
.content {
  position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  right: 5%;  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-5%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-5%);
}


.logo {
    width: 80%;
	max-width: 600px;
	margin: 3% auto;
}

#wrapper p{
	text-align:left;
	font-size:15px;
	line-height:1.8em;
	margin: 10px 0 20px;
}

#wrapper h1 {
    font-family: 'Hind Siliguri', sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #000000;
	text-align: right;
	letter-spacing: 0.038em;
	margin: 0 auto;
	line-height: 1.6em;
}

#wrapper h2 {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
    line-height: 1.5em;
	letter-spacing: 0.135em;
	margin: 6% auto 3%;
	text-align: center;
}

#wrapper h3 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	font-size: 32px;
    line-height: 1.5em;
	margin: 1% auto;
	text-align: right;
}

#wrapper h4 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 500;
	font-size: 42px;
    line-height: 1.5em;
	margin: 0 auto 3%;
	text-align: center;
}
.Lead {
	font-size:15px; 
	font-weight: 100;
	line-height:2.0em;
	text-align: center;
	margin: 3% auto;
}

.Sml {
	font-size: 90%;
}

.w_100 {
    width: 100%;
    margin: 3% auto 5%;
}
.w_70 {
    width: 94%;
	max-width: 750px;
    margin: 5% auto;
	text-align: center;
}

.w_70 img {
	width: 80%;
	max-width: 460px;
	margin: 1% auto;
}

.box {
	margin: 0;
	padding: 3%;
}

.bk01 {
	background-color: #ecf1d8;	
}

.thum {
    width: 31.3%;
    float: left;
    margin: 1%;
}

.thum img {
    width: 100%;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	display: inline-block;
	margin: 0 auto 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

/* Button 1 */
.btn-1 {
	font-size: 15px;
	padding: 13px;
	color: #C6B7AC;
}


/* Button 2 */
.btn-2 {
	width: 400px;
	margin: 2% auto 3%;
	border: solid 3px #000000;
	background-color: #000000;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}


@media only screen and (max-width:750px){
	#wrapper {
		width: 96%;		
        margin: 2% auto 3%;
		padding: 0 0 5%;
	}	


	#Main {
		height: 400px;
		background: url("../images/top_s.jpg") no-repeat top center;
		background-size: cover;
	}
	
	#Sub1 {
		width: 80%;
		height: 350px;
		margin: 5% auto;
		background: url("../images/sub1.jpg") no-repeat top center;
		background-size: cover;
	}	
	
	
	#Sub2 {
		width: 70%;
		height: 350px;
		margin: 5% auto;
		background: url("../images/top_s.jpg") no-repeat top center;
		background-size: cover;
	}	
	
	.content {
  		top: 5%; /*親要素を起点に上から50%*/
  		left:0;  /*親要素を起点に左から50%*/
  		transform: translateY(-5%) translateX(0); /*要素の大きさの半分ずつを戻す*/
  		-webkit-transform: translateY(-5%) translateX(0);
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#wrapper h1 {
		font-size: 26px;
		text-align: center;
	}
	
	#wrapper h2 {
		font-size: 17px;
		margin: 8% auto 3%;
	}
	
	#wrapper h3 {
		font-size: 20px;
		margin: 1% auto;
		text-align: center;
	}
	    
	#wrapper h4 {
		font-size: 16px;
		margin: 2% auto 4%;
	}
	
	#wrapper p {
		font-size: 13px;
		margin: 2% 0;
		text-align: left;
	}
	
	.Lead {
		font-size: 13px;
		margin: 3% auto 5%;
	}
	
	.thum {
		width: 90%;
		float: none;
		margin: 2% auto 8%;
	}
	
	.btn {
		font-size: 13px;
	}
	/* Button 1 */
	.btn-1 {
		font-size: 13px;
        padding: 3px;
		margin: 1% auto 4%;
		position: relative;
	}
	
	/* Button 2 */
	.btn-2 {
		font-size: 12px;
        width: 60%;
        padding: 3px;
    	margin: 3% auto 4%;
		position: relative;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	
	
}