html {
	font-size: 10px;
}

body {
	background: #fff;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr SVbN", "Osaka", sans-serif ;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
        color: #666 ;
}

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

h1 {
	font-size: 60px;
	font-size: 6rem;
	padding: 0;
}

h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

p, li {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}

a, a:visited {
	font-weight: 400;
	font-style: italic;
	color: #666;
	padding-right: 3px;
	padding-right: .3rem;
}

li {
	padding: 4px 0;
	padding: .4rem 0;
}

img {
	width: 100%;
}

/*----------------------------------------  HEADER  */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #f15749;
	border-bottom: solid 3px #F30;
}

#header h1 {
	margin: 0;
	padding: 10px 20px 10px;
	padding: 1rem 2rem 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: normal;
}

#wrap {
    padding-bottom: 10px;
	padding-bottom: 1rem;
}

#article {
    width: 500px;
	width: 50rem;
    margin: 0 auto;
}
div.section {
    padding: 120px 20px 20px 20px;
    padding: 12rem 2rem 2rem 2rem;
    height: 540px;
	height: 54rem;
    margin-bottom: 20px;   
    margin-bottom: 2rem;
	margin-left:-100px;
	margin-left:-10rem;
}

#nav {
    z-index: 1;
    top: 100px;
	top: 10rem;
    left: 20px;
	left: 2rem;
    position: fixed;
    background: #fff;
    list-style: none; 
}
#nav li a {
    text-decoration: none;
    width: 140px;
	width: 14rem;
	color: #666;
    display: block;
    padding: 5px;
	font-size: 12px;
	font-size: 1.2rem;
    text-align: center;
}
#nav li a:hover {
    background: #E3E3E3;
}


#bg0, #bg1, #bg2, #bg3, #bg4 {
	height:700px;
    width: 100%;
	margin-left:-160px;
	margin-left:-16rem;
    position: fixed;
	top: 40px;
	top: 4rem;
    left: 0;
    z-index: -1;
}
#bg0 {
    background: url(../../images/back_bland.jpg) no-repeat right;
}
#bg1 {
    background: url(../../images/back_member.jpg) no-repeat right;
}
#bg2 {
    background: url(../../images/back_news.jpg) no-repeat right;
}
#bg3 {
    background: url(../../images/back_map.jpg) no-repeat right;
}
#bg4 {
    background: url(../../images/back_o2o.jpg) no-repeat right;
}

/*------------------------  contact  */

.returntop{
	display:block;
	text-align:center;
	margin:100px auto 0 auto;
	padding:0;
}
.returntop img{
	width:156px;
}

#contactapps{
	margin:-100px auto 0px auto;
	padding:0px;
	width:798px;
	width:79.8rem;
	height:241px;
	height:24.1rem;
}
#contactapps img{
	width:798px;
	width:79.8rem;
	height:241px;
	height:24.1rem;
}


/*------------------------  BASE-REM SIZING  */


@media screen and (min-width: 1520px) {
	html {
		font-size: 12px;
	}
}

@media screen and (max-width: 1400px) {
	html {
		font-size: 11px;
	}
}

/* target screen width  */
@media screen and (max-width: 1280px) {
	html {
		font-size: 10px;
	}

	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:768px 560px; /* webkitn */
		background-size:768px 560px;
		height:560px;
		margin-left:-8rem;
		top:5rem;
	}

}
	
@media screen and (max-width: 1160px) {
	html {
		font-size: 10px;
	}

	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:672px 490px; /* webkitn */
		background-size:672px 490px;
		height:490px;
		margin-left:-8rem;
		top:6rem;
	}
}
	
@media screen and (max-width: 1040px) {
	html {
		font-size: 10px;
	}

	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:576px 420px; /* webkitn */
		background-size:576px 420px;
		height:420px;
		margin-left:-6rem;
		top:12rem;
	}

	div.section {
		margin-left:-5rem;
	}

	#article {
		width: 60%;
		left: 0;
	}
}
	
