@charset "utf-8";
/* CSS Document */

/* Reset
---------------------------------------------------------------------------- */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	color: #000000;
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	background-color: #ECECEC;
	background-image: linear-gradient(
		-45deg,
		#969696 25%,
		#A0A0A0 25%,
		#A0A0A0 50%,
		#969696 50%,
		#969696 75%,
		#A0A0A0 75%,
		#A0A0A0
	);
	background-size: 5vw 5vw;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 98%;
	color: #111111;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	margin: 0 0 -9px;
}

/* Clearfix
---------------------------------------------------------------------------- */
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

/* Common Setting
---------------------------------------------------------------------------- */
.hidden {
	display: none;
}
.caption {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #bb2b37;
	margin: 0 0 12px;
}
.attention {
	text-align: center;
}
.headline {
	display: table;
	font-weight: bold;
	margin-bottom: 8px;
}
.comingSoon {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 160px 0;
}
.mb8 {
	margin-bottom: 8px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb32 {
	margin-bottom: 32px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb80 {
	margin-bottom: 80px;

}

/* Container
---------------------------------------------------------------------------- */
#container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

/* Navigation
---------------------------------------------------------------------------- */
#navigation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 8px;
	background: #000000;
}
#navigation-content {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#navigation-content .bx-left {
	display: flex;
	align-items: center;
	width: 33%;
	height: auto;
}
#navigation-content .bx-left .place {
	flex: 1;
}
#navigation-content .bx-left ul {
	flex: 5;
}
#navigation-content .bx-left li {
	padding-left: 2%;
}
#navigation-content .bx-right {
	width: 48%;
	height: auto;
}
#navigation-content .bx-right ul {
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #969696;
	box-sizing: border-box;
}
#navigation-content .bx-right li {
	flex: 1;
	border-left: 1px solid #969696;
	box-sizing: border-box;
}
#navigation-content .bx-right li a {
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#navigation-content .bx-right li a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#navigation-content .bx-right li a.deactive {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#navigation-2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#navigation-2-content {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto -8px;
	padding: 12px 0;
}
#navigation-2-content ul {
	display: flex;
	justify-content: space-between;
	width: 63%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-radius: 4px;
}
#navigation-2-content li {
	flex: 1;
	text-align: center;
	height: auto;
	margin: 16px 2% 0;
	padding: 0;
}
#navigation-2-content li a {
	text-decoration: none;
	display: block;
	transition: .3s ease;
}
#navigation-2-content li a:hover {
	opacity: .85;
}

