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

body{
	background-color: #000000;	
}
.ly_globalWrapper{
	
}
.ly_globalHeader{
	padding: 10px 0;
	overflow: hidden;
}
.header{
	width: 1000px;
	margin: auto; 
	box-sizing:border-box;
	background-color: #717171;
	color:#FFFFFF;
	font-size:1rem;
}
.header-logo{
	
}
.header-logo > li{
}
.header-logo > li.logo{
	width:55%;
	float:left;
	padding-top:25px;
	box-sizing:border-box;
}
.header-logo > li.tel {
	width:45%;
	float:right;
	box-sizing:border-box;
	text-align:right;
}

.header-navi{
	
}
.header-navi > li{
	width:14.28%;
	float:left;
	padding:10px 0;
	text-align:center;
	border:1px #CCCCCC solid;
	box-sizing:border-box;
}

.ly_globalContent{
	clear:both;
}
.globalContent{
	width: 1000px;
	min-height:100vh;
	margin: auto;
	padding: 15px;
	box-sizing:border-box;
	background-color: #E8E2D2;
	color:#000000;
	font-size:1.5rem;
}
.ly_globalFooter{
	display:none;
	width: 1000px;
	margin: auto;
	padding: 75px 15px;
	box-sizing:border-box;
	color:#FFFFFF;
	background-color: #000000;
	font-size:1.5rem;
}
.detail-buttonWrapper {
	margin-bottom: 15px;
	text-align: center;
}
.detail-button {
	width: 392px;
	margin: 0 auto;
	text-align: center;
	transition: opacity 0.3s;
}
.detail-button a {
	position: relative;
	display: block;
	padding: 15px;
	color: #FFFFFF;
	font-size: 1.6rem;
	background: #A32500;
	border-radius: 3px;
	box-sizing: border-box;
	backface-visibility: hidden;
	text-decoration: none;
}
.detail-button:hover {
	opacity: 0.7;
}
.detail-button a:before ,
.detail-button a:after {
	position: absolute;
	top: 50%;
	content: "";
	margin: -7px 0 0;
}
.detail-button a:before {
	right: 10px;
	border-top: 7px solid transparent;
	border-left: 7px solid #FFFFFF;
	border-bottom: 7px solid transparent;
}
.detail-button a:after {
	right: 13px;
	border-top: 7px solid transparent;
	border-left: 7px solid #A32500;
	border-bottom: 7px solid transparent;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
	.header{
		width: 100%;
	}
	.header-logo > li.logo{
		width:55%;
		padding-top:5px;
	}
	.header-logo > li.logo > img{
		width:100%;
	}
	.header-logo > li.tel {
		width:45%;
	}
	.header-logo > li.tel > a > img{
		width:100%;
	}
	.globalContent{
		width:100%;
	}
	.ly_globalFooter{
		width:100%;
	}
	.detail-button {
		width: 265px;
		margin: 0 auto;
		text-align: center;
		transition: opacity 0.3s;
	}

}
@media screen and (max-width: 480px) {

}

