/* 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;
}
/**
 *
 * Global Header
 *
 */
#globalheader {
  position: relative;
}
#reservation {
  min-height: 800px;
}
header {
  margin: 50px auto;
}
.column {
  text-align: center;
  margin: 0 auto;
  width: 560px;
}
.column + .column {
  margin-top: 100px;
}
.column h1 {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #666;
  margin: -0.25em 0 -0.2em;
  padding: 15px 0 6px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.column h1 strong {
  font-family: "futura-pt";
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: .5em;
}
.column h1 span {
  display: inline-block;
  margin-bottom: .7em;
}
@media screen and (max-width: 767px) {
  .column {
    width: auto;
  }
}
.contact {
  padding: 70px 0;
}
.contact h2 {
  font-family: "futura-pt";
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  margin: -0.25em auto -0.2em;
}
.contact h2.online {
  font-size: 26px;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: .6em;
}
.contact h3 {
  font-family: "futura-pt";
  font-size: 35px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  margin: .38em auto 1.3em;
}
.contact h3 a,
.contact h3 span {
  color: #000;
}
.contact p {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: 1px;
  margin: -0.25em 0 -0.2em;
}
.contact .phone:before {
  content: "\e605";
  font-family: "glyphicon";
  font-size: 22px;
  font-size: 1.1rem;
  margin-right: .5em;
}
.contact .phone a {
  display: none;
  text-decoration: none;
}
.contact .line img {
    display:block;
    margin: 0 auto;
  }
@media screen and (max-width: 767px) {
  .contact h2.online {
    font-size: 1.2rem;
  }
  .contact h3 {
    font-size: 1.5rem;
  }
  .contact .phone span {
    display: none;
  }
  .contact .phone a {
    display: inline;
  }
}
#reservation-note {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 9px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#reservation-note.show .note {
  margin-top: 10px;
  max-height: 1000px;
}
#reservation-note h4 {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #999;
  position: relative;
  margin: 0;
  padding: .9em 0 0;
  background-color: #fff;
  z-index: 1;
}
#reservation-note h4 strong {
  font-weight: normal;
  color: #87d5e6;
  cursor: pointer;
}
#reservation-note h4 br {
  display: none;
}
#reservation-note .note {
  background-color: #f5f5f5;
  overflow: hidden;
  max-height: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
}
#reservation-note .note ul {
  text-align: left;
  margin: 0 auto 20px;
  width: 280px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#reservation-note .note li {
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  margin-top: -0.3em;
  padding: 23px 15px 7px;
  border-bottom: 1px solid #999;
}
#reservation-note .note li:first-child {
  padding-top: 0;
}
#reservation-note .note .note-num {
  font-family: "futura-pt";
  font-size: 21px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  margin: -0.25em 0.7em -0.2em 0;
}
#reservation-note .note p {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.41666667;
  letter-spacing: 1px;
  color: #999;
  margin: -0.25em auto -0.5em;
}
#reservation-note .caution {
  width: 280px;
  margin: 50px auto 50px;
  padding: 0 20px 30px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#reservation-note .caution h5 {
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  top: -1.5em;
  margin: 0 auto 0;
  padding: 0 .5em;
  background-color: #f5f5f5;
}
#reservation-note .caution p {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.66666667;
  letter-spacing: 1px;
  text-align: justify;
  color: #999;
  margin: -0.25em auto -0.5em;
}
#reservation-note .caution p + p {
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  #reservation-note h4 br {
    display: block;
  }
}
#reservation-input {
  display: none;
}
.reservation-column {
  margin: 1em auto;
  width: 600px;
  padding: 40px 90px;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.reservation-column section {
  margin-bottom: 3.5em;
}
.reservation-column > p {
  font-size: 14px;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
  margin: -0.25em auto;
}
.reservation-column > p + section {
  margin-top: 2em;
}
.reservation-column .reservation-selection {
  overflow: hidden;
}
.reservation-column .reservation-repeater {
  display: none;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px dotted #ccc;
}
.reservation-column .disabled .input-title {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.reservation-column .disabled .reservation-selection {
  height: 0;
}
.reservation-column .disabled .button-large {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 767px) {
  .reservation-column {
    width: 100%;
    padding: 40px 20px;
  }
}
.input-title {
  font-size: 14px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 1.28571429;
  margin: -0.2em auto 1.2em;
  padding: 1em 0 0.95em;
  background: url(../images/border_stripe.png) repeat-x left bottom;
}
.confirm,
.button {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1;
  color: #333;
  display: inline-block;
  padding: 0 1em;
  margin: 1em 3em 0 auto;
}
.button {
  position: relative;
  padding: 0.7em 1.5em 0.7em 3.5em;
  background: url(../images/reservation/icon_arrow.png) no-repeat 1em center;
  cursor: pointer;
  z-index: 1;
}
.button:hover,
.button.selected {
  background-color: #87d5e6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .button {
    margin-right: 1em;
  }
}
.input-container {
  font-size: 14px;
  font-size: 0.7rem;
  padding: 1.2em 0 0 1em;
  vertical-align: middle;
}
.input-container h3 {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 1em 0 1.5em;
}
.input-container p {
  font-size: 12px;
  font-size: 0.6rem;
  color: #454545;
  line-height: 1.6;
  margin: 0 auto 1em;
}
.input-container h3 + p {
  margin-top: -1em;
}
.input-container .holiday {
  display: none;
}
label {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.6;
  margin-right: .2em;
  vertical-align: middle;
}
label.ul {
  text-indent: -2em;
  display: inline-block;
  padding-left: 2em;
}
label.ul input {
  margin-right: 1em;
}
input,
select,
textarea {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 1.4;
  position: relative;
  padding: 0.2em 0.4em;
  z-index: 1;
}
input.short,
select.short,
textarea.short {
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input.wide,
select.wide,
textarea.wide {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-large {
  font-size: 13px;
  font-size: 0.65rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 171px;
  height: 36px;
  padding: .8em 0.2em 0 0;
  background: url(../images/reservation/button_background.png) no-repeat 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;
  cursor: pointer;
}
#reservation-confirm {
  display: none;
}
#reservation-send {
  text-align: center;
}
#reservation-send .button {
  margin-top: 2em;
  margin-right: auto;
}
#reservation-send .button:hover {
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#reservation-thanks {
  display: none;
  padding-bottom: 120px;
}
#reservation-thanks h2,
#reservation-thanks h3 {
  font-family: "futura-pt";
  text-align: center;
  margin: 0;
  padding: 0;
}
#reservation-thanks h2 {
  font-size: 13px;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 70px;
}
#reservation-thanks h2:after {
  content: '';
  display: block;
  margin: 17px auto 25px;
  width: 22px;
  height: 0;
  border-bottom: 1px solid #000;
}
#reservation-thanks h3 {
  font-size: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  margin: -0.25em auto;
}
#reservation-thanks h3 a {
  color: #000;
  text-decoration: none;
}
#reservation-thanks h3 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#reservation-thanks .phone:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 18px;
  height: 23px;
  margin-right: 0.3em;
  background: url(../images/reservation/icon_phone.png) no-repeat left top;
}
#reservation-thanks .phone a {
  display: none;
}
#reservation-thanks .mail:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  width: 26px;
  height: 23px;
  margin-right: 0.3em;
  background: url(../images/reservation/icon_mail.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #reservation-thanks .phone span {
    display: none;
  }
  #reservation-thanks .phone a {
    display: inline;
  }
}
#reservation-contact {
  position: relative;
  width: 720px;
  height: 180px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#rc-phone,
