/* FUNCTION */
.opaque {
  opacity: 1;
  filter: alpha(opacity=100);
}
.opaque:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.background-contain {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
}
/**
 *
 * Glyphicons
 *
 */
@font-face {
  font-family: 'glyphicon';
  src: url('../styles/fonts/glyphicon.eot');
  src: url('../styles/fonts/glyphicon.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/glyphicon.woff') format('woff'), url('../styles/fonts/glyphicon.ttf') format('truetype'), url('../styles/fonts/glyphicon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  font-family: 'glyphicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-eylash:before {
  content: "\e600";
}
.glyphicon-plus-circle:before {
  content: "\e601";
}
.glyphicon-circle-arrow-right:before {
  content: "\e602";
}
.glyphicon-remove-sign:before {
  content: "\e603";
}
.glyphicon-remove:before {
  content: "\e604";
}
.glyphicon-earphone:before {
  content: "\e605";
}
/**
 *
 * HTML Redefinition
 *
 */
html {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
body {
  width: 100%;
}
h1 {
  margin: 0 auto;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
table {
  padding: 0.5em 0;
  border-collapse: separate;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
th,
td {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  padding: 11px 0 12px;
  border-top: 1px dotted #ccc;
  vertical-align: top;
}
th {
  font-weight: bold;
  color: #000;
  width: 132px;
}
td {
  color: #707070;
}
tr:first-child th,
tr:first-child td {
  border-top: none;
}
a {
  color: #88c7d5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/**
 *
 * Utility
 *
 */
.row {
  display: block;
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.flushrow {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.icon {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.lily-title {
  font-family: "futura-pt";
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto -0.3em;
  z-index: 3;
}
.lily-title:before {
  content: "\e600";
  font-family: "glyphicon";
  font-size: 44px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  color: #000;
  display: block;
  margin: -0.15em auto 0.42em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lily-title strong {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
  font-size: 0.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
  display: block;
  margin-top: .5em;
}
/**
 *
 * Utility MediaQuery
 *
 */
@media screen and (max-width: 767px) {
  .row {
    width: 100%;
  }
  .lily-title {
    font-size: 14.4px;
    font-size: 0.72rem;
  }
  .lily-title:before {
    font-size: 40px;
    font-size: 2rem;
    margin-bottom: .35em;
  }
}
/**
 *
 * Global Header
 *
 */
#globalheader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#gh-lily,
#gh-eyelash {
  position: absolute;
  left: -5px;
  top: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
#gh-eyelash {
  left: -3px;
  top: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#gh-lily {
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#gh-lily2 {
  display: none;
}
#globalheader.lily #gh-lily {
  top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#globalheader.lily #gh-eyelash {
  top: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#globalnav {
  position: absolute;
  left: 150px;
  top: 46px;
}
#globalnav li {
  position: relative;
  margin-left: 67px;
  height: 8px;
  float: left;
}
#globalnav li:first-child {
  margin-left: 0;
}
#globalnav li > a {
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  background-image: url(../images/nav/gn_text.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
}
#globalnav li > a:hover {
  border-bottom: 2px solid #000;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
#gn-eyelash {
  width: 144px;
}
#gn-eyelash a {
  background-position: 0 0;
}
#gn-why {
  width: 110px;
}
#gn-why a {
  background-position: -211px 0;
}
#gn-price {
  width: 60px;
}
#gn-price a {
  background-position: -388px 0;
}
#gn-access {
  width: 90px;
}
#gn-access a {
  background-position: -483px 0;
}
#gh-reserve {
  position: absolute;
  right: 0px;
  top: 34px;
}
.button-reserve {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 140px;
  height: 32px;
  background: url(../images/nav/button_reserve.png) no-repeat left top;
  overflow: hidden;
}
.button-reserve:hover {
  background-position: left bottom;
}
.button-reserve-large {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 250px;
  height: 50px;
  margin: 70px auto;
  background: url(../images/home/button_reserve_large.png) no-repeat left top;
  overflow: hidden;
}
.button-reserve-large:hover {
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  #globalheader {
    height: 60px;
    overflow: visible;
  }
  #globalheader.open .row {
    height: 280px;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
  }
  #globalheader .row {
    height: 59px;
    background: url(../images/nav/gh_menu.png) no-repeat right 0 #ffffff;
    overflow: hidden;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    -o-background-size: 60px 60px;
    -ms-background-size: 60px 60px;
    background-size: 60px 60px;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    z-index: 3;
  }
  #globalnav {
    left: 0;
    top: 60px;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }
  #globalnav li {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
  }
  #globalnav li:first-child {
    padding-top: 30px;
    margin: 0 auto;
  }
  #globalnav li > a {
    position: relative;
    left: -5px;
    top: -5px;
    margin: 0 auto;
    height: 13px;
    background-image: url(../images/nav/gn_text2x.png);
    -moz-background-size: 578px 18px;
    -webkit-background-size: 578px 18px;
    -o-background-size: 578px 18px;
    -ms-background-size: 578px 18px;
    background-size: 578px 18px;
  }
  #gh-lily {
    display: none;
  }
  #gh-eyelash {
    left: 0;
    top: 0 !important;
    width: 90px;
    height: auto;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
  }
  #gh-lily2 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
  }
  #globalheader.lily #gh-lily2 {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
  }
  #globalheader.lily #gh-eyelash {
    opacity: 0;
    filter: alpha(opacity=0);
    /*transition-delay: 0;*/
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
  }
  .gh-reserve-container {
    position: relative;
    left: 0;
    top: 242px;
    width: 100%;
    height: 38px;
    background: url(../images/nav/button_stripe_bg2x.png);
    -moz-background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    -ms-background-size: 5px 5px;
    background-size: 5px 5px;
  }
  #gh-reserve {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: url(../images/nav/button_reserve2x.png);
    -moz-background-size: 86px 22px;
    -webkit-background-size: 86px 22px;
    -o-background-size: 86px 22px;
    -ms-background-size: 86px 22px;
    background-size: 86px 22px;
  }
  .button-reserve-large {
    background-image: url(../images/home/button_reserve_large2x.png);
    -moz-background-size: 250px 100px;
    -webkit-background-size: 250px 100px;
    -o-background-size: 250px 100px;
    -ms-background-size: 250px 100px;
    background-size: 250px 100px;
  }
}
/**
 *
 * Header
 *
 */