@media screen and (max-width: 920px) {
	html {
		font-size: 9px;
	}

	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:576px 420px; /* webkitn */
		background-size:576px 420px;
		height:420px;
		margin-left:-5rem;
		top:12rem;
	}

	div.section {
		margin-left:-7rem;
	}

	h2{
		color:#f15749;
	}
	#article {
		width: 60%;
		left: 0;
	}
	#contactapps img{
		width:76rem;
		height:22.8rem;
	}
}
	
@media screen and (max-width: 800px) {
	html {
		font-size: 8px;
	}

	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:480px 350px; /* webkitn */
		background-size:480px 350px;
		height:350px;
		margin-left:-4rem;
		top:12rem;
	}
	
	div.section {
		margin-left:-8rem;
	}

	h2{
		color:#f15749;
	}
	#article {
		width: 60%;
		left: 0;
	}
	#contactapps img{
		width:68rem;
		height:20.4rem;
	}
}
	
@media screen and (max-width: 680px) {
	html {
		font-size: 6px;
	}
	
	#bg0, #bg1, #bg2, #bg3, #bg4 {
		-webkit-background-size:384px 280px; /* webkitn */
		background-size:384px 280px;
		height:280px;
		margin-left:-3rem;
		top:6rem;
	}

	div.section {
	    padding: 8rem 2rem 2rem 2rem;
		height: 50rem;
	    margin-bottom: 2rem;   
		margin-left:4rem;
	}

	h2{
		font-size:4.8rem;
		color:#f15749;
	}
	p{
		font-size:1.8rem;
	}
	
	#article {
		width: 60%;
		margin:0;
		left: 0;
	}
	#contactapps img{
		width:64rem;
		height:19.2rem;
	}
}
	
@media screen and (max-width: 560px) {
	html {
		font-size: 5px;
	}
	
	#bg0, #bg1, #bg2, #bg3 {
		-webkit-background-size:384px 280px; /* webkitn */
		background-size:384px 280px;
		height:280px;
		margin-left:0;
		top:12rem;
	}
	#bg4 {
		-webkit-background-size:240px 175px; /* webkitn */
		background-size:260px 190px;
		height:280px;
		margin-left:0;
		top:12rem;
	}

	div.section {
	    padding: 12rem 0 0 1rem;
		height: 60rem;
	    margin-bottom: 2rem;   
		margin-left:2rem;
	}

	h2{
		font-size:3.6rem;
		color:#f15749;
	}
	p{
		font-size:1.6rem;
	}

	#article {
		width: 57%;
		margin:0;
		left: 0;
	}
	
	#contactapps img{
		width:60rem;
		height:18rem;
	}
}
	
@media screen and (max-width: 440px) {
	html {
		font-size: 5px;
	}
	
	#bg0, #bg1, #bg2, #bg3 {
		-webkit-background-size:384px 280px; /* webkitn */
		background-size:384px 280px;
		height:280px;
		margin-left:0;
		top:18rem;
	}
	#bg4 {
		-webkit-background-size:240px 175px; /* webkitn */
		background-size:260px 190px;
		height:280px;
		margin-left:0;
		top:18rem;
	}

	div.section {
	    padding: 19rem 0 0 1rem;
		height: 60rem;
	    margin-bottom: 2rem;   
		margin-left:0;
	}

	h2{
		font-size:3.6rem;
		color:#f15749;
	}
	p{
		font-size:1.6rem;
	}

	#article {
		width: 57%;
		margin:0;
		left: 0;
	}
	
	#contactapps img{
		width:60rem;
		height:18rem;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 5px;
	}
	
	#bg0, #bg1, #bg2, #bg3 {
		-webkit-background-size:384px 280px; /* webkitn */
		background-size:384px 280px;
		height:280px;
		margin-left:0;
		top:20rem;
	}
	#bg4 {
		-webkit-background-size:240px 175px; /* webkitn */
		background-size:260px 190px;
		height:280px;
		margin-left:0;
		top:20rem;
	}

	div.section {
	    padding: 21rem 0 0 1rem;
		height: 60rem;
	    margin-bottom: 2rem;   
		margin-left:0;
	}

	h2{
		font-size:3.6rem;
		color:#f15749;
	}
	p{
		font-size:1.6rem;
	}

	#article {
		width: 57%;
		margin:0;
		left: 0;
	}
	
	#contactapps img{
		width:60rem;
		height:18rem;
	}
}