@charset 'utf-8';
/* Brooklyn: ver.202309210000 */
/* reset */
* {
  box-sizing: border-box;
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}
#ttcont div.schedule_title {
  font-size: 13px;
}
#ttcont div.schedule_body {
  font-size: 11px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}
/* パーツ表示切替用style */
.site_description {
  display: block;
}
.shop_name {
  display: block;
}
.shop_tel {
  display: block;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
  display: block;
}
.powered {
  display: none;
}
/* link(default) */
a:link,
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover,
a:active {
  text-decoration: none;
  color: #ffffff;
}
/* html / body / container */
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 'Kelly Slab', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 60%;
    line-height: 1.6;
  }
}
body {
  margin: 0;
  padding: 0;
  background-image: url(/img/theme_brooklyn/bg.jpg);
  background-size: 949px 600px;
  -webkit-background-size: 949px 600px;
  -moz-background-size: 949px 600px;
  background-repeat: repeat;
  background-position: center;
  font-size: 16px;
  font-size: 1.6em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 640px) {
  body {
    background-size: 344px 217px;
    -webkit-background-size: 344px 217px;
    -moz-background-size: 344px 217px;
    overflow-x: hidden;
  }
}
.content_wrap {
  background-image: url(/img/theme_brooklyn/bg_02.png);
  background-size: 2157px 1988px;
  -webkit-background-size: 2157px 1988px;
  -moz-background-size: 2157px 1988px;
  background-repeat: repeat;
  background-position: top center;
}
@media only screen and (max-width: 640px) {
  .content_wrap {
    background-image: none;
  }
}
/* ソーシャルアイコン */
@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
  margin-right: 3px;
}
.icon-twitter:before {
  content: "\e902";
  margin-right: 2px;
}
.social_wrap {
  font-size: 16px;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 640px) {
  .social_wrap {
    margin: 10px 0 0 0;
    font-size: 20px;
    display: block;
  }
}
.social_wrap a:hover {
  text-decoration: none;
}
/* header */
#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  background: url(/img/theme_brooklyn/header_bg.png) no-repeat;
  background-size: 1950px 487px;
  -webkit-background-size: 1950px 487px;
  -moz-background-size: 1950px 487px;
  background-position: center top;
}
@media only screen and (max-width: 900px) {
  #header {
    padding: 0 0 30px;
    background-size: 1300px 324px;
    -webkit-background-size: 1300px 324px;
    -moz-background-size: 1300px 324px;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    background-size: 800px 200px;
    -webkit-background-size: 800px 200px;
    -moz-background-size: 800px 200px;
  }
}
#header > .inner {
  zoom: 1;
  position: relative;
  width: 80%;
  max-width: 900px;
  min-height: 60px;
  margin: 0 auto;
}
#header > .inner:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 640px) {
  #header > .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .element {
  text-align: center;
  line-height: 1.2;
}
#header .logo {
  margin: 0 0 .4em;
  font-weight: normal;
  font-size: 45px;
  font-size: 4.5rem;
}
#header .logo a:hover {
  opacity: 0.7;
}
#header .logo a img {
  max-width: 600px;
}
@media only screen and (max-width: 900px) {
  #header .logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .logo a img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#header .site_description {
  margin: .3em 0 3em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  #header .site_description {
    max-width: 80%;
    margin: .3em auto 1em;
  }
}
@media only screen and (max-width: 640px) {
  #header .site_description {
    margin: .3em auto 0em;
  }
}
#header #mobile-bar {
  display: none;
}
#header .tel_area {
  width: 900px;
  height: 50px;
  position: relative;
  margin: 0 auto 4.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  #header .tel_area {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
}
@media only screen and (max-width: 640px) {
  #header .tel_area {
    margin: 0 auto 2em;
  }
}
#header .tel_area img {
  margin: 0 10px 0 0;
}
#header .tel_mail {
  float: right;
}
@media only screen and (max-width: 900px) {
  #header .tel_mail {
    margin-right: 20px;
  }
}
#header .tel_number {
  background: rgba(0, 0, 0, 0.7);
  padding: .4em 1.5em;
  margin: 0 2em 0 0;
  float: right;
}
@media only screen and (max-width: 900px) {
  #header .tel_number {
    background: none;
    padding: .6em 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .tel_number {
    background: none;
    padding: 1em 0;
  }
}
#header .tel_number a:link {
  color: #fff;
  text-decoration: none;
}
#header .tel_number a:visited {
  color: #fff;
  text-decoration: none;
}
#header .tel_number a:hover {
  color: #fff;
  text-decoration: none;
}
#header .tel_number a:active {
  color: #fff;
  text-decoration: none;
}
#header .tel_area_mail {
  background: rgba(0, 0, 0, 0.7);
  padding: .4em 1.5em;
  text-align: center;
  display: block;
  cursor: pointer;
  float: right;
}
@media only screen and (max-width: 900px) {
  #header .tel_area_mail {
    background: none;
    padding: .6em 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .tel_area_mail {
    background: none;
    padding: 1em 0;
  }
}
#header .tel_area_mail_txt:hover {
  opacity: 0.7;
  -moz-opacity: 70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#header a.tel_area_mail {
  text-decoration: none;
  color: #ffffff;
}
#header .tel_area a.tel_area_mail_mobile {
  color: #324e9b;
}
#header .tel_area_mail_mobile {
  display: none;
}
#header .fa-envelope-o {
  font-size: 20px;
  margin-right: 8px;
}
#header .navi.pc {
  margin: 3.5em 0 0;
  line-height: 1.8em;
  font-size: 18px;
  font-size: 1.8rem;
}
#header .navi.pc li {
  display: inline-block;
  margin: 0 0 0 2px;
}
#header .navi.pc li a {
  font-weight: bold;
  display: block;
  padding: .3em .5em;
}
#header .navi.pc li a:hover {
  opacity: 0.7;
}
#header .navi.pc li.active:hover .sub_navi {
  display: block;
}
#header .navi.pc .sub_navi {
  display: none;
  position: absolute;
  background: #000000;
  padding: 5px 3px;
  z-index: 7000;
}
#header .navi.pc .sub_navi li {
  display: block;
  margin: 0;
  padding: .3em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