#lily-header {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 600px;
  background-color: #f4bac6;
}
#lily-header h1 {
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -195px 0 0 -175px;
  width: 350px;
  height: 390px;
  background: url(../images/home/lily_hero.png) no-repeat left top;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #lily-header {
    margin-top: 60px;
    height: 300px;
    padding: 0;
    overflow: hidden;
  }
  #lily-header h1 {
    margin-top: -100.5px;
    margin-left: -90px;
    background-image: url(../images/home/lily_hero2x.png);
    -moz-background-size: 180px 200px;
    -webkit-background-size: 180px 200px;
    -o-background-size: 180px 200px;
    -ms-background-size: 180px 200px;
    background-size: 180px 200px;
  }
}
/**
 *
 * Intro
 *
 */
#intro {
  text-align: center;
  margin: 40px auto -3px;
}
#intro h1 {
  text-indent: 100%;
  white-space: nowrap;
  height: 85px;
  padding: 33px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: url(../images/home/concept_title.png) no-repeat center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#intro h1 > img {
  display: block;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
#intro .lead {
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 2.1;
  letter-spacing: 6px;
  margin-top: 19px;
  height: 51px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#intro .lead small {
  font-size: 13px;
  font-size: 0.65rem;
  letter-spacing: 4px;
  display: block;
}
#intro .lead small br {
  display: none;
}
@media screen and (max-width: 767px) {
  #intro {
    width: 100%;
  }
  #intro h1 {
    display: none;
    width: 280px;
    height: 135px;
    background-image: url(../images/home/concept_title2x.png);
    -moz-background-size: 250px 79px;
    -webkit-background-size: 250px 79px;
    -o-background-size: 250px 79px;
    -ms-background-size: 250px 79px;
    background-size: 250px 79px;
  }
  #intro .lead,
  #intro .lead small {
    font-size: 12px;
    font-size: 0.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-indent: 0;
    line-height: 2;
    white-space: normal;
    width: 280px;
    height: auto;
    background: none;
  }
  #intro .lead span,
  #intro .lead small span {
    display: none;
  }
  #intro .lead br,
  #intro .lead small br {
    display: block;
  }
}
/**
 *
 * Gallery
 *
 */
