@charset "UTF-8";

/******************* infomation *******************/
div#wrap h3.comp_title{
	margin-bottom:20px;
}

a.news{
	width:100%;
	color:#fff;
	display:block;
}

a.news div.inner_news{
	display:flex;
	flex-direction:row;
}

a.news div.inner_news div.img{
	width:40%;
}

a.news div.inner_news div.img img{
	width:100%;
	height:100%;
	margin:0 auto;
	object-fit:cover;
	object-position:center;
}

a.news div.inner_news div.article{
	width:60%;
	line-height:1.75em;
	text-align:center;
}


/******************* menu *******************/
p.menu_text{
	text-align:center;
	font-size:1.2em;
}

div.home_menu{
	width:500px;
	margin:0 auto;
	border-radius:10px;
	overflow:hidden;
}

div.home_menu a{
	width:100vw;
	height:295px;
	color:#fff;
	background:url("./../img/top/menu_button.jpg") no-repeat center/cover;
	text-align:center;
	text-shadow:0px 0px 10px #000;
	vertical-align:middle;
	font-size:3em;
	font-weight:bold;
	letter-spacing:.125em;
	border-radius:10px;
	transition:.3s;
	display:table-cell;
}

div.home_menu a:hover{
	transform:scale(1.2);
}


/******************* instagram *******************/
div.instagram{
	width:90%;
	margin:0 auto;
}

div.instagram iframe{
	width:100%;
	border:none;
	overflow:hidden;
}

div.instagram div.link_item{
	width:200px;
	margin:10px auto 0;
}

div.instagram div.link_item a.instagram_button{
	width:200px;
	height:60px;
	color:#000;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	border-radius:5px;
	transition:.3s;
	display:table-cell;
}

div.instagram div.link_item a.instagram_button:hover{
	opacity:.8;
}


/******************* access *******************/
div.access{
	width:75%;
	margin:0 auto;
}

div.access table{
	width:100%;
}

div.access table td:nth-child(1){
	width:35%;
}

div.access table td:nth-child(2){
	width:65%;
}

div.access table td a{
	color:#fff;
}

div.access .gmap{
	margin:20px auto 0;
}

div.access .gmap iframe{
	width:100%;
}

@media (max-width:991px){
	/******************* infomation *******************/
	a.news div.inner_news{
		flex-direction:column;
	}
	
	a.news div.inner_news div.img,a.news div.inner_news div.article{
		width:100%;
	}

	a.news div.inner_news div.article{
		margin-top:20px;
	}

	a.news div.inner_news div.article h1{
		font-size:6.825vw;
	}

	a.news div.inner_news div.article p{
		text-align:left;
	}


	/******************* menu *******************/
	p.menu_text{
		font-size:4vw;
	}

	div.home_menu{
		width:100%;
		margin:0 auto;
	}
	
	div.home_menu a{
		width:100vw;
		height:250px;
	}	


	/******************* instagram *******************/
	div.instagram{
		width:100%;
	}


	/******************* access *******************/
	div.access{
		width:100%;
	}
}


@media (max-width:767px){
	/******************* access *******************/
	div.access table td span.mail{
		font-size:3.3vw;
	}

	div.access table td a.mailaddress{
		font-size:3.5vw;
	}
}