#rc-mail {
  display: block;
  position: absolute;
  top: 42px;
  height: 93px;
  overflow: hidden;
}
#rc-phone {
  left: 22px;
  width: 276px;
  cursor: default;
}
#rc-mail {
  right: 17px;
  width: 287px;
}
#rc-mail:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#reservation-attention {
  position: relative;
  margin: 100px auto;
  width: 600px;
  padding: 89px 50px 49px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#reservation-attention li {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 2;
  letter-spacing: 1px;
  margin: 2.6em 0 -0.7em 0em;
  padding-left: 4.16666667em;
}
#reservation-attention li:first-child {
  margin-top: -0.5em;
}
#reservation-attention li.water {
  background: url(../images/reservation/reservation_water.png) no-repeat 0px 5px;
}
#reservation-attention li.eyelash {
  background: url(../images/reservation/reservation_eyelash.png) no-repeat -5px 0;
}
#reservation-attention .attention {
  display: block;
  position: absolute;
  left: 44px;
  top: -36px;
}
@media screen and (max-width: 767px) {
  #reservation {
    margin-top: 100px;
  }
  #reservation-contact {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
  #rc-phone,
  #rc-mail {
    position: static;
    margin: 0 auto;
  }
  #rc-mail {
    margin-top: 50px;
  }
  #reservation-attention {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
#agreement {
  text-align: center;
  color: #333;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#agreement .letterhead {
  display: block;
  margin: 45px auto 40px;
}
#agreement h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin: -0.21em auto 1.95em;
  padding: 0;
}
#agreement h1,
#agreement p,
#agreement li,
#agreement small,
#agreement span {
  letter-spacing: 1px;
}
#agreement p,
#agreement ol li,
#agreement .owner {
  font-size: 11px;
  line-height: 1.54545455;
  text-align: left;
}
#agreement ol,
#agreement ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#agreement ol {
  margin-top: 0.85em;
}
#agreement ol li {
  line-height: 2;
}
#agreement ul {
  margin-top: 0.6em;
}
#agreement ul li {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  text-indent: -1em;
  text-align: left;
  margin: 0 auto;
  padding: 0.35em 0 0 1em;
}
#agreement ul li:first-child {
  letter-spacing: normal;
}
#agreement .owner {
  line-height: 1;
  margin: 3.4em auto;
  display: inline-block;
}
#agreement #promissory {
  padding-top: 1.35em;
  border-top: 1px solid #000;
}
#agreement #promissory p,
#agreement #promissory small {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
#agreement #promissory #signiture {
  text-align: left;
  margin: 0.8em auto 0;
  width: 300px;
  height: 58px;
  border-bottom: 1px solid #000;
}
#agreement #promissory .name {
  margin: 0;
}
#agreement #promissory .date {
  line-height: 1;
  text-align: right;
  display: block;
  margin-top: 1.8em;
}
#agreement #promissory br {
  display: block;
}
#agreement br {
  display: none;
}
@media screen and (max-width: 767px) {
  #agreement br {
    display: block;
  }
  #agreement #promissory p,
  #agreement #promissory small,
  #agreement #promissory #signiture {
    width: 100%;
  }
}
#guide {
  top: 0;
}
