@charset "UTF-8";


/* mainimage
--------------------- */
#mainimage {
	height: 100vh; /* 全画面表示 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/mainimage@2x.png");
	position: relative;
}
	#mainimage h1 {
		position: absolute;
		width: 978px;
		left: 50%;
		top: 20%;
		margin-left: -489px;
	}
	#mainimage h1 img {
		width: 100%;
		height: auto;
	}

	#mainimage ul {
		position: absolute;
		width: 800px;
		left: 50%;
		top: 50%;
		margin-left: -400px;
	}
	* html #mainimage ul {
		zoom: 100%;
	}
	*:first-child+html #mainimage ul {
		display: inline-block;
	}
	#mainimage ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

	#mainimage ul li:first-child {
		width: 211px;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#mainimage ul li {
		width: 211px;
		margin: 0 27px;
		float: left;
	}
	#mainimage ul li:last-child {
	}
		#mainimage ul li img {
			width: 100%;
			height: auto;
		}


	#mainimage .Twitter {
		position: absolute;
		width: 46px;
		right: 120px;
		bottom: 50px;
	}
		#mainimage .Twitter img {
			width: 100%;
			height: auto;
		}
	#mainimage .Instagram {
		position: absolute;
		width: 46px;
		right: 50px;
		bottom: 50px;
	}
		#mainimage .Instagram img {
			width: 100%;
			height: auto;
		}


/* main
--------------------- */
#main {
}
	* html #main {
		zoom: 100%;
	}
	*:first-child+html #main {
		display: inline-block;
	}
	#main:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

#main #news {
	width: 28%;
	float: left;
}
#main #intro {
	width: 72%;
	float: right;
}
	#main h2 {
		margin-bottom: 80px;
	}
	#main h2 img {
		width: 100%;
		height: auto;
	}

#main #news dl {
	font-size: 1.2rem;
	margin: 0 15px 30px 15px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-bottom: dashed 1px #231815;
	background: url("../img/icon_crow@2x.png") no-repeat;
	background-size: 42px;
}
	#main #news dl dt {
		margin-bottom: 20px;
	}


#main #intro .in {
	padding: 0 120px;
	font-size: 1.5rem;
}
	#main #intro .in strong {
		display: block;
		font-size: 2.4rem;
		margin: 30px 0;
		font-weight: 500;
	}



/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 800px;
}
	.modaal-container h2 {
		font-size: 2rem !important;
	}
	.modaal-container p {
		margin-top: 10px;
	}
	.modaal-container a {
		text-decoration: underline !important;
	}


/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}



/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {


/* mainimage
--------------------- */
#mainimage {
}
	#mainimage h1 {
		position: relative;
		width: 90%;
		left: 0;
		top: 20%;
		margin-left: 0;
		margin: 0 auto;
	}
	#mainimage h1 img {
		width: 100%;
		height: auto;
	}

	#mainimage ul {
		position: relative;
		width: auto;
		left: 0;
		top: 30%;
		margin-left: 0;
	}
	#mainimage ul li:first-child {
		width: 40%;
		margin: 0 auto;
		float: none;
		margin-bottom: 10%;
	}
	#mainimage ul li {
		width: 40%;
		margin: 0 auto;
		float: none;
		margin-bottom: 10%;
	}
	#mainimage ul li:last-child {
		float: none;
	}


	#mainimage .Twitter {
		right: calc(46px + 6%);
		bottom: 3%;
	}
	#mainimage .Instagram {
		right: 3%;
		bottom: 3%;
	}


/* main
--------------------- */
#main {
	padding: 5%;
}

#main #news {
	padding-top: 10%;
	width: 100%;
	float: none;
}
#main #intro {
	padding-top: 10%;
	width: 100%;
	float: none;
}
	#main h2 {
		display: block;
		text-align: center;
		margin-bottom: 5%;
	}
	#main h2 img {
		width: auto;
		height: 30px;
	}

#main #news dl {
	font-size: 1.2rem;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	padding-left: 50px;
	border-bottom: dashed 1px #231815;
	background: url("../img/icon_crow@2x.png") no-repeat;
	background-size: 42px;
}
	#main #news dl dt {
		margin-bottom: 20px;
	}


#main #intro .in {
	padding: 0;
	font-size: 1.5rem;
}
	#main #intro .in strong {
		display: block;
		font-size: 2.4rem;
		margin: 30px 0;
		font-weight: 500;
	}

	
	

}