/* Main
---------------------------------------------------------------------------- */
#main {
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding: 150px 0 30px;
	background: #D2D2D2;
	display: block;
}
#main.page {
	position: relative;
}
#main-content {
	width: 100%;
	height: auto;
	margin: 10px auto;
}
#main-content h3 {
	width: 90%;
	margin: 16px auto;
	padding: 8px 0;
	text-align: center;
}
#main-content h3 img {
	width: auto;
	height: 64px;
}
#main-content .section {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto 32px;
}
#main-content .section .inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 40px 40px;
	box-sizing: border-box;
	background: #fff;
}
#main-content .section-1 {
	position: relative;
}
#main-content .section-1 .infomation {
	display: block;
	width: 250px;
	margin: 0 auto 24px;
}
#main-content .section-1 .inner-text {
	display: flex;
	max-width: 680px;
	margin: 0 auto 12px;
	padding: 12px 16px 0;
}
#main-content .section-1 .inner-text+.inner-text {
	border-top: 1px dashed #000;
}
#main-content .section-1 .headline {
	height: 100%;
	margin-right: 16px;
	width: 90px;
	text-align: center;
	background: #000;
	color: #fff;
}
#main-content .section-1 .textline {
	flex: 1;
	font-weight: 700;
	line-height: 1.6;
}
#main-content .section-1 .textline.large {
	font-size: 140%;
}
#main-content .section-1 table {
	height: auto;
	margin: 0;
}
#main-content .section-1 table td {
	font-weight: bold;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 2px 4px;
	box-sizing: border-box;
}
#main-content .section-1 .inner .corner-1 {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 68px;
}
#main-content .section-1 .inner .corner-2 {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 68px;
}
#main-content .section-2 {
}
#main-content .section-2 .bx-left {
	float: left;
	width: 48%;
	font-size: 110%;
}
#main-content .section-2 .bx-left .inner {
	width: 100%;
	height: 460px;
	margin: 0 auto -1px;
	padding: 1px 24px 4px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-2.png);
	background-size: 100%;
}
#main-content .section-2 .bx-left .inner-top {
	width: 100%;
	height: 95px;
	margin: 0 auto -1px;
	padding: 0 24px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main-content .section-2 .bx-left .inner-bottom {
	width: 100%;
	height: 95px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
#main-content .section-2 .bx-left .inner-scroll {
	height: 330px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#main-content .section-2 .bx-left dl {
	width: 90%;
	margin: 0 auto 12px;
	border-bottom: 1px dashed #000;
}
#main-content .section-2 .bx-left dt {
	margin-bottom: -4px;
	color: #fff;
	font-weight: bold;
}
#main-content .section-2 .bx-left dd {
	margin-bottom: 12px;
	font-weight: bold;
}
#main-content .section-2 .bx-right {
	float: right;
	width: 48%;
}
#main-content .section-2 .bx-right .inner {
	width: 100%;
	height: 460px;
	margin: 0 auto -1px;
	padding: 1px 24px 4px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-2.png);
	background-size: 100%;
}
#main-content .section-2 .bx-right .inner-top {
	width: 100%;
	height: 95px;
	margin: 0 auto -1px;
	padding: 0 24px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main-content .section-2 .bx-right .inner-bottom {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
	background-image: url(image/inner-bg-3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
#main-content .section-2 .bx-right .inner iframe {
	display: block!important;
	width: 90%!important;
	margin: auto!important;
}
#main-content .section-2 .bx-left .inner h3,
#main-content .section-2 .bx-right .inner h3 {
	margin-top: 0;
}
#main-content .section-3 {
	position: relative;
	z-index: 1;
}
#main-content .section-3 dl {
	margin-bottom: 16px;
	border-bottom: 1px dashed #804f21;
}
#main-content .section-3 dt {
	float: left;
	font-weight: bold;
	width: 24%;
	height: auto;
	margin: 0;
	padding: 0 0 8px;
	overflow: hidden;
}
#main-content .section-3 dd {
	float: left;
	width: 76%;
	height: auto;
	margin: 0;
	padding: 0 0 8px;
	overflow: hidden;
}
#main-content .section-3 #map {
	width: 100%;
	height: 400px;
	margin: 16px 0;
	padding: 0;
}
#main-content .page-heading {
	width: 95%;
}
#main-content .section-menu {
	max-width: 800px;
	width: 95%;
	height: auto;
	background: none;
}
#main-content .section-menu .menu-inner,
#main-content .section-menu .menu-inner ul {
	position: relative;
}
#main-content .section-menu .menu-inner {
	margin-bottom: 24px;
}
#main-content .section-menu #menu-1 {
	position: relative;
}
#main-content .section-menu #menu-1 ul {
	width: 48%;
	height: auto;
	margin: 0 26%;
	padding: 0;
	position: absolute;
	top: 5%;
}
#main-content .section-menu #menu-1 li {
	float: left;
	width: 31.33333333333333%;
	height: auto;
	margin: 0 1%;
}
#main-content .section-menu #menu-1 li.disactive {
	filter:alpha(opacity=56);
	-moz-opacity: 0.56;
	opacity: 0.56;
}
#main-content .section-present {
	max-width: 800px;
	width: 95%;
	height: auto;
	background: none;
}
#main-content .section-present .present-inner,
#main-content .section-present .present-inner ul {
	position: relative;
}
#main-content .section-present .present-inner {
	margin-bottom: 24px;
}
#main-content .section-present #present-tokyo-1 {
	position: relative;
}
#main-content .section-present #present-tokyo-1 ul {
	width: 48%;
	height: auto;
	margin: 0 26%;
	padding: 0;
	position: absolute;
	top: 10%;
}
#main-content .section-present #present-tokyo-1 li {
	float: left;
	width: 31.33333333333333%;
	height: auto;
	margin: 0 1%;
}
#main-content .section-present #present-1 {
	position: relative;
}
#main-content .section-present #present-1 ul {
	width: 48%;
	height: auto;
	margin: 0 26%;
	padding: 0;
	position: absolute;
	top: 8%;
}
#main-content .section-present #present-1 li {
	float: left;
	width: 31.33333333333333%;
	height: auto;
	margin: 0 1%;
}
#main-content .section-goods {
	max-width: 800px;
	width: 95%;
	height: auto;
	background: none;
}
#main-content .section-goods .goods-inner,
#main-content .section-goods .goods-inner ul {
	position: relative;
}
#main-content .section-goods .goods-inner {
	margin-bottom: 24px;
}
#main-content .section-reserve {
	max-width: 960px;
	width: 100%;
	height: auto;
	background: none;
}
#main-content .section-reserve {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 32px auto 80px;
	padding: 32px 0;
	text-align: center;
}
#main-content .section-reserve h2 img {
	width: 95%;
	max-width: 600px;
	height: auto;
}
#main-content .section-reserve .reserve-text {
	width: 95%;
	max-width: 670px;
	margin: 24px auto 40px;
}
#main-content .section-reserve ul {
	display: flex;
	width: 95%;
	max-width: 700px;
	margin: auto;
}
#main-content .section-reserve .reserve-item {
	flex: 1;
	max-width: 320px;
	margin: 0 2% 24px;
}
#main-content .section-reserve .reserve-text2 {
	width: 95%;
	max-width: 420px;
	margin: 0 auto 60px;
}
#main-content .section-reserve .reserve-item.deactive::after {
	content:"";
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
	pointer-events: none;
}
#main-content .section-reserve .reserve-item a:hover {
	opacity:.8;
}
#main-content .section-reserve .reserve-item.deactive a:hover {
	opacity:1;
}

