@charset "UTF-8";
/* CSS Document */

ul{
	list-style: none;
}

body, html {

}

body{
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "Helvetica Neue", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #FFF;
	background-color: #020202;
	margin: auto;
}

#mv{
    background-color: #e80202;
}

#mv .imgWrap{
	width: 1400px;
	margin: auto;
}

#mv h1{
	position: relative;
	width: 100%;
}

#mv img{
	width: 100%;
}

#mainContents{
	padding: 10px 0 20px;
	background-image: url("../img/bg.jpg");
	background-size: contain;
	position: relative;
}

#mainContents .border{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0;
}

#mainContents .border img{
	width: 100%;
}

#mainContents .border01{
	top: -400px;
}

#mainContents .border02{
	bottom: -2000px;
}

.hollList{
	background-color: rgba(163,60,60,0.8);
	color: #020202;
	padding: 20px;
	margin-bottom: 100px;
}

#mainContents h2{
	display: block;
  background: #770707;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px;
}

.hollList>li{
	width: 450px;
	float: left;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0 auto 25px;
	position: relative;
}

.hollList>li:nth-child(even){
	float: right;
}

.hollList>li .imgWrap{
	width: 160px;
	float: left;
}

.hollList>li .imgWrap img{
	width: 100%;
}

.hollList>li .infoWrap{
	width: 270px;
	float: right;
}

.hollList>li .infoWrap h3{
	font-size: 21px;
	padding: 10px 20px;
}

.hollList>li .infoWrap .address{
	font-size: 14px;
	line-height: 1.5em;
	border-top: 1px solid #020202;
	padding: 20px;
}

.hollList>li .btnList{
	padding: 0;
}

.hollList>li .btnList li{
	float: left;
	width: 100%;
	/*margin-right: 4%;*/
}

.hollList>li .btnList.col01 li{
	float: none;
	width: auto;
	margin-right: 0;
}

.hollList>li .btnList li:last-Child{
	margin-right: 0;
}

.hollList>li .btnList a{
	width: auto;
	/*background-color: #da0603;*/
	background:linear-gradient(180deg,#ff4600 0%,#ff4600 50%,#ff0000 50%,#ff0000 100%);
	display: block;
	color: #FFF;
	position: relative;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.hollList>li .btnList a:before{
	content: "";
	background-image: url("../img/icon_btn.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right:10px;
	top:0;
	bottom:0;
	margin: auto;	
}

.hollList .infoBlock{
	margin-bottom: 0;
}

#mainContents .inner{
	position: relative;
	width: 1000px;
	margin: auto;
	top: auto;
	padding-top: 100px;
	z-index: 5;
}

.btnArea{
	position: relative;
	text-align: center;
}

.btnArea .btnWrap{
	display: block;
	width: 500px;
	text-align: center;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #dd0012;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}

.btnArea .logoWrap{
	position: absolute;
	display: block;
	right:20px;
	top: 0;
	width: 100px;
}


.btnArea .logoWrap img{
	width: 100%;
}

footer{
	padding: 50px 0;
	background-color: #4f0f02;
	text-align: center;
}

footer .btnWrap{
	display: block;
	width: 500px;
	text-align: center;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #dd0012;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 1px;
}

/*img要素センタリング*/
img {
    display: block;
    margin: 0 auto;
}

.noLink{
	pointer-events: none;
	cursor: default;
}

/*改行クラス（PCのみ）*/
.breakLinePCOnly{
	display:block;
}

/*改行クラス（PC）*/
.breakLinePC{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSP{
	display:inline;
}

.onlyPC{
	display:block  !important;
}

.onlyTAB{
	display:none !important;
}

.onlySP{
	display:none  !important;
}

/*レスポンシブ用記述*/
/*画面サイズが1400px以下の場合*/
@media screen and (max-width: 1400px) {
	#mv .imgWrap{
		width: auto;
		margin: auto;
	}
}

/*画面サイズが1200px以下の場合*/
@media screen and (max-width: 1200px) {
	#mainContents {
		background-size: contain;
		background-repeat: repeat-y;
	}	
}

/*画面サイズが1000px以下の場合*/
@media screen and (max-width: 1000px) {	
	#mainContents .inner {
		width: auto;
	}
	
	.hollList>li{
		width: 45%;
	}	
	
	.hollList>li .imgWrap{
		width: 40%;
	}

	.hollList>li .infoWrap{
		width: 55%;
	}	
	
	.hollList>li .btnList a:before {
		content: "";
		width: 15px;
		height: 15px;
		right: 0px;
	}
	
	.btnArea {
		padding: 0 20px;
	}	
	
	.onlyPC{
		display:none  !important;
	}

	.onlyTAB{
		display:block !important;
	}	
	
	.onlySP{
		display:none  !important;
	}
	
}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	
	#mainContents .inner{
		padding-top: 30px;
	}
	
	.hollList>li{
		margin: 0 auto 50px;
	}
	
	.hollList>li .infoWrap h3 {
		font-size: 18px;
		padding: 10px 10px;
	}	
	
	.hollList>li{
		width: auto;
		float: none;
	}

	.hollList>li:nth-child(even){
		float: none;
	}	
	
	.hollList .infoBlock{
		margin-bottom: 20px;
		
	}	
	
	.btnArea .btnWrap{
		width: auto;
	}	
	
	.btnArea .logoWrap {
		position: relative;
		right: 0;
		top: 0;
		width: 100px;
		left: 0;
		margin: 50px auto 0;
	}
	
	footer {
		padding: 50px 20px;
	}
	
	footer .btnWrap{
		width: auto;
		font-size: 20px;
	}	
	
	/*改行クラス（SP）*/
	.breakLineSP{
		display:block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePC{
		display:inline;
	}
	
	.onlyPC{
		display:none !important;
	}
	
	.onlyTAB{
		display:block !important;
	}
	
	.onlySP{
		display:block  !important;
	}
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {

	.hollList>li .infoWrap h3{
		font-size: 16px;
		padding: 10px 10px;
	}

	.hollList>li .infoWrap .address{
		font-size: 12px;
		padding: 10px;
	}

	.hollList>li .btnList li{
		float: left;
		width: 100%;
		margin-right: 4%;
	}
	
	.hollList>li .btnList a:before {
		content: "";
		right: 10px;
	}

}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {

}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
