@charset "UTF-8";
/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* Page =================================================== */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Verdana Roboto "Droid Sans" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2em;
  letter-spacing: .1em;
  color: black; }

/* Typography =================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-rendering: optimizelegibility; }

h1 small,
h2 small {
  font-weight: normal;
  color: #F2F2F2; }

h1,
.h1 {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }

h2,
.h2 {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }

h3,
.h3 {
  margin-bottom: 1.33333em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }

h4,
.h4 {
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25; }

h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2em; }

h6,
.h6 {
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

/*

p,
ol,
ul,
dl,
address {
margin-bottom : $baselineheight;
line-height : $baselineheight; }

small {
@include font-size(14); }

ul,
ol {
margin : 0 0 $baselineheight -24;
padding : 0 0 0 $gutterwidth; }

li ul,
li ol {
margin : 0;
@include font-size(16); }

// blockquote

blockquote  {
margin : 0 0 $baselineheight -24;
padding-left : $gutterwidth;
border-left : 2px solid $bordercolor;
font-family : $altfont;
font-style : normal; }

q {
quotes : none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
content : '';
content : none; }

cite {
font-style : normal; }

// definition lists

dl,
dd {
margin-bottom : $baselineheight;  }

dt {
font-weight : bold; }

.dl-horizontal {

dt {
float : left;
clear : left;
width : 20.25%;
text-align : right; }

dd {
margin-left : 22.78%; }
}

// text-level

abbr[title] {
border-bottom : 1px dotted $bordercolor;
cursor : help; }

b, strong {
font-weight : bold; }

dfn {
font-style : italic; }

ins {
background-color : lighten($basecolor, 75%);
color : $textcolor;
text-decoration : none; }

mark {
background-color : lighten($basecolor, 75%);
color : $textcolor;
font-style : italic;
font-weight : bold; }

pre,
code,
kbd,
samp {
font-family : $codefont;
@include font-size(14);
line-height : $baselineheight; }

pre {
white-space : pre;
white-space : pre-wrap;
word-wrap : break-word; }

sub,
sup {
position : relative;
@include font-size(12);
line-height : 0;
vertical-align : baselineheight; }

sup {
top : -0.5em; }

sub {
bottom : -0.25em; }
*/
/* Colour =================================================== */
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none; }

::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none; }

.swatch {
  margin: 0 0 2em 0;
  padding: 0; }

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px; }

.swatch-row-one {
  background-color: black; }

.swatch-row-two {
  background-color: white; }

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px; }

.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9); }

.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8); }

.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7); }

.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6); }

.swatch-alert span:nth-child(1) {
  background-color: rgba(204, 255, 204, 0.9); }

.swatch-alert span:nth-child(2) {
  background-color: rgba(204, 255, 204, 0.8); }

.swatch-alert span:nth-child(3) {
  background-color: rgba(204, 255, 204, 0.7); }

.swatch-alert span:nth-child(4) {
  background-color: rgba(204, 255, 204, 0.6); }

.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9); }

.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8); }

.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7); }

.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6); }

.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9); }

.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8); }

.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7); }

.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6); }

.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9); }

.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8); }

.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7); }

.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6); }

.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9); }

.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8); }

.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7); }

.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6); }

/* Texture =================================================== */
.alert {
  margin-bottom: 2em;
  padding: 8px 35px 8px 14px;
  background-color: #CCFFCC;
  border: 1px solid #66ff66;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Verdana Roboto "Droid Sans" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #009900; }
  .alert .alert-heading {
    color: inherit; }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    float: right;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 18px;
    color: inherit; }

.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834; }

.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305; }

.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49; }

.alert-inverse {
  background-color: #414141;
  border-color: black;
  color: white; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }
  .alert-block .alert-heading {
    margin-bottom: 0.25em;
    font-size: inherit;
    font-weight: bold; }
  .alert-block > p,
  .alert-block > ul {
    margin-bottom: 0; }
  .alert-block p + p {
    margin-top: 5px; }

/*
.badge {
  padding: 1px 9px 2px;
  @include font-size(12);
  font-weight: bold;
  white-space: nowrap;
  color: $badgecolor;
  background-color: $badgebackground;
  @include border-radius(9px);
  @include transition(background-color .25s 0 linear);

  &:hover {
    color: $badgecolor;
    text-decoration: none;
    cursor: pointer;
  }
}

.badge-error {
  background-color: $errorcolor;
  color: $white;

  &:hover {
    background-color: darken($errorcolor, 20%);
    color: $white;
  }
}

.badge-warning {
  background-color: $warningcolor;
  color: $white;

  &:hover {
    background-color: darken($warningcolor, 20%);
    color: $white;
  }
}

.badge-success {
  background-color: $successcolor;
  color: $white;

  &:hover {
    background-color: darken($successcolor, 20%);
    color: $white;
  }
}

.badge-info {
  background-color: $infocolor;
  color: darken($infocolor, 50%);

  &:hover { background-color: darken($infocolor, 20%); }
}

.badge-inverse {
  background-color: $inverscolor;
  color: $white;

  &:hover {
    background-color: darken($inverscolor, 20%);
    color: $white;
  }
}
*/
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 2em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1; }
  .well p:last-child {
    margin-bottom: 0; }

.well-large {
  padding: 22px; }

.well-small {
  padding: 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svgz#FontAwesomeRegular") format("svg"), url("../fonts/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat; }

li[class^="icon-"],
li[class*=" icon-"] {
  display: block; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit; }

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 4/3em; }

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em; }

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em; }

li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none; }
  li[class^="icon-"]:before,
  li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center; }
  li[class^="icon-"].icon-large:before,
  li[class*=" icon-"].icon-large:before {
    text-indent: -4/3em; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid white; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-bottom: 2em; }
  figure img {
    margin-bottom: 0.5em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: gray; }

.list-bordered {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0; }
  .list-bordered li {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #c7ced6; }
  .list-bordered li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }

/* Forms =================================================== */
form {
  margin: 0 0 2em 0; }
  form fieldset {
    margin-bottom: 2em;
    padding: 0;
    border-width: 0; }
  form legend {
    display: block;
    width: 100%;
    margin-bottom: 4em;
    *margin-left: -7px;
    padding: 0;
    color: black;
    border: 0;
    border-bottom: 1px solid #8c9bab;
    white-space: normal; }
    form legend small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #F2F2F2; }
  form p {
    margin-bottom: 1em; }
  form ul {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: Verdana Roboto "Droid Sans" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: black;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.5em;
  background-color: white;
  border: 1px solid #8c9bab;
  color: black; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #586879; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 \9; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px; }

select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed; }

input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

.help-block,
.help-inline {
  color: gray; }