#main-content .section-reserve .reserve-box-inner {
	position: relative;
	width: 95%;
	max-width: 890px;
	margin: 0 auto 24px;
}

#main-content .section-reserve .reserve-box {
	position: relative;
	width: 100%;
}
#main-content .section-reserve p {
	width: 95%;
	max-width: 660px;
	margin: auto;
	color: #555555;
	font-size: 98%;
	text-align: left;
}
#main-content .section-reserve b {
	display: block;
	margin-top: 32px;
	font-size: 130%;
}
#main-content .section-reserve a {
	color: #555555;
}
.menu-button {
	display: flex;
	justify-content: space-around;
	width: 82%;
	margin: 0 auto 24px;
}
.menu-button-item {
	flex: 1;
	margin: 8px 1.6%;
}


.comingsoon {
	font-size: 240%;
	font-weight: bold;
	color: #4D371C;
	text-align: center;
	padding: 200px 0;
}
.copy {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 24px;
	font-size: 90%;
	text-align: center;
	background: #D2D2D2;
}
#page-top {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 200;
	display: none;
}
#page-top a {
	color: #ffffff;
	font-size: 240%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #e20313;
	display: block;
}
#page-top a:before {
	font-family: 'icomoon';
	color: #ffffff;
	content: "\e5c7";
}
#social {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: -1px auto;
	padding: 10px 2.5% 32px;
	background-color: #D2D2D2;
	box-sizing: border-box;
}
ul.sns_button{
	padding:0;
	overflow:hidden;
}
ul.sns_button li{
	float:left;
	width:calc(100%/5);
	margin:0 0 1%;
	list-style:none;
}
ul.sns_button li a{
	display:block;
	margin:0 4% 0 0;
	padding:8% 0;
	box-shadow:0 -2px 0 0 rgba(0,0,0,0.2)inset;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	transition:0.2s;
	font-size:12px;
	font-weight:normal;
	white-space: nowrap;
}
@media screen and (min-width: 428px){
	ul.sns_button li a{
		font-size:13px;
		font-weight:bold;
	}
}
ul.sns_button li:nth-child(5) a,ul.sns_button li:nth-child(10) a,ul.sns_button li:nth-child(15) a{
	margin:0;
}
ul.sns_button li a:hover{
	opacity:0.7;
}
ul.sns_button li a:active{
	box-shadow:0 2px 0 0 rgba(0,0,0,0.2)inset;
}
ul.sns_button li.sns_button_twitter a{
	background-color:#1B95E0;
}
ul.sns_button li.sns_button_facebook a{
	background-color:#3B5998;
}
ul.sns_button li.sns_button_hatena a{
	background-color:#00A4DE;
}
ul.sns_button li.sns_button_google a{
	background-color:#DB4437;
}
ul.sns_button li.sns_button_pocket a{
	background-color:#EE4056;
}
ul.sns_button li.sns_button_line a{
	background-color:#00B900;
}
ul.sns_button li.sns_button_slack a{
	background-color:#2AB27B;
}
ul.sns_button li.sns_button_mixi a{
	background-color:#E0C074;
}

