@charset "utf-8";
/* reset*/
/* reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: bottom;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{font-size:62.5%;}
@media screen and (min-width:768px) {
html{font-size:125%;}
}
body {line-height: 1;-webkit-text-size-adjust: 100%;font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;}
body *:not(img) {max-height:100%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.cf{display:inline-block;}
.cf:after{content:"";clear:both;visibility:hidden;display:block;height:0;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
/* reset _end */


/*header*/
/*footer*/
header,footer{
	background:#000;
	color:#fff;
	font-size:0.5rem;
	line-height:2;
}
header h1,.copyright{
	max-width:950px;
	margin:0 auto;
	text-align:right;
}
header h1 a{
	text-decoration:underline;
	color:#FFF;
}

main{
	margin:1rem 0;
}

.index_main{
	margin:0 auto;
	max-width:950px;
	text-align:center;
	font-size:0.8rem;
}
.index_main img{
	width:100%;
	margin:1rem 0;
}

h2{
	width:100%;
	border-bottom:#000 1px solid;
}
h2 div{
	max-width:950px;
	margin:3rem auto 0 ;
	padding:0.2rem 2%;
	font-size:1.2rem;
	font-weight:bold;
}
.content{
	max-width:950px;
	margin:1rem auto 0;
	padding:0 5%;
	line-height:1.6;
}
.lead{
	font-size:0.8rem;
}
.ttl{
	margin:2rem 0 0.5rem;
	padding:0 0 0.2rem 0;
	border-bottom:#000 1px solid;
}

.box{
	display:table;
	margin:0 0 2rem 0;
	width:100%;
}
.box_container{
	display:table-cell;
	text-align:center;
	vertical-align:top;
	line-height:1.1;

}
.box_ttl{
	font-size:1rem;
	margin:0.5rem 0 0 0;
}
.box_ttl a{
	text-decoration:none;
	color:#000;
}

.box_container a>img{
	width:20%;
}




/*mailform*/
.mailform{
	font-size:0.8rem;
}
.mailform p{
	width:85%;
	margin:0 auto 0.5rem;
	padding:0.3rem 0;
}
.form_ttl{
	display:block;
	margin:0;
	padding:0;
}

.mailform input,.mailform textarea{
	font-size:1rem;
	width:100%;
}
.mailform .btn{
	width:70%;
}
.mailform .btn input{
	height:3rem;
}





.coming{
	color:#ccc;
	font-size:0.7rem;
}