@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
/*
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
*/
	font-family: "Open Sans", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: 18px;
	font-weight:normal;
	font-style:normal;
	line-height: 2.4em;
	text-align:left;
	color: #000;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust: 100%
	max-height: 100%;
	-webkit-appearance: none;
	letter-spacing:0;
}

br.w420{
	display:none;
}

.aligncenter{
	text-align:center;
}

.sp{
	display:none;
}

html{
	background:#fff;
}

img{
	display:block;
}

a{
	text-decoration:none;
}

body{
	max-width:1920px;
	margin:auto;
	background:#fff;
	position:relative;
	z-index:+2;
}

header{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
	background:#fff;
}

header .header_inner{
	width:95%;
	margin:10px auto;
	overflow:hidden;
}

header .header_inner h1{
	width:270px;
	float:left;
}

header .header_inner h1 img{
	width:95%;
	padding-top:4px;
}

header .header_inner nav{
	width:calc(100% - 270px);
	float:right;
}

header .header_inner nav ul{
	text-align:right;
}

header .header_inner nav ul li{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
}

header .header_inner nav ul li.sns{
	margin-right:0;
	margin-left:5px;
}

header .header_inner nav ul li a{
	display:block;
	padding:10px;
	color:#707070;
	transition-duration: 1s;
	font-size:16px;
}

header .header_inner nav ul li a:hover{
	color:#221815;
}

header .header_inner nav ul li.sns a{
	padding:5px;
}

header .header_inner nav ul li a img{
	width:90%;
	margin:auto;
}

.firstview{
	overflow:hidden;
	margin-bottom:90px;
	position:relative;
	z-index:2;
	background:#fff;
}

.firstview video{
	display:block;
	width:100%;
}

.firstview .sound_btn{
	position:absolute;
	right:10px;
	bottom:10px;
}

.firstview #MovieStart.sound_btn,
.firstview #MovieStop.sound_btn{
	right:60px;
	width:70px;
	bottom:3px;
}

.firstview #MovieStart.sound_btn img,
.firstview #MovieStop.sound_btn img{
	width:100%;
}

.firstview #MovieStop.sound_btn,
.firstview #MovieSoundOn.sound_btn{
	display:block;
}

.firstview #MovieStart.sound_btn,
.firstview #MovieSoundOff.sound_btn{
	display:none;
}

#main{
	position:relative;
	z-index:1;
	overflow:hidden;
}

#main .content_block.about .inner,
#main .content_block{
	width:1180px;
	margin:10px auto 100px;
	position:relative;
	z-index:2;
}

@media only screen and (max-width:1280px) {
#main .content_block.about .inner,
#main .content_block{
	width:95%;
}
}

#main .content_block.about{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}


#main .content_block h2{
	color:#000;
	font-size:30px;
	text-align:center;
	margin-bottom:70px;
}

.access_wrapper dl,
#main .content_block.news ul,
#main .content_block p{
	color:#000;
	width:92%;
	margin:auto;
	margin-bottom:70px;
}

#main .content_block.concept p{
	border-bottom:solid 1px #b7b7b7;
	padding-bottom:70px;
	text-align:center;
	font-size:18px;
}

#main .content_block.concept p.no_border{
	border-bottom:none;
	padding-bottom:0;
}

#main .content_block.concept .concept_coffee{
	margin:80px auto;
	width:100%;
	position:relative;
	text-align:center;
}

#main .content_block.concept .concept_coffee img{
	position:relative;
	z-index:1;
	width:100%;
}

/*
#main .content_block.concept .concept_coffee strong{
	z-index:2;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align:center;
	font-weight:bold;
	color:#ff9;
	font-size:118px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height:1.27em;
}
*/

#main .content_block.concept h2.concept_coffee_h2{
	line-height:1.4em;
}

#main .content_block.concept h3{
	text-align:center;
	margin-bottom:30px;
	font-size:18px;
	color:#000;
}

#main .content_block.news ul{
	max-height:300px;
	overflow:auto;
}

#main .content_block.news ul li{
	padding:15px 0;
	border-bottom:solid 1px #b7b7b7;
}

#main .content_block.news ul li span{
	margin-right:40px;
	font-weight:bold;
}

#main .image_block{
	overflow:hidden;
	margin:10px auto 100px;
}

#main .image_block ul{
	display:flex;
	flex-wrap:wrap;
	width:101%;
}

#main .image_block ul li{
	width:33.333333%;
}

#main .image_block ul li img{
	width:100%;
}

.access_wrapper{
	overflow:hidden;
	width:100%;
	margin:20px auto 160px;
	display:flex;
	flex-wrap:wrap;
}

.access>img{
	display:block;
	width:100%;
}

.access_wrapper .access_right,
.access_wrapper .access_left{
	width:50%;
	position:relative;
}

.access_wrapper .access_right .access_right_inner{
	position:relative;
	height:auto;
}

.access_wrapper dl{
	margin:10px 0 10px 5%;
	width:95%;
}

