@charset 'UTF-8';

/*---------------------------------------------

style CSS for Yamafuji

v.1.0.0
at 20.10.3

---------------------------------------------*/

.pc {
	display: block;
}
.pc.il {
	display: inline;
}
.sp {
	display: none;
}
.cnt {
	max-width: 1024px;
	width: 100%;
	margin: auto;
}
.flexArea {
	display: flex;
}


.site-header {
	margin: 20px;
}
.branding-area>.logo {
	text-align: center;
}
.branding-area>.logo>img {
	max-width: 200px;
	width: 100%;
	margin: auto;
}


.content-header {
	display: flex;
	height: 40vw;
	background-image: url(../img/top.jpg);
	background-size: cover;
	background-position: center bottom;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
	text-align: center;
	margin-bottom: 40px;
}
.content-header>.inner>.title {
	font-size: 46px;
}
.content-header>.inner>.desc {
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.75;
}

.content-body {
	padding: 0 10px;
}
.content-body>.flexArea {
	justify-content: space-between;
}
.content-body>.flexArea>.item {
	flex: 0 0 50%;
	padding: 10px;
}
.content-body>.flexArea>.-office {
	margin-left: -10px;
}
.content-body>.flexArea>.-storage {
	margin-right: -10px;
}
.content-block>.entry-body>p {
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75;
}


.entry-header {
	border-left: solid 10px #26c;
	padding-left: 10px;
	min-height: 3em;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #26c;
	margin-bottom: 20px
}
.entry-body {
	margin-bottom: 40px
}


.-about>.inner>.entry-body {
	max-width: 720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.about-list {
	border-top: solid 1px #26c; 
}
.about-list>.item {
	padding: 10px 20px;
	border-bottom: solid 1px #26c;
	line-height: 1.5;
}
.about-list>.item>dt {
	font-weight: bold;
}

.-access>.inner>.entry-body>.flexArea>.map {
	flex: 0 0 65%;
	height: 300px;
}
.-access>.inner>.entry-body>.flexArea>.map>iframe {
	width: 100%;
	height: 100%;
}
.-access>.inner>.entry-body>.flexArea>.desc {
	flex: 0 0 35%;
	line-height: 1.5;
}
.-access>.inner>.entry-body>.flexArea>.desc ul {
	margin-left: 20px
}

.page-footer {
	background: #2266cc;
	background: -moz-linear-gradient(top,  #2266cc 0%, #11aadd 100%);
	background: -webkit-linear-gradient(top,  #2266cc 0%,#11aadd 100%);
	background: linear-gradient(to bottom,  #2266cc 0%,#11aadd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2266cc', endColorstr='#11aadd',GradientType=0 );
	min-height: 200px;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}

/* -- -- 1024px -- -- */
@media (max-width: 1024px) {
	/*
	html {
		font-size: .97vw;
	}
	*/
}


/* -- -- 768px -- -- */
@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp.il {
		display: inline;
	}
	.content-header {
		height: 90vw;
		padding: 20px;
		background-position: left bottom;
	}
	.content-header>.inner>.title {
		font-size: 9vw;
	}
	.content-header>.inner>.desc {
		margin-top: 20px;
		font-weight: bold;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.content-body>.flexArea {
		display: block;
	}
	.content-body>.flexArea>.item {
		padding: 0;
		margin: 0;
	}
	.storage-block>.entry-body>img,
	.office-block>.entry-body>img {
		max-width: 480px
	}
	.about-list.ut-ht>div {
		display: block;
	}
	.about-list>.item>dt {
		margin-bottom: .5em;
	}
	.-access>.inner>.entry-body>.flexArea {
		display: block;
	}
	.-access>.inner>.entry-body>.flexArea>.map {
		height: 50vh;
	}
	.-access>.inner>.entry-body>.flexArea>.desc ul {
		margin-left: 0;
		margin-top: 3vw;
	}
	.entry-body .imgArea {
		max-width: 400px;
		margin: auto
	}
}