.help-block {
  display: block;
  margin-bottom: 1em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -moz-border-radius: 14;
  -webkit-border-radius: 14;
  border-radius: 14; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: Verdana Roboto "Droid Sans" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
  background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
  background-image: linear-gradient(#ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em; }
  .btn:visited, .btn:hover {
    color: #404040;
    text-decoration: none; }

input[type="submit"].btn:hover {
  border-color: #cccccc; }

.btn:first-child {
  *margin-left: 0; }

.btn-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default; }

.btn-error {
  background-color: #c72f29;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMzUzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3MmYyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d353e), color-stop(100%, #c72f29));
  background-image: -moz-linear-gradient(#2d353e, #c72f29);
  background-image: -webkit-linear-gradient(#2d353e, #c72f29);
  background-image: linear-gradient(#2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: white; }
  .btn-error:visited, .btn-error:hover {
    color: white; }

.btn-info {
  background-color: #afd9ee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZWRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmZDllZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9edf7), color-stop(100%, #afd9ee));
  background-image: -moz-linear-gradient(#d9edf7, #afd9ee);
  background-image: -webkit-linear-gradient(#d9edf7, #afd9ee);
  background-image: linear-gradient(#d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad; }
  .btn-info:visited, .btn-info:hover {
    color: #247fad; }

.btn-inverse {
  background-color: #282828;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #282828));
  background-image: -moz-linear-gradient(#414141, #282828);
  background-image: -webkit-linear-gradient(#414141, #282828);
  background-image: linear-gradient(#414141, #282828);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:hover {
    color: white; }

.btn-primary {
  background-color: #181c20;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMzUzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4MWMyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d353e), color-stop(100%, #181c20));
  background-image: -moz-linear-gradient(#2d353e, #181c20);
  background-image: -webkit-linear-gradient(#2d353e, #181c20);
  background-image: linear-gradient(#2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: white; }
  .btn-primary:visited, .btn-primary:hover {
    color: white; }

.btn-success {
  background-color: #449b44;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYjc1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWI0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bb75b), color-stop(100%, #449b44));
  background-image: -moz-linear-gradient(#5bb75b, #449b44);
  background-image: -webkit-linear-gradient(#5bb75b, #449b44);
  background-image: linear-gradient(#5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834; }

.btn-warning {
  background-color: #f39106;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTczMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzOTEwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faa732), color-stop(100%, #f39106));
  background-image: -moz-linear-gradient(#faa732, #f39106);
  background-image: -webkit-linear-gradient(#faa732, #f39106);
  background-image: linear-gradient(#faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305; }

.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px; }

.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 2em; }
  .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .btn-group .btn:first-child {
      margin-left: 0;
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
      border-top-left-radius: 2px;
      -moz-border-radius-bottomleft: 2px;
      -webkit-border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .btn-group .btn:last-child {
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      border-top-right-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      -webkit-border-bottom-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    .btn-group .btn.large:first-child {
      margin-left: 0;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .btn-group .btn.large:last-child {
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.btn-toolbar {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #8c9bab;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left; }
  table th {
    font-weight: bold; }
  table thead th {
    vertical-align: bottom; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #8c9bab; }
  table tbody tr td,
  table tbody tr th {
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: #a9b4c1; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #8c9bab; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6; }

@font-face {
  font-family: 'mytyporegular';
  src: url("/assets/fonts/webfontkit/mytypo-webfont.eot");
  src: url("/assets/fonts/webfontkit/mytypo-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/webfontkit/mytypo-webfont.woff") format("woff"), url("/assets/fonts/webfontkit/mytypo-webfont.ttf") format("truetype"), url("/assets/fonts/webfontkit/mytypo-webfont.svg#mytyporegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "fontcustom";
  src: url("/assets/fonts/fontcustom/fontcustom-e341f7f1acfb17123ceb08da6f399728.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontcustom/fontcustom-e341f7f1acfb17123ceb08da6f399728.woff") format("woff"), url("/assets/fonts/fontcustom/fontcustom-e341f7f1acfb17123ceb08da6f399728.ttf") format("truetype"), url("/assets/fonts/fontcustom/fontcustom-e341f7f1acfb17123ceb08da6f399728.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
body .catch {
  font-family: "Gothic Medium BBB" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .2em;
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem; }
body .icon.logo:before {
  content: '\f102';
  font-family: "fontcustom"; }
body .icon.badge:before {
  content: '\f100';
  font-family: "fontcustom"; }
body .icon.badge2:before {
  content: '\f101';
  font-family: "fontcustom"; }
body .icon.pink:before {
  color: #FFE4E4; }
body .en {
  font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .2em;
  text-transform: uppercase; }
body em {
  font-style: normal;
  border-bottom: dashed 1px #666; }
body img {
  max-width: inherit;
  width: 100%; }
body figure {
  max-width: 780px;
  max-width: 78rem;
  margin: 0 auto; }
body .rs-wrap {
  width: 100% !important; }
body .avatar_frame {
  display: inline-block;
  width: 16px; }
body a {
  text-decoration: none;
  color: black;
  padding-bottom: 0.14815em;
  border-bottom: solid 0.22222em transparent; }
  body a:hover {
    border-bottom-color: black; }
  body a:hover, body a:active {
    outline: 0; }
body .button {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: solid #cdbc64 0.66667em;
  color: #cdbc64;
  padding: 23.33333px;
  padding: 2.33333rem;
  padding-left: 33.33333px;
  padding-left: 3.33333rem;
  padding-right: 33.33333px;
  padding-right: 3.33333rem;
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .7em;
  background-color: #cdbc64; }
  body .button:hover {
    border-bottom-color: #cdbc64;
    background-color: #cdbc64;
    color: black; }
  body .button[class^="icon-"]:before, body .button[class*=" icon-"]:before {
    font-size: 1.3em;
    margin-right: .2em; }
  body .button:after {
    content: '\e762';
    font-family: fontello;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -.5em; }
  body .button:hover {
    background-color: transparent; }
  body .button.light, body .blockContainer .block#catering .post.photo > header h1 a, .blockContainer .block#catering .post.photo > header h1 body a, body .blockContainer .block#catering .post.photo > header h2 a, .blockContainer .block#catering .post.photo > header h2 body a, body#home .blockContainer .block .post.photo > header h1 a, body#home .blockContainer .block .post.photo > header h2 a, body .post > header h1 a, .post > header h1 body a {
    border-width: 0.44444; }
  body .button.soon {
    position: relative;
    border-color: #F2F2F2; }
    body .button.soon:hover {
      background-color: #F2F2F2; }
      body .button.soon:hover:after {
        content: 'COMMING SOON';
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        color: white;
        line-height: 68.44444px;
        line-height: 6.84444rem; }
  body .button.pink {
    border-color: #FFE4E4; }
    body .button.pink:hover {
      background-color: #FFE4E4; }
body .tags a {
  margin-right: 1em; }
  body .tags a:last-child {
    margin-right: 0; }
  body .tags a:after {
    content: ', ';
    position: absolute; }
  body .tags a:last-child:after {
    display: none; }
body .share a {
  padding: 12px;
  padding: 1.2rem;
  padding-left: 6px;
  padding-left: 0.6rem;
  padding-right: 6px;
  padding-right: 0.6rem;
  border-bottom: none; }
  body .share a:hover span {
    position: relative;
    top: 4px;
    top: 0.4rem; }
  body .share a span {
    font-size: 18px;
    font-size: 1.8rem; }
    body .share a span.count.nonzero {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      color: white;
      background-color: black;
      border: solid 1px;
      border-radius: 1em;
      line-height: 1em;
      height: 1em;
      width: 1em;
      padding: .15em;
      padding-left: .25em;
      padding-right: .05em;
      margin-top: -.4em;
      margin-left: -.5em;
      font-size: .5em;
      font-weight: lighter;
      vertical-align: top; }
body .toTop {
  position: fixed;
  right: 12px;
  right: 1.2rem;
  bottom: 12px;
  bottom: 1.2rem;
  z-index: 99999; }
  body .toTop a {
    display: block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    background-color: white;
    padding: .4em;
    font-size: 22px;
    font-size: 2.2rem;
    border: solid 4px transparent; }
    body .toTop a:hover {
      background-color: transparent;
      border-color: #FFF;
      color: #FFF; }
body address {
  font-style: normal; }
body br {
  display: none; }
body ul, body ol {
  list-style-position: inside; }
body .fb_iframe_widget,
body .fb_iframe_widget span,
body .fb_iframe_widget iframe {
  width: 100% !important; }
body #tumblr_controls {
  z-index: 9999999; }
body > img {
  display: none; }
body .secondary.info {
  margin-top: 6px;
  margin-top: 0.6rem; }
  body .secondary.info .notes {
    text-align: center; }
    body .secondary.info .notes > header h1 {
      font-size: 13px;
      font-size: 1.3rem; }

body #nav {
  position: relative;
  text-align: center;
  z-index: 9999;
  background-color: black; }
  body #nav.sticky {
    position: fixed;
    width: 100%;
    top: 72px;
    top: 7.2rem; }
  body #nav #toggle, body #nav .toggle {
    display: none; }
  body #nav .toggle {
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 12px;
    padding: 1.2rem; }
    body #nav .toggle:after {
      content: '\2630';
      font-family: fontello;
      display: inline;
      color: white; }
  body #nav #toggle:checked ~ .menu {
    display: block;
    opacity: 1; }
  body #nav #toggle:checked + .toggle:after {
    content: '×'; }
  body #nav .menu {
    position: absolute;
    width: 100%;
    right: 0;
    display: none;
    opacity: 0; }
    body #nav .menu > li {
      display: block;
      list-style: none;
      width: 100%;
      margin: 0; }
  body #nav a {
    font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: white;
    padding-bottom: 0.14815em;
    border-bottom: solid 0.22222em transparent;
    padding: 12px;
    padding: 1.2rem;
    display: block;
    background-color: black;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    body #nav a:hover {
      border-bottom-color: white; }
    body #nav a:hover, body #nav a:active {
      outline: 0; }
body #header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: black;
  padding: 6px;
  padding: 0.6rem;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
  height: 6rem; }
  body #header h1 {
    text-align: center;
    margin-bottom: 0; }
    body #header h1 a {
      padding-bottom: 0; }
      body #header h1 a img {
        width: 60px;
        width: 6rem; }
      body #header h1 a:hover {
        border-bottom: none; }
      body #header h1 a.logo:before {
        content: '\f102';
        font-family: "fontcustom";
        font-size: 120px;
        font-size: 12rem;
        color: white;
        font-weight: lighter; }
      body #header h1 a.logo span {
        display: none; }
body #social {
  position: absolute; }
body #cover {
  margin-top: 72px;
  margin-top: 7.2rem;
  background-color: #e6e6e6;
  overflow: hidden; }
  body #cover figure {
    margin-bottom: 0;
    max-width: inherit !important; }
    body #cover figure img {
      margin-bottom: 0;
      width: 100%; }
body #footer {
  padding: 18px;
  padding: 1.8rem;
  padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 48px;
  padding-bottom: 4.8rem;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
  body #footer .container {
    max-width: 1280px;
    max-width: 128rem;
    margin: 0 auto; }
    body #footer .container a, body #footer .container ul, body #footer .container p, body #footer .container address, body #footer .container small {
      font-size: 11px;
      font-size: 1.1rem; }
    body #footer .container p {
      margin-bottom: 18px;
      margin-bottom: 1.8rem; }
    body #footer .container a {
      text-decoration: none;
      color: white;
      padding-bottom: 0.14815em;
      border-bottom: solid 0.22222em transparent; }
      body #footer .container a:hover {
        border-bottom-color: white; }
      body #footer .container a:hover, body #footer .container a:active {
        outline: 0; }
    body #footer .container small {
      display: block;
      font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5em;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem; }
    body #footer .container .block {
      padding: 18px;
      padding: 1.8rem;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 30px;
      margin-bottom: 3rem; }
      body #footer .container .block > h1 {
        border-top: solid 4px black;
        margin-bottom: 0;
        padding-top: 36px;
        padding-top: 3.6rem;
        padding-bottom: 36px;
        padding-bottom: 3.6rem;
        font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center; }
      body #footer .container .block.order {
        font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: uppercase; }
        body #footer .container .block.order .phone a {
          font-size: 28px;
          font-size: 2.8rem; }
          body #footer .container .block.order .phone a:before {
            margin-right: .3em; }
          body #footer .container .block.order .phone a:hover {
            border-bottom: none; }
            body #footer .container .block.order .phone a:hover:before {
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
        body #footer .container .block.order .email a {
          border-bottom-color: white; }
          body #footer .container .block.order .email a:hover {
            border-bottom-style: dashed; }
        body #footer .container .block.order ul {
          margin-top: 18px;
          margin-top: 1.8rem;
          margin-bottom: 18px;
          margin-bottom: 1.8rem; }
      body #footer .container .block.social li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        body #footer .container .block.social li a {
          padding-bottom: 0;
          border-bottom: none;
          font-size: 30px;
          font-size: 3rem;
          cursor: pointer; }
    body #footer .container .credit {
      margin-top: 54px;
      margin-top: 5.4rem; }