.access_wrapper dl dt{
	font-size:26px;
	color:#000;
	margin:30px auto;
}

.access_wrapper dl dd{
	margin-bottom:30px;
	color:#000;
	letter-spacing:0;
	line-height:2em;
}

.access_wrapper .access_left a{
	display:block;
	width:95%;
	margin-left:5%;
	position:relative;
}


.access_wrapper .access_left a img{
	position:absolute;
	left:0;
	bottom:0;
	margin-right:30px;
	width:40px;
}

.access_wrapper .access_left a span{
	margin-left:60px;
}

.about .press a,
.access_wrapper .access_left a span{
	color:#1a73e8;
	border-bottom:solid 1px #1a73e8;
	padding:8px 0;
	font-size:20px;
	transition-duration: 1s;
}

.about .press a:hover,
.access_wrapper .access_left a:hover span{
	color:#707070;
	border-bottom:solid 1px #707070;
}

.access_wrapper .access_right .map{
	width:100%;
	display:block;
}

.access_wrapper .access_right a{
	position:absolute;
	bottom:15px;
	left:15px;
	display:block;
	width:50%;
}

.access_wrapper .access_right a img{
	opacity:1;
	transition-duration: 1s;
	display:block;
	width:100%;
}

.access_wrapper .access_right a img:hover{
	opacity:0.7;
}

.about{
	background:#efeeee;
	padding-top:60px;
}

.about img{
	width:100%;
	margin-bottom:50px;
}


.about .toAquam,
.about .press{
	text-align:center;
	margin:10px auto 100px;
}

.about .toAquam img{
	width:auto;
	margin:auto;
}

footer {
	z-index:2;
	position:relative;
}

footer address{
	background:#707070;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:20px;
	padding:15px 0;
}

#toTOP a{
	position:fixed;
	bottom:90px;
	right:calc(50% - 680px);
	z-index:1;
}

#toTOP a img{
	width:80%;
	margin:auto;
}

#bg_icon{
	position:fixed;
	top:0;
	right:-30%;
	z-index:-1;
}

@media only screen and (max-width:750px) {
	.sp{
		display:block;
	}

	header #OpenMenu{
		position:absolute;
		right:15px;
		top:32px;
		background:#707070;
		height:3px;
		width:30px;
		box-sizing:border-box;
		border-radius:5px;
	}

	header #OpenMenu::before,
	header #OpenMenu::after{
		content:"";
		position:absolute;
		top:-10px;
		left:0;
		width:30px;
		height:3px;
		background:#707070;
		border-radius:5px;
	}

	header #OpenMenu::before{
		top:unset;
		bottom:-10px;
	}

	header #CloseMenu{
		position:fixed;
		right:15px;
		top:24px;
		width:30px;
		height:30px;
		z-index:+9;
	}

	header #CloseMenu::before,
	header #CloseMenu::after{
		content:"";
		position:absolute;
		top:10px;
		right:0;
		width:30px;
		height:3px;
		background:#707070;
		transform:rotate(45deg);
		border-radius:5px;
	}

	header #CloseMenu::after{
		transform:rotate(135deg);
	}

	header .header_inner{
		width:100%;
		overflow: unset;
		position:fixed;
		top:0;
		left:0;
		background:#fff;
		margin:0;
		height:60px;
		z-index:+2
	}

	header .header_inner h1{
		float:none;
		margin:12px 0 12px 4%;
		height:35px;
	}

	header .header_inner h1 img{
		height:100%;
		width:auto;
	}

	header .header_inner nav{
		width:100%;
		height:100%;
		float:none;
		position:fixed;
		background:#fff;
		left:0;
		top:0;
		overflow:auto;
		display:none;
		transition-duration: 1s;
		z-index:5;
	}

	header .header_inner nav.View{
		display:block;
	}

	header .header_inner nav ul{
		text-align:center;
		margin-top:5px;
		display:block;
		border-top:solid 1px #707070;
		width:92%;
		margin:20px auto;
	}

	header .header_inner nav ul li{
		display:block;
		vertical-align:middle;
		margin-right:0;
		border-bottom:solid 1px #707070;
	}

	header .header_inner nav ul li.sns{
		margin:30px 20px;
		display:inline-block;
		border-bottom:none;
	}

	header .header_inner nav ul li a{
		display:block;
		padding:10px;
		color:#707070;
		transition-duration: 1s;
		text-align:center;
		padding:15px 0;
		font-weight:bold;
		font-size:17px;
		color:#000;
	}

	header .header_inner nav ul li a:hover{
		color:#221815;
	}

	header .header_inner nav ul li.sns a{
		padding:5px;
	}

	header .header_inner nav ul li a img{
		width:90%;
		margin:auto;
	}

	header .header_inner nav #CloseMenu2{
		display:block;
		padding:10px;
		color:#707070;
		transition-duration: 1s;
		text-align:center;
		padding:10px 0 5px;
		font-weight:bold;
		font-size:17px;
		border-bottom:solid 1px #707070;
		width:92%;
		margin:70px auto 0;
	}


	.firstview{
		margin-top:60px;
		margin-bottom:0;
	}

