@charset 'UTF-8';
/* ---------------------------------------- file info */
/* for cafe */
/* -------------------------------------------------- */
body {
	font-family: 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Sawarabi Mincho', 'MS PMincho', 'Times New Roman', serif;
	color: #fff;
	background: #201e1c;
}
.ff-jp {
	font-family: YakuHanMP, 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Sawarabi Mincho', 'MS PMincho', 'Times New Roman', serif;
	font-weight: normal;
}
.ff-en {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
}
/* ---------------------
   window img
--------------------- */
.window_ol {
	background: #000;
}
.scrolled .window_ol {
	opacity: .7;
}
/* ---------------------
   header
--------------------- */
.header {
	position: fixed;
	-webkit-transition: background .3s cubic-bezier(0, .44, 0, .97);
	-o-transition: background .3s cubic-bezier(0, .44, 0, .97);
	transition: background .3s cubic-bezier(0, .44, 0, .97);
}
.header_logo a {
	height: 60px;
	background-image: url(../../../common_2018/images/logo-cafe-w.svg);
}
.header_langDdItem a, .header_langDdItem span {
	border-color: #333;
	background: #211f1c;
}
.header_langDdItem span {
	color: rgba(255, 255, 255, 0.6)
}
.header_langDdItem a:hover {
	background: #5f5c5b;
}

@media screen and (max-width: 736px) {
.header {
	position: absolute;
}
.header_logo a {
	height: 39px;
}
.lang {
	color: inherit;
}
.header_nav {
	color: #fff;
	background: #201e1c;
	background: rgba(32, 30, 28, .9);
}
.scrolled .menuTrigger, .navOpen .menuTrigger {
	background: transparent;
}
}

@media screen and (min-width: 737px) {
.header_nav {
}
}
/* ---------------------
   header-mini
--------------------- */
.header-mini {
	display: none;
}
/* ---------------------
   mainVisual
--------------------- */
.mainVisual_txt {
	font-size: 56px;
	font-size: 5.6rem;
	margin-top: -.3em;
	letter-spacing: .1em;
	width: 80%;
}