body .submenu {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 4.8rem;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  overflow: hidden;
  font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }
  body .submenu a {
    border-bottom-color: black; }
    body .submenu a:hover {
      border-bottom-style: dashed; }
    body .submenu a.jump_page:hover {
      border-bottom-color: transparent; }
  body .submenu .prev {
    float: left; }
    body .submenu .prev:before {
      position: absolute;
      font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5em;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-size: 1.8em;
      content: '\2190';
      margin-left: -30px;
      margin-left: -3rem; }
  body .submenu .next {
    float: right; }
    body .submenu .next:before {
      content: none; }
    body .submenu .next:after {
      position: absolute;
      font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5em;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-size: 1.8em;
      content: '\2192';
      margin-right: -30px;
      margin-right: -3rem; }
  body .submenu .prev,
  body .submenu .next {
    display: none; }
    body .submenu .prev .exists,
    body .submenu .next .exists {
      display: block; }

.blockContainer {
  max-width: 1280px;
  max-width: 128rem;
  margin: 0 auto; }
  .blockContainer .block {
    margin: 18px;
    margin: 1.8rem;
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .blockContainer .block > h1 {
      font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5em;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; }
      .blockContainer .block > h1:after {
        content: '';
        display: block;
        width: 32px;
        width: 3.2rem;
        padding-top: 36px;
        padding-top: 3.6rem;
        margin: 0 auto;
        border-bottom: 4px solid black; }
    .blockContainer .block#catering {
      overflow: hidden;
      margin-bottom: 0; }
      .blockContainer .block#catering > h1 {
        border-top: solid 4px black;
        margin-bottom: 0;
        padding-top: 36px;
        padding-top: 3.6rem;
        padding-bottom: 36px;
        padding-bottom: 3.6rem;
        padding-top: 42px;
        padding-top: 4.2rem; }
        .blockContainer .block#catering > h1:after {
          display: block !important; }
      .blockContainer .block#catering > p {
        text-align: center; }
      .blockContainer .block#catering .post {
        margin-bottom: 132px;
        margin-bottom: 13.2rem; }
        .blockContainer .block#catering .post.badge:before {
          font-size: 80px;
          font-size: 8rem;
          line-height: 0;
          position: absolute;
          top: -.25em;
          right: -.25em; }
        .blockContainer .block#catering .post.badge:after {
          content: '"OHANAMI"';
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5em;
          letter-spacing: .2em;
          text-transform: uppercase;
          position: absolute;
          top: -.25em;
          right: -.25em; }
        .blockContainer .block#catering .post > footer {
          display: block;
          position: relative;
          top: 100%;
          padding-top: 3rem; }
      .blockContainer .block#catering .post:after {
        content: none; }
      .blockContainer .block#catering .post > header h2 {
        font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: lighter;
        line-height: inherit; }
      .blockContainer .block#catering .post .body {
        display: none; }
      .blockContainer .block#catering .post > footer {
        display: none; }
      .blockContainer .block#catering .post.photo {
        position: relative;
        margin-bottom: 18px;
        margin-bottom: 1.8rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .blockContainer .block#catering .post.photo > header {
          position: absolute;
          width: 100%;
          height: 100%;
          text-align: center;
          z-index: 999;
          margin: 0; }
          .blockContainer .block#catering .post.photo > header:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
            /* Adjusts for spacing */ }
          .blockContainer .block#catering .post.photo > header h1, .blockContainer .block#catering .post.photo > header h2 {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            vertical-align: baseline;
            font-weight: bold;
            font-size: 16px;
            font-size: 1.6rem; }
            .blockContainer .block#catering .post.photo > header h1 a, .blockContainer .block#catering .post.photo > header h2 a {
              border: solid white 0.22222em;
              color: white;
              padding: 7.77778px;
              padding: 0.77778rem;
              padding-left: 11.11111px;
              padding-left: 1.11111rem;
              padding-right: 11.11111px;
              padding-right: 1.11111rem; }
              .blockContainer .block#catering .post.photo > header h1 a:hover, .blockContainer .block#catering .post.photo > header h2 a:hover {
                border-bottom-color: white;
                background-color: white;
                color: black; }
              .blockContainer .block#catering .post.photo > header h1 a[class^="icon-"]:before, .blockContainer .block#catering .post.photo > header h1 a[class*=" icon-"]:before, .blockContainer .block#catering .post.photo > header h2 a[class^="icon-"]:before, .blockContainer .block#catering .post.photo > header h2 a[class*=" icon-"]:before {
                font-size: 1.3em;
                margin-right: .2em; }
        .blockContainer .block#catering .post.photo .body figure img {
          width: 100%; }
        .blockContainer .block#catering .post.photo.store > header h1 {
          display: none; }
        .blockContainer .block#catering .post.photo.diary > header h2 {
          display: none; }
      .blockContainer .block#catering nav.order {
        clear: both;
        padding-top: 0px;
        padding-top: 0rem;
        padding-bottom: 24px;
        padding-bottom: 2.4rem;
        max-width: 600px;
        max-width: 60rem;
        margin: 0 auto; }
        .blockContainer .block#catering nav.order h1 {
          font-weight: lighter;
          text-align: center;
          line-height: 1.6em; }
        .blockContainer .block#catering nav.order span.ja {
          display: none; }
  .blockContainer #order {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    /*
            &:before
            {
                content: '\2193' !important;
                @include headlineFont;
                display: block;
                text-align: center;
                @include font-size(110);
                letter-spacing: 0;
            }
    */ }
    .blockContainer #order > h1 {
      border-top-style: double !important;
      border-top-width: 8px !important;
      font-family: "Ubuntu Mono" Osaka "ＭＳ Ｐゴシック" monospace;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.8em;
      letter-spacing: .2em;
      text-transform: uppercase;
      padding-top: 1em;
      margin-top: 30px;
      margin-top: 3rem;
      padding-top: 24px;
      padding-top: 2.4rem; }
      .blockContainer #order > h1:after {
        content: '' !important;
        width: 100%;
        padding-top: 24px;
        padding-top: 2.4rem;
        border-bottom-style: double;
        border-bottom-width: 8px; }
    .blockContainer #order > p {
      text-align: center; }
    .blockContainer #order .block > h1 {
      border-top: none; }
    .blockContainer #order .block#howto {
      margin-bottom: 0; }
      .blockContainer #order .block#howto > h1 {
        display: none; }
      .blockContainer #order .block#howto nav {
        padding-top: 24px;
        padding-top: 2.4rem;
        padding-bottom: 36px;
        padding-bottom: 3.6rem;
        font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: uppercase; }
        .blockContainer #order .block#howto nav h1 {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          float: left;
          text-align: center;
          margin-bottom: 72px;
          margin-bottom: 7.2rem; }
          .blockContainer #order .block#howto nav h1 .en {
            display: inline-block;
            text-align: center;
            border: solid black 0.22222em;
            color: black;
            padding: 7.77778px;
            padding: 0.77778rem;
            padding-left: 11.11111px;
            padding-left: 1.11111rem;
            padding-right: 11.11111px;
            padding-right: 1.11111rem;
            margin-bottom: 18px;
            margin-bottom: 1.8rem; }
            .blockContainer #order .block#howto nav h1 .en:hover {
              border-bottom-color: black;
              background-color: black;
              color: black; }
            .blockContainer #order .block#howto nav h1 .en[class^="icon-"]:before, .blockContainer #order .block#howto nav h1 .en[class*=" icon-"]:before {
              font-size: 1.3em;
              margin-right: .2em; }
            .blockContainer #order .block#howto nav h1 .en:hover {
              background-color: transparent; }
          .blockContainer #order .block#howto nav h1 .ja {
            display: none;
            text-align: center;
            font-weight: lighter;
            font-size: 12px;
            font-size: 1.2rem;
            margin-bottom: 18px;
            margin-bottom: 1.8rem; }
          .blockContainer #order .block#howto nav h1 address {
            margin-top: 36px;
            margin-top: 3.6rem; }
            .blockContainer #order .block#howto nav h1 address a {
              line-height: 30px;
              line-height: 3rem; }
            .blockContainer #order .block#howto nav h1 address.phone {
              text-align: center;
              margin-bottom: 12px;
              margin-bottom: 1.2rem; }
              .blockContainer #order .block#howto nav h1 address.phone a {
                font-size: 28px;
                font-size: 2.8rem; }
                .blockContainer #order .block#howto nav h1 address.phone a:before {
                  margin-right: .3em; }
                .blockContainer #order .block#howto nav h1 address.phone a:hover {
                  border-bottom: none; }
                  .blockContainer #order .block#howto nav h1 address.phone a:hover:before {
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
            .blockContainer #order .block#howto nav h1 address.email {
              text-align: center;
              margin-bottom: 12px;
              margin-bottom: 1.2rem; }
              .blockContainer #order .block#howto nav h1 address.email a {
                border-bottom-color: black; }
                .blockContainer #order .block#howto nav h1 address.email a:hover {
                  border-bottom-style: dashed; }
        .blockContainer #order .block#howto nav .address {
          text-align: center;
          clear: both; }
    .blockContainer #order .block#sheet {
      clear: both;
      background-color: #FFFEEE;
      padding: 24px;
      padding: 2.4rem;
      padding-bottom: 36px;
      padding-bottom: 3.6rem;
      margin-top: 0; }
      .blockContainer #order .block#sheet > h1 {
        border-top: none;
        font-family: "Ubuntu Mono" Osaka "ＭＳ Ｐゴシック" monospace;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8em;
        letter-spacing: .2em;
        text-transform: uppercase; }
        .blockContainer #order .block#sheet > h1:after {
          content: '' !important;
          border-bottom-width: 3px;
          margin-bottom: 18px;
          margin-bottom: 1.8rem; }
      .blockContainer #order .block#sheet > p {
        text-align: center; }
      .blockContainer #order .block#sheet ul {
        margin-top: 18px;
        margin-top: 1.8rem;
        margin-bottom: 18px;
        margin-bottom: 1.8rem; }
        .blockContainer #order .block#sheet ul li {
          border-bottom: solid 2px black;
          margin-bottom: 1em;
          font-weight: bold; }
    .blockContainer #order .block#caution > h1 {
      border-top: none; }
      .blockContainer #order .block#caution > h1:before {
        content: '\26A0';
        font-family: fontello;
        font-size: 1.2em;
        margin-right: .1em; }
    .blockContainer #order .block#caution > p {
      text-align: center; }
    .blockContainer #order ul {
      width: 80%;
      margin: 0 auto;
      padding-top: 24px;
      padding-top: 2.4rem;
      padding-bottom: 24px;
      padding-bottom: 2.4rem;
      list-style-position: outside; }