#eyelash {
  margin-top: 140px;
  height: 600px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#eyelash .lily-title {
  position: absolute;
  left: 50%;
  top: -13px;
  width: 208px;
  margin: 0 0 0 -104px;
}
#eyelash .paddle {
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 60px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  cursor: pointer;
}
#eyelash .paddle:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#eyelash .paddle-left {
  left: -26px;
  background-image: url(../images/home/paddle_left.png);
}
#eyelash .paddle-right {
  right: -26px;
  background-image: url(../images/home/paddle_right.png);
}
.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery.fix {
  overflow: visible;
}
.gallery-item {
  position: relative;
  width: 100%;
  padding: 119px 64px 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-item .eylash-gallery {
  position: relative;
  width: 420px;
  height: 420px;
  overflow: hidden;
}
.gallery-item .eylash-gallery > img {
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-item .eylash-gallery-indicator {
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 520px;
  top: 530px;
  margin: 0;
  width: 148px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-item .egi-item {
  font-size: 7px;
  font-size: 0.35rem;
  color: #ccc;
  line-height: 1;
  display: inline-block;
  padding: 0 0.5em;
  cursor: pointer;
}
.gallery-item .egi-item:hover,
.gallery-item .egi-item.active {
  color: #76cb65;
}
.gallery-item .eyelash-style {
  position: absolute;
  left: 519px;
  top: 164px;
}
.gallery-item .style-title {
  text-align: center;
  margin: 0;
  width: 370px;
  height: 17px;
  padding: 29px 0 0;
  border-top: 1px solid #999;

}
.gallery-item .style-title > img {
  position: relative;
  top: -5px;
  margin: 0 auto;
}
.gallery-item .style-likethis {
  position: relative;
  width: 370px;
  height: 70px;
  border-bottom: 1px solid #999;
  background: url(../images/home/eyelash_likethis.png) no-repeat center top;
}
.gallery-item .style-likethis .fb-like {
  line-height: 0;
  position: absolute;
  left: 132px;
  top: 31px;
}
.gallery-item p {
  font-size: 13px;
  font-size: 0.65rem;
  line-height: 1.84615385;
  color: #666;
  margin: 4em 0 2em 0;
  width: 148px;
  text-align: justify;
}
.gallery-item .eylash-feature {
  position: absolute;
  left: 193px;
  top: 103px;*
  padding: 70px 46px;
  background: url(../images/home/eyelash_column_border.png) no-repeat left top;
}
.gallery-item .eylash-feature > img {
  display: block;
}
.gallery-item .style-feature {
  position: absolute;
  left: 53px;
  top: -10px;
  margin: 0;
  width: 124px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #eyelash {
    margin-top: 100px;
    height: 774px;
    padding: 90px 20px 0;
    border-left: none;
    border-right: none;
  }
  #eyelash .lily-title {
    position: absolute;
    width: 166.4px;
    height: 81.6px;
    left: 50%;
    top: -18px;
    margin: 0 0 0 -83.2px;
    z-index: 3;
  }
  #eyelash .paddle-nav {
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    z-index: 3;
  }
  #eyelash .paddle {
    top: 430px;
    margin-top: 0;
    width: 81px;
    height: 10px;
  }
  #eyelash .paddle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #eyelash .paddle-left {
    left: 50%;
    margin-left: -140px;
    background: url(../images/home/eyelash_paddle_left2x.png) no-repeat left top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
  }
  #eyelash .paddle-right {
    right: auto;
    left: 50%;
    margin-left: 59px;
    background: url(../images/home/eyelash_paddle_right2x.png) no-repeat left top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
  }
  .eyelash-number {
    display: none;
  }
  .gallery.fix {
    overflow: hidden;
  }
  .gallery-item {
    width: 100%;
    height: 450px;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .gallery-item .eylash-gallery {
    margin: 0 auto;
    width: 280px;
    height: 280px;
  }
  .gallery-item .eylash-gallery > img {
    width: 100%;
    height: auto;
  }
  .gallery-item .eyelash-style {
    position: absolute;
    left: 50%;
    top: 360px;
    margin-left: -140px;
    width: 280px;
  }
  .gallery-item .style-title {
    width: 280px;
    height: 12px;
    padding-top: 19px;
  }
  .gallery-item .style-title > img {
    width: auto;
    height: 20px;
  }
  .gallery-item .style-likethis {
    width: 280px;
    height: 65px;
    background: url(../images/home/eyelash_likethis2x.png) no-repeat center top;
    -moz-background-size: 144px 51px;
    -webkit-background-size: 144px 51px;
    -o-background-size: 144px 51px;
    -ms-background-size: 144px 51px;
    background-size: 144px 51px;
  }
  .gallery-item .style-likethis .fb-like {
    left: 87px;
  }
  .gallery-item p {
    width: 148px;
  }
  .gallery-item .eylash-feature {
    background: none;
    left: auto;
    right: -20px;
    top: 80px;
    width: 152px;
    padding: 0;
  }
  .gallery-item .eylash-feature > img {
    margin: 0px auto;
    width: 120px;
    height: auto;
  }
  .gallery-item .style-feature {
    left: 50%;
    top: 0;
    margin-left: -50px;
  }
  .gallery-item .style-feature > img {
    width: 100px;
    height: auto;
  }
  .gallery-item .eylash-gallery-indicator {
    width: 280px;
    left: 50%;
    margin-left: -140px;
    top: 280px;
    z-index: 3;
    border-bottom: 1px solid #ccc;
  }
  .gallery-item .eylash-gallery-indicator li {
    font-size: 10px;
    padding: 20px 10px;
  }
}
/**
 *
 * MORE STYLES
 *
 */