#header .navi.pc .sub_navi li a {
  background: #000000;
}
#header .navi.pc .sub_navi li a:hover {
  background: gray;
}
@media only screen and (max-width: 900px) {
  #header .navi.pc {
    display: none;
  }
}
#header.is-scroll {
  -webkit-transition: top .5s;
  transition: top .5s;
  position: fixed;
  top: 0;
  padding: 0;
}
#header.is-scroll > .inner {
  min-height: 0;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  #header.is-scroll > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header.is-scroll .logo {
  display: none;
}
#header.is-scroll .logo a img {
  max-width: 200px;
  max-height: 60px;
}
@media only screen and (max-width: 900px) {
  #header.is-scroll .logo {
    display: block;
    margin-top: .3em;
  }
}
#header.is-scroll .site_description {
  margin: 0;
}
#header.is-scroll .site_description span {
  display: none;
}
#header.is-scroll .navi.pc {
  margin: 0;
}
#header.hide {
  top: -200px;
}
#header .navi.mobile {
  position: absolute;
  z-index: 8000;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 3em;
  background: rgba(0, 0, 0, 0.7);
}
#header .navi.mobile ul {
  position: relative;
  width: 85%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#header .navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 5px auto 0;
  text-align: center;
}
#header .navi.mobile ul li a {
  display: block;
  padding: .5em;
  background: #e8e8e8;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #000000;
}
#header .navi.mobile ul li.active {
  background: #d6d6d6;
}
#header .navi.mobile ul li.active > a {
  background: transparent;
  cursor: default;
}
#header .navi.mobile ul li .sub_navi {
  width: 100%;
  margin: 0;
  padding: 5px;
}
#header .navi.mobile ul li .sub_navi li:first-child {
  margin: 0;
}
#header .navi.mobile ul li .sub_navi li a:hover {
  background: #c2c2c2;
}
#header #button_navi {
  position: absolute;
  left: 20px;
  top: 25px;
  display: none;
  width: 24px;
}
@media only screen and (max-width: 900px) {
  #header #button_navi {
    display: block;
  }
  #header #button_navi div {
    position: absolute;
    z-index: 9000;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -15px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
  }
}
/* content, section */
#content {
  position: relative;
  width: 900px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 900px) {
  #content {
    width: 100%;
  }
}
#content > .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #content > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content h2 {
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
}
#content h2:before {
  background: url(/img/theme_brooklyn/top_line.png) no-repeat;
  content: " ";
  display: block;
  width: 100%;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
}
#content h2:after {
  background: url(/img/theme_brooklyn/bottom_line.png) no-repeat;
  content: " ";
  display: block;
  width: 100%;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
}
#content h2.page_title {
  margin: 10px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #content h2.page_title {
    margin: 30px 0;
  }
}
#content h2.page_title a {
  display: inline-block;
  position: relative;
  left: -.2em;
  padding: .3em .2em;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  left: 0;
}
#content h2.page_title a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#top #content {
  margin: 0 auto;
}
/* pager */
.pager {
  zoom: 1;
  position: relative;
  margin: 0;
  font-family: 'Questrial', sans-serif;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.pager > .inner div {
  zoom: 1;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner div a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px .15em;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
  color: #ffffff;
}
.pager > .inner div a.chk {
  border: 2px solid #e3ddd9;
  cursor: pointer;
  line-height: 27px;
}
.pager > .inner div a:hover {
  border: 2px solid #e3ddd9;
  background: rgba(232, 232, 232, 0.5);
}
/* gadgets */
.gadgets {
  margin: 50px 0 0;
}
.gadgets > .inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* 外部パーツ */
#navi_parts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.navi_parts_detail {
  margin: 0;
}
.navi_parts_detail img,
.navi_parts_detail iframe,
.navi_parts_detail object,
.navi_parts_detail embed {
  max-width: 100%;
}
/* Google翻訳ウィジェット */
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/* sidebar */
.sidebar {
  margin: 50px 0 0;
}
.sidebar > .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .sidebar > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar > .inner {
    margin-bottom: -50px;
    border-top: 1px dotted #a9a19e;
  }
}
.sidebar .block {
  width: 30%;
  vertical-align: top;
  margin: 0;
  padding: 0 3%;
  border-left: 1px dotted #a9a19e;
  text-align: center;
}
.sidebar .block:first-child {
  margin: 0;
  border: none;
}
.sidebar .block h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .sidebar .block {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar .block {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-left: none;
    border-top: 1px dotted #a9a19e;
    text-align: center;
  }
  .sidebar .block.qr_area {
    display: none !important;
  }
}
/* social */
.social {
  margin: 50px 0 0;
  padding: 40px 0 0;
  border-top: 1px dotted #a9a19e;
}
.social > .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .social > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 0 0 40px 10px;
  vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
  width: 340px;
}
@media only screen and (max-width: 640px) {
  .social #social_widgets .social_widget {
    margin: 0 0 20px 10px;
  }
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
}
/* footer */
#footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #ffffff;
}
#footer > .inner {
  zoom: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 10px;
}
#footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#footer > .inner a {
  color: #ffffff;
}
#footer > .inner a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 900px) {
  #footer > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .shop_name {
  font-size: 30px;
  font-size: 3rem;
}
#footer .shop_name a {
  position: relative;
  left: -.2em;
  padding: .3em .2em;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