body#home .blockContainer .block > h1 {
  border-top: solid 4px black;
  margin-bottom: 0;
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem; }
  body#home .blockContainer .block > h1:after {
    display: none; }
body#home .blockContainer .block#about {
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  body#home .blockContainer .block#about > h1 {
    border-top: none; }
  body#home .blockContainer .block#about .catch {
    font-family: "Gothic Medium BBB" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .2em;
    text-transform: none;
    font-size: 18px;
    font-size: 1.8rem; }
    body#home .blockContainer .block#about .catch br {
      display: block; }
  body#home .blockContainer .block#about p {
    margin-top: 12px;
    margin-top: 1.2rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
body#home .blockContainer .block#service > h1 {
  padding-top: 42px;
  padding-top: 4.2rem; }
  body#home .blockContainer .block#service > h1:after {
    content: "";
    display: block; }
body#home .blockContainer .block#service > p {
  text-align: center; }
body#home .blockContainer .block#service .container {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 60px;
  margin-bottom: 6rem; }
  body#home .blockContainer .block#service .container article {
    position: relative;
    border-top: double 4px black;
    padding-top: 18px;
    padding-top: 1.8rem; }
    body#home .blockContainer .block#service .container article > h1 {
      text-align: center; }
      body#home .blockContainer .block#service .container article > h1 a {
        margin-bottom: 1em;
        /*
                                        &:after
                                        {
                                            content: '×';
                                            display: block;
                                            @include headlineFont;
                                            @include font-size(24);
                                            font-weight: lighter;
                                            @include rem(margin-top,$margin*3);
                                            @include rem(margin-bottom,$margin*2);
                                            
                                        }
        */ }
        body#home .blockContainer .block#service .container article > h1 a br {
          display: block; }
        body#home .blockContainer .block#service .container article > h1 a .en {
          display: block;
          font-family: "Ubuntu Mono" Osaka "ＭＳ Ｐゴシック" monospace;
          font-weight: bold;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.8em;
          letter-spacing: .2em;
          text-transform: uppercase;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.2em;
          padding-top: 18px;
          padding-top: 1.8rem;
          padding-bottom: 12px;
          padding-bottom: 1.2rem; }
        body#home .blockContainer .block#service .container article > h1 a .ja {
          display: block;
          font-weight: lighter;
          font-size: 11px;
          font-size: 1.1rem;
          margin-top: .5em;
          padding-bottom: 30px;
          padding-bottom: 3rem; }
          body#home .blockContainer .block#service .container article > h1 a .ja:before {
            content: '';
            display: block;
            width: 24px;
            width: 2.4rem;
            margin: 0 auto;
            margin-bottom: 30px;
            margin-bottom: 3rem;
            border-bottom: 4px solid black; }
    body#home .blockContainer .block#service .container article section {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 30px;
      margin-bottom: 3rem;
      padding-left: 12px;
      padding-left: 1.2rem;
      padding-right: 12px;
      padding-right: 1.2rem;
      /*
                                      
                                  &:before
                                  {
                                      content: '';
                                      display: block;
                                      @include rem(width, 32);
                                      @include rem(padding-top, $margin * 6 );
                                      margin: 0 auto;
                                      border-bottom: 4px solid $black;
                                  }
      */ }
      body#home .blockContainer .block#service .container article section br {
        display: none; }
    body#home .blockContainer .block#service .container article:last-child > h1 a:after {
      display: none; }
  body#home .blockContainer .block#service .container nav {
    clear: both;
    border-top: double 4px black;
    padding-top: 36px;
    padding-top: 3.6rem; }
    body#home .blockContainer .block#service .container nav h1 {
      font-weight: lighter;
      text-align: center;
      line-height: 1.6em; }
    body#home .blockContainer .block#service .container nav span.ja {
      display: none; }
