@import url(https://fonts.googleapis.com/css?family=Indie+Flower);

body{
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
	margin: 0;
	}

/*各セクションの設定*/
.part1 {
	background-image: url(../images/indexphoto1.png);
	background-size: cover;
}
.part2 {
	background-size: cover;
}
.part3 {
	background-size: cover;
}
.part4 {
	background-size: cover;
	position: relative;
}

/* アイコンの位置 */
.board, .road, .concept, .menu, .news, .access{
	position: absolute;
}

.board{
	top: 50%;
	left: 50%;
	margin-top: -22%;
	margin-left: -29%;
}

.road{
	top: 50%;
	left: 50%;
	margin-top: -17%;
	margin-left: -28%;
}

.concept{
	top: 50%;
	left: 50%;
	margin-top: -21%;
	margin-left: -27%;
}

.menu{
	top: 50%;
	left: 50%;
	margin-top: -11%;
	margin-left: 7%;
}

.news{
	top: 50%;
	left: 50%;
	margin-top: -15%;
	margin-left: 2;
}

.access{
	top: 50%;
	left: 50%;
	margin-top: 1%;
	margin-left: -28%;
}

/* 下部ナビゲーション */
nav ul{
	list-style-type: none;
	font-family: 'Infie Flower',cursive;
	margin: 0;
	padding: 3px;
	background-color: #000;
	width: 100%;
	height: 24px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	text-align: center;
}

nav li{
	display: inline;
	padding: 0 10px 0 10px;
	border-right: dotted 2px #fff;
}

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

nav li a:hover{
	color: #fff;
	text-decoration: underline;
}

nav li:last-child{
	border-right: none;
}

/* 記事 */
article{
	margin: 0 auto;
	text-align: center;
}

.first, .second{
	margin-top: -4%;
}

.third{
	margin-top: -19%;
}

article p{
	font-size: 12px;
}

article img{
	margin-top: 0;
	vertical-align: bottom;
}

/* コンセプトの設定 */
.part2 article{
	width: 50%;
}

.box1, .box2{
	margin-bottom: 2em;
}

/*メニューの設定*/
.part3 article{
	margin: 30px;
}

.part3 p{
	display: inline;
	padding: 15px;
}

/* アクセスの設定 */
.box3{
	float: left;
}

.box3, .box4{
	position: absolute;
	top: 50%;
	left: 50%;
}

.box3{
	margin-left: -16%;
}

.box4{
	margin-left: 2%;
}

.box4 p{
	text-align: left;
}

/* ########## 1920px以上 ########## */
@media (min-width: 1920px){
	/* アイコンの位置 */
	.icon{
		position: relative;
		width: 70%;
		height: 80%;
		margin: 0 auto;
	}

	.board, .road, .concept, .menu, .news, .access{
		position: absolute;
	}

	.board{
		top: 50%;
		left: 50%;
		margin-left: -36%;
		margin-top: -25%;
	}

	.road{
		top: 50%;
		left: 50%;
		margin-top: -17%;
		margin-left: -33%;
	}

	.concept{
		top: 50%;
		left: 50%;
		margin-top: -22%;
		margin-left: -33%;
	}

	.menu{
		top: 50%;
		left: 50%;
		margin-top: -11%;
		margin-left: 9%;
	}

	.news{
		top: 50%;
		left: 50%;
		margin-top: -15%;
		margin-left: 3%;
	}

	.access{
		top: 50%;
		left: 50%;
		margin-top: 5%;
		margin-left: -31%;
	}

	/* アクセスページの設定 */
	.third{
		margin-top: -18%;
	}

	.box3{
		margin-left: -13%;
	}

	.box4{
		margin-left: 1%;
	}
}

	/* ########## 1280px以下########## */
@media (max-width: 1280px){
	/* アイコンの位置 */
	.icon{
		position: relative;
		width: 70%;
		height: 80%;
		margin: 0 auto;
	}

	.board, .road, .concept, .menu, .news, .access{
		position: absolute;
	}

	.board{
		top: 50%;
		left: 50%;
		margin-left: -53%;
		margin-top: -37%;
	}

	.road{
		top: 50%;
		left: 50%;
		margin-top: -25%;
		margin-left: -52%;
	}

	.concept{
		top: 50%;
		left: 50%;
		margin-top: -33%;
		margin-left: -50%;
	}

	.menu{
		top: 50%;
		left: 50%;
		margin-top: -12%;
		margin-left: 10%;
	}

	.news{
		top: 50%;
		left: 50%;
		margin-top: -23%;
		margin-left: 1%;
	}

	.access{
		top: 50%;
		left: 50%;
		margin-top: 7%;
		margin-left: -43%;
	}

/* アクセスページの設定 */
	.third{
		margin-top: -25%;
	}

	.box3{
		margin-left: -20%;
	}

	.box4{
		margin-left: 1%;
	}

