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

@media screen and (max-width: 1160px) {
	#mainVisual h1 {
		font-size: 3.2rem;
		line-height: 1.4em;
	}
	#main {
		padding: 0 1% 1.2em;
	}
}

@media screen and (max-width: 737px) {
	#mainVisual {
		width: 100%;
	}
	#mainVisual .bg {
		top: 0;
		background-size: 150%;
	}
	#mainVisual .overlay {
		top: 5%;
	}
	#mainVisual h1 {
		font-size: 1.8rem;
	}
	#mainVisual h1 span {
		font-size: 0.8rem;
	}
	#right {
		width: auto;
		float: none;
	}
	#left {
		width: auto;
		float: none;
	    background: #000;
	}
	#left .contact a {
		font-size: 1rem;
	}
	#left .bnr {
		text-align: center;
		letter-spacing: -.4em;
		padding-bottom: 2%;
	}
	#left .bnr li {
		display: inline-block;
		width: 47%;
		letter-spacing: normal;
		margin: 2% 1% 0;
	}
	#left .bnr li:not(:last-child) {
		margin-bottom: 0;
	}
	#index .invitationBox04 {
    display: block;
    width: auto;
	}
	#index .invitationBox04 li {
		display: block;
		margin-bottom: 1em;
		padding: 1em;
	}
	#index .invitationBox04 li:first-child {
		line-height: 1.1;
		width: auto;
	}
	#index .invitationBox04 li:first-child a img {
		width: 10%;
	}
	#index .invitationBox04 li:last-child {
		width: auto;
	}
	.bnrArea01 a {
		width: auto;
	}
}