/*
	.firstview{
		width:100%;
		height:100vh;
		margin-bottom:0;
		position:relative;
		box-sizing:border-box;
	}

	.firstview video{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 238.805970vh;
		height: 41.9791666vw;
		min-height: 100%;
		min-width: 100%;
		margin-top:60px;
	}
*/


	.firstview #MovieSoundOn.sound_btn,
	.firstview #MovieSoundOff.sound_btn{
		bottom:3%;
		z-index:+1;
	}

	.firstview #MovieStop.sound_btn,
	.firstview #MovieStart.sound_btn{
		right:35px;
		width:40px;
		bottom:0%;
	}

	.firstview #MovieSoundOn.sound_btn img,
	.firstview #MovieSoundOff.sound_btn img{
		width:23px;
	}

	.firstview #MovieStop.sound_btn img,
	.firstview #MovieStart.sound_btn img{
		width:100%;
	}
	
	#main .content_block{
		margin-top:-45px;
		padding-top:45px;
	}

	#main .content_block.about .inner,
	#main .content_block{
		width:97%;
		margin:10px auto;
	}

	#main .content_block h2{
		font-size:24px;
		margin-bottom:20px;
	}

	.access_wrapper dl,
	#main .content_block.news ul,
	#main .content_block p{
		color:#000;
		margin-bottom:70px;
		font-size:13px;
		width:100%;
	}

	#main .content_block.concept h3{
		font-size:13px;
	}


	#main .content_block.concept p{
		padding-bottom:85px;
		margin-bottom:20px;
		font-size:13px;
	}

	#main .content_block.news ul{
		max-height:none;
		overflow:hidden;
	}

	#main .content_block.news ul li{
		padding:15px 0 15px 9em;
		border-bottom:solid 1px #b7b7b7;
		position:relative;
	}

	#main .content_block.news ul li span{
		margin-right:0;
		font-weight:bold;
		position:absolute;
		left:0;
	}

	#main .image_block{
		margin:10px auto 100px;
	}

	#main .image_block ul{
		display:flex;
		flex-wrap:wrap;
		width:100%;
	}

	#main .image_block ul li{
		width:50%;
	}

	.access_wrapper,
	.access>img{
		width:92%;
		margin:auto;
		display:block;
	}

	.access_wrapper .access_left,
	.access_wrapper .access_right{
		width:100%;
	}

	.access_wrapper .access_left{
		margin-bottom:20px;
	}


	.access_wrapper .access_left a,
	.access_wrapper dl{
		width:100%;
		margin:auto;
		display:block;
	}

	.access_wrapper dl{
		margin-bottom:20px;
	}


	.access_wrapper dl dt{
		font-size:16px;
		margin:10px auto;
		font-weight:bold;
	}

	.access_wrapper dl dd{
		font-size:13px;
		margin:10px auto;
	}

	.access_wrapper dl dd strong{
		font-size:13px;
		font-weight:bold;
		color:#707070;
	}


	.access_wrapper .access_left a{
		margin-bottom:40px;
		text-align:center;
		vertical-align:top;
		height:30px;
	}

	.access_wrapper .access_left a img{
		margin-right: 12px;
		display:inline;
		position:relative;
		width:34px;
		text-align:right;
		padding-top:3px;
	}

	.access_wrapper .access_left a span{
		margin-left:0;
		margin-bottom:10px;
		padding:5px 0 5px;
		vertical-align:top;
		font-size:14px;
	}

	.access_wrapper .access_right a{
		width:50%;
		position:absolute;
		bottom:10px;
		display:block;
		left:10px;
		top:unset;
	}

	.access_wrapper .access_right a img{
		display:block;
		width:100%;
	}

	.about .toAquam,
	.about .press{
		margin-bottom:60px;
	}

	.about .press a,
	.access_wrapper .access_left a span{
		font-size:14px;
		font-weight:normal;
	}
	.about p,
	.about img{
		width:95%;
		margin:10px auto 60px;
	}
	
	.about .toAquam a{
		width:200px;
		display:block;
		margin:auto;
	}

	.about .toAquam a img{
		display:block;
		width:100%;
	}

	.about .inner{
		overflow:hidden;
	}
	
	#toTOP a{
		position:fixed;
		right:10px;
		bottom:15px;
		width:50px;
		z-index:+5;
	}


	#toTOP a img{
		margin-bottom:0;
		width:75%;
		margin:auto;
	}
	
	footer address{
		font-size:13px;
		padding-bottom:60px;
	}

	#bg_icon{
		right:-70%;
		top:100px;
		width:150%;
	}

}

@media only screen and (max-width:420px) {
	#main .content_block.news ul li{
		padding:15px 10px;
		border-bottom:solid 1px #b7b7b7;
		position:relative;
	}

	#main .content_block.news ul li span{
		margin-right:0;
		font-weight:bold;
		position:relative;
		display:block;
		left:0;
	}
	br.w420{
		display:block;
	}
}