@media screen and (min-width: 737px) {
.mainVisual_mouse {
	bottom: 0;
}
.mainVisual_mouse a {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 90px;
	-webkit-animation: none;
	animation: none;
	text-align: center;
	text-decoration: none;
	border: none;
}
.mainVisual_mouse:after {
	top: auto;
	bottom: -70px;
	width: 1px;
	height: 70px;
	-webkit-animation: scroll_animation02 2s cubic-bezier(.39, .575, .565, 1) infinite;
	animation: scroll_animation02 2s cubic-bezier(.39, .575, .565, 1) infinite;
}
}
@-webkit-keyframes scroll_animation02 {
 0% {
 -webkit-transform: translateY(-70px);
 transform: translateY(-70px);
 opacity: 0;
}
 50% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes scroll_animation02 {
 0% {
 -webkit-transform: translateY(-70px);
 transform: translateY(-70px);
 opacity: 0;
}
 50% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

@media screen and (max-width: 736px) {
.mainVisual {/* overflow: hidden; */
}
.mainVisual_txt {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
}
.mainVisual_mouse {
	bottom: 30px;
}
}
/* ---------------------
   concept
--------------------- */

.concept_copy strong {
	font-weight: normal;
}
.concept_figure {
	width: 600px;
	margin: 30px auto 0;
}

@media screen and (max-width: 736px) {
.concept_copy {
	font-size: 22px;
	font-size: 2.2rem;
}
.concept_lead {
	text-align: center;
}
.concept_figure {
	width: 100%;
	margin: 25px 0 0 3%;
}
}
/* ---------------------
   main
--------------------- */
.main {
	background: #201e1c;
}
/* ---------------------
   cafeSct
--------------------- */
.cafeSct {
	padding: 130px 0;
}
.cafeSct_head {
	margin-bottom: 50px;
	text-align: center;
}
.cafeSct_ttl {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.4;
	letter-spacing: .14em;
}

@media screen and (max-width: 736px) {
.cafeSct {
	padding: 50px 0;
}
.cafeSct_head {
	margin-bottom: 20px;
}
.cafeSct_ttl {
	font-size: 22px;
	font-size: 2.2rem;
}
}
/* ---------------------
   menuSct
--------------------- */
.menuSct {
	background: url(../images/menu_bg.jpg) no-repeat center center;
	background-size: cover;
}
.menuSct .cafeSct_head:after {
	display: block;
	width: 30px;
	height: 1px;
	margin: 40px auto 40px;
	content: '';
	background: #c1bebc;
}
.menuSelect {
	margin-bottom: 50px;
}
.menuSelect ul {
	font-size: 0;
	height: auto;
	text-align: center;
	letter-spacing: -.4em;
}
.menuSelect li, .menuSelect li.slick-active {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	letter-spacing: .05em;
	border-radius: 0;
	background: none;
}
.menuSelect li:before, .menuSelect li:last-child:after {
	margin: 0 1em;
	content: '/';
}
.menuSelect a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
.menuSelect .slick-active a:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
	background: rgba(255, 255, 255, .7);
}
.menuSelect_time {
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	margin-left: 1em;
}
.menuCnt_list {
	margin: 0 -20px -30px;
	text-align: center;
	letter-spacing: -.4em;
}
.menuCnt_item {
	display: inline-block;
	float: none;
	width: 24.075%;
	width: 250px;
	margin: 0 12px 30px;
	text-align: center;
}
.menuCnt_item a {
	display: block;
	text-decoration: none;
}
.menuCnt_img {
	position: relative;
	width: 100%;
	/* padding: 0 5px; */
	height: 260px;
}
.menuCnt_hover {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1em;
	margin: auto;
	padding-left: 10px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(20px);
	opacity: 0;
	color: #fff;
}
.menuCnt_hoverInner {
	position: relative;
}
.menuCnt_hoverInner:before, .menuCnt_hoverInner:after {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	background: #d8d8d8;
}
.menuCnt_hoverInner:before {
	left: -19px;
	width: 11px;
	height: 1px;
}
.menuCnt_hoverInner:after {
	left: -14px;
	width: 1px;
	height: 11px;
}
.menuCnt_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.menuCnt_ttl {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 15px;
}
.menuCnt_item a:hover img {
	opacity: .2;
}
.menuCnt_item a:hover .menuCnt_hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media screen and (max-width: 736px) {
.menuSct .cafeSct_head:after {
	display: none;
	margin: 20px auto;
}
.menuSelect {
	margin-bottom: 20px;
}
.menuSelect li, .menuSelect li.slick-active {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	/* display: block; */

	width: 50%;
	margin-bottom: 10px;
	border-right: 1px solid #444;
}
.menuSelect li:nth-child(odd) {
	border-left: 1px solid #444;
}
.menuSelect li:before, .menuSelect li:last-child:after {
	display: none;
}
.menuSelect a {
	opacity: .6;
}
.menuSelect .slick-active a {
	opacity: 1;
}
.menuSelect a:after {
	display: none;
}
.menuSelect_time {
	font-size: 10px;
	font-size: 1rem;
	display: block;
	margin: 4px 0 0;
}
.menuCnt_list {
	margin-bottom: 0;
}
.menuCnt_item {
	width: 40%;
	margin: 0 10px 20px;
}
.menuCnt_img {
	height: 120px;
}
.menuCnt_hover {
	display: none;
}
.menuCnt_ttl {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 10px;
}
}
/* ---------------------
   bakerySct
--------------------- */
.bakerySct {
	display: table;
	width: 100%;
	margin-top: 80px;
	padding: 40px;
	border: 1px solid #444;
}
.bakerySct_txt, .bakerySct_img {
	display: table-cell;
	vertical-align: middle;
}
.bakerySct_txt {
	padding-left: 30px;
}
.bakerySct_ttl {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 25px;
}
.bakerySct_time {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 1em;
}
.bakerySct_more {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 20px;
}
.bakerySct_img {
	width: 300px;
}

@media screen and (max-width: 736px) {
.bakerySct {
	display: block;
	margin-top: 20px;
	padding: 30px 20px 20px;
}
.bakerySct_txt, .bakerySct_img {
	display: block;
	width: 100%;
}
.bakerySct_txt {
	padding: 0;
}
.bakerySct_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: center;
}
.bakerySct_time {
	font-size: 13px;
	font-size: 1.1rem;
	display: block;
	margin-top: 3px;
	padding: 0;
}
.bakerySct_body {
	font-size: 12px;
	font-size: 1.2rem;
}
.bakerySct_more {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 12px;
}
.bakerySct_img {
	margin-top: 20px;
}
.bakerySct_img img {
	width: 100%;
}
}
/* ---------------------
   exLinks
--------------------- */