body#home .blockContainer .block#diary .container section {
  overflow: hidden;
  margin-bottom: 18px;
  margin-bottom: 1.8rem; }
body#home .blockContainer .block#news > h1, body#home .blockContainer .block#store > h1 {
  padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem; }
body#home .blockContainer .block .post:after {
  content: none; }
body#home .blockContainer .block .post > header h2 {
  font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: lighter;
  line-height: inherit; }
body#home .blockContainer .block .post .body {
  display: none; }
body#home .blockContainer .block .post > footer {
  display: none; }
body#home .blockContainer .block .post.photo {
  position: relative;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  body#home .blockContainer .block .post.photo > header {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    margin: 0; }
    body#home .blockContainer .block .post.photo > header:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    body#home .blockContainer .block .post.photo > header h1, body#home .blockContainer .block .post.photo > header h2 {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: baseline;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
      body#home .blockContainer .block .post.photo > header h1 a, body#home .blockContainer .block .post.photo > header h2 a {
        border: solid white 0.22222em;
        color: white;
        padding: 7.77778px;
        padding: 0.77778rem;
        padding-left: 11.11111px;
        padding-left: 1.11111rem;
        padding-right: 11.11111px;
        padding-right: 1.11111rem; }
        body#home .blockContainer .block .post.photo > header h1 a:hover, body#home .blockContainer .block .post.photo > header h2 a:hover {
          border-bottom-color: white;
          background-color: white;
          color: black; }
        body#home .blockContainer .block .post.photo > header h1 a[class^="icon-"]:before, body#home .blockContainer .block .post.photo > header h1 a[class*=" icon-"]:before, body#home .blockContainer .block .post.photo > header h2 a[class^="icon-"]:before, body#home .blockContainer .block .post.photo > header h2 a[class*=" icon-"]:before {
          font-size: 1.3em;
          margin-right: .2em; }
  body#home .blockContainer .block .post.photo .body figure img {
    width: 100%; }
  body#home .blockContainer .block .post.photo.store > header h1 {
    display: none; }
  body#home .blockContainer .block .post.photo.diary > header h2 {
    display: none; }

