@charset "utf-8";

/*
============================ TOP CSS ==============================

			TOPページ

====================================================================
*/


/*　カレント */
body#top nav ul li#top{}

/* メインビジュアル */
section#mainVisual{
width:80%;
margin:0 auto;
text-align: center;
padding: 0;
}

section#mainVisual div.pc img{
display: block;
width:100%;
height:auto;
margin: auto;
}
section#mainVisual div.sp img{
display: none;
}


/* おもてなし */
section#omotenashi{
margin-top: 0;
text-align: center;
}

section#omotenashi h1{
line-height: 1.25em;
font-size: 1.3em;
margin:0 auto 0.5em auto;
}

section#omotenashi h1 span{
font-size: 0.75em;
}

section#omotenashi p{
font-weight: bold;
padding:0 5em 0;
}





.btn a{
	display:block;
	clear:both;
	background-color: rgba(255,255,255,0.8);
	border:1px solid #666666;
	border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	color:#333333;
	padding:5px 50px;
	font-size:0.9em;
	overflow:auto;
	margin:auto;
	width:10em;
	text-align:center;
}

.btn a:hover{
		background-color:rgba(16,58,118,0.5);
}