@charset "UTF-8";

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  font-size: 1.4rem;
  line-height: 2.6rem;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto; 
}


        

.l-header {
    background: transparent;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
    width: 100%;
    z-index: 10;
  }
  
  .l-header.visible {
    opacity: 1;
  }
  
  .l-header.showBg {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .l-header__inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 161px;
    position: relative;
  }
  
  .l-header__logo {
    height: 51px;
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .l-header__logo a {
    display: block;
  }
  
  .l-header__logo img {
    display: block;
    width: 171px;
  }
  
  .showLogo .l-header__logo {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .l-header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .l-header__nav_button {
    display: none;
    background: transparent;
    border: 0;
}
  
  .l-header__nav_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .l-header__nav_menu li {
    margin: 0 20px;
  }
  
  .l-header__nav_menu a {
    color: #FFF;
    display: block;
    letter-spacing: .1em;
    position: relative;
  }
  
  .l-header__nav_menu a:after {
    background: #FFF;
    bottom: 0;
    content: " ";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 0;
  }
  
  .l-header__reserve {
    position: absolute;
    right: 0;
    top: 24px;
    width: 119px;
  }
  
  .l-header__reserve a {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    color: #595757;
    display: block;
    letter-spacing: .1em;
    line-height: 38px;
    text-align: center;
  }
  
  .l-header__reserve_button {
    display: none;
  }
  
  .l-header__lang {
    margin-left: 20px;
  }
  
  .l-header__lang ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .l-header__lang li {
    font-family: "HelveticaNeueRegular", "HelveticaNeue-Regular", "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
  }
  
  .l-header__lang li:not(:last-child):after {
    color: #FFF;
    content: "|";
    display: inline-block;
    padding: 0 5px;
  }
  
  .l-header__lang li.current span {
    font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
  }
  
  .l-header__lang a,
  .l-header__lang span {
    color: #FFF;
  }
  
  body.nav-open {
    overflow: hidden;
  }
  
  .l-wrapper {
    overflow: hidden;
    margin: 0 auto;
  }
  
  .l-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1274px;
  }

  @media screen and (max-width: 1089px) {
      .l-footer__info {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 56px;
      position: static;
      width: 100%;
    }
  
    .l-footer__info_logo {
      margin-top: 0;
      margin-bottom: 14px;
    }
  
    .l-footer__info_address {
      margin-left: 0;
      text-align: center;
    }
  
    .l-header {
      position: absolute;
    }
  
    .l-header.showLogo {
      position: fixed;
    }
  
    .l-header__inner {
      height: 70px;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 0;
    }
  
    .l-header__logo {
      height: 38px;
      margin-top: 1px;
      position: relative;
      z-index: 1;
    }
  
    .l-header__logo img {
      width: 126px;
    }
  
    .l-header__nav {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      left: calc(50% - 50vw);
      position: absolute;
      top: calc(100% + 30vh);
      width: 100vw;
    }
  
    .showLogo .l-header__nav {
      visibility: hidden;
      background: rgba(0, 0, 0, 0.7);
      height: 100vh;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      padding-top: 84px;
      top: 0;
    }
  
    .nav-open .l-header__nav {
      opacity: 1;
    }
  
    .l-header__nav_button {
      color: transparent;
      display: block;
      font-size: 0;
      height: 40px;
      left: -8px;
      opacity: 0;
      position: absolute;
      top: 17px;
      transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      width: 40px;
      z-index: 1;
    }
  
    .showLogo .l-header__nav_button {
      opacity: 1;
    }
  
    .l-header__nav_button span {
      background: #FFF;
      display: block;
      height: 2px;
      left: 9px;
      position: absolute;
      top: 19px;
      width: 22px;
    }
  
    .l-header__nav_button span:before,
    .l-header__nav_button span:after {
      background: #FFF;
      content: " ";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: -6.5px;
      width: 22px;
    }
  
    .l-header__nav_button span:after {
      top: 5.5px;
    }
  
    .l-header__nav_menu {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .l-header__nav_menu li {
      font-size: 13px;
      margin: 4px 0;
    }
  
    .l-header__reserve {
      position: static;
      width: 94px;
    }
  
    .l-header__reserve a {
      border-radius: 6px;
      font-size: 11px;
      line-height: 31px;
      margin-top: 10px;
    }
  
    .l-header__reserve_button {
      bottom: 49px;
      display: block;
      height: 100px;
      position: fixed;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      right: -28px;
      width: 28px;
    }
  
    .showLogo .l-header__reserve_button {
      right: 0;
    }
  
    .l-header__reserve_button a {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 6px 0 0 6px;
      color: #595757;
      display: block;
      font-size: 11px;
      height: 100%;
      letter-spacing: .1em;
      line-height: 28px;
      text-align: center;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
    }
  
    .showBg .l-header__reserve_button a {
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
    }
  
    .l-header__lang {
      font-size: 13px;
      margin-top: 20px;
      margin-left: 0;
    }
  }
  
  @media screen and (max-width: 753px) {
      .l-footer__top {
      padding-top: 0;
      padding-bottom: 63px;
    }
  
    .l-footer__info {
      margin-top: 46px;
      margin-bottom: -33px;
    }
  
    .l-footer__info_logo {
      width: 126px;
    }
  
    .l-footer__info_address {
      font-size: 17px;
    }
  
    .l-footer__info_address small {
      margin-top: 0;
    }
  
    .l-footer__info_address a {
      font-size: 12px;
    }
  
    .l-footer__info_address a:after {
      margin-left: 10px;
      margin-top: -1px;
      width: 6px;
    }
  
    .l-footer__share h3,
    .l-footer__sns h3 {
      margin-bottom: 5px;
    }
  
    .l-footer__sites {
      padding-top: 35px;
      padding-bottom: 35px;
    }
  
    .l-footer__sites ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .l-footer__sites li {
      margin: 0 26px;
    }
  
    .l-footer__sites img {
      height: 11px;
    }
  
    .l-footer__sites .portal {
      margin-bottom: 21px;
      width: 100%;
    }
  
    .l-footer__copyright {
      padding-top: 42px;
    }
  
    .l-footer__copyright ul {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .l-footer__copyright li {
      margin-bottom: 7px;
    }
  
    .l-footer__copyright .muji {
      margin-bottom: 14px;
    }
    .l-container {
      padding-left: 0;
      padding-right: 0;
      width: 322px;
    }
  
    .l-container--spFull {
      width: 100%;
    }
  
  }
  
  @media screen and (max-width: 362px) {
    #map .mapboxgl-popup-content {
      width: 250px;
    }
  
    .l-container {
      width: 266px;
    }
  
    .l-container--spFull {
      width: 100%;
    }
  }

  @-webkit-keyframes showNav {
    0% {
      visibility: visible;
      opacity: 0;
    }
  
    100% {
      visibility: visible;
      opacity: 1;
    }
  }
  
  @keyframes showNav {
    0% {
      visibility: visible;
      opacity: 0;
    }
  
    100% {
      visibility: visible;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes hideNav {
    0% {
      visibility: visible;
      opacity: 1;
    }
  
    99% {
      visibility: visible;
      opacity: 0;
    }
  
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
  
  @keyframes hideNav {
    0% {
      visibility: visible;
      opacity: 1;
    }
  
    99% {
      visibility: visible;
      opacity: 0;
    }
  
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }

main .wrapper {
    padding: 0 15px;
}

main input {
    font-size: 20px;
}

html[lang="ja"] main h1,
html[lang="ja"] main h2 {
    font-family: "Gothic MB101 DemiBold";
}

.main-title {
    background: url(../img/bg-header.jpg) bottom center no-repeat;
    background-size: cover;
    height: 280px;
    margin-top: 0;
    font-size: 22px;
    padding-left: 15px;
}

.main-title span {
    margin-top: 100px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .1em;
    color: #fff;
}

.main-policy {
    text-align: right;
    margin: 10px 15px;
}
.main-policy a {
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    color: #333;
}

main section h1 {
    text-align: center;
    font-size: 20px;
    margin: 50px 0;
}

.number-people {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.2;
}

.people:after,
.rooms:after {
    content: "";
    display: block;
    border-bottom: 1px solid #666;
    width: 50px;
    margin: 70px auto;
}
hr {
    border: solid #666;
    border-width: 1px 0 0;
    width: 50px;
    margin: 70px auto;
    height: 1px;
}

.number-people label {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.number-child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 20px;
}
.number-people label .note {
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.number-adult {margin-right: 20px;}

select {
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	border: 2px solid #666;
    background: url(../img/arrow-down.png) right .5em center no-repeat;
    background-size: 8px auto;
    padding: .5em 2em .5em 1em;
    text-align: right;
    font-size: 16px;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}

.suffix {margin-left: 10px;}

.rooms h1 {
    margin-bottom: 20px;
}

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

.check-in-out {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.check-in {
    margin-right: 20px;
}

.check-out {
    margin-left: 20px;
}

.check-in-out h1 {
    margin: 0 0 20px;
}

.calendar {
    line-height: 1;
}

.datepicker {
    display: none;
}



.month {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between; 
    justify-content: space-between; 
    margin: 10px 10px;
}

.month h1 {
    margin: 0;
    font-size: 16px;
}
.month .left {
    background: url(../img/arrow-left.png) no-repeat center center;
}
.month .right {
    background: url(../img/arrow-right.png) no-repeat center center;
}
.month .left,
.month .right {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.month .inactive {
    opacity: .2;
}
.calendar {
    border: 2px solid #666;
    padding: 10px;
}
.calendar td,
.calendar th {
    padding: 10px;
    text-align: center;
}
.calendar td:hover {
    background: #ccc;
    cursor: pointer;
}
.calendar td.inactive {
    color: #ccc;
}
.calendar td.inactive:hover {
    background: #fff;
    cursor: default;
}
.calendar td.next-month {
    background: #eee;
}
.calendar td.next-month:hover {
    background: #ccc;
}
.calendar td.selected {
    background: #cccc99;
}
.calendar td.flow,
.calendar td.from {
    background: #eeeedd;
}

.submit {
    text-align: center;
    margin: 50px 0;
}
.submit button {
    background: #000;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 60px;
    font-weight: bold;
    font-size: 16px;
}
.submit button:hover {
    background: #333;
}
button.edit {
    background: #000;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
}

.main-number-rooms,
.main-room-type {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.main-number-rooms dt,
.main-number-rooms dd,
.main-room-type dt,
.main-room-type dd {
    display: inline-block;
}
.main-number-rooms dt,
.main-room-type dt {
    font-weight: bold;
}
.main-number-rooms dt:after,
.main-room-type dt:after {
    content: "|";
    margin-right: 5px;
}
.main-number-rooms .price-details {
    display: block;
    font-size: 11px;
}
.room {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}
.room figure {margin: 0 40px 0 0; position: relative;}
.room img {width: 100%;}

.room figure .prev {
    background: url(../img/arrow-left.png) no-repeat 10px 45%;
    left: 0;
}
.room figure .next {
    background: url(../img/arrow-right.png) no-repeat right 45%;
    right: 10px;
}
.room figure .prev,
.room figure .next {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: 30px 30px;
    cursor: pointer;
    opacity: .5;
}
.room figure .prev:hover,
.room figure .next:hover {
    opacity: 1;
}
.indicator {
    text-align: center;
}
.indicator button {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border: 0;
    border-radius: 50%;
}
.indicator .current {
    background: #666;
}

.room .detail {width: 60%;}
.room h1 {
    margin: 0 0 20px;
    text-align: left;
    font-size: 18px;
}
.room input {margin-right: 5px;}
.room .submit {
    text-align: left;
    margin: 20px 0;
}
.room .submit button {
    padding: 10px 30px;
}
.room dt,
.room dd {
    display: inline-block;
}
.room dt {
    font-weight: bold;
}

.room .price {
    margin-top: 20px;
}
.room .price .num {
    font-size: 18px;
    font-weight: bold;
}
.room .price .prefix {
    margin-right: 5px;
}
.room .price .suffix {
    margin-left: 5px;
}
.room .price-details {
    font-size: 12px;
    color: #666;
}

.payment-info,
.personal-info,
.additional-info {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}
.payment-info section,
.personal-info section,
.additional-info section {
    margin-bottom: 20px;
}
.reservations-payment main section label {
    display: block;
}
.reservations-payment main section input {
    border: 2px solid #666;
    width: 100%;
    padding: 5px;
    border-radius: 0;
}

.personal-info .name,
.payment-info .card {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.personal-info .lastname,
.personal-info .firstname,
.payment-info .valid,
.payment-info .cvc {
    width: 45%;
}

.payment-info .card .cardnumber {
    width: 100%;
    margin-bottom: 20px;
}

.additional-info textarea {
    width: 100%;
    height: 10em;
    border: 2px solid #666;
    border-radius: 0;
}

.agreement {
    margin-bottom: 30px;
}

.agreement a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.reservations-complete main .summary {
    border: 1px solid #ccc;
    max-width: 700px;
    margin: 50px auto;
    padding: 20px;
}

.reservations-complete main section p,
.reservations-complete main section h2 {
    text-align: center;
}
.reservations-complete main section h2 {
    margin: 0 0 20px;
    font-size: 16px;
}

.reservations-complete main section dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.reservations-complete main section dt {
    font-weight: bold;
    width: 50%;
    text-align: right;
    margin-right: 20px;
}
.reservations-complete main section dd {
    width: 50%; 
}

footer {
    background: #dedede;
    text-align: center;
    padding: 40px 15px;
}
.footer-menu {
    margin: 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center; 
    font-size: 12px;
    display: none;
}
.footer-menu li {
    margin: 0 10px;
}
.footer-menu li a {
    color: #000;
}
.footer-logo img {
    width: 100px;
}

@media only screen and (max-width: 768px) {
    header {
        position: absolute;
    }
    .header-menu,
    .header-reservations {
        display: none;
    }

    .number-people {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .number-adult {
        margin-right: 0;
    }
    .number-child {
        margin-left: 0;
    }
    .check-in-out {
        -webkit-justify-content: space-around;
        justify-content: space-around;
        display: block;
    }
    .check-in {
        margin-right: 0;
    }
    .check-out {
        margin-left: 0;
        margin-top: 30px;
    }

    .calendar {
        /* display: none; */
    }
    
    .datepicker {
        /* display: block; */
        font-size: 16px;
    }

    .room {
        display: block;
        padding: 0 15px;
    }
    .room figure {
        margin: 0;
    }
    .room .detail {
        width: 100%;
    }
    .room .submit,
    .room .price,
    .room .price-details {
        text-align: center;
    }

}