@charset "utf-8";

@media screen and (max-width:768px){

#content {
	padding: 0;
	max-width: 100%;
}

/* ----------------------------------------
	#visual
---------------------------------------- */
	

#visual {
	width: 100%;
}

/* --- #news ---*/

#news {
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#news .title h2 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.25rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
    background: #e70303;
    width: 55%;
    color#fff
}
#news .mewsList article {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #434343;
}
#news .mewsList article .date {
	display: inline-block;
	padding-right: 5px;
	font-size: 0.75rem;
    color:#434343;
}
#news .mewsList article .cat {
	display: inline-block;
	padding: 2px 3px;
	width: 80px;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
	background: #000000;
}
#news .mewsList article h3 a {
	display: block;
	padding-top: 5px;
	font-size: 0.875rem;
    color: #434343;
}
#news .link_btn a {
    color:#434343;
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
	width: 55%;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
	border: 1px solid #434343;
}


/* --- #concept ---*/

.concept_inner {
	margin-bottom: 50px;
	padding: 0px 0;
	width: 100%;
	height: auto;
	background-size: cover;
}
#concept .textarea {
	padding: 20px 10px;
	color: #434343;
	font-family: '游明朝','Hiragino Mincho Pro','HGP明朝E','HGS明朝E','MS PMincho',serif;
	text-align: center;
}
#concept .textarea h2 {
	font-size: 1.5rem;
	padding-bottom: 0.5em;
}


/* --- #gallery ---*/

#gallery {
	padding-bottom: 85px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
#gallery h2 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
}
#gallery ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: block;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#gallery li {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
#gallery li .title a {
	display: block;
    margin: 5px 0 5px 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #fff;
	background: rgba(0,0,0,0.8);
	text-align: left;
}
#gallery li.empty {
	height: 0;
	margin-bottom: 0;
}
#gallery .thumb {
	width: 100%;
	height: 230px;
}
#gallery .link_btn a {
    color:#434343;
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
	width: 90%;
	border: 1px solid #434343;
}
#gallery .link_btn a::after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}


/* --- #blog ---*/
#postBox {margin-top: -50px;}
#postBox #blog {
	position: relative;
	padding: 20px 0;
	text-align: center;
	background-size: cover;
}
#postBox #blog h2 {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
    background-color: red;
    width: 55%;
}
#blog .blog_inner {
	padding: 0 5%;
}
#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: 120px;
	height: 100px;
}
#blog .textarea {
	padding: 0;
	text-align: left;
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
}
#blog .textarea h3 a {
    color:#434343;
	display: block;
	margin-bottom: 3px;
	font-size: 0.875rem;
	line-height: 1.4;
}
#blog .textarea .date {
	display: inline-block;
	font-size: 0.75rem;
	text-align: right;
	width: 100%;
   color:#434343;
}
#blog .textarea .cat {
	float: right;
	display: inline-block;
	padding: 2px;
	width: 100px;
	font-size: 0.6875rem;
	text-align: center;
	background: #1C1C1C;
}
#blog .link_btn a {
    color:#434343;
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
	width: 90%;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.05em;
	border: 1px solid #434343;
}
#blog .link_btn a::after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}

/* --- #facebook ---*/

#postBox #facebook {
	position: relative;
	padding: 30px 5%;
	text-align: center;
	background: #000000;
	background-size: cover;
}
#postBox #facebook .fb-page {
	width: 100%;
}


/* ---------- #map_canvas ---------- */

#map_canvas {
	width: 100%;
	height: 300px;
	background: #5e5e5e;
}

.elementor-2 .elementor-element.elementor-element-e006db2 > .elementor-element-populated {margin-bottom: -70px;}


}








