html {
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body {
	background-color:#f1f1f1;
/*	background:#000 url(../images/baku.png) no-repeat bottom right;*/
	min-height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: 'Titillium Web', 'Noto Sans', Helvetica, Arial, sans-serif;
	color:#666;
	font-weight: normal;
}
img {
  max-width: 100%;
  max-height: auto;
}
p.copyright {
  font-size: 12px;
	font-weight: normal;
  margin-top: 50px;
}


/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section {
	z-index: 1;
	min-height:100%;
	width: 100%;

	height:100%;
	padding-top:100px;
	padding-bottom:50px;
	display:none;
	top:0;
}
#head {
	display: block;
}


/********************************************************/
/*                      Typography                      */
/********************************************************/
a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: none; }
.lead {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}
.title {
	font-weight:normal;
	font-size:2em;
	margin-bottom:15px;
	color:#FDF9F4;
	line-height:1em;
}


/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
}
.btn:hover {
	color:#000;
}
.btn-lg {
	padding:16px 30px;
	font-size:inherit;
}
.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(255,255,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255,255,255,.8);
}
.btn-primary {
	background: rgba(255,255,255,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255,255,255,.5);
}


/***********************************************************/
/*                   Add CSS                        */
/***********************************************************/
.bghome a {
  background: rgba(237,218,50,1.0);
  color: #fff;
	width:400px;
  height: 400px;
  display: inline-block;
  overflow: hidden;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
  box-shadow: 0px 0px 5px 1px rgba(120,120,120,0.2);
  border-radius: 200px;
}
.bghome.type2 a {
	background: #000 url(../images/sinjyuku03.jpg) no-repeat center center;
}
.bghome .btn,
.bgshare .btn {
  margin: 150px 20px 0;
  padding: 20px;
}
.bghome a:hover,
.bghome a:active,
.bgshare a:hover,
.bgshare a:active {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.bghome .btn img,
.bgshare .btn img {
  width: 100%;
  max-height: auto;
}
.name {
	display: block;
	font-size: 40px;
	font-weight: 300;
}

@media (max-width: 767px) {
	body {
		background-image: none;
	}
	.section { vertical-align:middle;padding-top:80px;}
  .section { padding-top:10%;}
	.bghome .btn,
	.bgshare .btn {
	  margin: 0;
	  padding: 0;
	}
	.bghome a {
	  background: rgba(237,218,50,1.0);
	  color: #fff;
		width:100%;
  	height: 50%;
	  display: inline-block;
	  overflow: hidden;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	  box-shadow: 0px 0px 5px 1px rgba(50,50,50,0.2);
    border-radius: 0;
	  padding: 10%;
	}
	.name {
		display: block;
		font-size: 2.0em;
		font-weight: 300;
	}

}