html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit; }

body {
  line-height: 1; }

ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

strong {
  font-weight: bold; }

img {
  max-width: 100%; }

body {
  font-family: "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #686868;
  font-size: 16px;
  letter-spacing: .025em;
  min-width: 1080px; }
  @media screen and (max-width: 640px) {
    body {
      min-width: 320px; } }

p {
  line-height: 1.8;
  margin-top: -.4em;
  margin-bottom: -.4em; }

a {
  color: inherit; }

.heading {
  font-size: 20px;
  font-weight: bold; }
  .heading.bordered:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #644e48;
    display: block;
    margin-bottom: 20px; }
  #details .heading.bordered:before {
    width: 53px; }
  @media screen and (max-width: 640px) {
    .heading.bordered:before {
      width: 40px;
      height: 1px; }
    #details .heading.bordered:before {
      width: 40px; } }

.btn {
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  color: #644e48;
  border: 1px solid;
  text-align: center;
  width: 160px;
  background: #f8f8f8;
  transition-property: opacity;
  transition-duration: .3s; }
  .btn:link {
    text-decoration: none;
    cursor: pointer; }
    .btn:link:hover {
      opacity: .8; }

.col-wrapper {
  margin-left: -10px;
  margin-right: -10px; }
  .col-wrapper:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.col {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 33.33%; }
  @media screen and (max-width: 640px) {
    .col {
      width: 100%; } }

.i-date {
  height: 47px; }

.i-place {
  height: 47px; }

.i-ticket {
  height: 37px; }

@media screen and (max-width: 640px) {
  .i-date {
    width: 57px;
    height: 48.7px; }
  .i-place {
    width: 33px;
    height: 47px; }
  .i-ticket {
    width: 57px;
    height: 34.5px; } }

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .content-wrapper {
      width: auto;
      min-width: 320px;
      padding-right: 15px;
      padding-left: 15px; } }

.header {
  background: #f8f8f8 url(../images/ill-laptop.jpg) no-repeat center top;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 760px; }
  @media screen and (max-width: 640px) {
    .header {
      height: 0;
      padding-bottom: 110%;
      background-image: url(../images/ill-tablet.png);
      background-size: 100% auto;
      background-position: center center; } }
  .header-content-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      .header-content-wrapper {
        position: absolute; } }
  .header-nav {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: right; }
    .header-nav-item {
      display: inline-block;
      width: 65px;
      margin-left: 20px;
      text-align: center;
      font-weight: bold;
      line-height: 40px;
      text-decoration: none;
      position: relative; }
      .header-nav-item:after {
        content: "";
        height: 0;
        display: block;
        position: absolute;
        left: 32.5px;
        right: 32.5px;
        bottom: -5px;
        border-bottom: 5px solid #644e48;
        transition-property: left right;
        transition-duration: .3s; }
      .header-nav-item:hover:after {
        left: 0;
        right: 0; }
  .header-title {
    margin: 415px auto 25px;
    width: 327px;
    height: 29px;
    background: url(../images/title-laptop.png) no-repeat center center;
    background-size: 100% auto; }
    @media screen and (max-width: 640px) {
      .header-title {
        margin-top: 58.125%;
        height: auto;
        width: 100%;
        background: none;
        margin-bottom: 25px; } }
  .header-term {
    color: #644e48;
    font-weight: bold;
    margin: 0 auto 32px;
    width: 498px;
    height: 46px;
    background: url(../images/term-laptop.png) no-repeat center center;
    background-size: 100% auto; }
    @media screen and (max-width: 640px) {
      .header-term {
        width: 100%;
        height: auto;
        background: none;
        margin-bottom: 20px; } }
  .header-text {
    width: 498px;
    background: #f8f8f8;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .header-text {
        width: 290px;
        box-sizing: border-box;
        background: #f8f8f8;
        padding: 10px; } }
  .header-btn {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .header-btn {
        margin-top: 27px;
        margin-bottom: 54px; } }

#main {
  margin-top: 80px;
  margin-bottom: 100px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    #main {
      margin-top: 40px;
      margin-bottom: 50px; } }

#details {
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    #details {
      margin-top: 10px; } }

.details-heading {
  margin-bottom: 20px;
  text-align: center; }
  .details-heading > h2 {
    margin-top: 20px; }
    .details-heading > h2 > img {
      height: 10px;
      margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .details-heading {
      text-align: left;
      margin-top: 40px; }
      .details-heading > h2 {
        display: inline-block;
        margin-top: 0;
        margin-left: 15px;
        vertical-align: bottom; } }

.details-icon {
  line-height: 47px; }
  .details-icon > .i {
    vertical-align: bottom; }
  @media screen and (max-width: 640px) {
    .details-icon {
      display: inline-block; } }

.details-content {
  background: #f8f8f8;
  overflow: hidden;
  height: 640px;
  letter-spacing: 0; }
  @media screen and (max-width: 640px) {
    .details-content {
      height: auto; } }
  .details-content-inner {
    margin-left: 40px;
    margin-right: 40px; }
    @media screen and (max-width: 640px) {
      .details-content-inner {
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 360px) {
      .details-content-inner {
        margin-left: 15px;
        margin-right: 15px; } }

.booking-huge {
  font-size: 30px;
  margin-bottom: 15px; }

#staffs {
  background: #f8f8f8;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    #staffs {
      padding-bottom: 80px; } }

.staffs-content {
  margin-top: 80px;
  margin-bottom: 100px; }
  .staffs-content > .heading {
    margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    .staffs-content {
      margin-top: 40px;
      margin-bottom: 10px; }
      .staffs-content > .heading {
        margin-bottom: 50px; } }

.staffs-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px; }
  .staffs-list:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.staff {
  display: block;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  width: 50%;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .staff {
      width: 100%;
      padding-bottom: 0; } }
  .staff-image {
    overflow: hidden;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    transition-property: opacity;
    transition-duration: .3s; }
    .staff-image:hover {
      opacity: .8; }
    .staff-image > img {
      vertical-align: top; }
    @media screen and (max-width: 640px) {
      .staff-image {
        width: 200px;
        height: 200px; } }
  .staff-name {
    margin-bottom: 8px; }
  .staff-desc {
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 40px;
    height: 11em; }
    @media screen and (max-width: 640px) {
      .staff-desc {
        margin-top: 23px;
        margin-bottom: 37px;
        height: auto; } }

.footer {
  margin: 90px 0; }
  @media screen and (max-width: 640px) {
    .footer {
      margin: 50px 0; } }
  .footer-content {
    padding-top: 40px;
    border-top: 2px solid #644e48;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .footer-content {
        padding-top: 20px; } }
    .footer-content > dl:after {
      content: "";
      display: table;
      width: 100%;
      clear: both; }
    .footer-content > dl > dt, .footer-content > dl dd {
      float: left; }

.text-large {
  font-size: 20px; }

.text-medium {
  font-size: 18px; }

.text-small {
  font-size: 14px; }

.text-tiny {
  font-size: 12px; }

.text-center {
  text-align: center; }

.bold {
  font-weight: bold; }

.ov {
  white-space: nowrap; }

.k0 {
  letter-spacing: -0.5em; }

.m10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.m20 {
  margin-bottom: 20px;
  margin-top: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px;
  margin-top: 50px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.m60 {
  margin-bottom: 60px;
  margin-top: 60px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.m70 {
  margin-bottom: 70px;
  margin-top: 70px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.m80 {
  margin-bottom: 80px;
  margin-top: 80px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

@media screen and (max-width: 640px) {
  .pc-only {
    display: none; } }

@media screen and (min-width: 641px) {
  .sp-only {
    display: none; } }