body#catering #menu .main {
  text-align: center; }
  body#catering #menu .main .block {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    body#catering #menu .main .block h1 {
      margin-top: 24px;
      margin-top: 2.4rem; }
      body#catering #menu .main .block h1:after {
        content: none; }
      body#catering #menu .main .block h1 .en {
        display: inline-block;
        width: 100%; }
        body#catering #menu .main .block h1 .en:after {
          content: '';
          display: block;
          width: 32px;
          height: 4px;
          background: black;
          margin: 0 auto;
          margin-top: 24px;
          margin-top: 2.4rem;
          margin-bottom: 24px;
          margin-bottom: 2.4rem; }
      body#catering #menu .main .block h1 .ja {
        display: inline-block;
        width: 100%;
        font-family: "Gothic Medium BBB" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: none;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 12px;
        margin-bottom: 1.2rem; }
        body#catering #menu .main .block h1 .ja:after {
          content: '';
          display: block; }
      body#catering #menu .main .block h1 .price {
        display: inline-block;
        width: 100%;
        font-family: "Gothic Medium BBB" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        letter-spacing: .2em;
        text-transform: none;
        font-size: 13px;
        font-size: 1.3rem; }
        body#catering #menu .main .block h1 .price:after {
          content: '';
          display: block; }
body#catering .caution {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto; }

.post:after {
  content: '/';
  display: block;
  font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: 80px;
  font-size: 8rem;
  margin-top: 120px;
  margin-top: 12rem;
  margin-bottom: 140px;
  margin-bottom: 14rem; }
.post > header {
  position: relative;
  height: auto;
  margin: 5em 0;
  text-align: center; }
  .post > header h1 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle; }
    .post > header h1 a {
      border: solid black 0.22222em;
      color: black;
      padding: 7.77778px;
      padding: 0.77778rem;
      padding-left: 11.11111px;
      padding-left: 1.11111rem;
      padding-right: 11.11111px;
      padding-right: 1.11111rem; }
      .post > header h1 a:hover {
        border-bottom-color: black;
        background-color: black;
        color: black; }
      .post > header h1 a[class^="icon-"]:before, .post > header h1 a[class*=" icon-"]:before {
        font-size: 1.3em;
        margin-right: .2em; }
      .post > header h1 a:hover {
        color: white; }
  .post > header h2 {
    margin-top: 36px;
    margin-top: 3.6rem; }
    .post > header h2.tags {
      font-family: inherit; }
  .post > header h1.ja,
  .post > header h2.ja {
    font-family: "Gothic Medium BBB" "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic ProN" "メイリオ" Meiryo "ＭＳ Ｐゴシック" sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .2em;
    text-transform: none;
    font-weight: bolder; }
.post .body {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 4.8rem; }
  .post .body p {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    .post .body p img {
      margin-bottom: 60px;
      margin-bottom: 6rem; }
.post > footer {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 4.8rem;
  text-align: center; }
  .post > footer nav a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-family: "Open Sans" "Helvetica Neue" Helvetica Arial sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
.post .comments {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 48px;
  margin-top: 4.8rem; }
.post.list {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }
  .post.list > header {
    display: table;
    table-layout: fixed;
    margin: auto;
    text-align: left;
    width: 100%; }
    .post.list > header h1 {
      display: table-cell;
      width: 7em;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      vertical-align: top;
      line-height: 2em; }
      .post.list > header h1 a {
        display: inline-block;
        border: none;
        padding: 0;
        width: 100%;
        text-decoration: none;
        color: black;
        padding-bottom: 0.14815em;
        border-bottom: solid 0.22222em transparent;
        border-bottom-color: black; }
        .post.list > header h1 a:hover {
          border-bottom-color: black; }
        .post.list > header h1 a:hover, .post.list > header h1 a:active {
          outline: 0; }
        .post.list > header h1 a:hover {
          background-color: transparent; }
    .post.list > header h2 {
      display: table-cell;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: lighter;
      vertical-align: top;
      line-height: 2em; }
      .post.list > header h2 a {
        border: none;
        padding: 0;
        text-decoration: none;
        color: black;
        padding-bottom: 0.14815em;
        border-bottom: solid 0.22222em transparent;
        border-bottom-color: transparent;
        padding-left: 12px;
        padding-left: 1.2rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        max-width: 100%; }
        .post.list > header h2 a:hover {
          border-bottom-color: black; }
        .post.list > header h2 a:hover, .post.list > header h2 a:active {
          outline: 0; }
        .post.list > header h2 a:hover {
          background-color: transparent;
          border-bottom-color: black; }
.post.photo {
  background-size: 0; }

body#tumblrPermalink .post:after {
  content: none; }

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
body {
  line-height: 1.8em;
  text-align: justify;
  text-align-last: left;
  font-feature-settings: "palt"; }

@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  .blockContainer .block#store {
    overflow: hidden; }
  .blockContainer .block#diary {
    overflow: hidden;
    clear: both; }

  body#home .blockContainer .block#service {
    /*
                    .container
                    {
                        overflow: hidden;
                                        
                        article
                        {
                            @include box-sizing(border-box);
                            width: 100%;
                            @include rem(max-width,600);
                            @include rem(padding-bottom,$margin*3);
                            margin: 0 auto;
                            display: block;
                            
                            > h1
                            {
                                display: table-cell;
                                width: 40%;
                            }
                            
                            section
                            {          
                                display: table-cell;
                                padding: 0;         
                       
                                h1
                                {
                                    text-align: left;
                                    line-height: 1.6em;
                                }                    
                                
                                br
                                {
                                    display: block;
                                }
                            }
                        }
                        
                        nav
                        {
                            @include rem(max-width,600);
                            margin: 0 auto;
                        }
                    }
    */ }
    body#home .blockContainer .block#service .container {
      display: flex; }
      body#home .blockContainer .block#service .container section h1 {
        text-align: center;
        letter-spacing: .2em; }
        body#home .blockContainer .block#service .container section h1 br {
          display: block !important; } }
    @media only screen and (min-width: 480px) and (min-width: 600px) {
      body#home .blockContainer .block#service .container {
        flex-wrap: wrap;
        justify-content: center;
        margin: 3rem -1.5rem; }
        body#home .blockContainer .block#service .container article {
          width: 46%;
          border: solid;
          box-sizing: border-box;
          margin: 1.5rem;
          padding: 1rem; }
          body#home .blockContainer .block#service .container article section {
            margin-bottom: 1rem; } }
    @media only screen and (min-width: 480px) and (min-width: 1080px) {
      body#home .blockContainer .block#service .container article {
        width: 28%; } }