#styles {
  text-align: center;
  width: 980px;
  margin: 100px auto 0;
}
#styles h1 {
  font-family: "futura-pt";
  font-size: 19px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -0.8em;
  margin-bottom: 1.85em;
}
#styles h1:before,
#styles h1:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  margin: 0 1.2em;
  background-color: #ccc;
  vertical-align: middle;
}
#styles ul {
  margin-left: -8px;
  margin-bottom: -0.1em;
}
#styles li {
  line-height: 0;
  width: 25%;
  padding-left: 8px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#styles2 li {
  line-height: 1em;
  width: 16%;
  margin: 2em auto 0;
  padding-left: 3em;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#styles2 img {
    padding-bottom: 1em;
    padding-left: 1em;
  }
#styles2 p {
  font-size: 13px;
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1;
  text-align:left;
  color: #000;
  position: relative;
  margin: 0 0 .8em;
}
#styles2 .price-container {
  margin-top: 1px;
  padding: 50px 25px 0;
  border-top: 1px solid #000;
}
#styles2 .table-container {
  margin:1em 5em;
  width: 191px;
  float: left;
}
#styles2 .table-container2 {
  margin:1em 1em;
  width: 444px;
  float: left;
}
  #styles3 {
    margin: 2em auto;
  }
  #styles3 p {
  font-size: 13px;
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1;
  text-align:center;
  color: #000;
  position: relative;
  margin: 0 0 .8em;
  padding:0 1em;
}
#styles li:hover figure {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
#styles li:hover h2,
#styles li:hover .viewmore {
  color: #87d5e6;
}
#styles figure {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}
#styles figure > img {
  display: block;
  width: 100%;
  height: auto;
}
#styles figcaption {
  margin-top: 24px;
}
#styles h2 {
  font-size: 13px;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  color: #000;
  position: relative;
  margin: 0 0 .8em;
}
#styles h2:after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  margin: 0.8em 0 0 -10px;
  width: 20px;
  height: 1px;
  background-color: #999;
}
#styles a {
  text-decoration: none;
}
#styles .viewmore {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: -0.15em 0 0;
}
@media screen and (max-width: 767px) {
  #styles {
    margin-top: 70px;
    width: auto;
    padding: 0 3.125%;
  }
  #styles h1 {
    font-size: 17px;
    font-size: 0.85rem;
    margin-bottom: 3em;
  }
  #styles h1:before,
  #styles h1:after {
    width: 30px;
  }
  #styles h2 {
    font-size: 11px;
    font-size: 0.55rem;
  }
  #styles ul {
    margin-top: -50px;
    margin-left: -3.125%;
  }
  #styles li {
    width: 50%;
    padding-top: 50px;
    padding-left: 3.125%;
  }
  #styles2 li {
    width: 50%;
    padding-left: 2em;
  }
  #styles2 img {
    padding-bottom: 1em;
    padding-left: 20px;
  }
  #styles2 .price-container {
  margin-top: 1px;
  padding: 50px 10px 0;
  border-top: 1px solid #000;
  }
  #styles2 .table-container {
  margin:1em auto;
  width: 250px;
  float: left;
  }
#styles2 .table-container2 {
  margin:1em auto;
  width: 300px;
  float: left;
}
  #styles3 h1 {
    font-size: 17px;
    font-size: 0.85rem;
    margin: 1em auto;
  }
  #styles3 p{
  text-align:left;
  }
  #styles li:hover figure {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/**
 *
 * Why
 *
 */
