@charset "UTF-8"; 



/***************************
　　　　スマホ・タブレット用レイアウト
***************************/

#wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
h2{
	text-align: center;
}

 /*header*/	
#header{
	width: 100%;
	max-width: 1000px;
	background-size: contain;
	background-position: center;
	margin: 0 auto 5rem;
	position: relative;
}
#header p{
	display: block;
	position: absolute;
	font-size: 10px;
	line-height: 1.5em;
	top: 100%;
	left: 0;
	padding: 10px;
	text-align: center;
	color: #3AABD2;
	width: 100%;
	box-sizing: border-box;
}
#header br{
	display: none;
}

/*nav*/
#nav{
	position: fixed;
	background: #0071BB;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 50px;
	padding: 5px 0;
}
#nav a[href="#cont1"],#nav a[href="#cont3"],#nav a[href="#cont4"]{
	width: 33.3%;
	height: 40px;
	display: block;
	float: left;
	background-size: contain !important;
	margin: auto;
}
#nav a[href="#cont1"]{
	background: url(../image/nav1.png) no-repeat center center;
}
#nav a[href="#cont3"]{
	background: url(../image/nav2.png) no-repeat center center;
}
#nav a[href="#cont4"]{
	background: url(../image/nav3.png) no-repeat center center;
}

#cont1,#cont2,#cont3,#cont4{
	width: 100%;
	margin: 10px auto;
}
h2 img{
	width: 75%;
	margin:20px auto;
}

/*cont1*/
#cont1{
	text-align: center;
}
#cont1 div div img[src="image/space_photo.png"]{
	margin: auto;
	width: 80%;
}
#cont1 div div img[src="image/line.png"]{
	display: none;
}

#cont1 div div p{
	color: #3AABD2;
	line-height: 1.5em;
	margin: 10px auto 0;
}

/*cont2*/
#cont2 .riyo{
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
}
#cont2 .riyo div{
	float: left;
	text-align: center;
	width: 50%;
	height: auto;
}
#cont2 .riyo div *{
	padding: 5px;
	box-sizing: border-box;
}
#cont2 .riyo div h3{
	font-weight: bold;
	color: #3AABD2;
	font-size: 1.3rem;
}
#cont2 .riyo div p{
	font-size: 0.8rem;
	line-height: 1.5em;
	word-wrap: break-word;
	height: 10em;
}
#cont2 br{
	display: none;
}

/*cont3*/

#cont3 h2 img{
	width: 40%;
}
.op1,.op2,.op3,.op4{
	height: 15em;
	background-size: contain !important;
	margin: 0px auto;
	padding: 2%;
	box-sizing: border-box;
}
#cont3 h3{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0.3em;
}
#cont3 p{
	font-size: 10px;
	line-height: 1.2em;
}
.op1{
	background: url(../image/illust1.png) no-repeat right center;
	padding-top: 20%;
}
.op2{
	background: url(../image/illust2.png) no-repeat left center;
	padding-left: 46%;
	padding-top: 4em;
}
.op3{
	background: url(../image/illust3.png) no-repeat right center;
	padding-top: 0.5em;
}
.op4{
	background: url(../image/illust4.png) no-repeat left center;
	padding-top: 5em;
	padding-left: 46%;
}

/*cont4*/
#cont4{
	padding-bottom: 50px;
}
#cont4 h2 img{
	width: 40%;
}

#cont4 .access,#cont4 .contact{
	width: 100%;
	height: 10em;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.2em;
}
#cont4 .access{
	background: url(../image/access.png) no-repeat center top;
}
#cont4 .contact{
	background: url(../image/contact.png) no-repeat center top;
}
#cont4 .access p,#cont4 .contact p{
	padding-top: 3em;
	width: 100%;
}