@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  body br {
    display: block; }
  body .col2 {
    max-width: 400px;
    max-width: 40rem;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    padding: 4.8rem;
    margin: 0 auto; }
    body .col2:nth-child(odd) {
      clear: left; }
      body .col2:nth-child(odd):last-child {
        float: none; }
  body #nav {
    position: relative;
    width: 100%; }
    body #nav #toggle, body #nav .toggle {
      display: none !important; }
    body #nav .menu {
      position: relative;
      display: block;
      opacity: 1;
      text-align: center;
      background-color: black;
      border-bottom: solid 4px white; }
      body #nav .menu > li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding-left: 0;
        padding-right: 0;
        width: 16%;
        margin: 0 3%;
        transition: all .3s ease-out; }
        body #nav .menu > li a {
          /*
                              padding: 0;
                              padding-bottom: 0.22222em;
          */
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          padding: 30px;
          padding: 3rem;
          padding-left: 40%;
          padding-right: 40%;
          background-color: transparent; }
        body #nav .menu > li.home {
          display: none; }
        body #nav .menu > li.order a {
          background-color: #cdbc64;
          color: #222; } }
        @media only screen and (min-width: 600px) and (min-width: 768px) {
          body #nav .menu > li.order a {
            display: flex;
            align-items: center;
            justify-content: center; }
            body #nav .menu > li.order a img {
              width: auto;
              height: 2.1rem;
              margin-right: .5rem;
              transform: scaleX(-1); }
            body #nav .menu > li.order a:hover img {
              transform: scaleX(-1) translateX(2px); } }
@media only screen and (min-width: 600px) {
    body #nav a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: auto; }
    body #nav.sticky {
      position: fixed;
      top: 0; }
      body #nav.sticky .menu > li {
        width: 10%;
        padding: 0 !important;
        /*
                            &:nth-child(2)
                            {
                                margin-right: 12%;
                            }
                            
                            &:nth-child(3)
                            {
                                margin-left: 12%;
                            }
        */ }
        body #nav.sticky .menu > li.home {
          display: inline-block; }
          body #nav.sticky .menu > li.home a {
            padding: 0; }
            body #nav.sticky .menu > li.home a:hover {
              border-bottom-color: transparent; }
          body #nav.sticky .menu > li.home img {
            width: 64px;
            height: 64px; }
        body #nav.sticky .menu > li a {
          font-size: 12px; }
  body #header {
    position: absolute;
    left: 50%;
    top: 86.6666px;
    top: 8.66666rem;
    width: 50%;
    height: auto;
    margin-left: -25%;
    background-color: transparent;
    padding: 0; }
    body #header h1 a img {
      width: 100%; }
    body #header.sticky {
      display: none;
      position: fixed;
      top: 6px;
      top: 0.6rem;
      width: 10%;
      height: auto;
      max-width: 64px;
      max-width: 6.4rem;
      margin-left: 0; }
      body #header.sticky h1 a img {
        width: 100%; }
  body #cover {
    margin-top: 0; }
  body #footer {
    overflow: hidden;
    padding-left: 54px;
    padding-left: 5.4rem;
    padding-right: 54px;
    padding-right: 5.4rem; }
    body #footer .container .block {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; }
      body #footer .container .block.information {
        width: 50%;
        float: left; }
      body #footer .container .block.service {
        width: 50%;
        float: left; }
      body #footer .container .block.about {
        clear: both; }

  .blockContainer .block {
    margin: 36px;
    margin: 3.6rem; }
    .blockContainer .block > h1 {
      text-align: center; }
    .blockContainer .block#news {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.66666%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-right: 12px;
      padding-right: 1.2rem;
      padding-left: 24px;
      padding-left: 2.4rem; }
      .blockContainer .block#news > h1 {
        text-align: left; }
    .blockContainer .block#store {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 12px;
      padding-left: 1.2rem;
      padding-right: 36px;
      padding-right: 3.6rem; }
      .blockContainer .block#store > h1 {
        text-align: left; }
    .blockContainer .block#diary .post.list {
      clear: both; }
    .blockContainer .block#diary .post.photo {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left; }
      .blockContainer .block#diary .post.photo:nth-child(1) {
        border-right: solid white;
        border-right-width: 24px;
        border-right-width: 2.4rem; }
      .blockContainer .block#diary .post.photo:nth-child(2) {
        border-right: solid white;
        border-left: solid white;
        border-right-width: 12px;
        border-right-width: 1.2rem;
        border-left-width: 12px;
        border-left-width: 1.2rem; }
      .blockContainer .block#diary .post.photo:nth-child(3) {
        border-left: solid white;
        border-left-width: 24px;
        border-left-width: 2.4rem; }
    .blockContainer .block#catering .post {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 50%;
      border: solid transparent;
      border-width: 24px;
      border-width: 2.4rem;
      border-top-width: 0px;
      border-top-width: 0rem;
      border-bottom-width: 0px;
      border-bottom-width: 0rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 48px;
      margin-top: 4.8rem;
      margin-bottom: 48px;
      margin-bottom: 4.8rem; }
      .blockContainer .block#catering .post:nth-of-type(3n) {
        clear: both;
        margin-left: 25%;
        margin-right: 25%; }
    .blockContainer .block#catering nav.order {
      padding-top: 48px;
      padding-top: 4.8rem;
      padding-bottom: 48px;
      padding-bottom: 4.8rem; }

  body#home .blockContainer .block#about > h1.catch {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem; }
    body#home .blockContainer .block#about > h1.catch br {
      display: none !important; }
  body#home .blockContainer .block#about p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2em;
    margin-top: 18px;
    margin-top: 1.8rem; }
  body#home .blockContainer .block#order {
    max-width: 720px;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-left: 4.8rem;
    padding-right: 48px;
    padding-right: 4.8rem; }
    body#home .blockContainer .block#order #howto nav h1.phone {
      padding-right: 18px;
      padding-right: 1.8rem; }
    body#home .blockContainer .block#order #howto nav h1.email {
      padding-left: 18px;
      padding-left: 1.8rem; }
    body#home .blockContainer .block#order#sheet {
      padding: 48px;
      padding: 4.8rem; }
    body#home .blockContainer .block#order#caution > h1 {
      border-top: none; }
    body#home .blockContainer .block#order#caution > p {
      text-align: center; }
    body#home .blockContainer .block#order ul {
      width: 60%; }
  body#home .blockContainer .block#service .container {
    overflow: hidden; }

  body#catering #menu .main {
    max-width: 800px;
    max-width: 80rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }
    body#catering #menu .main .block {
      margin: 0 auto; } }
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  body .button {
    border-width: 1.11111; }
  body #footer {
    text-align: left;
    padding-left: 54px;
    padding-left: 5.4rem;
    padding-right: 54px;
    padding-right: 5.4rem; }
    body #footer .container .credit {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      text-align: left;
      padding: 0;
      margin-bottom: 30px;
      margin-bottom: 3rem; }
    body #footer .container .block {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; }
      body #footer .container .block > h1 {
        text-align: left; }
      body #footer .container .block.information {
        width: 25%;
        float: left; }
      body #footer .container .block.service {
        width: 25%;
        float: left; }
      body #footer .container .block.about {
        width: 50%;
        float: right;
        clear: none; }
      body #footer .container .block.order {
        width: 50%;
        float: right; }
      body #footer .container .block.social {
        width: 50%;
        float: left; }

  .blockContainer .block {
    margin: 54px;
    margin: 5.4rem; }
    .blockContainer .block > h1 {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; }
    .blockContainer .block#order {
      max-width: 720px;
      max-width: 72rem;
      margin: 0 auto; }
      .blockContainer .block#order .block#howto nav h1 {
        width: 50%; }
        .blockContainer .block#order .block#howto nav h1 .phone {
          padding-right: 3rem; }
        .blockContainer .block#order .block#howto nav h1 .email {
          padding-left: 3rem; }
    .blockContainer .block#news {
      padding-left: 54px;
      padding-left: 5.4rem;
      padding-right: 36px;
      padding-right: 3.6rem; }
    .blockContainer .block#store {
      padding-left: 12px;
      padding-left: 1.2rem;
      padding-right: 54px;
      padding-right: 5.4rem; }
    .blockContainer .block#diary .post.photo:nth-child(1) {
      border-right-width: 30px;
      border-right-width: 3rem; }
    .blockContainer .block#diary .post.photo:nth-child(2) {
      border-right-width: 15px;
      border-right-width: 1.5rem;
      border-left-width: 15px;
      border-left-width: 1.5rem; }
    .blockContainer .block#diary .post.photo:nth-child(3) {
      border-left-width: 30px;
      border-left-width: 3rem; }
    .blockContainer .block#catering .post {
      border-width: 36px;
      border-width: 3.6rem; }

  body#home .blockContainer .block#about {
    padding-top: 12px;
    padding-top: 1.2rem; }
    body#home .blockContainer .block#about > h1.catch {
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem; }
      body#home .blockContainer .block#about > h1.catch br {
        display: none !important; }
    body#home .blockContainer .block#about p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 30px;
      margin-top: 3rem; } }
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  body {
    font-size: 13px;
    font-size: 1.3rem; }

  .blockContainer .block > h1 {
    font-size: 22px;
    font-size: 2.2rem; }
  .blockContainer .block#service .main h1 a span.en {
    font-size: 22px;
    font-size: 2.2rem; }
  .blockContainer .block#catering .post {
    border-width: 48px;
    border-width: 4.8rem; }

  body#home .blockContainer .block#about > h1.catch {
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
    body#home .blockContainer .block#about > h1.catch br {
      display: none !important; }
  body#home .blockContainer .block#about p {
    font-size: 15px;
    font-size: 1.5rem; }
  body#home .blockContainer .block .post > header h2 {
    font-size: 13px;
    font-size: 1.3rem; }

  .post > footer nav a {
    font-size: 13px;
    font-size: 1.3rem; }
  .post.list > header h1 {
    font-size: 13px;
    font-size: 1.3rem; } }