#why {
  margin: 180px auto 0;
  padding: 40px 0 0;
}
#why .why-title {
  width: 190px;
  height: 190px;
  position: absolute;
  left: -5px;
  top: -5px;
  margin: 0;
  padding-top: 55px;
  background: url(../images/home/why_title.png) no-repeat left top;
  overflow: hidden;
}
#why .paddle-nav {
  display: none;
}
.catalogue {
  width: 1000;
  margin-left: -20px;
}
.catalogue-item {
  display: block !important;
  position: static !important;
  margin: 2px 0 60px 33px;
  border-top: 5px solid #fff;
  float: left;
}
.catalogue-item.pink {
  border-top: 5px solid #ff8cb2;
}
.catalogue-item:first-child {
  margin-left: 320px;
}
.catalogue-item figure {
  position: relative;
  width: 300px;
  margin-top: -7px;
  padding: 40px 0 0 80px;
  background: url(../images/border_stripe.png) repeat-x left top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.catalogue-item figure > img {
  display: block;
}
.catalogue-item figcaption {
  text-align: left;
  padding: 30px 0 0 60px;
  width: 160px;
}
.catalogue-item h4 {
  font-size: 13px;
  font-size: 0.65rem;
  line-height: 1.53846154;
  letter-spacing: 2px;
  font-weight: normal;
  color: #333;
  margin: -0.25em 0 1.3em;
}
.catalogue-item.why-counsel h4 {
  letter-spacing: 1px;
}
.catalogue-item p {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.91666667;
  letter-spacing: 1px;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: -0.3em 0 -0.6em;
}
.catologue-item-title {
  position: absolute;
  left: 0;
  top: 40px;
  margin: 0;
}
.catologue-item-title > img {
  display: block;
  position: relative;
  left: -5px;
  top: -5px;
}
.dot-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  #why {
    padding-top: 130px;
  }
  #why .why-title {
    left: 50%;
    top: -50px;
    margin-left: -76px;
    width: 152px;
    height: 152px;
    background-image: url(../images/home/why_title2x.png);
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
  }
  #why .row {
    height: 320px;
    overflow: hidden;
  }
  #why .paddle-nav {
    display: block;
    z-index: 3;
  }
  .catalogue {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .catalogue-item {
    position: absolute !important;
    left: 100%;
    top: 0;
    margin: 0 !important;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catalogue-item figure {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .catalogue-item figcaption {
    padding-left: 20px;
  }
  .catalogue-item p {
    display: none;
  }
  .catalogue-item:first-child {
    left: 0;
  }
  .dot-nav {
    position: relative;
    display: block;
    top: 280px;
    text-align: center;
    margin: 1em auto;
    z-index: 3;
  }
  .dot-nav li {
    display: inline-block;
    font-size: 7px;
    font-size: 0.35rem;
    line-height: 1;
    color: #ccc;
    padding: 0 1em;
    vertical-align: top;
  }
  .dot-nav li.active {
    color: #ff8db4;
  }
  .paddle {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 288px;
    width: 20px;
    height: 32px;
    overflow: hidden;
    background: url(../images/home/paddle_pink2x.png) no-repeat left top;
    -moz-background-size: 40px 32px;
    -webkit-background-size: 40px 32px;
    -o-background-size: 40px 32px;
    -ms-background-size: 40px 32px;
    background-size: 40px 32px;
    z-index: 3;
  }
  .paddle-left {
    left: 20px;
  }
  .paddle-right {
    right: 20px;
    background-position: right top;
  }
}
/**
 *
 * Price
 *
 */
#price {
  text-align: center;
  margin-top: 180px;
}
/**
 *
 * Menu
 *
 */
#menu {
  position: relative;
  width: 660px;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}
#menu h2 {
  font-family: "futura-pt";
  font-size: 19px;
  font-size: 0.95rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  margin: 0 auto;
  width: 660px;
  height: 139px;
  border-top: 2px solid #000;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#menu h2 strong {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
  display: block;
  margin-top: -0.2em;
}
#menu h2 strong:before {
  content: '';
  display: block;
  margin: .7em auto 1em;
  width: 24px;
  height: 0;
  border-bottom: 1px solid #000;
}
#menu h3 {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  position: relative;
  left: -5px;
  top: -5px;
  margin: 0;
  height: 52px;
  padding: 33px 0 0 5px;
}
#menu .price-basic {
  background: url(../images/home/price_menu_basic_title.png) no-repeat left top;
}
#menu .price-repair {
  background: url(../images/home/price_menu_repair_title.png) no-repeat left top;
}
#menu .price-container {
  margin-top: 1px;
  padding: 50px 25px 0;
  border-top: 1px solid #000;
}
#menu .table-container {
  margin-left: 110px;
  width: 250px;
  float: left;
}
#menu .table-container:first-child {
  margin-left: 0;
}
#menu table {
  width: 100%;
  padding: 0;
  border: none;
}
#menu tr {
  background: url(../images/border_stripe.png) repeat-x left bottom;
}
#menu th,
#menu td {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  padding: 17px 0 16px;
  vertical-align: top;
  border: none;
}
#menu th {
  font-weight: bold;
  color: #000;
}
#menu td {
  color: #454545;
}
#menu tr:first-child th,
#menu tr:first-child td {
  padding-top: 0;
  border-top: none;
}
#menu .price {
  text-align: right;
  width: 82px;
}
#menu .more {
  font-size: 11px;
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: none;
  padding: 0;
  margin: 40px auto 40px;
  cursor: pointer;
  clear: both;
}
#menu .more:hover {
  color: #87d5e6;
}
#menu .price-slider {
  width: 610px;
  padding-bottom: 80px;
  border-top: none;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