#footer .shop_name a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.introduction {
  padding-top: 10px;
}
/* totopボタン */
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  display: block;
  width: 44px;
  height: 44px;
}
.totop .button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  border: 2px solid #e3ddd9;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  color: #ffffff;
}
.totop .button.is-visible {
  visibility: visible;
}
.totop .button:hover {
  background: rgba(232, 232, 232, 0.5);
  cursor: pointer;
}
body.modal-open .totop,
body.navi-open .totop {
  display: none;
}
/* WYSIWYGフィールド表示制御 */
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: 0 0 0 !important;
}
.textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 900px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
body#top #content > .inner {
  max-width: 900px;
  margin: 0 auto;
}
body#top .section {
  margin: 3.1em 0 0;
  padding: 0 0 3.1em;
}
@media only screen and (max-width: 900px) {
  body#top .section {
    margin: 3.1em 0 0;
  }
}
body#top .section > .inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  body#top .section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#top .section_title {
  position: relative;
  top: -.5em;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 2em auto 1.5em;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  body#top .section_title {
    width: 90%;
  }
}
body#top .section_title a,
body#top .section_title span {
  display: inline-block;
  padding: .5em 0;
  font-size: 26px;
  font-size: 2.6rem;
}
body#top .btn_details {
  margin: 2em 0 2.5em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .btn_details a {
  display: inline-block;
  padding: .7em 1em;
  line-height: 1;
  color: #ffffff;
  border: 2px solid #e3ddd9;
}
body#top .btn_details a:hover {
  background: rgba(232, 232, 232, 0.5);
}
body#top .slideshow {
  position: relative;
  background-image: url(/img/theme_brooklyn/slide_frame_top.png), url(/img/theme_brooklyn/slide_frame_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top,center bottom;
  background-size: 100%;
  text-align: center;
  padding: 48px 0 60px;
  z-index: 1000;
  margin: 0 0 40px 0;
}
body#top .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
  background-image: url(/img/theme_brooklyn/slide_frame_middle.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  padding: 0 30px 100px;
}
body#top .rslides:not(.callbacks) {
  display: none;
}
body#top .rslides li {
  width: 100%;
}
body#top .rslides li img {
  width: 795px;
  margin: 0 auto;
  max-width: 900px;
}
body#top .caption {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 1.2em;
  width: 88.5%;
  margin: 0 auto;
  padding: 10px 0 10px;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 900px) {
  body#top .caption {
    width: 90.1%;
  }
}
body#top .caption_txt {
  display: block;
  padding: 0 10px;
  text-align: center;
  text-shadow: 0px 0px 12px #0a0a0a;
}
body#top .events {
  list-style: none;
}
body#top .callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
body#top .callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
body#top .callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
body#top .callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
body#top .callbacks_nav {
  display: none;
}
body#top .callbacks_nav:active {
  opacity: 1.0;
}
body#top .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 10px;
}
body#top #slider_pager {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
body#top #slider_pager li {
  font-size: 15px;
  margin-right: 10px;
  display: inline;
}
body#top #slider_pager li a {
  color: #957c62;
  text-decoration: none;
}
body#top #slider_pager li.callbacks_here a {
  color: #8b0c0c;
}
@media only screen and (max-width: 900px) {
  body#top .slideshow {
    width: 100%;
    padding: 4.2% 0 5.4%;
  }
  body#top .rslides {
    width: 100%;
    max-width: 100% !important;
  }
  body#top .rslides li {
    width: 100%;
  }
  body#top .rslides li img {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .article {
    width: 100%;
    min-width: 0;
  }
  body#top .article .summary {
    padding: 0;
  }
}
body#top .welcomemessage {
  margin-top: 1.5em;
  padding-top: 3em;
  color: #000000;
  border: none;
  position: relative;
  background-image: url(/img/theme_brooklyn/paper_top_headless.png), url(/img/theme_brooklyn/paper_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top,center bottom;
  background-size: 90%;
  text-align: center;
  padding: 112px 0 97px;
  z-index: 1000;
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 900px) {
  body#top .welcomemessage {
    width: 100%;
    padding: 12% 0 10%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .welcomemessage {
    width: 100%;
    padding: 12% 0 9%;
    margin: 0 0 70px 0;
  }
}
@media only screen and (max-width: 400px) {
  body#top .welcomemessage {
    width: 100%;
    padding: 12% 0 6%;
    margin: 0 0 70px 0;
  }
}
body#top .welcomemessage .welcomemessage_inner {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  background-image: url(/img/theme_brooklyn/paper_middle.png);
  background-repeat: repeat-y;
  background-size: 90%;
  background-position: center top;
  padding: 0 16% 0;
}
body#top .welcomemessage .welcomemessage_inner .message {
  background: url(/img/theme_brooklyn/text_underline.png);
  background-size: 634px 40px;
  -webkit-background-size: 634px 40px;
  line-height: 40px !important;
  position: relative;
}
body#top .welcomemessage .welcomemessage_pen {
  position: absolute;
  bottom: 0;
  right: -13px;
  width: 314px;
  transform: translateY(60%);
}
@media only screen and (max-width: 900px) {
  body#top .welcomemessage .welcomemessage_pen {
    width: 90%;
    right: 0;
    text-align: right;
  }
}
body#top .welcomemessage .welcomemessage_pen img {
  max-width: 314px;
}
@media only screen and (max-width: 900px) {
  body#top .welcomemessage .welcomemessage_pen img {
    width: 40%;
  }
}
body#top .information .list {
  zoom: 1;
  text-align: center;
}
body#top .information .list:after {
  content: '';
  display: block;
  clear: both;
}
body#top .information .article {
  zoom: 1;
  display: inline-block;
  width: 160px;
  margin: 20px 2.5% 2%;
  text-align: left;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  vertical-align: top;
}
body#top .information .article:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 640px) {
  body#top .information .article {
    width: 43%;
  }
}
body#top .information .article .photo {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0;
  background: #000;
  overflow: hidden;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