@media only screen and (min-width: 1180px) {
  .blockContainer .block > h1 {
    font-size: 28px;
    font-size: 2.8rem; }
  .blockContainer .block#news {
    padding-left: 54px;
    padding-left: 5.4rem;
    padding-right: 36px;
    padding-right: 3.6rem; }
  .blockContainer .block#store {
    padding-left: 18px;
    padding-left: 1.8rem;
    padding-right: 54px;
    padding-right: 5.4rem; }
  .blockContainer .block#diary .post.photo:nth-child(1) {
    border-right-width: 36px;
    border-right-width: 3.6rem; }
  .blockContainer .block#diary .post.photo:nth-child(2) {
    border-right-width: 18px;
    border-right-width: 1.8rem;
    border-left-width: 18px;
    border-left-width: 1.8rem; }
  .blockContainer .block#diary .post.photo:nth-child(3) {
    border-left-width: 36px;
    border-left-width: 3.6rem; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */ }
/* 320 and Up */
/* Modules upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
.grid {
  margin-bottom: 2em;
  border-bottom: 1px dashed #c7ced6; }

.grid:last-child {
  margin-bottom: 0;
  border-bottom-width: 0; }

.furniture-letter {
  overflow: hidden; }

.furniture-letter span {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  height: 44px;
  width: 44px;
  background-color: #2d353e;
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center; }

@media only screen and (min-width: 480px) {
  /* Styles */ }
@media only screen and (min-width: 600px) {
  /* Styles */ }
@media only screen and (min-width: 768px) {
  .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0; }

  .grids-two .grid-1 {
    float: left; }

  .grids-two .grid-2 {
    float: right; }

  .grids-three .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%; }

  .grids-four .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%; } }
@media only screen and (min-width: 992px) {
  .grids-three .grid {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0; }

  .grids-three .grid-3 {
    float: right;
    margin-right: 0; }

  .grids-three .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em; }

  .grids-four .grid {
    float: left;
    width: 20.25%;
    margin: 0 6.32% 0 0;
    border-bottom-width: 0; }

  .grids-four .grid-4 {
    float: right;
    margin-right: 0; }

  .grids-four .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0; } }
@media only screen and (min-width: 1382px) {
  /* Styles */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
/* 320 and Up */
/* Panels Upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
.full {
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f3f5f6;
  border-top: 2px solid #c7ced6;
  border-bottom: 2px solid #c7ced6; }

.full .grids {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0; }

@media only screen and (min-width: 480px) {
  /* Styles */ }
@media only screen and (min-width: 600px) {
  /* Styles */ }
@media only screen and (min-width: 768px) {
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 43.03%; } }
@media only screen and (min-width: 992px) {
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 100%; } }
@media only screen and (min-width: 1382px) {
  /* Styles */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
section#order, #faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 6rem 3rem; }

#faq ul {
  margin-top: 5rem;
  padding-bottom: 5rem;
  list-style-position: outside; }

#faq ul li {
  font-size: 15px;
  margin-bottom: 4rem; }

#faq ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px;
  margin-bottom: 0; }

#faq ul li br {
  display: block !important; }

#catering {
  text-align: center; }
  #catering .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #catering .images img {
      box-sizing: border-box;
      display: inline-block;
      width: 48%;
      height: 48%;
      max-height: none;
      max-width: none;
      line-height: 0;
      margin: 3rem 0; }
