@charset "UTF-8";
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-style: inherit; 	font-family: inherit; 	font-size: 1em; } /* remember to define focus styles! */ :focus { 	outline: 0; } img { border: none;} ol, ul { list-style: none; } table { border-collapse: collapse; 	border-spacing: 0; } caption, th, td { 	text-align: left; 	font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { 	content: ""; } blockquote, q { 	quotes: "" ""; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 	display:block; }
html { }
body {
  color: #fff;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  padding: 0;
  font-family: Koburina Gothic W3 JIS2004, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ", meiryo, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  background: #000;
}
.iPad body { overflow: hidden; }

* { word-wrap: break-word; }
img { display: block; }

/* !clearfix */
.cfix { /zoom : 1; }
.cfix:after { content : ''; display : block; clear : both; }


.mb0  { margin-bottom:  0px !important; }
.mb5  { margin-bottom:  5px !important; }
.mb7  { margin-bottom:  7px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt20 { padding-top: 20px !important; }
.pt40 { padding-top: 40px !important; }


.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }

/* !Links */
a,.opa img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.fancybox-close {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  transition: all 0s linear;
}


/* .bg { -webkit-transform: translate3d(1,1,1)} */
.bg { -webkit-backface-visibility : hidden; }

a:link { color: #fff; color: rgba(255,255,255,0.5); text-decoration:none; /* filter: alpha(opacity=50);  */}
a:visited { color: #fff; color: rgba(255,255,255,0.5); text-decoration:none; /* filter: alpha(opacity=50);  */}
a:hover  { color: #fff; color: rgba(255,255,255,1); text-decoration: none; /* filter: alpha(opacity=100);  */}
a:active { color: #fff; color: rgba(255,255,255,1); text-decoration: none; /* filter: alpha(opacity=100);  */}

.fltL { float: left; }
.fltR { float: right; }
.txt10 { font-size: 10px; }
.txt12 { font-size: 12px; }
.txt14 { font-size: 14px; }
.txt16 { font-size: 16px; }
.txt1 { font-size: 18px; }
.txtC { text-align: center; }
.txtC img { display: inline; }

#loading { z-index: 15; }
#intro   { z-index: 14; }
#top     { z-index: 13; }
#history { z-index: 12; }
#hours   { z-index: 11; }
#access  { z-index: 10; }
#menu    { z-index: 9; }
#drink   { z-index: 8; }
#plan    { z-index: 7; }
#media   { z-index: 6; }
#premium { z-index: 5; }


/* page layout */
#wrapper  { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; min-width: 1100px; min-height: 702px;}
.baseWrap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }
.page { position: absolute; left: 0; top: 0; right: 0; bottom: 0; visibility: hidden; min-height: 702px; }
.base { position: absolute; left: 0; top: 0; bottom: 0; right: 0%; overflow: hidden; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_nav.png) right top repeat-y; }
.bgWrap { position: absolute; left: 50%; top: 50%;  }
.bgWrap .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }
/* noSplit 割れない要素*/
.noSplit { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; overflow: hidden; }
.noSplit .base { left: 0; }
/* splitL 左側*/
.splitL { position: absolute; left: 0; top: 0; bottom: 0; width: 50%; overflow: hidden;  }
.splitL .base { right: -100%; }
/* splitL full 全面表示*/
.splitL.full { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; overflow: hidden;  }
.splitL.full .base { right: 0%; }
/* splitR 右側*/
.splitR { position: absolute; left: 50%; top: 0; bottom: 0; width: 50%; overflow: hidden; }
.splitR .base { left: -100%; }
/* コンテンツ */
.content { position: absolute; left: 95px; top: 50%; right: 95px; line-height: 2; /* background: rgba(0,255,0,0.1);  */}
.content .title { margin: 0 0 20px; font-size: 30px; font-weight: normal; letter-spacing: 0.05em; line-height: 0.7; font-family: "Ryumin Regular KL";transform: rotate(0.001deg);}

/* 改行タグの取り扱い */
.vis-pc {
  display: block;
}
.vis-sp {
  display: none;
}

/* common class */
/* scope */
.scope { position: absolute; z-index: 20; }
.scope.icn { background: url(../../img/cafe1894/common/bg_plus.png) no-repeat; }
.scope img { cursor: pointer; }
.scope .mask { position: absolute; overflow: hidden; width: 1px; height: 1px; }
.scope .info { border: solid 1px #fff; padding: 15px 20px; position: absolute; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_bk30.png); line-height: 2; }
.scope .mask.clone .info { background: none; }

.scope .info p { white-space: nowrap; }

.scope.LT .mask { left: 5px; top: 5px; }
.scope.RT .mask { right: 5px; top: 5px; }
.scope.LB .mask { left:  5px; bottom: 5px;}
.scope.RB .mask { right: 5px; bottom: 5px; }

.scope.LT .info { left:  0px; top:    0px; }
.scope.RT .info { right: 0px; top:    0px; }
.scope.LB .info { left:  0px; bottom: 0px; }
.scope.RB .info { right: 0px; bottom: 0px; }




/* mouseover */
.opa { cursor: pointer; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/blank.gif); }
.opa img { opacity: 0.5; filter: alpha(opacity=50); transition: 0.2s;}
/* .opa:hover img { opacity: 1!important; filter: alpha(opacity=100)!important; } */
.opa.hover img { opacity: 1!important; filter: alpha(opacity=100)!important; }
.opa.cur { opacity: 1!important; filter: alpha(opacity=100)!important; }
.opa.cur img { opacity: 1!important; filter: alpha(opacity=100)!important; }
.opa.cur a {color: #FFF;}
/* mouseover */
.opa.rev { cursor: pointer; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/blank.gif); }
.opa.rev img { opacity: 1; filter: alpha(opacity=100); }
/* .opa:hover img { opacity: 1!important; filter: alpha(opacity=100)!important; } */
.opa.rev.hover img { opacity: 0.5!important; filter: alpha(opacity=50)!important; }
.opa.rev.cur img { opacity: 0.5!important; filter: alpha(opacity=50)!important; }



.fancyTitle,
.fancyCate { display: none; }

/* tab */
.tabContWrapper { position: relative;  }
.tabCont { position: absolute; left: 0; top: 0; }
.tabCont dl { padding: 0 0 10px; }
.tabCont dt { min-height: 8px; margin: 0 0 10px; }
.tabCont dd { margin: 0 0 3px; }
.tabCont dd ul { overflow: hidden; }
.tabCont dd li { margin: 0 10px 10px 0; float: left;/* background: #000;*/ }
.tabCont dd li a { display: block; }
.tabCont .linkWhite a { color: #fff; }
.tabCont .linkWhite a img { display: inline-block; }
.fancyCate { position: absolute; left: 0; bottom: 100%; margin: 0 0 15px; color: #fff;  font-family: 'Roboto', Koburina Gothic W3 JIS2004, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ", meiryo, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important; }
.fancybox-title span p {  font-family: 'Roboto', Koburina Gothic W3 JIS2004, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ", meiryo, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important; }
/* hidden */
.hidden { display: none; }


/* 共通要素 */
#commons * { z-index: 15; }
/* header */
header { position: absolute; left: 0; top: -100px; right: 0; }
#headerLogo { position: absolute; left: 20px; top: 20px; }
#langSwhicher { position: absolute; right: 9px; top: 15px; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_langswitcher.png) no-repeat center center; height: 20px; width: 137px;  }
#langSwhicher li { float: left; margin: 0 1px 0 0; width: 67px; }
#langSwhicher li a,
#langSwhicher li span { padding: 6px 10px; display: block; }
/* footer */
footer { position: absolute; left: 0; bottom: -100px; right: 0; }
footer.ieFix { top: 702px; }
footer p { position: absolute; left: 163px; bottom: 18px; white-space: nowrap; font-weight: bold; font-size: 12px; opacity: 0.5;}
#copyright { position: absolute; right: 20px; bottom: 20px; }
#copyright .logo { position: absolute; right: 0; bottom: 15px; }
#footerLogo { position: absolute; left: 20px; bottom: 20px; }
.footer_txt { opacity: 0.5; }
.footer_txt.txt10 { padding-top: 4px; }
/* sns */
#sns { position: absolute; left: 160px; bottom: 20px; }
#sns li { float: left; margin: 0 5px 0 0; }
#sns li .trigger { width: 17px; height: 17px; background: #f00; position: relative; }
#sns li .balloon { position: absolute; bottom: 15px; width: 120px; background: #ff0;  margin: 0 0 0 -51px; display: block; padding: 0 0 8px; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/icn_balloon_serif.png) no-repeat center bottom; overflow: hidden; width: 0; }
#sns li .balloon .inner { display: block; padding: 10px 10px 8px; background: #2c2c2c; }
.ltIE9 #sns .twBtn { display: none; }
/* pager */
/*
#globalPager { position: absolute; left: 50%; top: 50%; margin: -49px 0 0 -38px; z-index: 20; height: 87px; display: none; }
#globalPager .next { position: absolute; left: 0; top: 0; }
#globalPager .back { position: absolute; left: 0; bottom: 0; }
#globalPager .hide { visibility: hidden!important; }
*/

#globalPager { position: absolute; left: 50%; top: 50%; margin: 0 0 0 -38px; z-index: 20; display: none; }
#globalPager .next { position: absolute; left: 0; /* top: -165px; */ top: 50%; margin: -78px 0 0; }
#globalPager .back { position: absolute; left: 0; /* bottom: -165px; */ top: 50%; margin: -30px 0 0; }
#globalPager .hide { visibility: hidden!important; }

/* nav */
#globalNav { position: absolute; right: 0px; top: 0px; bottom: 0; z-index: 15; font-size: 20px; /* background: url(../../img/cafe1894/common/bg_nav.png) right top repeat-y;  width: 263px; */}
#globalNav ul { background: url(../../img/cafe1894/common/nav_bar.png) right top no-repeat; position: absolute; top: 50%; right: 20px; margin: -167px 0 0; padding: 13px 0; width: 110px; font-size:12px; text-align: right;}
#globalNav ul li { font-family: "Ryumin Regular KL";text-shadow: 0 0 0.1px rgba(0,0,0,0.3);}
#globalNav ul li a { display: block; height: 12px; padding: 8px 10px 9px 0; }
#globalNav .dot { width: 1px; height: 1px; position: absolute; right: 0; top: 201px; background: #fff; }
#globalNav #reserveBtn_l { position: absolute; right: 20px; top: 50%; margin: 140px 0 0  0; }
#globalNav #reserveBtn_d { position: absolute; right: 20px; top: 50%; margin: 170px 0 0  0; }
#globalNav #contactBtn { position: absolute; right: 20px; top: 50%; margin: 200px 0 0  0; }
#globalNav #contactBtn a {display: block;}
/*
#globalNav { position: absolute; left: 50%; top: 50%; display: none; }
#globalNav ul { height: 203px; background: url(../../img/cafe1894/common/nav_bar.png) left top no-repeat; position: absolute; top: 0px; left: 0px; margin: -114px 0 0; padding: 13px 0; }
#globalNav ul li { }
#globalNav ul li a { display: block; height: 12px; padding: 8px 0px 9px 10px; }
*/


/* lodading */
#loading { display: none; }
#loading .base { background: none; }
#progressBar { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; }
#progressBar span { position: absolute; left: 0; width: 1px; height: 0; bottom: 0; background: #fff; display: block; }
#progressBar img { position: absolute; left: 10px; bottom: 0; z-index: 1; }

/* intro */
#intro .base { background: none; }
#intro .enter { position: absolute; left: 50%; top: 50%; margin: -26px 0 0 -146px; cursor: pointer; }
#intro .logo { position: absolute; left: 50%; top: 18.5%; margin: -46px 0 0 -54px; }
#intro .txt { position: absolute; left: 50%; top: 70%; margin: -18px 0 0 -286px; text-align: center; line-height: 2.2; letter-spacing: 0.1em;}
#intro .baseWrap { -webkit-perspective: 1000; }
#intro .splitL.pers { -webkit-transform: rotateY(90deg) translate(-100%,0); -webkit-transform-origin: 0 0; -webkit-transition: 2s ease-out; }
#intro .splitR.pers { -webkit-transform: rotateY(-90deg) translate(100%,0); -webkit-transform-origin: 100% 0; -webkit-transition: 2s ease-out; }

/* top */
#top .content .status { font-size: 16px; margin: 0 0 20px; }
#top .content .news { border-top: solid 1px #fff; border-top: solid 1px rgba(255,255,255,0.3); width: 365px; filter: alpha(opacity=30); }
#top .content .news li { border-bottom: solid 1px #fff; border-bottom: solid 1px rgba(255,255,255,0.3); background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/icn_arrow_right.png) no-repeat right center; }
#top .content .news li a { display: block; color: #fff; padding: 4px 0 4px 115px; position: relative; opacity: 0.5; filter: alpha(opacity=50); /* background: url(../../img/cafe1894/common/blank.gif);  */}
#top .content .news li a .date { position: absolute; top: 0; left: 0; display: block; padding: 4px 2px 4px 0; }
#top .content .news li a span { filter: alpha(opacity=50); }
#top .content .news li a:hover { opacity: 1; filter: alpha(opacity=100); }
#top .content .news li a:hover span { filter: alpha(opacity=100); }
#top .content .more { border-bottom: solid 1px #fff; border-bottom: solid 1px rgba(255,255,255,0.3); background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/icn_external.png) no-repeat right center; margin: 0 0 25px; width: 365px; filter: alpha(opacity=30); }
#top .content .more a { display: block; color: #fff; padding: 4px 18px 4px 0; text-align: right; position: relative; opacity: 0.5; filter: alpha(opacity=50); /* background: url(../../img/cafe1894/common/blank.gif);  */ }
#top .content .more a:hover { opacity: 1; filter: alpha(opacity=100); }
#top .content .menu { overflow: hidden; }
#top .content .menu li { width: 115px; float: left; margin: 0 10px 0 0; position: relative; }
#top .content .menu li span { position: absolute; left: 0; bottom: 1px; overflow: hidden; width: 115px; height: 0; }
#top .scope.s01 { left: 607px; top: 528px; }
#top .scope.s02 { left: 751px; top: 265px; }
#top #menuBanner { margin: 10px 0 0 ;}
#top #menuBanner a { margin-bottom: 10px; display: block; }
#top #menuBanner a img { transition: 0.5s; }
#top #menuBanner a img:hover { opacity: 0.7; transition: 0.5s; }
#top .columnsBanner { margin: 10px 0 0 ; overflow: hidden; }
#top .columnsBanner li { float:left; margin: 0 10px 0 0; }

/* history */
#history .lead {  margin: 0 0 20px;  }
#history .photos {  }
#history .photos li { float: left; margin: 0 10px 0 0; background: #000; }
#history .photos li a { display: block; }
#history .scope.s01 { left: 731px; top: 47px; }

/* hours */
#hours {}
#hours .lead {  margin: 0 0 20px;  }
#hours #schedule { position: relative; width: 266px; }
#hours #schedule #monthNav { border-top: solid 1px #fff; border-bottom: solid 1px #fff; border-top: solid 1px rgba(255,255,255,0.3); border-bottom: solid 1px rgba(255,255,255,0.3); padding: 5px 0; margin: 0 0 2px; position: relative; }
#hours #schedule .prev { position: absolute; left: 0; top: 50%; margin: -13px 0 0 0; padding: 10px 10px 10px 0; }
#hours #schedule .next { position: absolute; right: 0; top: 50%; margin: -13px 0 0 0; padding: 10px 0 10px 10px; }
#hours #schedule .monthName { text-align: center; color: #fff; }
#hours #schedule th { width: 38px; height: 18px; vertical-align: middle; text-align: center; border-bottom: 1px dotted #fff; border-left: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); border-left: 1px dotted rgba(255,255,255,0.3); }
#hours #schedule td { width: 38px; height: 21px; vertical-align: middle; text-align: center; border-bottom: 1px dotted #fff; border-left: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); border-left: 1px dotted rgba(255,255,255,0.3); }
#hours #schedule tr th:first-child,
#hours #schedule tr td:first-child { border-left: none; }
#hours #schedule .today { color: #000; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_white50.png); }
/* #hours #schedule .open { color: #fff; } */
/* #hours #schedule .term { background: #f5cfd4; } */
#hours #schedule .attention { text-align: right; margin: 0 0 8px; font-size: 1px; line-height: 1; }
#hours #schedule .attention img { display: inline; }
#hours #schedule .separator { margin: 0px; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.3); }
#hours #schedule #todaySchedule { text-align: center; line-height: 1.1; padding: 10px 0; }

/* access */
#access {}
#access .lead {  margin: 0 0 20px; }
#access .map { margin: 0 0 15px; width: 326px; height: 193px; }
#access .map a { background: url(/wp-content/themes/mimt/assets/img/cafe1894/access/access_map.png) no-repeat; width: 326px; height: 193px; display: block; }
#access .mapInside { margin-top: 14px; }
#access .blank { position: relative; padding-right: 15px; }
#access .blank:after { content: ''; display: block; width: 10px; height: 8px; background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/icn_external.png) left top no-repeat; position: absolute; right: 0; top: 50%; margin-top: -4px; }
#access .banner { margin: 10px 0; }

.ltIE9 #access a.arw { color: #666; }
.ltIE9 #access a.arw:hover { color: #fff; }
#access a.arw img { display: inline-block; margin: 0 5px 0 0; position: relative; }
#mapDetail .inner { overflow: hidden; width: 800px; }
#mapDetail #mapLarge { float: left; }
#mapDetail #mapInfo { float: right; width: 200px; padding: 15px 0 0; }
#mapDetail #mapInfo .thumb { margin: 0 0 15px; }
#mapDetail #mapInfo p { font-size: 11px; line-height: 2; color: #fff; }

/* #menu */
#menu {}
#menu .lead {  margin: 0 0 20px; }
#menu .tabContWrapper { width: 420px; }
#menu .tabHeader { width: 353px; border-top: solid 1px #838282; border-bottom: solid 1px #838282; border-top: solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5); overflow: hidden; margin: 0 0 25px; background-image: url('/wp-content/themes/mimt/assets/img/cafe1894/menu/menu_tab_ttl_slash.png'); background-repeat: no-repeat; background-position: 158px 0; }
#menu .tabHeader li { float: left; font-size: 11px; letter-spacing: 0.15em; margin: 4px 0; opacity: 0.5; transition: 0.5s; font-family: "Ryumin Regular KL";transform: rotate(0.001deg);}
#menu .tabHeader li:hover { opacity: 1; transition: 0.5s; }
#menu .tabHeader li:first-child { padding-right: 5px;}
#menu .tabHeader li:last-child { padding-left: 13px; }
#menu .scroll { width: 357px; max-height: 300px; overflow: hidden; }
#menu .exhTitle { margin: 0 -50px 20px 0; }
.fancybox-inner { padding: 100px; }
/* #menu .exhTitle { font-size: 18px; font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ", meiryo, serif; margin: 0 0 10px } */

#drink {}
#drink .drinkTb { width: 100%; margin: 0 0 20px; }
#drink .drinkTb h4 { padding: 0 0 9px; border-bottom: solid 1px #fff; border-bottom: solid 1px rgba(255,255,255,0.5); margin: 20px 0 5px; }
#drink .drinkTb tr:first-child h4 { margin: 0 0 5px; }
#drink .drinkTb .col1 { width: 235px; }
#drink .drinkTb .col2 { width: 142px; }

#drink .scroll { width: 550px; }
#drink .jspVerticalBar,
#drink .jspTrack { background: none; }
#drink .jspDrag { background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/common/bg_white50.png);}
/* #drink .jspDrag:hover { background: #fff; } *//* スクロールバー */
#drink .jspArrow { background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_white50.png); position: relative; }/* 全ての矢印ボタン */
#drink .jspArrow:hover { background: #fff; }
#drink .jspArrowUp{}/* 上矢印ボタン */
#drink .jspArrowUp img { position: absolute; left: 50%; top: 50%; margin: -2px 0 0 -3px; }
#drink .jspArrowDown {}/* 下矢印ボタン */
#drink .jspArrowDown img { position: absolute; left: 50%; top: 50%; margin: -2px 0 0 -3px; }
/* #drink .jspVerticalBar .jspDisabled { visibility: hidden; } *//* 縦スクロールバー 先端または終端時の矢印ボタン */
#drink .jspVerticalBar .jspDisabled:hover { background: url(/wp-content/themes/mimt/assets/img/cafe1894/common/bg_white50.png); }

/* plan */
#plan .lead {  margin: 0 0 20px; }
#plan .lead2 { font-size: 13px; line-height: 2.18; margin: 0 0 20px;}
#plan .tabHeader { width: 405px; border-top: solid 1px #838282; border-bottom: solid 1px #838282; border-top: solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5); overflow: hidden; margin: 0 0 25px; background: url(../../img/cafe1894/plan/plan_bg_tab.png) no-repeat; background-position: center center;}
#plan .tabHeader li { float: left; margin: 5px 0;}
#plan .tabHeader li:hover { opacity: 1; transition: 0.5s;}
#plan .tabHeader .left_tab { padding-right: 10px; opacity: 0.5; transition: 0.5s;}
#plan .tabHeader .center_tab { padding: 0 13px;opacity: 0.5; transition: 0.5s;}
#plan .tabHeader .right_tab { padding-left: 16px; opacity: 0.5; transition: 0.5s;}
#plan .tabTitle { font-size: 18px; font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ", meiryo, serif; margin: 0 0 10px }
#plan .borderBox { border: solid 1px #838282; border: solid 1px rgba(255,255,255,0.5); padding: 11px 5px 5px 8px; display: inline-block; overflow: hidden; font-size: 10px; }
#plan .borderBox h3 { margin: 0 0 3px 5px; font-weight: normal; line-height: 1.1; }
#plan .borderBox td { padding: 0 26px 0 0; }
#plan .borderBox td.last { padding: 0!important; }

#media .lead { font-size: 13px; line-height: 2.18; margin: 0 0 24px; }
#media .scroll { width: 450px; max-height: 300px; overflow: hidden; }
#media .scroll .year { width: 425px; padding: 0 20px 0 0; }
#media .scroll .year h3 { width: 100%; padding: 0 0 10px; margin: 0 0 24px; border-bottom: solid 1px #838282; border-bottom: solid 1px rgba(255,255,255,0.5); }
#media .scroll .year section { margin: 0 0 20px; }
#media .scroll .year section h4 { font-size: 14px; line-height: 1.8; margin: 0 0 10px; font-weight: normal;}
#media .scroll .year section h4 span { display: block; font-size: 11px; }
#media .scroll .year section .sectonInner { overflow: hidden; }
#media .scroll .year section .sectonInner .photos { float: left; margin: 5px 20px 0 0; overflow: hidden; }
#media .scroll .year section .sectonInner .texts { overflow: hidden; margin: 0 0 -15px; }
#media .scroll .year section .sectonInner .texts p { font-size: 11px; line-height: 2.18; padding: 0 0 10px; }

#premium .content .title { margin: 0 0 30px; font-family: "Ryumin Regular KL"; text-shadow: 0 0 0.1px rgba(0,0,0,0.3);}
#premium .content #largeBtn { margin: 0 0 20px; width: 357px; }
#premium .content #largeBtn a { display: block; }
#premium .content #smallBtns { margin: 0 0 20px; }
#premium .content #smallBtns li { margin: 0 0 10px; width: 357px; }
#premium .content #smallBtns li a { display: block; }

#contact,
#premiumMenu,
#premiumGuideline,
#premiumLayout,
#premiumApply { display: none; color: #fff; }
.modalCont.premium { width: 908px; overflow: hidden; }
.modalCont.premium h2 { margin: 0 0 35px; font-weight: normal; }
.modalCont.premium h2 img {  display: inline-block; margin: 0 20px 0 0; position: relative; top: 2px; }
.modalCont.premium .column { width: 424px; }
.modalCont.premium .left { float: left; }
.modalCont.premium .right { float: right; }
.modalCont.premium section { margin: 0 0 20px; }
.modalCont.premium section h3 { border-bottom: solid 1px #838282;  border-bottom: solid 1px rgba(255,255,255,0.5); font-size: 11px; font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ", meiryo, serif; padding: 0 0 3px; margin: 0 0 8px; }
.modalCont.premium section ul { font-size: 11px; line-height: 2.18; }
.modalCont.premium section p { font-size: 11px; line-height: 2.18; }
.modalCont.premium section p span.txt9 { display: block; font-size: 9px; }
.modalCont.premium section .columList { overflow: hidden; }
.modalCont.premium section .columList li { width: 212px; float: left; white-space: nowrap; }
.modalCont.premium section .linkWhite img { display: inline-block; }
.modalCont.premium .inline { display: inline-block; }
.modalCont.premium .restroom_btn { margin-left: 5px; }
.modalCont.cotactCont { width: 400px; }
.modalCont.cotactCont h2 { margin: 0 0 40px; }
.modalCont.cotactCont dl dt { padding: 0 0 10px; margin: 0 0 15px; border-bottom: 1px solid #4d4d4d; }
.modalCont.cotactCont dl dd { margin: 0 0 50px; }
#premiumApply .modalCont.premium h3 { margin: 0 0 15px; }
#premiumLayout { width: 810px; }
#premiumLayout .modalCont.premium { width: 810px; }
#premiumLayout section { width: 810px; }
#premiumLayout ul { overflow: hidden; width: 810px; }
#premiumLayout ul li { width: 250px; float: left; margin: 0 30px 0 0; }
#premiumLayout ul li:last-child { margin-right: 0; }
#premiumLayout ul li h3 { margin: 0 0 20px; }
#premiumLayout ul li .thumb { margin: 0 0 20px; }

#schedule .cal-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*color: #cf0f28;*/
    z-index: 101;
    margin-bottom: -28px;
    position: relative;
}

#schedule .cal-btn div {
    width: 20px;
    cursor: pointer;
}

/* english */
/* common */
.en #globalNav ul li a { display: block; height: 12px; padding: 8px 10px 9px 0; text-align: right; font-family: "Ryumin Regular KL"; text-shadow: 0 0 0.1px rgba(0,0,0,0.3);}
.en #globalNav ul li a img { float: right; }
.en #sns { left: 340px; }

.en #top .status { font-size: 16px; border: none; margin: 0 0 20px; }
/* intro */
.en #intro .txt { position: absolute; left: 50%; top: 70%; width: 600px; margin: 0 0 0 -300px; text-align: center;  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif; font-size: 13px; line-height: 2; }

/* access */
.en #access .map a { background: url(../../img/english/cafe1894/access/access_map.png) no-repeat; width: 377px; height: 193px; display: block; }

/* menu */
.en #menu .tabHeader { width: 375px; background-image: none; }
.en #menu .tabHeader li:last-child {padding-left: 0;}