#main{
	border:0;
	background:transparent;
		padding: 0 29px;
		margin-bottom: 0;
}
#header-in, #navi-in, #body-in, #footer-in{
	width:880px;
}
#body{
	margin-top:0;
}
body{
	width: 100%;
	overflow-x: hidden;
}

.tophead{
	position: relative;
}
.tophead_in{
	width:100vw;
	height:60vh;
	background:#000;
	background:radial-gradient(#036, #000);
	position: relative;
		left: 50%;
	transform: translateX(-50%);
}
.tophead_in:before{
	content: "";
	background:url(/img/1.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
		top:0;bottom:0;left:0;right:0;
	opacity: 0.6;
/*
	width:100vw;
	height:60vh;
	background:url(/img/1.png);
	background-position: center center;
	background-size:cover;
	position: relative;
		left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
*/

}
.tophead_ov{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:60vh;
}
.tophead_ov_logo{
	width:100%;
	height:40vh;
	background:url(/img/zion2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:150px;
}
.tophead_ov_txt{
	width:100%;
	height:20vh;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:111%;
	line-height:2;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
.press{}
.press_in{}
.press_t{
	width:40%;
	min-width:16rem;
	text-align:center;
	margin:4.5rem auto;
	padding:0.5rem;
	font-size:20px;
	position: relative;
}
.press_t:after{
	content: "";
	position: absolute;
	left:0;
	bottom: -2px;
	width:100%;
	height:2px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), #000, rgba(0,0,0,0));
}
.press_art{}
.press_artin{}
a.press_artblk{
	display:block;
	border:1px solid #ccc;
	height:240px;
	margin:1.5rem auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	color:#222;
	text-decoration:none;
}
a.press_artblk2{
	display:block;
	border:1px solid #ccc;
	height:240px;
	margin:1.5rem auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	color:#222;
	text-decoration:none;
}
a.press_artblk2:hover,
a.press_artblk:hover{
		opacity: 0.8;
}
.press_artblk_txt{
	padding:1rem;
	flex:1;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.press_artblk_hd{
	height:3rem;
	font-size:18px;
	padding-bottom:1.5rem;
	font-weight:bold;
}
.press_artblk_txts{
	flex:1;
	line-height:1.5;
	max-height:5.75rem;
	margin-bottom:1.5rem;
	overflow:hidden;
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
}
.press_artblk_date{
	height:1rem;
	font-size:91%;
	color:#666;
	text-align:right;
}
.press_artblk_img{
	background-position: center center;
	background-repeat: no-repeat;
	flex:1;
}
.press_foot{
	text-align:center;
	margin:4.5rem auto;
}
a.press_foot_more{
	display:inline-block;
	padding:0.25rem 2.5rem;
	border:2px solid #9fc6e4;
	color:#6fa6d4;
	font-weight:bold;
	text-decoration:none;
}
a.press_foot_more:hover{
	background:#9fc6e4;
	color:#fff;
}
.works{}
.works_in{}
.works_head{
	width:100vw;
	height:40vh;
	background:url(/img/3.png);
	background-position: center center;
	background-size:cover;
	position: relative;
		left: 50%;
		transform: translateX(-50%);
}
.works_head_in{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:40vh;
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
}
.works_head_t{
	margin-top:5vh;
	height:15vh;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.article .works_head_t h3{
		width: 40%;
		min-width: 16rem;
		text-align: center;
		margin: 4.5rem auto;
		padding: 0.5rem;
		font-size: 20px;
	position: relative;
	border:none;
	color:#fff;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;

}
.article .works_head_t h3:after{
	content: "";
	position: absolute;
	left:0;
	bottom: -2px;
	width:100%;
	height:2px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), #000, rgba(0,0,0,0));
}
.works_head_txt{
	padding-bottom:5vh;
	height:15vh;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color:#fff;
	font-weight:bold;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;

}
.works_blk{text-align:center;}
.works_blk_t{
	display:inline-block;
	border:2px solid #333;
	padding:0.25rem 2rem;
	margin:4.5rem auto 3rem;
}
.works_blk_txt{margin-bottom:3rem;}
.works_blk_min{
}
.works_blk_min_in{
	width:100vw;
	max-width:960px;
	position: relative;
		left: 50%;
		transform: translateX(-50%);
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
.work_blk_min_ph{
	flex:1;
	margin:0 0.75rem;
	position: relative;
	overflow:hidden;
	background:#000;
}
.work_blk_min_ph1:before{
	content:"";
	background:url(/img/4.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	transition: all 300ms 0s ease;
	opacity: 0.5;
}
.work_blk_min_ph2:before{
	content:"";
	background:url(/img/5.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	transition: all 300ms 0s ease;
	opacity: 0.5;
}
.work_blk_min_ph3:before{
	content:"";
	background:url(/img/6.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	transition: all 300ms 0s ease;
	opacity: 0.5;
}
.work_blk_min_ph4:before{
	content:"";
	background:url(/img/7.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	transition: all 300ms 0s ease;
	opacity: 0.5;
}
.work_blk_min_ph1:hover:before,
.work_blk_min_ph2:hover:before,
.work_blk_min_ph3:hover:before,
.work_blk_min_ph4:hover:before{
	opacity: 0.9;
	top:-1em;bottom:-1em;left:-1em;right:-1em;
}
.work_blk_min_ph_in{
	position: relative;
	top:0;bottom:0;left:0;right:0;
}
.work_blk_min_ph_t{
	font-weight:bold;
	margin:2rem 0;
	color: white;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
.work_blk_min_ph_txt{
	font-size:14px;
	line-height:1.4;
	padding:0 1.5rem;
	text-align:left;
	margin-bottom:10rem;
		color: white;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
a.work_blk_min_ph_more{
	height:1.5rem;
	position: absolute;
	bottom:-8rem;
	line-height:1.5rem;
	left:0;
	right:0;
	text-decoration:none;
}
a.work_blk_min_ph_more span{
	background:#f50;
	color:#fff;
	padding:0.25rem 1rem;
	font-size:14px;
	font-weight:bold;
	box-shadow: 0 2px 8px #000;
}
a.work_blk_min_ph_more span:hover{
	background:#fff;
	color:#f50;
}
.works_blk_sc{
	position: relative;
	margin:3rem 0;
	overflow:hidden;
	background:#012;
}
.works_blk_sc:before{
	content:"";
	background:url(/img/8.png);
	background-position: center center;
	background-size:cover;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	transition: all 300ms 0s ease;
	opacity: 0.5;
}
.works_blk_sc:hover:before{
	top:-1em;bottom:-1em;left:-1em;right:-1em;
	opacity: 0.25;
}
.works_blk_sc_in{
	padding:5rem 0 4rem;
	position: relative;
	z-index:3;
}
.work_blk_sc_t{
	font-size:111%;
	font-weight:bold;
	color: white;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
.work_blk_sc_txt{
	font-size:14px;
	margin:1.5rem;
		color: white;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
a.work_blk_sc_more{
	background:#f50;
	color:#fff;
	padding:0.25rem 1rem;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	box-shadow: 0 2px 8px #000;
}
a.work_blk_sc_more:hover{
	background:#fff;
	color:#f50;
}
.work{margin:0 0 7.5rem 0;}
.work_in{}
.work_head{
	width:100vw;
	height:20vh;
	line-height:20vh;
	font-size:22px;
	background-position: center center;
	background-size:cover;
	position: relative;
		left: 50%;
	transform: translateX(-50%);
	text-align:center;
	margin-bottom:3rem;
	font-weight:bold;
	color:#fff;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
.work_head_w1{
	background:url(/img/9.png);
	background-position: center center;
	background-size:cover;
}
.work_head_w2{
	background:url(/img/11.png);
	background-position: center center;
	background-size:cover;
}
.work_head_w3{
	background:url(/img/19.png);
	background-position: center center;
	background-size:cover;
}
.work_head_w4{
	background:url(/img/15.png);
	background-position: center center;
	background-size:cover;
}

.work_head_t{}
.work_txt{
	font-size: 16px;
	line-height: 170%;
	text-align:center;
	margin-bottom:3rem;
}
.work_blk_m{
	border:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	margin:2rem 0;
}
.work_blk_m2{
	border:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	margin:2rem 0;
}
.work_blk_m_img,
.work_blk_m2_img{
	width:30%;
	background-position: center center;
	background-size:cover;
}
.img_w1_1{
	background:url(/img/10.png);
	background-position: center center;
	background-size:cover;
}
.img_w2_1{
	background:url(/img/12.png);
	background-position: center center;
	background-size:cover;
}
.img_w2_2{
	background:url(/img/13.png);
	background-position: center center;
	background-size:cover;
}
.img_w2_3{
	background:url(/img/14.png);
	background-position: center center;
	background-size:cover;
}
.work_blk_m_list{
	width:70%;
	padding-top:.5rem;
	padding-bottom:.5rem;
}
.work_blk_m_list li{
	padding:.5rem 0;
}
.work_blk_m_txt,
.work_blk_m2_txt{
	width:70%;
	padding:1rem;
}
.work_blk_m_txt_t,
.work_blk_m2_txt_t{
	padding:.5rem 0 1rem;
	font-size:16px;
	font-weight:bold;
}
.work_blk_m_txt_txt,
.work_blk_m2_txt_txt{
	font-size:14px;
	line-height:1.5;
	min-height:6rem;
}

.work_foot{
	text-align:center;
}
.work_foot_txt{
	font-size:14px;
}
a.work_foot_more{
	display:inline-block;
	border:2px solid #999;
	background:#fff;
	color:#444;
	padding:0.25rem 2.5rem;
	font-size:16px;
	text-decoration:none;
	margin-top:2rem;
}
a.work_foot_more:hover{
	background:#999;
	color:#fff;
}
.work_blk_l{
	border:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	margin:2rem 0;
}
.work_blk_l2{
	border:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	margin:2rem 0;
}
.work_blk_l_img,
.work_blk_l2_img{
	width:40%;
	background-position: center center;
	background-size:cover;
}
.img_w3_1{
	background:url(/img/16.png);
	background-position: center center;
	background-size:cover;
}
.img_w4_1{
	background:url(/img/18.png);
	background-position: center center;
	background-size:cover;
}
.work_blk_l_txt,
.work_blk_l2_txt{
	width:60%;
	padding:1rem;
}
.work_blk_l_txt_t,
.work_blk_l2_txt_t{
	padding:.5rem 0 1rem;
	font-size:16px;
	font-weight:bold;
}
.work_blk_l_txt_txt,
.work_blk_l2_txt_txt{
	font-size:14px;
	line-height:1.5;
	min-height:12rem;
}
.contact{
	width:100vw;
	background:url(/img/17.png);
	background-position: center center;
	background-size:cover;
	position: relative;
		left: 50%;
	transform: translateX(-50%);
	padding:3rem 0;
	text-shadow:
		black 2px 0px 4px, black -2px 0px 4px,
		black 0px -2px 4px, black -2px 0px 4px,
		black 2px 2px 4px, black -2px 2px 4px,
		black 2px -2px 4px, black -2px -2px 4px,
		black 1px 2px 4px, black -1px 2px 4px,
		black 1px -2px 4px, black -1px -2px 4px,
		black 2px 1px 4px, black -2px 1px 4px,
		black 2px -1px 4px, black -2px -1px 4px,
		black 1px 1px 4px, black -1px 1px 4px,
	black 1px -1px 4px, black -1px -1px 4px;
}
.contact-t,
.corp-t{
	width:40%;
	min-width:16rem;
	text-align:center;
	margin:0 auto 3rem;
	padding:0.5rem;
	font-size:20px;
	position: relative;
	color:#fff;
	font-weight:bold;
}
.contact-t:after,
.corp-t:after{
	content: "";
	position: absolute;
	left:0;
	bottom: -2px;
	width:100%;
	height:2px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), #000, rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), #000, rgba(0,0,0,0));
}
.contact-in{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.contact-f{
	overflow:hidden;
}
.f-left{
	width:48%;
	float:left;
}
.f-right{
	width:48%;
	float:right;
}
.f-submit{
	clear:both;
	padding-top:1rem;
}
.f-submit .wpcf7-submit{
	display:block;
	width:8em;
	margin:0 auto;
	border-radius:0;
	border:2px solid #888;
	background:#fff;
	color:#666;
	font-size:15px;
}
.f-submit .wpcf7-submit:hover{
	background:#888;
	color:#fff;
}
.f-set{
	color:#dde;
	margin-bottom:1rem;
}
.f-set span:first-child{
	font-weight:bold;
	display: block;
	padding-left: .5rem;
	padding-right: .5rem;
}
.f-set textarea{
	height:192px;
}
.f-set select{
	width:100%;
	height: 2.5em;
	font-size: 15px;
	border: 1px solid #ccc;
}

.corp-list{
	max-width:480px;
	overflow:hidden;
	margin:0 auto 2rem;
}
.corp-list dt{
	color:#fff;
	background:#023;
	font-size:14px;
	padding-left:7px;
}
.corp-list dd{
	font-size:15px;
	text-align:right;
	padding:0.5rem;
	background:#f8f8f8;
	margin-left:0;
	margin-bottom:1rem;
}

/*
.corp-list dt{
	display:inline-block;
	width:72px;
	padding:0 1rem;
	font-size:12px;
	font-weight:bold;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #666;
	background:;#fff
	color:#333;
	position: relative;;
	border-radius:0 1rem 0 0;
	background:#def;
}

.corp-list dt:after{
	content: "";
	position: absolute;
	left:0;
	bottom: -2px;
	width:100%;
	height:2px;
	background: #fff;
}

.corp-list dd{
	text-align:right;
	padding:1rem;
	margin-bottom:1rem;
	border:2px solid #666;
	margin-left:0;
	font-size:15px;
}
*/
.mapv{
	width:100vw;
	height:75vh;
	min-height:450px;
	position: relative;
		left: 50%;
	transform: translateX(-50%);

}
.mapv iframe{
	height:75vh;
	min-height:450px;
}
#main .post, #main .page,
.footer-post-meta,
.entry-content{
	margin-bottom:0;
	margin-top:0;
}
@media screen and (max-width: 640px){
	a.press_artblk,
	a.press_artblk2 {
		height:auto;
		flex-direction: column-reverse;
	}
	.press_artblk_img{
		height:50vw;
	}
	.press_artblk_hd{
		height: auto;
		font-size: 16px;
		padding-bottom: 1rem;
	}
	.press_artblk_txts{
		margin-bottom:1rem;
	}
	.works_blk_min_in {
		flex-direction: column;
	}
	.work_blk_min_ph{
		margin-bottom:1.5rem;
	}
	.work_blk_sc_txt{
		text-align:left;
	}
	.work_blk_m,
	.work_blk_m2,
	.work_blk_l,
	.work_blk_l2{
		flex-direction: column;
	}
	.work_blk_m_img,
	.work_blk_m2_img,
	.work_blk_l_img,
	.work_blk_l2_img{
		height:50vw;
		width:100%;
	}
	.work_blk_m_list,
	.work_blk_m_txt,
	.work_blk_m2_txt,
	.work_blk_l_txt,
	.work_blk_l2_txt{
		margin:0;
		width:100%;
		box-sizing: border-box;
	}
	.f-left,
	.f-right{
		float: none;
		width:96%;
		margin:0 auto;
		font-size:91%;
	}
	.f-set span:first-child{
		padding-right: .5rem;
	}
	.tophead_ov{
		height:100%;
	}

	.tophead_ov_txt{
		height:40vh;
		font-size:100%;
		line-height:1.5;
	}

	.works_head_t{
		margin-top:0;
	}
	.works_head_txt{
		padding-bottom:5vh;
		height:20vh;
		font-size:90%;
		line-height:1.75;
	}
}
@media screen and (max-width: 639px){
	div#main {
		padding: 0 10px;
	}
}

#heads{
	height:4rem;
/*
	overflow:hidden;
*/
	width:100%;
	border-bottom:3px solid #00a6b6;
}
a#headslogo{display:inline-block;}
a#headslogo img{height:48px;margin:8px;display:inline-block;float:left;}
ul#navis{margin:0 1rem 0 0;padding:0;float:right;width:calc(100% - 160px - 9rem);list-style-type:none;display:flex;max-width:720px;}
ul#navis li{width:25%;}
ul#navis li a{display: inline-block;width:100%;text-decoration: none;color:#80888f;margin:1rem 0;line-height:1rem;text-align:center;font-size:86%;}
ul#navis li a span{display:block;color:#999;font-size:86%;border-top:1px solid #fff;padding:0 1.25em;}
ul#navis li a:hover{color:#00a6b6;}
ul#navis li a:hover span{border-top:1px solid #00a6b6;color:#333;}
#nav-drawer {display:none;}
@media screen and (max-width: 640px){
/*
	a#headslogo{display:inline-block;}
	a#headslogo img{height:32px;margin:16px 8px;display:inline-block;float:left;}
	ul#navis{margin:0 0 0 0;padding:0;float:right;width:calc(100% - 108px - .5rem);list-style-type:none;display:flex;font-size:76%;}
	ul#navis li{width:25%;}
	ul#navis li a{display: inline-block;width:100%;text-decoration: none;color:#8ab;margin:1rem 0;line-height:1rem;text-align:center;font-size:86%;font-weight:bold;}
	ul#navis li a span{display:block;color:#999;font-size:86%;border-top:1px solid #fff;padding:0 0;font-weight:normal;}
*/

	ul#navis{display:none;}

	header#heads{
		position: relative;
	}
	#nav-drawer {
		display:block;
		position: absolute;
		top:20px;
		right:0;
	}
	.nav-unshown {
		display:none;
	}
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
		position: relative;
		z-index:99999;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}
	#nav-close {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
/*
		width: 90%;
		max-width: 320px;
*/
		height: 100%;
		background: rgba(16,16,16,.85);
		transition: .3s ease-in-out;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
	}
	#nav-input:checked ~ #nav-close {
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ #nav-open{
		position: fixed;
		right:0;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	#nav-input:checked ~ #nav-open span{
		background: transparent;
	}
	#nav-input:checked ~ #nav-open span:before,
	#nav-input:checked ~ #nav-open span:after{
		margin-top: 0;
		bottom: -8px;
		background: #aaa;
	}
	#nav-input:checked ~ #nav-open span:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#nav-input:checked ~ #nav-open span:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}
.hcaption{
	padding:4em 0;
}
.hcaption .hcaption_txt{
	text-align:center;
	color:#012;
	font-size:128%;
	padding:1.5em 0;
	line-height:2.5;
}
@media screen and (max-width: 639px){
	.hcaption .hcaption_txt{
		text-align:center;
		color:#012;
		font-size:100%;
		padding:1.5em 0;
		line-height:1.5;
	}
}


ul#navissp{
	margin-top:82px;
	padding:0;
}
ul#navissp li{
	padding:16px 0;
	text-align:center;
	line-height:2;
}
ul#navissp li a{
	text-align:center;
	text-decoration:none;
}
ul#navissp li a span{
	display:block;
}
@media screen and (max-width: 639px){
	ul#navissp li{
		padding:22px 0;
	}
	ul#navissp li a{
		font-size:144%;
		line-height:1.2;
	}
	ul#navissp li a span{
		color:#fff;
		font-size:13px;
	}
}

.bogo-language-switcher{
	width:5em;
	float:right;
	padding:.75em;
	margin:0;
	font-size:91%;
	line-height:1.5;
}
@media screen and (max-width: 639px){
	.bogo-language-switcher{
		margin-right:2.5em;
	}
}