@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.st_wrap a {
	color: #000;
	text-decoration: none;
}

.st_wrap {
	clear: both;
	width: 100%;
	max-width: 1100px;
	padding: 4% 0 5%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	text-align: center;
	overflow: hidden;
}
.st_wrap p {
	font-family: 'Marcellus', serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	margin: 2% 0;
}

.st_wrap h1 {
    font-family: 'Marcellus', serif;
	text-align: center;
    font-weight: 400;
	font-size: 28px;
	line-height: 1.3em;
	margin: 2% auto 1%;
	padding: 0;
}

.st_wrap h2 {
    font-family: 'Marcellus', serif;
	text-align: center;
    font-weight: 400;
	font-size: 45px;
	line-height: 1.5em;
	margin: 1% auto 0;
	padding: 0;
}

.st_wrap h3 {
    font-family: 'Marcellus', serif;
	text-align: center;
    font-weight: 400;
	font-size: 40px;
	line-height: 1.5em;
	margin: 6% auto 4%;
	padding: 0;
	background:linear-gradient(transparent 70%, #b3b3b3 70%);
}


#Main {
	width:100%;	
	margin:8% auto 10%;
}

#Main img {
	width: 100%;
}

.sp {
	display:none;
}
.Lead {
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	text-align:center;
	font-size:14px;
	padding:0 ;
	margin:2% auto 4%;
	line-height:2.2em;
	text-align:center;
	color: #000000;
}


.name_item {
	font-size: 14px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: left;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.gry_box {
	width: 80%;
	margin: 8% auto 15%;
	padding: 3%;
	background-color: #b3b3b3;
}


.w_80 {
	width: 80%;
	margin: 8% auto;
}

.w_60 {
	width: 45%;
	margin: 10% auto 5%;
	position: relative;
}

.w_60 img {
	width: 100%;
}

.t01 {
	width: 60%;
	position: absolute;
	bottom: 30%;
	right: -15%;
	font-family: 'AngelinesScript';
	font-size: 50px;
	text-align: right;
	color: #648b9e;
}

.t02 {
	width: 60%;
	position: absolute;
	top: 10%;
	left: -15%;
	font-family: 'AngelinesScript';
	font-size: 50px;
	text-align: left;
	color: #648b9e;
}

.t03 {
	width: 60%;
	position: absolute;
	top: 10%;
	right: -30%;
	font-family: 'AngelinesScript';
	font-size: 50px;
	text-align: left;
	color: #648b9e;
}


.t04 {
	width: 60%;
	position: absolute;
	top: -5%;
	right: 5%;
	font-family: 'AngelinesScript';
	font-size: 50px;
	text-align: right;
	color: #648b9e;
}


@font-face {
    font-family: 'AngelinesScript';
    src:url('../font/AngelinesScript.ttf.woff') format('woff'),
        url('../font/AngelinesScript.ttf.svg#AngelinesScript') format('svg'),
        url('../font/AngelinesScript.ttf.eot'),
        url('../font/AngelinesScript.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 90%;
	margin: 0 auto 4%;
}
.thumb {
	width:31.3%;
	height:auto;
	font-size:13px;
	line-height:1.4em;
	float:left;
	margin: 3% 1%;
	text-align:center;
}

.thumb:nth-child(4), .thumb:nth-child(8){
	clear:both;
}
.thumb img {
	width: 100%;
}

	

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	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 {
	width: 400px;
	font-size: 18px;
	padding: 10px;
	margin: 10% auto 7%;
	background-color: #808080;
	border: solid 2px #808080;
	color: #ffffff;
}

.br_pc {
	display: block;
}
.logo {
	width: 50%;
	max-width: 300px;
	margin: 8% auto 6%;
}

.copyright {
	clear: both;
	text-align: center;
	font-size: 12px;
}
@media only screen and (max-width: 750px) {
#Main {
	margin:4% auto 15%;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.Lead {
	font-size:12px;
	padding:0 3%;
	margin: 6% auto 7%;
	line-height: 1.7em;
	text-align: center;
}
	
.st_wrap {
	width: 100%;
	margin: 0 auto 1%;
}

	.thum_box {
		width: 90%;
	}
	
    .st_wrap h1 {
        font-size: 16px;
    }
	
	.st_wrap h2 {
		font-size: 22px;
	}
	
	.st_wrap h3 {
		font-size: 25px;
	}

	.st_wrap p {
		font-size: 10px;
		margin: 3% 0;
	}
	
	.w_60 {
		width: 60%;
	}
	
	.t01, .t02, .t03, .t04 {
		width: 40%;
		font-size: 24px;
	}
	
	
	/* Button 1 */
	.btn-1 {
		width: 70%;
		font-size: 11px;
		margin: 15% 15% 20%;
		position: relative;
	}
	
	.br_sp {
		display: block;
	}
	
	.br_pc {
		display: none;
	}
	
	.logo {
		width: 30%;
		margin: 3% auto 6%;
	}
	
	.copyright {
		font-size: 10px;
	}		
	
}