body#top .information .article .photo:hover {
  border: 2px solid #d30707;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  body#top .information .article .photo {
    width: 100%;
  }
}
body#top .information .article .photo img {
  opacity: 1;
  background: #000;
}
body#top .information .article .photo img.show {
  opacity: 1;
}
body#top .information .article .summary {
  display: block;
  width: 100%;
  padding: 20px 10px 0 0;
  text-align: center;
}
body#top .information .article .summary > .inner {
  display: block;
}
body#top .information .article .summary .title:hover {
  opacity: 0.7;
  cursor: pointer;
}
body#top .information .article .summary .date_wrap {
  display: block;
  margin: 0 0 10px 0;
}
body#top .information .article .summary .date_wrap span {
  vertical-align: .15em;
  font-size: 13px;
  font-size: 1.3rem;
}
body#top .information .article .summary .date_wrap .date {
  background: #d30707;
  padding: 4px 10px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  body#top .information .article .summary {
    padding: 20px 0 20px 0;
  }
}
body#top .section_photo .slick-slider {
  margin: 0;
}
body#top .section_photo .list {
  display: block;
  width: 100%;
}
body#top .section_photo .list.float {
  text-align: center;
  letter-spacing: -.25em;
}
body#top .section_photo .list.float li {
  display: inline-block !important;
  letter-spacing: normal;
}
body#top .section_photo .list li {
  display: block;
  width: 240px;
  height: 240px;
  overflow: hidden;
  margin: 0 1.5% 1.5em;
  background: #000000;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
