html{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	-webkit-text-size-adjust: 100%;
	height:100%;
}

/*---------------------------
Body
---------------------------*/

body{
	overflow-y:scroll;
	overflow-x:hidden;
	margin:0;
	padding:0;
	font-size:16px;
	background-color: #deedff;
	line-height:1.7;
	/*
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	*/
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-perspective:1px;
	perspective:1px;
	height:100%;
}

a{
	font-size:125%;
	text-decoration:none;
	color:#fff;
}

a:hover {
	color: #7F2E2D;
}

a:hover img {
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	-ms-filter:alpha(opacity=50);
}

img {
	margin: auto;
	max-width: 100%;
	height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*---------------------------
Header
---------------------------*/

.globalHeader {
	position:relative;
	margin: 0 auto;
	height:200px;
	border-bottom: 10px solid #49627F;
	background-image: url(../images/home/adzumayama_cut.png), linear-gradient(#4880f1, #92c4ff);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}

.globalHeader-inner {
	max-width: 960px;
	margin: auto;
	padding: 0px;
}

.globalHeader-inner .logo {
	margin: 25px 25px;
	width: 250px;
	height:50px;
	float: left;
}

.globalHeader .nav {
	float: right;
	margin-top: 25px;
}

.globalHeader .nav li {
	float:left;
	margin:0 20px;
	letter-spacing:0.15em;
	line-height:1;
	padding: 0 0 0 10px;
	background: url(../images/home/bullet.png) no-repeat left center;
}

.globalHeader .nav a{
	text-decoration:none;
	color:#fff;
}

.globalHeader .nav a:hover{
	color:#ff0;
}

/*---------------------------
Home, Showroom, Access
---------------------------*/

#homeCut1,
#homeCut2,
#homeCut3,
#showroomTop,
#showroomSeiji,
#showroomTeacup,
#showroomSurikamiSeiji,
#showroomWashokki,
#showroomYousyokki,
#showroomYousyokkiRoyalBlue,
#showroomChaki,
#accessTop
{
	position:relative;
	width:100%;
	min-height:100%;
	padding:10%;
	box-sizing:border-box;
	-webkit-transform-style:inherit;
	transform-style:inherit;
	background-size:cover;
}

div:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-size:cover;
	z-index:-1;
}

#homeCut1 {
	text-align:center;
	padding:10% 10%;
	background-image:url("../images/home/cut1.jpg");
	background-attachment:fixed;
}

#homeCut2:after {
	background-image:url("../images/home/cut2.jpg");
}

#homeCut3 {
	background-image:url("../images/home/cut3.jpg");
	background-attachment:fixed;
}

#showroomTop {
	text-align:center;
	padding:10% 10%;
	background-image:url("../images/showroom001/showroom.jpg");
	background-attachment:fixed;
}

#showroomSeiji {
	background-image:url("../images/showroom001/seiji.jpg");
	background-attachment:fixed;
}

#showroomTeacup {
	background-image:url("../images/showroom001/teacup.jpg");
	background-attachment:fixed;
}

#showroomSurikamiSeiji {
	background-image:url("../images/showroom001/surikamiSeiji.jpg");
	background-attachment:fixed;
}


#showroomWashokki {
	background-image:url("../images/showroom001/washokki.jpg");
	background-attachment:fixed;
}

#showroomYousyokki {
	background-image:url("../images/showroom001/yousyokki.jpg");
	background-attachment:fixed;
}

#showroomYousyokkiRoyalBlue {
	background-image:url("../images/showroom001/yousyokkiRoyalBlue.jpg");
	background-attachment:fixed;
}

#showroomChaki {
	background-image:url("../images/showroom001/chaki.jpg");
	background-attachment:fixed;
}

#accessTop {
	text-align:center;
	padding:10% 10%;
	background-image:url("../images/access/sendachigama.jpg");
	background-attachment:fixed;
}

.box {
	max-width:960px;
	margin:0 auto;
}

.box h1 {
	color: #fff;
	font-size:800%;
	text-shadow:3px 3px 3px #111;
}

.box h2 {
	color: #fff;
	font-size:300%;
	text-shadow:2px 2px 2px #111;
}

.box p {
	color: #fff;
	font-size:200%;
	text-shadow:2px 2px 2px #111;
}

.scr {
	max-width:960px;
	width:100%;
	margin: 10px auto;
	overflow:hidden;	
}

.scr li {
	float: left;
	margin: 32px 30px;
	width: 256px;
	height: 320px;
	overflow: hidden;
	box-shadow: 0 1px 20px 0 #fff;
}

.scr li img {
	box-shadow: 0 1px 20px 0 #fff;
}

.scr li p {
	font-size:100%;
	margin: 0 0;
}

/*---------------------------
Footer
---------------------------*/

.globalFooter {
	clear: both;
	position:relative;
	height:200px;
	background-color: #eee;
	background-color: #f0f0f0;
	background-color: #92c4ff;
	border-top: 5px solid #7F2E2D;
	border-top: 10px solid #49627F;
}

.globalFooter-inner {
	max-width: 960px;
	margin: auto;
	padding: 10px;
}

/*---------------------------
Google Map
---------------------------*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------
タブレット、スマートフォン
---------------------------*/

@media screen and (max-width: 768px) {
	.globalHeader-inner .logo {
		margin-top: 20px;
		width: 130px;
		height:30px;
		float: left;
	}
	
	.globalHeader .nav li {
		float:left;
		margin:0 10px;
		letter-spacing:0.15em;
		line-height:1;
		padding: 0 0 0 10px;
		background: url(../images/home/bullet.png) no-repeat left center;
	}
}