/* Footer
---------------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #000;
}
#footer-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
#footer-content .cafe-logo {
	width: 240px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.home-copy {
	color: #fff;
	text-align: center;
}
.bottom-img {
	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: -1;
	width: 100%;
}
.bg-gear {
	position: absolute;
}
.gear-1 {
	top: 2%;
	right: 83%;
	width: 35%;
}
.gear-2 {
	top: 4.4%;
	left: 83%;
	width: 37%;
}
.gear-3 {
	top: 9%;
	right: 87.5%;
	width: 35%;
}
.gear-4 {
	top: 12%;
	right: 85%;
	width: 34%;
}
.gear-5 {
	top: 25.3%;
	left: 90.6%;
	width: 34%;
}
.gear-6 {
	top: 28.2%;
	left: 87.2%;
	width: 27%;
}
.gear-7 {
	top: 34%;
	right: 83%;
	width: 41%;
}
.gear-8 {
	top: 49.8%;
	right: 78%;
	width: 36%;
}
.gear-9 {
	top: 55%;
	left: 85%;
	width: 38%;
}
.gear-10 {
	top: 63.7%;
	right: 84.5%;
	width: 36%;
}
.gear-11 {
	top: 68.5%;
	left: 78%;
	width: 38%;
}
.gear-12 {
	top: 74%;
	right: 71.5%;
	width: 47%;
}
.gear-13 {
	top: 82.6%;
	right: 89.5%;
	width: 32%;
}
.gear-14 {
	top: 85.2%;
	right: 80.5%;
	width: 32%;
}
.gear-15 {
	top: 83%;
	left: 82%;
	width: 32%;
}
.menu-gear-1 {
	top: 2%;
	right: 83%;
	width: 35%;
}
.menu-gear-2 {
	top: 6.4%;
	left: 83%;
	width: 37%;
}
.menu-gear-3 {
	top: 14%;
	right: 87.5%;
	width: 35%;
}
.menu-gear-4 {
	top: 19.5%;
	right: 85%;
	width: 34%;
}
.menu-gear-5 {
	top: 46.5%;
	left: 90.6%;
	width: 34%;
}
.menu-gear-6 {
	top: 52%;
	left: 87.2%;
	width: 27%;
}
.menu-gear-7 {
	top: 61.3%;
	right: 83%;
	width: 41%;
}
.menu-gear-8 {
	top: 87%;
	right: 81%;
	width: 41%;
}
.menu-gear-9 {
	top: 91.2%;
	right: 80.5%;
	width: 30%;
}
.present-gear-1 {
	top: 0;
	right: 83%;
	width: 35%;
}
.present-gear-2 {
	top: 28.4%;
	left: 83%;
	width: 37%;
}
.present-gear-3 {
	top: 67%;
	right: 90%;
	width: 34%;
}
.present-gear-4 {
	top: 76.5%;
	right: 81.8%;
	width: 31%;
}
.reserve-gear-1 {
	top: -10%;
	right: 86%;
	width: 28%;
}
.reserve-gear-2 {
	top: 28.4%;
	left: 88%;
	width: 28%;
}

.home-container {
	position: relative;
}

.home-container-left {
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 1;
	width: 65%;
	height: 100%;
}

.home-label {
	width: 53%;
	margin-bottom: 5%;
}

.home-btns {
	width: 48%;
	margin-bottom: 5%;
}

.home-btn {
	display: block;
	margin-bottom: 5%;
}

.home-text {
	width: 100%;
}

.place-btn {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 960px;
	margin: 0 auto 20px;
}

.place-btn-item {
	width: 49%;
}

.flex {
	display: flex;
	align-items: center;
}

.header-flex-item+.header-flex-item {
	flex: 1;
	margin-left: 10%;
}

.label-header {
	width: 24%;
}

.flex img {
	height: 100%;
}


/* Media Query
---------------------------------------------------------------------------- */
@media (max-width: 959px) {
	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-size: 96%;
	}
	#navigation {
		border-bottom: 1px solid #969696;
	}
	#main {
		padding-top: 120px;
	}
	#main-content h3 img {
		max-width: 100%;
		height: 48px;
	}
	#main-content .section {
		margin: 0 auto 24px;
	}
	#main-content .section .chara {
		display: none;
	}
	#main-content .section .inner {
		padding: 60px 5% 40px;
	}
	#main-content .section-1 .inner-text {
		display: block;
		padding: 8px 0 0;
	}
	#main-content .section-1 .textline.large {
		font-size: 120%;
	}
	#main-content .section-1 table {
		width: 100%;
	}
#main-content .section-1 .inner .corner-1 {
	width: 48px;
}
#main-content .section-1 .inner .corner-2 {
	width: 48px;
}
	#main-content .section-2 .bx-left {
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
	#main-content .section-2 .bx-right {
		float: none;
		width: 100%;
	}
	#main-content .section-2 .bx-right iframe {
		display: block!important;
		width: 420px!important;
		margin: auto!important;
	}
}

@media screen and (max-width: 480px) {
	#main {
		padding-top: 80px;
	}
	#navigation-2-content ul {
		width: 80%;
	}
	#main-content .section .inner-top {
		height: 70px;
		margin: 0 auto -1px;
		padding-bottom: 3px;
	}
	#main-content .section .inner-bottom {
		height: 40px;
	}
	#main-content .section-1 .textline.large {
		font-size: 110%;
	}
	#main-content .section-2 .bx-right iframe {
		width: 280px!important;
	}
	#main-content .section-reserve ul {
		display: block;
	}
	#main-content .section-reserve .reserve-item {
		width: auto;
		margin: 0 auto 24px;
	}
}