@media only screen and (max-width: 640px) {
  body#top .section_photo .list li {
    width: 43%;
    height: auto;
    margin: 0 2.5% 1.5em;
  }
}
body#top .section_photo .list li a,
body#top .section_photo .list li span {
  display: block;
  background: #ccc;
}
@media only screen and (max-width: 900px) {
  body#top .section_photo .list li a img,
  body#top .section_photo .list li span img {
    width: 100%;
  }
}
body#top .section_photo .list li a img.show,
body#top .section_photo .list li span img.show {
  opacity: 1;
}
body#top .section_photo .arrow-prev,
body#top .section_photo .arrow-next {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background: rgba(102, 102, 102, 0.5);
  border-radius: 3px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  color: #ffffff;
}
body#top .section_photo .arrow-prev:hover,
body#top .section_photo .arrow-next:hover {
  background: rgba(102, 102, 102, 0.8);
}
body#top .section_photo .arrow-prev {
  left: -20px;
  left: 10px;
}
body#top .section_photo .arrow-next {
  right: -20px;
  right: 10px;
}
body#top .about {
  position: relative;
  padding-top: 0;
}
body#top .about .section_title {
  max-width: none;
}
body#top .about > .inner {
  zoom: 1;
  width: 100%;
}
body#top .about > .inner:after {
  content: '';
  display: block;
  clear: both;
}
body#top .about .block {
  float: none;
  width: 100%;
}
body#top .about .block.map {
  position: relative;
  background-image: url(/img/theme_brooklyn/map_frame_top.png), url(/img/theme_brooklyn/map_frame_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top,center bottom;
  background-size: 100%;
  text-align: center;
  padding: 31px 0;
  z-index: 1000;
  margin: 0 auto;
  max-width: 670px;
}
@media only screen and (max-width: 900px) {
  body#top .about .block.map {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .about .block.map {
    padding: 5.1% 0;
  }
}
body#top .about .block.map .map_inner {
  height: 470px;
  background-image: url(/img/theme_brooklyn/map_frame_middle.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
body#top .about .block.map .map_inner iframe {
  width: 90%;
  height: 470px;
}
@media only screen and (max-width: 640px) {
  body#top .about .block.map .map_inner {
    height: 320px;
  }
  body#top .about .block.map .map_inner iframe {
    height: 320px;
  }
}
body#top .about .block.summary {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
body#top .about .block.summary table {
  width: 65%;
  margin: 0 auto;
  border: 1px solid #a9a19e;
}
body#top .about .block.summary tr {
  display: table-row;
  margin: 0;
}
body#top .about .block.summary tr:first-child th,
body#top .about .block.summary tr:first-child td {
  border-top: none;
}
body#top .about .block.summary th,
body#top .about .block.summary td {
  display: table-cell;
  padding: 1em;
  border: 1px solid #a9a19e;
  border-bottom: none;
  border-left: none;
  line-height: 1.6;
  font-weight: bold;
}
body#top .about .block.summary th {
  width: 35%;
}
body#top .about .block.summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 900px) {
  body#top .about .block.map iframe {
    height: 300px;
  }
  body#top .about .block.summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .about .block.summary table {
    width: 100%;
  }
}
body#top .contact {
  padding: 0 0 0 0;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact input[type=text] {
  width: 100%;
}
body#top .contact input[type=text].contact_small {
  width: 60% !important;
}
body#top .contact textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#top .contact input[type=text]:focus,
body#top .contact input[type=tel]:focus,
body#top .contact input[type=email]:focus,
body#top .contact textarea:focus {
  background: #ffffff;
  border: 1px solid #d30707;
  outline: none;
}
body#top .contact input[type="button"],
body#top .contact input[type="text"],
body#top .contact input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
body#top .contact label {
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact label .requier {
  color: #fff;
  margin-left: 5px;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: block;
}
body#top .contact .checkbox label,
body#top .contact .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select:focus {
  outline: none;
}
body#top .contact input[type=submit]:focus {
  outline: none;
}
body#top .contact .wrap_select {
  position: relative;
  display: inline;
}
body#top .contact .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}
body#top .contact .button {
  position: relative;
  display: block;
  width: 35%;
  padding: 18px 10px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact .button:hover,
