/* body */

body{
	font-family: -apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
	color: #3f200d;
}
.gotop{
	right:50px;
	right:calc((100% - 950px)/2 );
	position:fixed;
	bottom:50px;
}
img{
	max-width: 100%;
}
a img{
	transition: 0.4s;
}
a:hover img{
	opacity: 0.85;
}
#header{
	background: url(../images/headbg.png);
	border-bottom:5px solid #bcb1ab;
	text-align: center;
	padding:0 2% 30px;
}
#header h1{
	margin: 0 auto;
}
#mainmenu a{
	margin:0 10px 0;
}
section{
	text-align: center;
}
.bar{
	width:100%;
	padding:50px 2%;
	box-sizing: border-box;
	background-image:url(../images/tri.png);
	background-position: center top;
	background-repeat:no-repeat;;
}
#buy .bar{
	background-color: #fdb204;
}
#city .bar{
	background-color: #4e4a9d;
	color: #fff;
}
#people .bar{
	background-color: #c74565;
	color: #fff;
}
#information .bar{
	background-color: #66cac9;
}

.bar>p{
	margin:0 auto 20px;
	max-width: 850px;
}
.bar>p>span{
	display: inline-block;
}

.box{
	color: #3f200d;
	margin:0 auto;
	max-width:850px;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
	padding:5%;
}
#buy .box{
	border:20px solid #d08f03;
}
#city .box{
	border:20px solid #4b4280;
}
#people .box{
	border:20px solid #ac3e53;
}
#information .box{
	border:20px solid #5ea8a3;
}
#contact .bar{
	background: url(../images/contactbg.png);
	padding:20px 2%;
}
#contact a{
	margin:5px 10px;
	display: inline-block;
}
#contact a img{
	display: block;
	width: 100%;
}
h2{
	margin:40px auto 30px;
}
h2 img{
	display: block;
	margin: 0 auto;
}
.act .center img{
	display: inline-block;
	border-radius: 36px;
	background:#f00;
}
#buy .center img{
	background-color: #fdb204;
}
#city .center img{
	background-color: #4e4a9d;
}
#people .center img{
	background-color: #c74565;
}
#buy .center a:hover img{
	background-color: #fdc214;
}
#city .center a:hover img{
	background-color: #4b4280;
}
#people .center a:hover img{
	background-color: #ac3e53;
}
.box .act{
	text-align: left;
	position: relative;
	background-position: left 36px;
	background-repeat: no-repeat;
	min-height:220px;
}
.box .act:before{
	display: block;
	line-height: 1;
	padding:5px 0;
	background: #fff;
	border-bottom:3px solid #bcb1ab;
}
.box .act h4,.box .act p{
	margin:0 0 10px 240px;
}
.box .act h4{
	padding:15px 0 0;
}
.box .act p.center{
	text-align: center;
}
/*buy*/
#buy .a1{
	background-image:url(../images/buy_a1.jpg);
}
#buy .a1:before{
	content:url(../images/buy_act1.gif);
}
#buy .a2{
	background-image:url(../images/buy_a2.jpg);
}
#buy .a2:before{
	content:url(../images/buy_act2.gif);
}
#buy .a3{
	background-image:url(../images/buy_a3.jpg);
}
#buy .a3:before{
	content:url(../images/buy_act3.gif);
}
/*city*/
#city .a1{
	background-image:url(../images/city_a1.jpg);
}
#city .a1:before{
	content:url(../images/city_act1.gif);
}
#city .a2{
	background-image:url(../images/city_a2.jpg);
}
#city .a2:before{
	content:url(../images/city_act2.gif);
}
/*people*/
#people .a1{
	background-image:url(../images/people_a1.jpg);
}
#people .a1:before{
	content:url(../images/people_act1.gif);
}
#people .a2{
	background-image:url(../images/people_a2.jpg);
}
#people .a2:before{
	content:url(../images/people_act2.gif);
}
#people .a3{
	background-image:url(../images/people_a3.jpg);
}
#people .a3:before{
	content:url(../images/people_act3.gif);
}


/*information*/
#information .box img{
	margin:0 10px;
}

#footer{
	padding:0 5% 30px;
	text-align: center;
}

@media screen and (max-width: 950px) {
	.gotop{
		right:50px;
	}
}
@media screen and (max-width: 640px) {
	.box .act{
		margin:5% 0;
	}
	.box .act h4,.box .act p{
		margin: 0 10px;
	}
	.box .act h4{
		padding:180px 0 0;
	}
}