#menu.close .more {
  display: block;
}
#menu.close .price-slider {
  padding-top: 0;
  padding-bottom: 34px;
}
#menu.close .price-slider table {
  display: none;
}
#menu .note {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  color: #666;
  text-align: left;
  margin-top: 1.4em;
	margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100%;
    display: block;
  }
  #menu h2 {
    font-size: 14px;
    font-size: 0.7rem;
    margin: 0 auto;
    height: 80px;
    padding-top: 17px;
  }
  #menu h2 strong {
    font-size: 11px;
    font-size: 0.55rem;
  }
  #menu .price-basic {
    background-image: url(../images/home/price_menu_basic_title2x.png);
    -moz-background-size: 85px 27px;
    -webkit-background-size: 85px 27px;
    -o-background-size: 85px 27px;
    -ms-background-size: 85px 27px;
    background-size: 85px 27px;
  }
  #menu .price-repair {
    background-image: url(../images/home/price_menu_repair_title2x.png);
    -moz-background-size: 99px 27px;
    -webkit-background-size: 99px 27px;
    -o-background-size: 99px 27px;
    -ms-background-size: 99px 27px;
    background-size: 99px 27px;
  }
  #menu .table-container {
    margin-left: 0;
    margin-top: 3em;
    width: 100%;
    float: none;
  }
  #menu .table-container:first-child {
    margin-top: 0;
  }
  #menu .price-slider {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu th,
  #menu td {
    line-height: 1.5;
  }
  #menu.close .price-slider {
    padding-bottom: 50px;
  }
  #menu .note {
    width:95%;
    padding-left: 1em;
  }
}
#campaign {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-top: 205px;
  width: 750px;
  padding: 4px;
  border: 1px solid #000;
}
#campaign .strap {
  position: absolute;
  top: -66px;
  width: 200px;
  height: 200px;
}
#campaign .strap-left {
  left: -66px;
  background: url(../images/home/price_campaign_strap_left.png) no-repeat left top;
}
#campaign .strap-right {
  right: -66px;
  background: url(../images/home/price_campaign_strap_right.png) no-repeat left top;
}
#campaign .col {
  padding: 80px 0 0;
  border: 2px dotted #87d5e6;
}
#campaign .campaign-hello {
  position: absolute;
  left: 50%;
  top: -55px;
  margin: 0 0 0 -100px;
  z-index: 1;
}
#campaign h1 {
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 4.5em;
}
#campaign h1 i {
  font-family: "futura-pt", sans-serif;
  font-size: 37px;
  font-size: 1.85rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3px;
  display: block;
  margin: -0.18em 0 0.65em;
}
#campaign h1 strong {
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 21px;
  display: block;
  margin: -0.15em 0 -0.4em;
}
#campaign .campaign-item {
  text-align: center;
  display: inline-block;
  width: 200px;
  padding: 0 40px;
  vertical-align: top;
}
#campaign .campaign-item h2,
#campaign .campaign-item p {
  margin: 0;
}
#campaign .campaign-item h2 {
  font-size: 13px;
  font-size: 0.65rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.38461538;
  text-align: center;
  margin: 0 auto 3.35em;
}
#campaign .campaign-item h2:before {
  content: "\e600";
  font-family: "glyphicon";
  font-size: 28px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #000;
  display: block;
  margin: -0.1em auto 0.42em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#campaign .campaign-item h2 br {
  display: none;
}
#campaign .campaign-item p {
  font-size: 9px;
  font-size: 0.45rem;
  line-height: 1;
  text-align: right;
  vertical-align: baseline;
  margin: -0.65em 0;
}
#campaign .campaign-item p b {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 2px;
}
#campaign .campaign-item p strong {
  font-family: "futura-pt", sans-serif;
  font-size: 33px;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 15px;
}
#campaign .campaign-item p i {
  font-size: 12px;
  font-size: 0.6rem;
  font-style: normal;
}
#campaign .campaign-item p + p {
  margin-top: 1.5em;
}
#campaign .campaign-hole p {
  text-align: center;
}
#campaign .campaign-hole h2 + p {
  margin-top: 50px;
}
#campaign blockquote {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.58333333;
  letter-spacing: 1px;
  color: #999;
  text-align: center;
  margin: -0.25em auto -0.5em;
  padding: 50px 0;
  overflow: hidden;
}
#campaign .campaign-sample {
  display: inline-block;
  margin: 70px auto 0;
}
#campaign .campaign-sample figure {
  display: block;
  margin-left: 40px;
  width: 190px;
  float: left;
}
#campaign .campaign-sample figure:first-child {
  margin-left: -1px;
  margin-right: 32px;
  width: 130px;
  padding-top: 10px;
}
#campaign .campaign-sample figure:first-child figcaption {
  margin-top: 2.8em;
}
#campaign .campaign-sample figure:first-child figcaption strong {
  font-size: 14px;
  font-size: 0.7rem;
}
#campaign .campaign-sample figure img {
  width: 100%;
  height: auto;
}
#campaign .campaign-sample figcaption {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  margin: 1.45em 0 -0.25em;
}
#campaign .campaign-sample figcaption strong {
  font-family: "futura-pt", sans-serif;
  font-size: 21px;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 2px;
}
#campaign .button-reserve-large {
  margin: 50px auto -26px;
}
@media screen and (max-width: 767px) {
  #campaign {
    margin-top: 100px;
    width: auto;
    padding: 0 15px 2px;
    border: none;
  }
  #campaign .strap {
    display: none;
  }
  #campaign .campaign-hello {
    width: 120px;
    height: auto;
    margin-left: -80px;
  }
  #campaign .col {
    padding-top: 2px;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #campaign h1 {
    margin-bottom: 40px;
    padding: 35px 0 34px;
    border-top: 2px solid #87d5e6;
    border-bottom: 1px solid #000;
    letter-spacing: 2px;
  }
  #campaign h1 i {
    font-size: 28px;
    font-size: 1.4rem;
  }
  #campaign .campaign-item {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 10px;
    clear: both;
  }
  #campaign .campaign-item + .campaign-item { 
    padding-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #campaign .campaign-item h2,
  #campaign .campaign-item p {
    float: left;
  }
  #campaign .campaign-item h2 {
    width: 70px;
    margin-bottom: 8em;
  }
  #campaign .campaign-item h2:before {
    font-size: 20px;
    font-size: 1rem;
    margin-bottom: .5em;
  }
  #campaign .campaign-item h2 br {
    display: block;
  }
  #campaign .campaign-item p {
    text-align: right;
    width: 200px;
  }
  #campaign .campaign-item p strong {
    font-size: 30px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  #campaign .campaign-hole h2 + p {
    margin-top: -0.5em;
  }
  #campaign blockquote {
    width: 200px;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #campaign .campaign-sample {
    width: 306px;
    margin-left: -26px;
  }
  #campaign .campaign-sample figure {
    width: 127px;
    margin-left: 26px;
  }
  #campaign .campaign-sample figure:first-child {
    display: none;
  }
  #campaign .button-reserve-large {
    margin: 30px auto;
  }
}
/**
 *
 * DIARY
 *
 */