body#top .contact .button:active {
  cursor: pointer;
  background: rgba(232, 232, 232, 0.5);
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#top .contact .contact_area {
  display: block;
  margin-top: 2.5em;
}
body#top .contact .contact_area:first-child {
  margin-top: 0;
}
body#top .contact .button {
  margin: 5rem auto 0;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: inline-block;
}
body#top .contact label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact input[type=submit] {
  background: none;
  border: 2px solid #e3ddd9;
}
body#top .contact form {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  body#top .contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .contact form {
    width: 100%;
  }
}
body#top .contact .top_contact_coffee {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  body#top .contact .top_contact_coffee {
    padding-top: 1em;
  }
}
body#top .contact .top_contact_coffee img {
  margin: -100px 0 0 0;
  width: 261px;
}
@media only screen and (max-width: 900px) {
  body#top .contact .top_contact_coffee img {
    margin: -50px 0 0 0;
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  body#top .contact .top_contact_coffee img {
    margin: 0 0 0 0;
    width: 30%;
  }
}
body#info .navi.mobile .sub_navi li {
  background: transparent;
}
body#info .navi.mobile .sub_navi li a {
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .navi.mobile .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  color: #8b8b8b;
}
body#info .navi.mobile .sub_navi li.year div {
  margin: 0 0 10px;
}
body#info .navi.mobile .sub_navi li.year div.month {
  margin: 0;
}
body#info .navi.mobile .sub_navi li.year div.month a {
  display: inline-block;
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article:first-child {
  margin: 0;
}
body#info .article .date {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
body#info .article .date span {
  font-size: 14px;
  font-size: 1.4rem;
}
body#info .article .body {
  zoom: 1;
  margin: 0 1.2% 0;
}
body#info .article .body:after {
  content: '';
  display: block;
  clear: both;
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#info .article .body .article_title a {
  position: relative;
  left: -.2em;
  padding: .3em .2em;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#info .article .body .article_title a:hover {
  opacity: 0.7;
  text-decoration: none;
}
body#info .article .body .info_text {
  margin: 0 1%;
}
@media only screen and (max-width: 640px) {
  body#info .article .body .info_text {
    float: none;
    max-width: 100%;
    margin: 30px 0 30px;
  }
}
body#info .article .body .photo {
  float: left;
  max-width: 45%;
  margin: 0 2% 1.2em 0;
}
body#info .article .body .photo img {
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
  max-width: 100%;
}
body#info .article .body .textfield {
  margin: 20px 0 40px;
}
@media only screen and (max-width: 640px) {
  body#info .article .date {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 10px 0 0;
  }
  body#info .article .body .textfield {
    margin: 10px 0 0;
  }
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  zoom: 1;
  margin: 30px 0 70px;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0 0 70px;
}
body#photo #index .album:last-child {
  margin: 30px 0 0;
}
body#photo #index .album .album_title {
  margin: 0 1.2% 2em 2%;
  font-weight: normal;
}
body#photo #index .album .album_title > span {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding: .5em 1em;
  background: #d30707;
  display: inline-block;
  font-weight: bold;
}
body#photo #index .album .album_title a {
  position: relative;
  left: -.2em;
  padding: .3em .2em;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#photo #index .album .album_title a:hover {
  opacity: 0.7;
  text-decoration: none;
}
body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  width: 24%;
  margin: 0 1.9% 2.4%;
  padding: 0;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