.exLinks {
	text-align: center;
}
.exLinks_list {
	letter-spacing: -.4em;
	font-size: 0;
	text-align: center;
	padding: 60px 0 0;
}
.exLinks_item {
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0;
	font-size: 15px;
	font-size: 1.5rem
}
.exLinks_item:last-child {
	padding: 0;
	border: none;
	margin: 0;
}
.exLinks_item a {
	text-decoration: none;
	display: block;
	background: #393635;
	border: none;
	color: inherit;
}
.exLinks_item a:hover {
	color: #222;
	background: #eee
}

@media screen and (max-width: 736px) {
.exLinks_item {
	display: block;
	margin-right: 0;
	letter-spacing: 0;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}
}
/* ---------------------
   news
--------------------- */

.newsItem, .newsItem:last-child {
	border-color: #444;
}
.hrImg {
	width: 100%;
	height: 580px;
}
.pallaxImg {
	position: relative;
	overflow: hidden;
}
.pallaxImg_trg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 736px) {
.hrImg {
	height: 200px;
}
}
/* ---------------------
   shopSct
--------------------- */
.shopSct {
	width: 100%;
	padding: 0;
	background: #393635;
}
.infoList_col {
	width: 100%;
}
.infoList_item, .infoList_item:first-child {
	border-color: #444;
}
.infoList_itemTtl {
	color: inherit;
}
.infoList_item .note {
	font-size: 12px;
	font-size: 1.2rem;
}
.shopSct .cafeSct_txtArea, .shopSct .cafeSct_mapArea {
	float: right;
	width: 50%;
}
.shopSct .cafeSct_txtArea {
	padding: 130px 8.7%;
}
.shopSct .cafeSct_mapArea {
	height: 200px;
}

@media screen and (max-width: 736px) {
.infoList_col:first-child {
	border-color: #444;
}
.shopSct .cafeSct_txtArea, .shopSct .cafeSct_mapArea {
	float: none;
	width: 100%;
}
.shopSct .cafeSct_txtArea {
	padding: 50px 20px;
}
.shopSct .cafeSct_map {
	height: 200px;
}
}
/* ---------------------
   rsvArea
--------------------- */
.rsvArea {
	padding: 80px 0;
	text-align: center;
	background: #695c41;
}
.rsvArea_ttl {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}
.rsvArea_ttl:after {
	display: block;
	width: 30px;
	height: 1px;
	margin: 36px auto;
	content: '';
	background: #d2cec6;
}
.rsvArea_num {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: .04em;
}
.rsvArea_time {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 20px;
}

@media screen and (max-width: 736px) {
.rsvArea {
	padding: 30px 0;
}
.rsvArea_ttl {
	font-size: 16px;
	font-size: 1.6rem;
}
.rsvArea_ttl:after {
	margin: 18px auto;
}
.rsvArea_num {
	font-size: 24px;
	font-size: 2.4rem;
}
.rsvArea_time {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 10px;
}
}
/* ---------------------
   footer
--------------------- */
.footer {
	text-align: center;
	background: #211f1c;
}
.footer_logo {
	font-size: 0;
	height: 210px;
	background-image: url(../../../common_2018/images/logo-cafe-v-w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 160px auto;
}
.footer_more {
	margin-top: 50px;
}
.footer_rights {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 50px;
}

@media screen and (max-width: 736px) {
.footer {
	padding: 30px 0 20px;
}
.frame.cf {
}
.footer_logo {
	height: 130px;
	background-size: 100px auto;
}
.footer_more {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 20px;
}
.footer_rights {
	margin-top: 30px;
}
}