#dialy {
  width: 760px;
  margin-top: 135px;
}
#dialy .recent {
  margin-top: 90px;
}
#dialy .recent li {
  margin-left: 20px;
  float: left;
}
#dialy .recent li:first-child {
  margin-left: 0;
}
#dialy .recent li a {
  text-decoration: none;
}
#dialy .recent li a:hover figcaption {
  color: #87d5e6;
  border-color: #87d5e6;
}
#dialy .recent li figure {
  position: relative;
  display: table;
  width: 240px;
  height: 140px;
  padding: 4px;
  overflow: hidden;
  box-sizing: border-box;
}
#dialy .recent li figure > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
#dialy .recent li figcaption {
  font-family: "futura-pt";
  font-size: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  color: #fff;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  border: 3px double #fff;
}
#dialy .feeds {
  margin-top: 50px;
}
#dialy .feeds li {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  padding: 15px 0 19px;
  border-top: 1px solid #ccc;
}
#dialy .feeds li:first-child {
  padding-top: 0;
  border-top: none;
}
#dialy .feeds li a {
  display: block;
  color: #666;
  text-decoration: none;
}
#dialy .feeds li a:hover {
  color: #87d5e6;
}
#dialy .feeds li a:hover .date,
#dialy .feeds li a:hover .more {
  color: #87d5e6;
}
#dialy .feeds li .date,
#dialy .feeds li .more {
  font-family: "futura-pt";
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
#dialy .feeds li .date {
  display: inline-block;
  width: 114px;
}
#dialy .feeds li .more {
  float: right;
}
#dialy .feeds li .description {
  white-space: nowrap;
  display: inline-block;
  max-width: 580px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #dialy {
    margin-top: 80px;
    width: auto;
    padding: 0 20px;
  }
  #dialy .recent li {
    margin: 30px auto 0;
    float: none;
  }
  #dialy .recent li:first-child {
    margin-top: 0;
  }
  #dialy .recent figure {
    margin: 0 auto;
  }
  #dialy .feeds li .description {
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
    white-space: normal;
  }
}
/**
 *
 * Promos
 *
 */
.promos {
  line-height: 0;
  text-align: center;
  margin: 150px auto 0;
}
.promo {
  display: inline-block;
  margin: 0 auto;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}
.promo:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.promo-facebook {
  width: 814px;
  height: 350px;
  background: url(../images/home/promo_officialfacebook.jpg) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .promos {
    margin: 100px 0;
  }
  .promo-facebook {
    width: 280px;
    height: 280px;
    background: url(../images/home/promo_officialfacebook2x.jpg) no-repeat left top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
  }
}
/**
 *
 * Access
 *
 */
