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

@media screen and (max-width: 1160px) {
	#main #cpr {
		padding: 0 1% 5%;
	}
	#mainVisual .bg,
	#mainVisual .bg2 {
		background-size: 140%;
	}
	#mainVisual h1 {
		padding: 7% 1% 0;
		font-size: 3.2rem;
	}
	#main .mainBox {
		padding: 0 1%;
	}
}

@media screen and (max-width: 737px) {
	#mainVisual {
		width: 100%;
		overflow: hidden;
		height: 30%;
	}
	#mainVisual .bg,
	#mainVisual .bg2 {
		top: 0;
		background-size: 150%;
	}
	#mainVisual .overlay {
		top: 5%;
	}
	#mainVisual h1 {
		font-size: 1.875rem;
		line-height: 1.3em;
	    padding: 0;
   		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#mainVisual a.arrow01 {
		bottom: -12%;
	}
	#subnavBar ul li:nth-child(3n) {
		border-right: 2px solid #3c3c3c;	
	}
	#subnavBar ul li a {
		line-height: 2.5rem;
	}
	#right {
		width: auto;
		float: none;
		padding: 0 1% 5%;
	}
	#left {
		width: auto;
		float: none;
	    background: #000;
	}
	#left .contact a {
		font-size: 1rem;
	}
	#index #featured {
		margin-top: 8%;
		padding: 3% 0 8%;
	}
	#index #featured h2 {
		margin-bottom: 5%;
		font-size: 1.8rem;
	}
	#index #featured ul li {
		width: auto;
		display: block;
	}
	#index #featured ul li:not(:last-child) {
		margin: 0 0 10%;
	}
	#index #featured ul li a img {
		width: 98%;
		display: block;
		margin: 0 auto;
	}
	#index #featured ul li a dl {
		margin: 0.8em 1% 0;
	}
	#cpr .cprBox02 img {
		width: 24%;
		margin-right: 1%;
		vertical-align: top;
	}
	#cpr .cprBox02 span {
		width: 75%;
		vertical-align: top;
	}
}
