@charset "utf-8";

@media screen and ( min-width:769px ) {

#content {
	padding: 0;
	max-width: 100%;
}

/* ----------------------------------------
	#visual
---------------------------------------- */
	
#visual {
	position:relative;
	max-width:2000px;
	width: 100%;
	height: 700px;
	margin: 80px auto 0;
	text-align: center;
	overflow: hidden;
}
#visual #visual_img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
    	transform: translate3d(-50%, -50%, 0);
}


/* --- #news ---*/

#news {
	/*margin-bottom: 150px;*/
	/*background: #E70012;*/
}
#news .inner {
	position: relative;
	padding: 35px 10px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#news .title h2 {
	margin-right: 20px;
	width: 115px;
	height: 100%;
    color:#fff;
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
    padding-left: 18px;
	/*border-right: 1px solid #434343;
	-js-display: flex;*/
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    background-color: #E70012;
}

#news .mewsList {
	text-align: left;
	width: -webkit-calc(100% - 275px);
	width: calc(100% - 275px);
}
#news .mewsList article {
	position: relative;
	margin: 10px 0;
	font-size: 0.875rem;
}
#news .mewsList article .date {
	position: absolute;
	top: 0;
	left: 0;
    color:#434343;
}
#news .mewsList article .cat {
	position: absolute;
	top: 0;
	left: 95px;
	padding: 2px 3px;
	width: 80px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
	background: #000000;
    color: #ffffff;
}
#news .mewsList article h3 a {
	display: block;
	padding-left: 200px;
    color: #434343;
}
#news .mewsList article h3 a:hover {
	text-decoration: underline;
}

#news .link_btn {
	width: 160px;
	text-align: right;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
}
#news .link_btn a {
    color:#434343;
	display: inline-block;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #434343;
	transition: all .25s ease-out;	
}
#news .link_btn a:hover {
    border: 1px solid #434343;
	background: #434343;
    color:#fff;
}


/* --- #concept ---*/

#concept {
	position: relative;
}
#concept .textarea {
    padding: 0px 30px;
	font-family: '游明朝','Hiragino Mincho Pro','HGP明朝E','HGS明朝E','MS PMincho',serif;
	text-align: center;
	line-height: 2;
    color:#434343;
}
#concept .textarea h2 {
	font-size: 1.5rem;
	padding-bottom: 0.2em;
}
#concept .textarea p.copy {
	font-size: 1.25rem;
}
 

/* --- #gallery ---*/

#gallery {
	padding-bottom: 100px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
#gallery h2 {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	padding-bottom: 60px;
}
ul.galleryList {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.galleryList li {
	position: relative;
	width: 19.5%;
	height: 210px;
	margin-bottom: 7px;
	overflow: hidden;
}
ul.galleryList li.empty {
	height: 0;
	margin-bottom: 0;
}
ul.galleryList .thumb {
	width: 100%;
	height: 150px;

}
ul.galleryList .thumb:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
ul.galleryList .title {
    margin-top:5px;
}
ul.galleryList .title a {
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #939292;
	background: rgba(0,0,0,0.8);
	text-align: left;
}
#gallery .link_btn a {
	color:#434343;
	display: inline-block;
	margin-top: 40px;
	padding: 10px 80px;
	background: rgba(255,255,255,0);
	border: 1px solid rgba(67,67,67,0.5);
	transition: all .25s ease-out;
}
#gallery .link_btn a::after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}
#gallery .link_btn a:hover {
    color: #fff;
	background: rgba(67,67,67,1);
	border: 1px solid rgba(67,67,67,1);
}


/* --- #postBox ---*/

#postBox {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
#postBox #blog {
	width: 50%;
	/*padding: 80px 20px;*/
	position: relative;
	/*background: #E70012;
	-webkit-background-size: auto 120%;
	     -o-background-size: auto 120%;
	        background-size: auto 120%;*/
}
#postBox #blog h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	/*padding-bottom: 60px;*/
    color: #fff;
    background-color: #E70012;
    margin-bottom: 50px;
}
#blog .blog_inner {
	margin: auto;
	max-width: 450px;
	width: 100%;
	text-align: center;
}
#blog ul article {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #434343;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#blog .thumb {
	width: 150px;
	height: 80px;
	transition: all .25s ease-out;
}
#blog .thumb:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#blog .textarea {
    color:#434343;
	padding: 0;
	text-align: left;
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
}
#blog .textarea h3 a {
	display: block;
	margin-bottom: 3px;
	line-height: 1.4;
    color: #434343;
}
#blog .textarea h3 a:hover {
	text-decoration: underline;
}
#blog .textarea .date {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 110px;
	font-size: 0.75rem;
	padding-bottom: 10px;
}
#blog .textarea .cat {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 2px;
	width: 100px;
	font-size: 0.75rem;
	text-align: center;
    color:#ffffff;
	background: #1C1C1C;
}
#blog .link_btn a {
    color:#434343;
	display: inline-block;
	margin-top: 40px;
	padding: 10px 80px;
	/*background: rgba(231,0,18,0.4);*/
	border: 1px solid #434343;
	transition: all .25s ease-out;
}
#blog .link_btn a::after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}
#blog .link_btn a:hover {
    color:#fff;
	background: #434343;
	border: 1px solid #434343);
}

#postBox #facebook {
	width: 50%;
	padding: 80px 20px;
	position: relative;
	text-align: center;
	background: #000000;
	-webkit-background-size: auto 120%;
	     -o-background-size: auto 120%;
	        background-size: auto 120%;
}
#postBox #facebook .fb-page {
	margin: auto;
	max-width: 450px;
	width: 100%;
	text-align: center;
}


/* ---------- #map_canvas ---------- */

#map_canvas {
	width: 100%;
	height: 350px;
	background: #5e5e5e;
}



}