#access {
  margin-top: 150px;
  width: 800px;
}
#access .access-title {
  position: relative;
  margin: 0 auto 90px;
  width: 98px;
  height: 73px;
}
#access .access-title > img {
  position: relative;
  left: -5px;
  top: -5px;
}
#access .access-map {
  position: absolute;
  left: 0;
  top: auto;
}
#access .enter-here {
  position: relative;
	left:1em;
  top: 1em;
}
#access p {
  font-size: 14px;
  font-size: 0.7rem;
  color: #454545;
  line-height: 1.71428571;
  margin: 1em auto 1em 1em;
  width: 232px;
}
#access .googlemap {
  display: block;
  margin: 0.5em auto 1.7em;
}
#access p + a {
  font-size: 14px;
  font-size: 0.7rem;
  color: #454545;
  line-height: 1;
  display: inline-block;
  margin-top: 2.5em;
  margin-bottom: -0.25em;
}
#access p + a:hover {
  color: #87d5e6;
}
#access .call-link {
  display: none;
}
#access-information {
  position: relative;
  margin: 0 0 0 540px;
}
@media screen and (max-width: 767px) {
  #access {
    width: 100%;
    padding: 0;
    background: none;
  }
  #access .access-title {
    margin: 0 auto 60px;
    width: 72px;
    height: 55.33333333px;
  }
  #access .access-title > img {
    top: 0;
    width: 100%;
    height: auto;
  }
  #access .access-map {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #access .enter-here {
    position: static;
	left:0;
	top:0;
	width: 100%;
	height:auto;
  }
  #access .qrcode {
    display: none;
  }
  #access .call {
    display: none;
  }
  #access .call-link {
    display: inline;
  }
  #access-information {
    margin: 2em 0 0;
    padding: 0 2em;
  }
  #access-information p {
    margin-left: auto;
    margin-right: auto;
  }
  #access-information > img:first-child {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/**
 *
 * Footer
 *
 */
#globalfooter {
  text-align: center;
  margin-top: 136px;
  width: 100%;
  padding: 0;
  background-color: #bfbfbf;
  overflow: hidden;
}
#globalfooter .copyright {
  font-size: 12px;
  font-size: 0.6rem;
  color: #ddd;
  line-height: 1;
  margin: 0;
  float: right;
}
#globalfooter .caution {
  font-size: 10px;
  font-size: 0.5rem;
  line-height: 1.5;
  text-align: left;
  color: #ddd;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
#gf-share,
#gf-follow {
  font-size: 0;
  height: 20px;
  padding: 30px 0 25px;
}
#gf-share h3,
#gf-follow h3 {
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  left: -5px;
  margin: 0 20px 0 0;
  padding: 0;
  height: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
#gf-share ul,
#gf-follow ul {
  display: inline-block;
  vertical-align: top;
}
#gf-share li,
#gf-follow li {
  float: left;
  margin-left: 15px;
}
#gf-share li:first-child,
#gf-follow li:first-child {
  margin-left: 0;
}
#gf-share {
  float: left;
}
#gf-share h3 {
  width: 140px;
  background-image: url(../images/nav/gf_share_text.png);
}
#gf-follow {
  float: right;
}
#gf-follow h3 {
  width: 125px;
  background-image: url(../images/nav/gf_follow_text.png);
}
#gf-follow ul {
  margin-right: 7px;
}
#gf-follow li {
  width: 22px;
  margin-left: 24px;
}
#gf-social {
  display: inline-block;
}
#gf-social li {
  margin-left: 20px;
  float: left;
}
#gf-social li:first-child {
  margin-left: 0;
}
#gf-twitter,
#gf-instagram,
#gf-facebook {
  text-indent: 46px;
  white-space: nowrap;
  display: block;
  position: relative;
  line-height: 1;
  left: -12px;
  top: -12px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/nav/gf_icon_share.png);
  overflow: hidden;
}
#gf-twitter:hover {
  background-position: left bottom;
}
#gf-facebook {
  background-position: right top;
}
#gf-facebook:hover {
  background-position: right bottom;
}
#gf-instagram {
  background-position: -46px top;
}
#gf-instagram:hover {
  background-position: -46px bottom;
}
#gf-regal {
  padding: 25px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #gf-share,
  #gf-follow {
    text-align: left;
    margin: 0 0 0 20px;
    float: none;
  }
  #gf-share {
    padding-bottom: 0;
  }
  #gf-share h3 {
    background-image: url(../images/nav/gf_share_text2x.png);
    -moz-background-size: 140px 20px;
    -webkit-background-size: 140px 20px;
    -o-background-size: 140px 20px;
    -ms-background-size: 140px 20px;
    background-size: 140px 20px;
  }
  #gf-follow h3 {
    width: 140px;
    background-image: url(../images/nav/gf_follow_text2x.png);
    -moz-background-size: 125px 20px;
    -webkit-background-size: 125px 20px;
    -o-background-size: 125px 20px;
    -ms-background-size: 125px 20px;
    background-size: 125px 20px;
  }
  #gf-twitter,
  #gf-instagram,
  #gf-facebook {
    background-image: url(../images/nav/gf_icon_share2x.png);
    -moz-background-size: 138px 92px;
    -webkit-background-size: 138px 92px;
    -o-background-size: 138px 92px;
    -ms-background-size: 138px 92px;
    background-size: 138px 92px;
  }
  #gf-regal {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#guide {
  display: none;
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 101;
}
#guide.show {
  display: block;
}
