@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300);

/*common*/
body{
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese", "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	min-width: 320px;
}
.wrapper{
	overflow: hidden;
}

/*text*/
h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
.font-serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.caption{
	font-size: 11px;
}

/*br*/
.br-sp{
	display: none;
}
.br-pc{
	display: block;
}
/*mq*/
@media (max-width: 767px){
	.br-sp{
		display: block;
	}
	.br-pc{
		display: none;
	}
}


/*title*/
.title{
	background: url(../images/mainimage.jpg) no-repeat center top;
	/*background-attachment: fixed;*/
	position: relative;
	max-width: 900px;
	padding-top: 600px;
	margin: auto;
}
.title h1{
	position: absolute;
	right: -30px;
	bottom: -30px;
}
/*mq*/
@media (max-width: 960px){
	.title{
		background-size: 100% auto;
		padding-top: 60%;
	}
	.title h1{
		position: relative;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 767px){
	.title h1 img{
		width: 200px;
	}
}

/*container*/
.contents > .container{
	padding: 60px 0;
}
.title-copy p{
	padding: 30px 0 60px;
	font-size: 16px;
	text-align: center;
}
/*mq*/
@media (max-width: 960px){
	.contents > .container{
		padding: 30px 0;
	}
}

/*interview*/
.interview .row{
	margin-bottom: 60px;
}
.interview .row:last-child{
	margin-bottom: 0;
}
.interview h3{
	border: 3px double #80705e;
	margin-bottom: 30px;
}
.interview h3 span{
	background: #80705e url(../images/copy-bg.png);
	text-align: center;
	color: #fff;
	display: block;
	padding: 20px;
}
.interview h4::before{
	background: #80705e;
	width: 55px;
	height: 1px;
	content: "";
	margin: 0 10px;
	display: inline-block;
	margin-left: -65px;
	font-weight: normal;
	vertical-align: middle;
}
.interview h4{
	color: #80705e;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 65px;
}
.interview .text::before{
	width: 65px;
	display: inline-block;
	content: "平木市長";
	color: #80705e;
	margin-left: -65px;
}
.interview .text{
	padding-left: 65px;
}
.image-view{
	margin-top: 30px;
}
/*mq*/
@media (max-width: 767px){
	.title-copy,
	.interview .row{
		padding: 0 15px;
	}
	.interview .row{
		margin-bottom: 30px;
	}
	.interview img{
		margin-top: 15px;
	}
	.interview h3{
		font-size: 20px;
	}
	.interview h3 span{
		padding: 10px;
	}
	.interview h4::before{
		display: none;
	}
	.interview h4{
		margin-top: 15px;
		padding-left: 0;
	}
	.interview .text::before{
		width: auto;
		display: block;
		margin-left: 0;
		content: "[ 平木市長 ]";
	}
	.interview .text{
		padding-left: 0;
	}
}

/*comment*/
.comment{
	background: #87192c url(../images/comment-bg.png);
	color: #fff;
	position: relative;
	padding: 30px 0;
}
.comment p{
	position: absolute;
	bottom: 0;
	right: 30px;
	color: #fff;
	opacity: 0.25;
	font-size: 42px;
	text-align: right;
}
/*mq*/
@media (max-width: 767px){
	.comment h2{
		padding: 10px 0;
	}
	.comment p{
		position: relative;
		right: 15px;
		bottom: 0;
		font-size: 24px;
	}
}

/*pagetop*/
.pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}


.ouenlink.{
	padding-top:20px;
	text-align:center;
}
.ouenlink a{
	color:#80705e;
	font-size:18px;
}
.ouenlink a:hover{
	color:#AB1417;
	font-size:18px;
	text-decoration:underline;
}
