@charset "utf-8";

/* ==========================
	共通 style
============================= */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
.font01 {
	font-family: 'Roboto Condensed', sans-serif;
}
.font02 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','Yu Mincho','ＭＳ Ｐ明朝','MS PMincho';
}
body {
	color: #231815;
}
a {
	color: inherit;
	text-decoration: none;
	transition-duration:0.5s;
}
a:hover,.hover:hover {
	opacity: 0.7;
}
a:visited {
	color: inherit;
}
a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:sans-serif;
}
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family:sans-serif;
}
#wrapper * {
	box-sizing: border-box;
}
#wrapper {
	font-size: 1.6em;
	line-height: 1.3;
	max-height: 100%;
}
#wrapper img {
	width: 100%;
}
#wrapper #contents {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .inner {
	max-width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 1%;
}
#wrapper .sp {
	display: none;
}
#pagetop {
	width: 131px;
	height: 131px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

/*header*/
#wrapper #header {
	max-width: 1380px;
	margin: 1em auto;
}
#wrapper #header .hdLogo {
	width: 20%;
	max-width: 341px;
	margin: 0 auto;
}

/*searchBox*/
#contents .searchBox {
	margin-top: 1em;
	font-size: 1.65em;
}
#contents .selectBox {
	margin-top: 0.5em;
}
#contents .selectBox:first-child {
	margin-top: 0;
}
#contents .selectBox p {
	display: inline-block;
	vertical-align: middle;
}
#contents .selectBox select {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1.5% 0.5%;
	background: url(../common/img/icn_search.png) right center no-repeat #ededee;
	background-position: right 3% center;
}
#contents .selectBox select::-ms-expand {
	display: none;
}
#contents .selectBox select[name="donation"] {
	min-width: 12em;
}
#contents .selectBox span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
}
#contents .selectBox .btnSearch {
	display: inline-block;
	vertical-align: middle;
	background: #231815;
	color: #fff;
	font-weight: bold;
	padding: 1.5% 1%;
	width: 13%;
	cursor: pointer;
}

/*footer*/
#footer .ftMenu {
	margin: 4em auto 0;
	max-width: 1380px;
}
#footer .ftMenu ul {
	width: 94.3%;
	margin: auto;
	text-align: center;
}
#footer .ftMenu li {
	display: inline-block;
	padding: 0 3.25%;
	border-left: solid 1px #3f3532;
	font-size: 1.11em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#footer .ftMenu li:last-child {
	border-right: solid 1px #3f3532;
}
#footer .ftBlock {
	margin-top: 2em;
	border-top: solid 10px #c10018;
	padding: 1.5em;
	text-align: center;
}
#footer .ftBlock .ftLogo {
	width: 34%;
	max-width: 479px;
	margin: 0 auto 1em;
}
#footer .ftBlock .copyright {
	font-size: 1.2em;
	color: #c10018;
}

@media screen and (max-width:768px) {
	#wrapper {
		font-size: 1em;
	}
	#wrapper .inner {
		padding: 0 1.8%;
	}
	#wrapper .sp {
		display: block;
	}
	#wrapper .pc {
		display: none;
	}
	#pagetop {
		width: 50px;
		height: 50px;
		position: fixed;
	}

	/*header*/
	#wrapper #header {
		margin: 0.5em 0;
	}
	#wrapper #header .hdLogo {
		width: 55%;
	}

	/*searchBox*/
	#contents .searchBox {
		font-size: 1.3em;
	}
	#contents .selectBox select {
		background-size: 8px;
	}
	#contents .selectBox select[name="donation"] {
		min-width: 14em;
	}
	#contents .selectBox .btnSearch {
		display: block;
		margin: 0.8em auto 0;
		width: 35%;
	}

	/*footer*/
	#footer .ftMenu ul {
		font-size: 0.8em;
	}
	#footer .ftBlock {
		margin-top: 1em;
		border-top: solid 5px #c10018;
	}
	#footer .ftBlock .ftLogo {
		width: 38%;
	}
	#footer .ftBlock .copyright {
		font-size: 0.7em;
	}
}