body#photo #index .album .thumb:hover {
  border: 2px solid #d30707;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  background: #ffffff;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
  opacity: 1;
}
body#photo #entries {
  margin: 0 2%;
  position: relative;
}
body#photo #entries h3 {
  margin: 0 1.2% 2em 0;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding: .5em 1em;
  background: #d30707;
  display: inline-block;
  font-weight: bold;
}
body#photo #entries .article {
  position: relative;
  margin: 4em 0 0;
}
body#photo #entries .article:first-child {
  margin: 0;
}
body#photo #entries .article .date {
  margin: 2em 0 .5em;
}
body#photo #entries .article h4 {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
}
body#photo #entries .article .textfield {
  margin: .5em 0 0;
}
body#photo #entries .article .photo {
  width: 100%;
}
body#photo #entries .article .photo img {
  display: block;
  max-width: 100%;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .list {
  margin: 5em 1.2% 0;
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .article {
  zoom: 1;
  margin: 50px 0 0;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .fa-star-o {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 10px;
}
body#menu .category_title {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 1.2% 1em 1.2%;
  text-align: center;
  font-weight: bold;
  padding: .5em 1em;
  background: #d30707;
  display: inline-block;
}
body#menu .category_title + .article {
  margin-top: 30px;
}
body#menu .article_title {
  margin: 10px 0 1em;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#menu .article_title .recommend {
  color: #f5f201;
}
body#menu .article_title a {
  font-weight: bold;
  position: relative;
  left: -.2em;
  padding: .3em .2em;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#menu .article_title a:hover {
  opacity: 0.7;
  text-decoration: none;
}
body#menu .photo {
  float: left;
  max-width: 50%;
  margin: 0 2% 1.2em 1.2%;
}
body#menu .photo img {
  display: block;
  max-width: 100%;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
@media only screen and (max-width: 640px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .menu_text {
  margin: 0 0 0 1%;
}
body#menu .price {
  margin: 1em 1.2%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#menu .text {
  margin: 1em 0 0;
  margin: 0 1.2% 0;
}
body#calendar .wrap_calendar .navi {
  margin: 0;
  text-align: center;
}
body#calendar .table_calendar {
  margin: 3em 0 0;
}
body#calendar .table_calendar th {
  padding: 3px 0;
  color: #ffffff;
}
body#calendar .table_calendar tr {
  border: 1px solid #a9a19e;
}
body#calendar .table_calendar tr:first-child {
  border: none;
}
body#calendar .table_calendar td {
  position: relative;
  height: 110px;
  border: 1px solid #a9a19e;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px 0 0 16px;
  border-collapse: collapse;
  text-align: left;
  font-weight: bold;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 40%;
  top: 34%;
}
@media only screen and (max-width: 900px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    font-size: 16px !important;
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 18px;
  }
  body#calendar .table_calendar td a {
    left: 35%;
    top: 26%;
  }
}
@media only screen and (max-width: 900px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}
@media only screen and (max-width: 640px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
  }
}
body#calendar .schedule dl.article {
  margin: 3em 0 0;
  border-bottom: 1px solid #a9a19e;
  border-bottom-style: dotted;
  padding: 0 0 3em;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
}
body#calendar .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #d30707;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover {
  opacity: 0.7;
}
body#calendar .details > div {
  zoom: 1;
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .category {
  float: left;
  margin-right: .5em;
  padding: .22em .43em;
  background: #d30707;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
body#calendar .details .date {
  vertical-align: middle;
}
body#calendar .details h3 {
  margin: .5em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body#calendar .details img {
  max-width: 100%;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
body#about .map,
body#about .summary {
  width: 100%;
}
body#about .map {
  position: relative;
  background-image: url(/img/theme_brooklyn/map_frame_top.png), url(/img/theme_brooklyn/map_frame_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top,center bottom;
  background-size: 100%;
  text-align: center;
  padding: 31px 0;
  z-index: 1000;
  margin: 0 auto;
  max-width: 670px;
}
@media only screen and (max-width: 900px) {
  body#about .map {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body#about .map {
    padding: 5.1% 0;
  }
}
body#about .map .map_inner {
  height: 470px;
  background-image: url(/img/theme_brooklyn/map_frame_middle.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
body#about .map .map_inner iframe {
  width: 90%;
  height: 470px;
}
@media only screen and (max-width: 640px) {
  body#about .map .map_inner {
    height: 320px;
  }
  body#about .map .map_inner iframe {
    height: 320px;
  }
}
body#about .summary {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
body#about .summary table {
  width: 65%;
  margin: 0 auto;
  border: 1px solid #a9a19e;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
  font-weight: bold;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  font-weight: bold;
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border: 1px solid #a9a19e;
  border-bottom: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
body#about .summary th {
  width: 35%;
}
body#about .summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 900px) {
  body#about .summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  body#about .summary table {
    width: 100%;
  }
}
body#contact .message {
  margin: 0 0 40px;
  padding: 1em;
  text-align: center;
  background: #d30707;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
body#contact form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  color: #ffffff;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60% !important;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #d30707;
  outline: none;
}
body#contact form input[type="button"],
body#contact form input[type="text"],
body#contact form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #fff;
  margin-left: 5px;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 35%;
  padding: 18px 10px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  background: rgba(232, 232, 232, 0.5);
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#contact form .checkbox,
body#contact form .radio {
  display: inline;
  white-space: nowrap;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em auto 0;
  background: none;
  border: 2px solid #e3ddd9;
}
@media only screen and (max-width: 900px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form {
    width: 100%;
  }
}
body#contact .personal_info {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 3em 0 0;
}
body#contact .personal_info p {
  margin-bottom: 0;
}
body#coupon .autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
body#coupon .article {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 60px) / 2);
  margin: 30px 15px 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  body#coupon .article {
    flex-basis: 100%;
  }
}
body#coupon .article .image a {
  position: relative;
  display: block;
  margin: 0 0 1.5em;
  padding: 75% 0 0;
}
@media only screen and (max-width: 640px) {
  body#coupon .article .image a {
    padding-top: 0;
  }
}
body#coupon .article .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
@media only screen and (max-width: 640px) {
  body#coupon .article .image img {
    position: static;
    transform: none;
  }
}
body#coupon .article .summary {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: auto 1fr;
  gap: 0 12px;
  grid-template-areas: 'article_title qrcode' 'text qrcode';
  overflow-wrap: anywhere;
}
body#coupon .article .article_title {
  grid-area: article_title;
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
body#coupon .article .text {
  grid-area: text;
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
}
body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}
body#coupon .article .text li span {
  font-weight: normal;
}
body#coupon .article .qrcode {
  grid-area: qrcode;
}
body#coupon .article .qrcode img {
  display: block;
}
body#coupon .print {
  margin: 30px 0 0;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .7em 1em;
  color: #ffffff;
  border: 2px solid #e3ddd9;
  line-height: 1;
}
body#coupon .print a:hover {
  background: rgba(232, 232, 232, 0.5);
}
body#reservation .message {
  margin: 0 0 40px;
  padding: 1em;
  text-align: center;
  background: #d30707;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
body#reservation form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#reservation form .reservation_area {
  margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form .reservation_area .radio {
  display: block;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form input[type=text] {
  width: 100%;
}
body#reservation form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
  background: #ffffff;
  border: 1px solid #d30707;
  outline: none;
}
body#reservation form input[type="button"],
body#reservation form input[type="text"],
body#reservation form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form label .requier {
  color: #fff;
  margin-left: 5px;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}
body#reservation form .button {
  position: relative;
  display: block;
  width: 35%;
  padding: 18px 10px;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  background: rgba(232, 232, 232, 0.5);
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  white-space: nowrap;
}
body#reservation form input[type=submit] {
  margin: 2em auto 0;
  background: none;
  border: 2px solid #e3ddd9;
}
@media only screen and (max-width: 900px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  zoom: 1;
  overflow: hidden;
}
body#reservation .list:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .list .info {
  margin-top: 0;
}
body#reservation .list .info .note {
  margin: 0 0 1em;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .articles {
  margin-top: -30px;
}
body#reservation .articles .article {
  margin: 0 auto;
  float: left;
  width: 31%;
  margin: 30px 0 20px 20px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  body#reservation .articles .article {
    margin-left: 0;
  }
}
body#reservation .articles .article .summary {
  padding: 20px 0;
}
body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .articles .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  border-radius: 2px 2px 0 0;
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
body#reservation .articles .article:nth-child(odd) {
  margin-left: 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
}
/* custom staff */
.staff_wrap {
  width: 100%;
  margin-bottom: 30px;
  word-break: break-all;
  float: left;
}
.staff--image {
  margin-right: 5%;
  float: left;
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #e3ddd9;
  box-shadow: 0px 4px 14px -2px #030303;
}
.staff--image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.staff__text {
  float: left;
  width: 65%;
}
.staff__text--name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.staff__text--job {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.staff__text--description {
  margin-bottom: 25px;
}
.staff__text--social a {
  letter-spacing: .5px;
  margin: 0 14px 10px 0;
  display: block;
  float: left;
}
.staff__text--social a:link {
  text-decoration: none;
}
.staff__text--social a:visited {
  text-decoration: none;
}
.staff__text--social a:hover {
  text-decolation: none;
  opacity: .7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.staff__text--social a:active {
  text-decoration: none;
}
.staff__text--social_icon img {
  width: 22px;
}
