/*
Theme Name: Nui.2019
Theme URL: http://plow-d2.sakura.ne.jp/wp
Description: Nui. Hostel
Author: Nui.
Version: 1.0
*/




/*====================
 *   Base
 *====================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 62.5%;
  background: #fff;
  color: #000; }

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
} 

/*トップ案内 */
#ec { text-align: center;  margin: 20px 0 60px; }
#ec.popup-inner { padding: 70px 0 50px 0; }
#ec .btn-gradient-radius { display: inline-block; padding: 7px 20px; text-decoration: none; color: #FFF; background-color: #465846; transition: .4s; }
#ec .btn-gradient-radius:hover { background-image: linear-gradient(45deg, #07d9ff 0%, #5f6bff 100%); }
#ec h2 { margin: 20px 0 40px; line-height: 40px; color: #084569; font-size: 3rem; }
#ec h2 span { display: block; }
#ec h2 span.sp { display: inline; }
#ec ul { margin-top: 50px; padding: 0 60px; }
#ec ul li { list-style: none; text-align: left; font-size: 1.3rem; }
#ec .touch { font-size: 20px; font-weight: normal; line-height: 30px; text-align: center; }
#ec .touch span { display: block; }
#ec .info { font-size: 2rem; font-family: "Open Sans", "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif; color: #333; margin-bottom: 0; text-align: center; }
#ec p img { margin-top: 20px; }
#ec .en { text-transform: uppercase; font-size: 12px; font-weight: bold; letter-spacing: 0.5px; font-style: italic; font-family: 'Roboto', "Gill sans", Lato; }
#ec p a.arrow-button { font-size: 14px; font-weight: 400; background-color: #d2394e; color: #fff; padding: 8px 60px; text-decoration: none; font-family: 'Roboto', "Gill sans", Lato; position: relative; justify-content: center; align-items: center; letter-spacing: 0.5px; transition: .4s; }
#ec p.cov { display: inline-block; }
#ec p.cov a.arrow-button { background: none; border-bottom: 1px solid #d2394e; padding-bottom: 5px; color: #d2394e; padding: 0; }
#ec p a:hover.arrow-button { background-color: #d2394edd; }
#ec p.cov a:hover.arrow-button { background: none; }

#ec .arrow-button:before,
#ec .arrow-button:after{ content: ''; display: block; position: absolute; top: 50%; right: 40px; height: 1px; background: #fff; }
#ec .arrow-button:before{ width: 40px; transform: translate(30px, 0px); }
#ec .arrow-button:after{ width: 12px; transform-origin: right center; transform: translate(30px, 0px) rotate(25deg); }

.popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1001; opacity: 0; visibility: hidden; transition: .6s; }
.popup p a { text-decoration: underline; color: #2f6b79; }
.popup p a:hover { text-decoration: none; }
.popup.is-show { opacity: 1; visibility: visible; }
.popup-inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 80%; max-width: 600px; padding: 50px 0; background-color: #fff; z-index: 2; }
.popup-inner img { width: 100%; }
.close-btn { position: absolute; right: 0; top: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; }
.close-btn i { font-size: 20px; color: #333; }
.black-background { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); z-index: 1; cursor: pointer; }

@media screen and (max-width: 768px) {
#ec { /*display: none;*/ margin: 20px 0 20px; }
.popup.is-show { overflow: scroll; }
.popup-inner { padding: 25px 10px; overflow: scroll; margin-top: 30px; margin-bottom: 30px; }
.popup-inner .book { margin-top: 20px; }
#ec .info { font-size: 1.5rem; }
#ec h2 { font-size: 1.8rem; line-height: 2.5rem; margin: 20px 0; }
#ec.popup-inner { padding: 15px 10px; }
#ec h2 span.sp { display: block; }
#ec ul { padding: 0px; margin-top: 20px; }
#ec ul li { font-size: 1.2rem; }
#ec .touch { font-size: 15px; line-height: 25px; } 
#ec .en { display: none; }
#ec .touch span { display: initial; }
#ec p a.arrow-button { font-size: 12px; }
}

.En {
  font-family: "Source Sans Pro", sans-serif; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

div, h1, h2, h3, h4, h5, p, a, hr, dl, dt, dd, img, video, article, ul, li {
  margin: 0;
  padding: 0; }

section {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    section {
      padding: 60px 0; } }

p {
  font-size: 1.6rem;
  line-height: 2.0; }
  @media screen and (max-width: 1300px) {
    p {
      font-size: 1.4rem;
      line-height: 1.8; } }

.En p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600; }
  @media screen and (max-width: 1300px) {
    .En p {
      font-size: 1.6rem;
      line-height: 1.4;
      font-weight: 400; } }

.En600-01 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem; }

.En400-01 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem; }

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

.noHide {
  display: block; }

.pcHide {
  display: none; }
  @media screen and (max-width: 768px) {
    .pcHide {
      display: block; } }

.sptbHide {
  display: block; }
  @media screen and (max-width: 768px) {
    .sptbHide {
      display: none; } }

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

.smallSpHide {
  display: block; }
  @media screen and (max-width: 330px) {
    .smallSpHide {
      display: none; } }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.5; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.contentWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto; }

.spHeaderWrapper {
  display: none; }
  @media screen and (max-width: 768px) {
    .spHeaderWrapper {
      display: block;
      position: fixed;
      z-index: 1000;
      width: 100%;
      height: 70px;
      background: #fff; } }

.spMenu {
  padding: 20px 0 0 5%; }
  .spMenu li {
    padding: 5px 0 5px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 3.0rem; }
    @media screen and (max-width: 640px) {
      .spMenu li {
        font-size: 2.2rem; 
        line-height: 1.3;} }
    .spMenu li a {
      color: #000; }
  .spMenu .spMenuStory {
    padding: 5px 0 22px 0; }
    @media screen and (max-width: 640px) {
      .spMenu .spMenuStory {
        padding: 5px 0 12px 0; } }
  .spMenu .spMenuBooking {
    padding: 23px 0 23px 0; }
    @media screen and (max-width: 640px) {
      .spMenu .spMenuBooking {
        padding: 12px 0 12px 0; } }
  .spMenu .spMenuLine {
    width: 7%;
    height: 3px;
    background: #000;
    border: none; }
  .spMenu .spMenuLang {
    padding: 23px 0 23px 0;
    margin: 0 4px 0 0; }
    @media screen and (max-width: 640px) {
      .spMenu .spMenuLang {
        padding: 23px 0 12px 0; } }
  @media screen and (max-width: 640px) {
    .spMenu .spMenuLangJp {
      margin-right: 5px; } }
  .spMenu .spMenuSns {
    margin: 0 4px 0 0; }
    .spMenu .spMenuSns img {
      width: auto;
      height: 25px;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 640px) {
        .spMenu .spMenuSns img {
          height: 20px; } }

.navSpLogo {
  display: none; }
  @media screen and (max-width: 768px) {
    .navSpLogo {
      display: block;
      position: absolute;
      top: 5px;
      left: 16px;
      width: 17%;
      height: auto; } }
  @media screen and (max-width: 640px) {
    .navSpLogo {
      top: 10px;
      left: 10px;
      width: 31%; } }

.contentLeft {
  width: 10%;
  height: auto;
  background: #fff;}
  @media screen and (max-width: 1100px) {
    .contentLeft {
      width: 15%; } }
  @media screen and (max-width: 768px) {
    .contentLeft {
      display: none; } }

.contentLeftInner {
  position: fixed; }

.navPcLogo {
    display: none;
    width: 56%;
    margin: 15px 0 0 10%; 
  }
  
.pcNav{
      display: none;
}

.pcNav .pcMenu {
  padding: 50px 0 0 10%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem; }
  .pcNav .pcMenu li {
    padding: 3px 0 3px 0;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #000;
    list-style: none; }
    @media screen and (max-width: 1300px) {
      .pcNav .pcMenu li {
        font-size: 1.5rem; } }
    .pcNav .pcMenu li a {
      color: #000;
      text-decoration: none; }
  .pcNav .pcMenu .pcMenuStory {
    padding: 3px 0 22px 0; }
  .pcNav .pcMenu .pcMenuBooking {
    padding: 23px 0 23px 0; }
  .pcNav .pcMenu .pcMenuLine {
    width: 12%;
    height: 3px;
    background: #000;
    border: none; }
  .pcNav .pcMenu .pcMenuLang {
    padding: 23px 0 23px 0;
    margin: 0 4px 0 0; }
  .pcNav .pcMenu .pcMenuSns {
    margin: 0 4px 0 0; }
    .pcNav .pcMenu .pcMenuSns img {
      width: auto;
      height: 17px;
      margin: 0 10px 0 0; }

.contentCenter {
  width: 87%;
  height: auto;
}
  @media screen and (max-width: 1100px) {
    .contentCenter {
      width: 82%; } }
  @media screen and (max-width: 768px) {
    .contentCenter {
      width: 100%; } }

.contentRight {
  margin: 0 auto;
  width: 3%;
  height: auto;
  background: #fff;
}
  @media screen and (max-width: 768px) {
    .contentRight {
      display: none; } }

.contentRightArea {
  position: fixed;
  top: 50%;
  left: 98.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 1.0; }

.toTop {
  position: fixed;
  width: 1.5%;
  right: 0.75%;
  bottom: 20px; }

.moreBtn {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .moreBtn {
      padding: 15px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .moreBtn {
      padding: 10px 0 0 0; } }
  .moreBtn .moreBtnText {
    display: inline-block;
    margin: 0 0 11px 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 768px) {
      .moreBtn .moreBtnText {
        margin: 0 0 9px 7px;
        font-size: 1.5rem; } }
  .moreBtn a {
    color: #fff; }
  .moreBtn img {
    width: 83px; }
    @media screen and (max-width: 768px) {
      .moreBtn img {
        width: 60px; } }

.moreBtnBlack a {
  color: #000; }

/*====================
 *  FOOTER
 *====================*/
.footer {
  position: relative;
  width: 100%;
  height: auto;
  background: url(images/common/footerBack.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.4rem;
  padding: 20px 0 100px 0;
  letter-spacing: 0.1rem;
  z-index: 900; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 20px 0 20px 0;
      background-position: right 5% center; } }

.footerInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .footerInner {
      display: block; } }

.footerLogo {
  width: 35%;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .footerLogo {
      width: 37%;
      margin: 0 auto; } }

.footerAddressJp {
  padding: 40px 0 0 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .footerAddressJp {
      font-size: 1.3rem;
      text-align: center; } }

.footerAddressEn {
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif; }
  @media screen and (max-width: 640px) {
    .footerAddressEn {
      font-size: 1.4rem;
      text-align: center; } }

.footerSns {
  padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .footerSns {
      text-align: center; } }

.footerSnsFb {
  width: 3%;
  margin: 0 3% 0 0; }
  @media screen and (max-width: 640px) {
    .footerSnsFb {
      width: 4%;
      margin: 0 2%; } }

.footerSnsInsta {
  width: 5.5%;
  margin-top: 8px; }
  @media screen and (max-width: 640px) {
    .footerSnsInsta {
      width: 7%;
      margin: 0 2%; } }

.footerInnerR {
  padding-top: 20px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 640px) {
    .footerInnerR {
      padding: none;
      margin: 80px auto 0;
      text-align: center; } }
  .footerInnerR p {
    display: inline-block;
    margin: 0 0 0 20px;
    letter-spacing: 0.1rem;
    font-size: 1.4rem; }
    @media screen and (max-width: 640px) {
      .footerInnerR p {
        margin: 0 10px 0;
        font-size: 1.3rem; } }
    .footerInnerR p a {
      color: #fff; }

.footerInner02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 95%;
  margin: 200px auto 0; }
  @media screen and (max-width: 640px) {
    .footerInner02 {
      display: block;
      margin: 70px auto 0; } }

.footerInner02R {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .footerInner02R {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    .footerInner02R {
      text-align: center;
      width: 95%; } }

.footerCopy {
  margin-top: 30px;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif; }
  @media screen and (max-width: 768px) {
    .footerCopy {
      margin-top: 30px; } }
  @media screen and (max-width: 640px) {
    .footerCopy {
      font-size: 1.2rem; } }

.footerInner02L {
  width: 50%;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .footerInner02L {
      width: 60%; } }
  @media screen and (max-width: 640px) {
    .footerInner02L {
      width: 95%;
      text-align: center; } }
  .footerInner02L .tocoLogo {
    width: 22%;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 768px) {
      .footerInner02L .tocoLogo {
        width: 30%;
        margin: 0 30px 10px 0; } }
    @media screen and (max-width: 640px) {
      .footerInner02L .tocoLogo {
        margin: 0 15px 10px;
        vertical-align: 5px; } }
  .footerInner02L .LenLogo {
    width: 12%;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 768px) {
      .footerInner02L .LenLogo {
        width: 16%;
        margin: 0 30px 0 0; } }
    @media screen and (max-width: 640px) {
      .footerInner02L .LenLogo {
        margin: 0 15px 10px; } }
  .footerInner02L .citanLogo {
    width: 8%;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .footerInner02L .citanLogo {
        width: 11%; } }
    @media screen and (max-width: 640px) {
      .footerInner02L .citanLogo {
        margin: 0 15px 10px; } }

/*====================
 *  TOP PAGE COMMON
 *====================*/
.topPage section {
  padding: 60px 0; }
  @media screen and (max-width: 640px) {
    .topPage section {
      padding: 20px 0; } }

.topPage p {
  padding: 20px 0 0 0; }
  @media screen and (max-width: 640px) {
    .topPage p {
      padding: 15px 0 0 0; } }

.toppageSectionHeader {
  padding: 0 0 0 2.5%;
  font-size: 5.0rem;
  line-height: 4.0rem;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .toppageSectionHeader {
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .toppageSectionHeader {
      font-size: 4.0rem;
      letter-spacing: 0.1rem; } }

/*====================
 *    TOP FIRSTVIEW
 *====================*/
section.topFirstView {
  width: 100%;
  height: 100vh;
  padding: 0; }
  @media screen and (max-width: 640px) {
    section.topFirstView {
      height: calc(100vh - 70px); } }

.topSlideWrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .topSlideWrapper {
      display: block;
      padding-top: 70px; } }

.topSlideLogo {
  position: absolute;
  width: 15%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .topSlideLogo {
      width: 27%;
      top: 55%; } }
  @media screen and (max-width: 640px) {
    .topSlideLogo {
      width: 43%;
      top: 56%; } }

.topSlideBox01 {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topSlideBox01 {
      width: 100%;
      height: 50%; } }

.topSlideBox02 {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topSlideBox02 {
      width: 100%;
      height: 50%; } }

.topSlideInner01 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 48s 0s infinite;
  animation: anime 48s 0s infinite; }

.topSlideInner02 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 48s 0s infinite;
  animation: anime 48s 0s infinite; }

.topSlideInner01:nth-of-type(1) {
  background-image: url("images/top/topSlide0101.jpg");}
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(1) {
      background-image: url("images/top/topSlide0101Sp.jpg"); } }

.topSlideInner01:nth-of-type(2) {
  background-image: url("images/top/topSlide0102.jpg");
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(2) {
      background-image: url("images/top/topSlide0102Sp.jpg"); } }

.topSlideInner01:nth-of-type(3) {
  background-image: url("images/top/topSlide0103.jpg");
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(3) {
      background-image: url("images/top/topSlide0103Sp.jpg"); } }

.topSlideInner01:nth-of-type(4) {
  background-image: url("images/top/topSlide0104.jpg");
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(4) {
      background-image: url("images/top/topSlide0104Sp.jpg"); } }

.topSlideInner01:nth-of-type(5) {
  background-image: url("images/top/topSlide0105.jpg");
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(5) {
      background-image: url("images/top/topSlide0105Sp.jpg"); } }

.topSlideInner01:nth-of-type(6) {
  background-image: url("images/top/topSlide0106.jpg");
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(6) {
      background-image: url("images/top/topSlide0106Sp.jpg"); } }

.topSlideInner01:nth-of-type(7) {
  background-image: url("images/top/topSlide0107.jpg");
  -webkit-animation-delay: 36s;
  animation-delay: 36s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(7) {
      background-image: url("images/top/topSlide0107Sp.jpg"); } }

.topSlideInner01:nth-of-type(8) {
  background-image: url("images/top/topSlide0108.jpg");
  -webkit-animation-delay: 42s;
  animation-delay: 42s; }
  @media screen and (max-width: 640px) {
    .topSlideInner01:nth-of-type(8) {
      background-image: url("images/top/topSlide0108Sp.jpg"); } }

.topSlideInner02:nth-of-type(1) {
  background-image: url("images/top/topSlide0201.jpg");}
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(1) {
      background-image: url("images/top/topSlide0201Sp.jpg"); } }

.topSlideInner02:nth-of-type(2) {
  background-image: url("images/top/topSlide0202.jpg");
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(2) {
      background-image: url("images/top/topSlide0202Sp.jpg"); } }

.topSlideInner02:nth-of-type(3) {
  background-image: url("images/top/topSlide0203.jpg");
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(3) {
      background-image: url("images/top/topSlide0203Sp.jpg"); } }

.topSlideInner02:nth-of-type(4) {
  background-image: url("images/top/topSlide0204.jpg");
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(4) {
      background-image: url("images/top/topSlide0204Sp.jpg"); } }

.topSlideInner02:nth-of-type(5) {
  background-image: url("images/top/topSlide0205.jpg");
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(5) {
      background-image: url("images/top/topSlide0205Sp.jpg"); } }

.topSlideInner02:nth-of-type(6) {
  background-image: url("images/top/topSlide0206.jpg");
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(6) {
      background-image: url("images/top/topSlide0206Sp.jpg"); } }

.topSlideInner02:nth-of-type(7) {
  background-image: url("images/top/topSlide0207.jpg");
  -webkit-animation-delay: 36s;
  animation-delay: 36s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(7) {
      background-image: url("images/top/topSlide0207Sp.jpg"); } }

.topSlideInner02:nth-of-type(8) {
  background-image: url("images/top/topSlide0208.jpg");
  -webkit-animation-delay: 42s;
  animation-delay: 42s; }
  @media screen and (max-width: 640px) {
    .topSlideInner02:nth-of-type(8) {
      background-image: url("images/top/topSlide0208Sp.jpg"); } }

@-webkit-keyframes anime {
  0% {
    opacity: 0; }
  6.25% {
    opacity: 1; }
  12.5% {
    opacity: 1; }
  18.75%{
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 0; } }

@keyframes anime {
  0% {
    opacity: 0; }
  6.25% {
    opacity: 1; }
  12.5% {
    opacity: 1; }
  18.75%{
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 0; } }

/*====================
 *    TOP SEARCH
 *====================*/

section.topSearch {
  width: 100%;
  padding: 0;
  background: #eaedf1; }

/*200103 以降すべてに section.topSearch を追記*/
section.topSearch #to-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; 
  position: inherit;  /*200102追記*/
  bottom: 0; /*200102追記*/
  width: 100%;
}
section.topSearch #to-book button {
    width: 10%;
    height: 38px;
    color: #eaedf1;
    background: #1b4657;
    border: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 768px) {
    section.topSearch #to-book button {
        width: 15%; } }
    @media screen and (max-width: 640px) {
    section.topSearch #to-book button {
        width: 20%;
        letter-spacing: 0.0rem;
        font-size: 1.1rem; } }

section.topSearch .formSp {
  display: none; }
  @media screen and (max-width: 640px) {
section.topSearch .formSp {
      display: block; } }

section.topSearch .formPc {
  display: block;
}
  @media screen and (max-width: 640px) {
 section.topSearch .formPc {
      display: none; } }

section.topSearch .form-group {
  position: relative;
  width: 25%;
  margin: 0 5px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 768px) {
section.topSearch .form-group {
      width: 25%; } }
  @media screen and (max-width: 640px) {
section.topSearch .form-group {
      width: 35%;
      font-size: 1.1rem; } }
section.topSearch .form-group label {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    color: #91949d; }

section.topSearch #checkin {
  width: 100%;
  height: 38px;
  border: 2px solid #1b4657;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  border: none; }

section.topSearch #checkout {
  width: 100%;
  height: 38px;
  border: 2px solid #1b4657;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  border: none; }

section.topSearch .hide {
  display: none !important; }

/*====================
 *    TOP LOUNGE
 *====================*/
.topLounge {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 640px) {
    .topLounge .toppageSectionHeader {
      display: none; } }

.loungebox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0 0 0; }
  @media screen and (max-width: 768px) {
    .loungebox01 {
      display: block; } }
  @media screen and (max-width: 640px) {
    .loungebox01 {
      padding: 20px 0 0 0; } }

.loungebox01InnerL {
  width: 55%; }
  @media screen and (max-width: 768px) {
    .loungebox01InnerL {
      width: 90%;
      margin: 0 auto; } }

.loungebox01InnerR {
  width: 45%;
  padding: 0 0 0 5%; }
  @media screen and (max-width: 768px) {
    .loungebox01InnerR {
      width: 95%;
      padding: 20px 0 0 5%; } }

.topLoungeHeader {
  font-size: 3.0rem;
  padding: 0 0 25px 0;
  margin: 0 0 0 0; }
  @media screen and (max-width: 768px) {
    .topLoungeHeader {
      font-size: 2.5rem;
      margin: 0;
      padding: 25px 0 10px 0; } }
  @media screen and (max-width: 640px) {
    .topLoungeHeader {
      font-size: 2.2rem; } }
  .topLoungeHeader span {
    font-size: 2.4rem;
    font-family: "Source Sans Pro", sans-serif; }
    @media screen and (max-width: 768px) {
      .topLoungeHeader span {
        font-size: 2.0rem; } }
    @media screen and (max-width: 640px) {
      .topLoungeHeader span {
        font-size: 1.7rem; } }

.En .topLoungeHeader {
  font-size: 4.2rem;
  padding: 0 0 25px 0;
  margin: 0 0 0 0; }
  @media screen and (max-width: 768px) {
    .En .topLoungeHeader {
      font-size: 3.7rem;
      margin: 0;
      padding: 25px 0 10px 0; } }
  @media screen and (max-width: 640px) {
    .En .topLoungeHeader {
      font-size: 3.2rem; } }
  .En .topLoungeHeader span {
    font-size: 2.4rem;
    font-family: "Source Sans Pro", sans-serif; }
    @media screen and (max-width: 768px) {
      .En .topLoungeHeader span {
        font-size: 2.0rem; } }
    @media screen and (max-width: 640px) {
      .En .topLoungeHeader span {
        font-size: 1.7rem; } }

.loungebox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 0 0 0; }
  @media screen and (max-width: 768px) {
    .loungebox02 {
      padding: 40px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .loungebox02 {
      display: block; } }

.loungebox02InnerL {
  width: 53%;
  padding: 120px 9% 0 7%; }
  @media screen and (max-width: 768px) {
    .loungebox02InnerL {
      padding: 80px 5% 0 3%; } }
  @media screen and (max-width: 640px) {
    .loungebox02InnerL {
      width: 70%;
      padding: 30px 0 0 5%; } }

.loungebox02InnerR {
  width: 47%;
  padding: 0 7% 0 0; }
  @media screen and (max-width: 640px) {
    .loungebox02InnerR {
      width: 95%;
      padding: 30px 5% 0 40%; } }

.loungebox02InnerR02 {
  position: relative;
  margin: 85px auto 0 144px;
  z-index: 0;
  width: 47%; }
  @media screen and (max-width: 768px) {
    .loungebox02InnerR02 {
      width: 60%;
      margin: 85px auto 0 80px; } }
  @media screen and (max-width: 640px) {
    .loungebox02InnerR02 {
      display: none; } }
  .loungebox02InnerR02:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .loungebox02InnerR02 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #000; }

.movieBtn {
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  z-index: 100;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .movieBtn img {
    width: 25%;
    margin: 0 auto;
    text-align: center; }

p.movieBtnText {
  padding: 0; }
  @media screen and (max-width: 640px) {
    p.movieBtnText {
      display: none; } }

.loungebox03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .loungebox03 {
      display: block; } }

.loungebox03InnerL {
  width: 55%;
  padding: 0 43px 0 0; }
  @media screen and (max-width: 768px) {
    .loungebox03InnerL {
      width: 65%; } }
  @media screen and (max-width: 640px) {
    .loungebox03InnerL {
      width: 100%;
      padding: 30px 10% 0 5%; } }

.loungebox03InnerR {
  width: 45%;
  padding: 225px 148px 0 0; }
  @media screen and (max-width: 768px) {
    .loungebox03InnerR {
      width: 35%;
      padding: 210px 50px 0 0; } }
  @media screen and (max-width: 640px) {
    .loungebox03InnerR {
      width: 75%;
      padding: 30px 10% 0 12%; } }

.loungebox04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .loungebox04 {
      display: block; } }

.loungebox04InnerL {
  width: 45%;
  padding: 75px 0 0 55px; }
  @media screen and (max-width: 768px) {
    .loungebox04InnerL {
      width: 50%;
      padding: 40px 0 0 5%; } }
  @media screen and (max-width: 640px) {
    .loungebox04InnerL {
      width: 95%; } }

.loungebox04InnerR {
  width: 55%;
  padding: 75px 47px 0 0; }
  @media screen and (max-width: 768px) {
    .loungebox04InnerR {
      width: 50%;
      padding: 80px 47px 0 0; } }
  @media screen and (max-width: 640px) {
    .loungebox04InnerR {
      width: 75%;
      padding: 30px 47px 0 0; } }

.loungebox05 {
  width: 100%;
  padding: 100px 0 120px 85px; }
  @media screen and (max-width: 768px) {
    .loungebox05 {
      padding: 50px 0 50px 85px; } }
  @media screen and (max-width: 640px) {
    .loungebox05 {
      padding: 50px 0 50px 40px; } }

.En .loungebox05 {
        padding: 100px 0 30px 85px; }            

.movieBtnSp {
  display: none; }
  .movieBtnSp a {
    color: #fff; }
  .movieBtnSp img {
    width: 15%;
    margin-right: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .movieBtnSp {
      display: block;
      font-size: 1.5rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      letter-spacing: 0.1rem;
      z-index: 100;
      color: #fff;
      width: 70%;
      padding: 10px 0;
      margin: 0 auto 40px;
      background: #000;
      text-align: center; } }

      .topNews {
        width: 85%;
        margin: 0 auto; }
        @media screen and (max-width: 640px) {
          .topNews {
            margin: 80px auto 0; } }
        .topNews .toppageSectionHeader {
          padding: 0;
          color: #000;
          text-align: center;
          -webkit-writing-mode: horizontal-tb;
              -ms-writing-mode: lr-tb;
                  writing-mode: horizontal-tb; }
          @media screen and (max-width: 640px) {
            .topNews .toppageSectionHeader {
              display: block; } }
      
      .topNewsBox {
        width: 100%;
        margin-top: 35px;
        border-top: 2px #000 solid;
        border-bottom: 2px #000 solid; }
        @media screen and (max-width: 640px) {
          .topNewsBox {
            margin-top: 15px; } }
      
      .topNewsInner {
        width: 70%;
        margin: 20px auto 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        font-size: 1.6rem; }
        @media screen and (max-width: 1300px) {
          .topNewsInner {
            width: 90%; } }
        @media screen and (max-width: 640px) {
          .topNewsInner {
            display: block;
            width: 100%;
            margin: 0px auto 20px;
            font-size: 1.4rem; } }
      
      .topNewsDate {
        padding: 20px 0 0 0;
        width: 20%;
        font-weight: bold;
        line-height: 1.5; }
        @media screen and (max-width: 640px) {
          .topNewsDate {
            width: 100%; } }
      
      .topNewsText {
        padding: 20px 0 0 20px;
        width: 80%; }
        @media screen and (max-width: 640px) {
          .topNewsText {
            padding: 10px 0 0 0;
            width: 100%; } }
        .topNewsText a {
          color: #000; }            

      .topRecruit {
        text-align: center; }
        .topRecruit .toppageSectionHeader {
          display: inline-block;
          padding: 0;
          margin: 130px auto 0;
          font-size: 3.2rem;
          color: #fff;
          -webkit-writing-mode: horizontal-tb;
              -ms-writing-mode: lr-tb;
                  writing-mode: horizontal-tb; }
          @media screen and (max-width: 640px) {
            .topRecruit .toppageSectionHeader {
              margin: 70px auto 0; } }
          .topRecruit .toppageSectionHeader a {
            color: #fff;
            margin: 0;
            padding: 10px 35px;
            background: #1b4657; }
      
      p.topRecruitJp {
        padding: 0;
        margin: 10px 0 60px 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #1b4657; }
        @media screen and (max-width: 640px) {
          p.topRecruitJp {
            margin: 10px 0 30px 0; } } 

 .En .topRecruit .toppageSectionHeader {
              margin: 70px auto 50px; }          

/*====================
 *    TOP ROOMS
 *====================*/
.topRooms {
  width: 100%;
  padding: 30px 0 0 0;
  background: #779db2;
  color: #fff; }

.roomsHeadBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .roomsHeadBox .toppageSectionHeader {
    width: 6%; }
    @media screen and (max-width: 640px) {
      .roomsHeadBox .toppageSectionHeader {
        width: 15%;
        padding: 0 0 0 5%; } }

.roomsHeadInner {
  width: 94%;
  padding: 0 1% 0 48%; }
  @media screen and (max-width: 1300px) {
    .roomsHeadInner {
      width: 94%;
      padding: 0 1% 0 45%; } }
  @media screen and (max-width: 768px) {
    .roomsHeadInner {
      padding: 0 0 0 35%; } }
  @media screen and (max-width: 640px) {
    .roomsHeadInner {
      width: 85%;
      padding: 40px 5% 0 5%; } }

p.roomsHeadInnerText {
  text-align: justify;
  padding: 0; }

.roomsphotoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0 0 0; }
  @media screen and (max-width: 640px) {
    .roomsphotoBox {
      display: block; } }

.roomsphotoInnerSp {
  display: none; }
  @media screen and (max-width: 640px) {
    .roomsphotoInnerSp {
      display: block;
      width: 70%;
      padding: 0 0 0 5%; } }

.roomsphotoInnerL {
  width: 43%; }
  @media screen and (max-width: 640px) {
    .roomsphotoInnerL {
      width: 100%;
      margin: 0 auto; } }
  .roomsphotoInnerL .topRooms01 {
    padding: 0 29% 80px 19%; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerL .topRooms01 {
        width: 47%;
        padding: 60px 2% 0 5%; } }
  .roomsphotoInnerL .topRooms02 {
    padding: 0 29% 80px 0; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerL .topRooms02 {
        width: 47%;
        padding: 60px 7% 0 0%; } }
  .roomsphotoInnerL .topRooms03 {
    padding: 0 29% 80px 22%; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerL .topRooms03 {
        width: 47%;
        padding: 30px 2% 0 5%; } }
  .roomsphotoInnerL .topRooms04 {
    padding: 0 29% 80px 12%; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerL .topRooms04 {
        width: 47%;
        padding: 30px 7% 0 0%; } }

.roomsphotoInnerR {
  width: 57%; }
  @media screen and (max-width: 640px) {
    .roomsphotoInnerR {
      width: 100%;
      padding: 60px 0 20px 0; } }
  .roomsphotoInnerR .topRooms05 {
    padding: 0 0 80px 0; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerR .topRooms05 {
        display: none; } }
  .roomsphotoInnerR .topRooms06 {
    padding: 0 24% 0 5%; }
    @media screen and (max-width: 640px) {
      .roomsphotoInnerR .topRooms06 {
        width: 90%;
        padding: 0 3% 0 27%; } }

/*====================
 *    TOP CAFE & BAR
 *====================*/
.topCafeBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .topCafeBar {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .topCafeBar {
      display: block;
      width: 95%; } }
  .topCafeBar .moreBtn {
    padding: 20px 0 0 0; }
    @media screen and (max-width: 640px) {
      .topCafeBar .moreBtn {
        padding: 0; } }

.cafeBarInnerL {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 100px 0 0 0;
  margin: 0 14% 0 0; }
  @media screen and (max-width: 640px) {
    .cafeBarInnerL {
      width: 80%;
      margin: 0 10% 0 5%;
      padding: 20px 0 0 0; } }
  .cafeBarInnerL:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .cafeBarInnerL a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000; }
  .cafeBarInnerL .toppageSectionHeader {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: right; }

.cafeBarInnerR {
  position: relative;
  z-index: 1;
  width: 37%; }
  @media screen and (max-width: 640px) {
    .cafeBarInnerR {
      width: 75%;
      margin: 0 5% 0 25%;
      padding: 20px 0 0 0; } }
  .cafeBarInnerR:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .cafeBarInnerR a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000; }
  .cafeBarInnerR .toppageSectionHeader {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: left; }

.cafeBarText {
  padding: 10px 0 0 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .cafeBarText {
      text-align: justify; } }

/*====================
 *   TOP EVENT
 *====================*/
.topEvent {
  background: #f6df5e; }

.topEventHeadBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .topEventHeadBox {
      width: 95%;
      margin: 0 auto; } }
  .topEventHeadBox .toppageSectionHeader {
    width: 6%; }
    @media screen and (max-width: 640px) {
      .topEventHeadBox .toppageSectionHeader {
        width: 15%;
        padding: 0 0 0 5%; } }
  .topEventHeadBox .moreBtn {
    margin: 0 3% 0 auto; }
    @media screen and (max-width: 640px) {
      .topEventHeadBox .moreBtn {
        margin: 0 3% 0 auto;
        padding: 0; } }

.topEventBox {
  width: 87%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .topEventBox {
      display: block; } }

.topEventInner {
  position: relative;
  width: 33%;
  height: auto;
  padding: 0 2.3%;
  z-index: 30; }
  @media screen and (max-width: 640px) {
    .topEventInner {
      width: 100%;
      padding: 70px 5% 0 25%; } }
  .topEventInner:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .topEventInner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    color: #000; }

.topEventInnerTitle {
  padding: 10px 0 0 0;
  font-size: 1.8rem; 
  font-weight: bold;}
  @media screen and (max-width: 768px) {
    .topEventInnerTitle {
      font-size: 1.5rem; } }

.topEventInnerPostedDate{
        padding: 5px 0 0 0;
        font-size: 1.2rem;
      }

.topEventInnerDate {
  padding: 3px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .topEventInnerDate {
      font-size: 1.2rem; } }

.topEventInnerGet {
  display: inline-block;
  padding: 5px;
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  color: #f6df5e;
  background: #000; }
  @media screen and (max-width: 768px) {
    .topEventInnerGet {
      padding: 3px; } }

.topEventInnerCircle {
  position: absolute;
  top: -40px;
  left: 15px;
  padding: 0 5px;
  background: #000;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  z-index: 40; }
  @media screen and (max-width: 768px) {
    .topEventInnerCircle {
      left: 8px;
      width: 70px;
      height: 70px; } }
  @media screen and (max-width: 640px) {
    .topEventInnerCircle {
      top: 30px;
      left: 50px; } }

.topEventInnerCategory {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #f6df5e;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.4rem;
  z-index: 50;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .topEventInnerCategory {
      font-size: 1.2rem; } }

/*====================
 *   OTHER PAGE COMMON
 *====================*/
.pageHeader {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .pageHeader {
      width: 95%;
      margin: 0 auto;
      padding: 130px 0 60px 0; } }
  @media screen and (max-width: 640px) {
    .pageHeader {
      width: 90%;
      margin: 0 auto; } }

.pageHeaderHeading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 7.0rem;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 768px) {
    .pageHeaderHeading {
      font-size: 6.0rem; } }
  @media screen and (max-width: 768px) {
    .pageHeaderHeading {
      font-size: 4.0rem; } }

.pageHeaderLead {
  padding: 20px 0 0 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .pageHeaderLead {
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .pageHeaderLead {
      width: 100%;
      margin: 0 auto;
      text-align: justify; } }

.pageHeadTime {
  padding: 80px 0 0 0; }
  @media screen and (max-width: 768px) {
    .pageHeadTime {
      padding: 40px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .pageHeadTime {
      text-align: center; } }

.openHour {
  font-size: 1.6rem;
  font-weight: bold; }

.En .openHour {
  font-size: 2.2rem;
  font-weight: bold; }

.pageSecondHeadingBox {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .pageSecondHeadingBox {
      height: 300px; } }
  @media screen and (max-width: 640px) {
    .pageSecondHeadingBox {
      height: 200px;
      background-attachment: scroll; } }
  .pageSecondHeadingBox .pageSecondHeading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.pageSecondHeading {
  display: inline-block;
  padding: 3px 20px;
  margin: 0 auto;
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  border: #fff solid 3px; }
  @media screen and (max-width: 768px) {
    .pageSecondHeading {
      font-size: 3.0rem; } }

.pageSecondHeadingJp {
  font-size: 3.3rem; }
  @media screen and (max-width: 768px) {
    .pageSecondHeadingJp {
      font-size: 2.6rem; } }
  @media screen and (max-width: 640px) {
    .pageSecondHeadingJp {
      font-size: 2.3rem; } }

.pageThirdHeading {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #fff;
  border: #fff solid 3px; }
  @media screen and (max-width: 640px) {
    .pageThirdHeading {
      font-size: 2.0rem; } }

.pageThirdHeadingJp {
  font-size: 2.2rem; }
  @media screen and (max-width: 768px) {
    .pageThirdHeadingJp {
      font-size: 1.8rem; } }

/*====================
 *    HOSTEL PAGE
 *====================*/
.hostelPage {
  background: #779db2;
  color: #fff; }

.roomsBack {
  background-image: url(images/hostel/roomsHeader.jpg); }

section.rooms {
  padding: 0; }

.bestrate {
  padding: 100px 0 0 0;
  text-align: center;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .bestrate {
      padding: 50px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .bestrate {
      font-size: 1.3rem; } }
  .bestrate img {
    width: 100px; }
    @media screen and (max-width: 640px) {
      .bestrate img {
        margin-bottom: 10px; } }

.roomNotes {
  padding-top: 70px;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .roomNotes {
      width: 90%;
      padding-top: 40px;
      margin: 0 auto;
      text-align: justify;
      font-size: 1.3rem; } }
  .roomNotes a {
    color: #fff;
    text-decoration: underline; }

.roomWrapper {
  width: 95%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .roomWrapper {
      padding: 80px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .roomWrapper {
      width: 90%;
      margin: 0 auto;
      padding: 60px 0 0 0; } }

.roomBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .roomBox {
      display: block; } }

.roominner {
  width: 50%;
  padding: 70px 5% 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .roominner {
      padding: 60px 2.5% 0; } }
  @media screen and (max-width: 640px) {
    .roominner {
      width: 100%;
      padding: 50px 0 0; } }

.roomHeading {
  padding: 25px 0 0 0;
  font-size: 3.0rem; }
  @media screen and (max-width: 768px) {
    .roomHeading {
      padding: 15px 0 0 0;
      font-size: 2.4rem; } }
  @media screen and (max-width: 640px) {
    .roomHeading {
      padding: 5px 0 0 0;
      font-size: 2.0rem; } }

.roomPrice {
  font-size: 2.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .roomPrice {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .roomPrice {
      font-size: 1.5rem; } }
  .roomPrice span {
    font-size: 1.4rem;
    margin: 0 0 0 15px; }
    @media screen and (max-width: 640px) {
      .roomPrice span {
        font-size: 1.2rem; } }

.roomText {
  padding: 20px 0 0 0;
  font-size: 1.4rem;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .roomText {
      padding: 10px 0 0 0;
      font-size: 1.3rem; } }

.roomitemBox {
  margin: 10px 0 0 0; }
  @media screen and (max-width: 768px) {
    .roomitemBox {
      margin: 10px 0 0 0; } }
  .roomitemBox li {
    margin: 0 2px 5px 0;
    padding: 3px 5px;
    display: inline-block;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .roomitemBox li {
        font-size: 1.2rem; } }

.roomSpec {
  font-size: 1.4rem;
  margin: 10px 0 0 -5px; }
  @media screen and (max-width: 768px) {
    .roomSpec {
      font-size: 1.3rem;
      margin: 10px 0 0 -5px; } }

.moreBtnHostel {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .moreBtnHostel {
      padding: 15px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .moreBtnHostel {
      padding: 10px 0 0 0; } }
  .moreBtnHostel .moreBtnTextHostel {
    width: 100%;
    padding: 5px 0;
    border: 2px solid #fff;
    background: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .moreBtnHostel .moreBtnTextHostel:hover {
      opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .moreBtnHostel .moreBtnTextHostel {
        font-size: 1.5rem;
        padding: 10px 0; } }
  .moreBtnHostel a {
    color: #779db2; }
    
    .moreBtnTextHostel{
      color: #779db2;
    }
    
.roomsImageBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto; }

.roomsImage {
  padding-bottom: 110px; }
  @media screen and (max-width: 640px) {
    .roomsImage {
      padding-bottom: 50px; } }

.roomsImageInner {
  width: 50%; }
  .roomsImageInner .roomsImage01 {
    width: 45%;
    margin: 0 10% 0 45%; }
    @media screen and (max-width: 640px) {
      .roomsImageInner .roomsImage01 {
        width: 75%;
        margin: 0 25% 0 10%; } }
  .roomsImageInner .roomsImage02 {
    width: 63%;
    margin: 120px 29% 0 8%; }
    @media screen and (max-width: 768px) {
      .roomsImageInner .roomsImage02 {
        width: 73%;
        margin: 70px 19% 0 8%; } }
    @media screen and (max-width: 640px) {
      .roomsImageInner .roomsImage02 {
        width: 85%;
        margin: 40px 0% 0 10%; } }
  .roomsImageInner .roomsImage03 {
    width: 37%;
    margin: 30px 10% 0 53%; }
    @media screen and (max-width: 640px) {
      .roomsImageInner .roomsImage03 {
        width: 70%;
        margin: 40px 20% 0 10%; } }
  .roomsImageInner .roomsImage04 {
    width: 69%;
    margin: 0 6% 0 25%; }
    @media screen and (max-width: 640px) {
      .roomsImageInner .roomsImage04 {
        width: 75%;
        margin: 60px 5% 0 20%; } }
  .roomsImageInner .roomsImage05 {
    width: 90%;
    margin: 95px 5% 0 5%; }
    @media screen and (max-width: 640px) {
      .roomsImageInner .roomsImage05 {
        margin: 60px 5% 0 5%; } }

.commonroom {
  background: #e4ebf0;
  color: #779db2;
  text-align: center; }
  .commonroom .pageSecondHeading {
    color: #779db2;
    border: #779db2 solid 3px; }
  .commonroom .pageThirdHeading {
    margin: 100px 0 60px 0;
    color: #779db2;
    border: #779db2 solid 3px; }
    @media screen and (max-width: 768px) {
      .commonroom .pageThirdHeading {
        margin: 70px 0 50px 0; } }
    @media screen and (max-width: 640px) {
      .commonroom .pageThirdHeading {
        margin: 50px 0 30px 0; } }

.commonroomWrapper {
  width: 73%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .commonroomWrapper {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .commonroomWrapper {
      width: 95%; } }

.commonroomBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.commonroomInnerL {
  width: 50%;
  padding: 0 3% 0 0; }
  @media screen and (max-width: 768px) {
    .commonroomInnerL {
      padding: 0 1% 0 0; } }

.commonroomInnerR {
  width: 50%;
  padding: 0 0 0 3%; }
  @media screen and (max-width: 768px) {
    .commonroomInnerR {
      padding: 0 0 0 1%; } }

.commonroomText {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .commonroomText {
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .commonroomText {
      margin: 10px 0 0 0; } }

.facility {
  width: 100%;
  text-align: center;
  background: #92b1c1; }

.facilityBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .facilityBox {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .facilityBox {
      width: 95%; } }

.facilityInner {
  width: 25%;
  padding: 75px 5% 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .facilityInner {
      padding: 50px 3% 0; } }
  @media screen and (max-width: 640px) {
    .facilityInner {
      padding: 25px 1.5% 0; } }

.facilityPict {
  margin: 0 auto;
  background: #fff;
  border-radius: 50%; }

.facilityText {
  padding: 10px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .facilityText {
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .facilityText {
      font-size: 1.2rem; } }

.En .facilityText {
  line-height: 1.2; }

.faq {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #92b1c1; }

.accbox {
  margin: 60px auto 0;
  padding: 0;
  width: 70%;
  text-align: left;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 768px) {
    .accbox {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .accbox {
      width: 95%;
      margin: 25px auto 0; } }

.qBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.qIcon {
  width: 10%;
  padding-right: 2%; }

.qText {
  width: 90%;
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .qText {
      padding-top: 5px; } }
  @media screen and (max-width: 640px) {
    .qText {
      font-size: 1.3rem; } }

.accbox label {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 768px) {
    .accbox label {
      font-size: 1.4rem; } }

.accbox label:hover {
  opacity: 0.3; }

.accbox input {
  display: none; }

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.accshow p {
  font-size: 1.4rem;
  padding: 0 0 10px 0; }

.En .accshow p {
  font-size: 1.6rem; }

.cssacc:checked + .accshow {
  height: auto;
  opacity: 1; }

/*====================
 *    CAFE PAGE
 *====================*/
.cafePage {
  background: #ba9b80;
  color: #fff; }

.coffee {
  text-align: center;
  padding: 50px 0 0 0; }
  @media screen and (max-width: 768px) {
    .coffee {
      padding: 0; } }

.coffeeBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 90px 0 0 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .coffeeBox {
      padding: 50px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .coffeeBox {
      display: block; } }

.coffeeInnerL {
  width: 61%; }
  @media screen and (max-width: 768px) {
    .coffeeInnerL {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .coffeeInnerL {
      width: 100%; } }

.coffee01 {
  width: 38%;
  margin: 0 7% 0 55%; }
  @media screen and (max-width: 640px) {
    .coffee01 {
      width: 45%;
      margin: 0 7% 0 48%; } }

.coffee02 {
  width: 93%;
  margin: 45px 7% 0 0; }
  @media screen and (max-width: 640px) {
    .coffee02 {
      width: 80%;
      margin: 20px 20% 0 0; } }

.coffeeInnerR {
  width: 39%; }
  @media screen and (max-width: 768px) {
    .coffeeInnerR {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .coffeeInnerR {
      width: 100%; } }

.coffee03 {
  width: 91%;
  margin: 170px 9% 0 0; }
  @media screen and (max-width: 768px) {
    .coffee03 {
      margin: 70px 9% 0 0; } }
  @media screen and (max-width: 640px) {
    .coffee03 {
      width: 60%;
      margin: 30px 9% 0 31%; } }

.coffeeTextBox {
  padding: 70px 0 0 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .coffeeTextBox {
      padding: 30px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .coffeeTextBox {
      width: 95%;
      padding: 20px 0 0 5%; } }

.cafetextHeading {
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .cafetextHeading {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .cafetextHeading {
      font-size: 1.6rem; } }

.En .cafetextHeading {
  font-size: 3.2rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .En .cafetextHeading {
      font-size: 2.8rem; } }
  @media screen and (max-width: 640px) {
    .En .cafetextHeading {
      font-size: 2.6rem; } }

.coffeeText {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .coffeeText {
      padding: 10px 0 0 0;
      font-size: 1.3rem; } }

.breakfast {
  text-align: center; }

.breakfastBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 90px 0 0 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .breakfastBox {
      padding: 50px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .breakfastBox {
      display: block; } }

.breakfastInnerL {
  width: 63%; }
  @media screen and (max-width: 640px) {
    .breakfastInnerL {
      width: 95%; } }

.breakfastTextBox {
  width: 100%;
  padding: 0 0 0 20%;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .breakfastTextBox {
      padding: 0 0 0 5%; } }

.breakfasttextHeading {
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .breakfasttextHeading {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .breakfasttextHeading {
      font-size: 1.6rem; } }

.En .breakfasttextHeading {
  font-size: 3.2rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .En .breakfasttextHeading {
      font-size: 2.8rem; } }
  @media screen and (max-width: 640px) {
    .En .breakfasttextHeading {
      font-size: 2.6rem; } }

.breakfastText {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .breakfastText {
      width: 97.5%;
      padding: 10px 0 0 0;
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .breakfastText {
      width: 100%; } }

.breakfast01 {
  width: 61%;
  margin: 65px 0 0 13%; }
  @media screen and (max-width: 640px) {
    .breakfast01 {
      width: 55%;
      margin: 25px 0 0 5%; } }

.breakfast02 {
  width: 41%;
  margin: 38px 12% 0 47%; }
  @media screen and (max-width: 640px) {
    .breakfast02 {
      width: 65%;
      margin: 15px 0% 0 35%; } }

.breakfastInnerR {
  width: 37%; }
  @media screen and (max-width: 640px) {
    .breakfastInnerR {
      width: 100%; } }

.breakfast03 {
  width: 100%;
  margin: 80px 0 0 0; }
  @media screen and (max-width: 640px) {
    .breakfast03 {
      width: 50%;
      margin: 30px 0 0 10%; } }

.daytime {
  text-align: center; }

.daytimeBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 90px 0 0 0;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .daytimeBox {
      display: block;
      padding: 50px 0 0 0; } }

.daytimeInnerL {
  width: 63%; }
  @media screen and (max-width: 768px) {
    .daytimeInnerL {
      width: 55%; } }
  @media screen and (max-width: 640px) {
    .daytimeInnerL {
      width: 100%; } }

.daytime01 {
  width: 92%;
  margin: 0 8% 0 0; }
  @media screen and (max-width: 640px) {
    .daytime01 {
      width: 85%; } }

.daytime02 {
  width: 43%;
  margin: 55px 8% 0 49%; }
  @media screen and (max-width: 768px) {
    .daytime02 {
      width: 70%;
      margin: 55px 8% 0 22%; } }
  @media screen and (max-width: 640px) {
    .daytime02 {
      margin: 30px 8% 0 22%; } }

.daytimeInnerR {
  width: 37%; }
  @media screen and (max-width: 768px) {
    .daytimeInnerR {
      width: 45%; } }
  @media screen and (max-width: 640px) {
    .daytimeInnerR {
      width: 100%;
      padding: 0 5%; } }

.daytimeTextBox {
  padding: 55px 0 0 0;
  margin: 0; }
  @media screen and (max-width: 640px) {
    .daytimeTextBox {
      padding: 20px 0 0 0; } }

.daytimetextHeading {
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .daytimetextHeading {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .daytimetextHeading {
      font-size: 1.6rem; } }

.En .daytimetextHeading {
  font-size: 3.2rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .En .daytimetextHeading {
      font-size: 2.8rem; } }
  @media screen and (max-width: 640px) {
    .En .daytimetextHeading {
      font-size: 2.6rem; } }

.daytimeText {
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .daytimeText {
      width: 97.5%;
      padding: 10px 0 0 0;
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .daytimeText {
      width: 100%; } }

.daytime03 {
  width: 91%;
  margin: 70px 9% 0 0; }
  @media screen and (max-width: 640px) {
    .daytime03 {
      width: 70%;
      margin: 20px 0 0 0; } }

.cafeMenuBack {
  background-image: url(images/cafe/cafeHeader.jpg); }

.menuBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .menuBox {
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .menuBox {
      display: block;
      width: 92%; } }

.menuInner {
  width: 50%;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 80px 2% 0; }
  .menuInner:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 1300px) {
    .menuInner {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1000px) {
    .menuInner {
      width: 100%;
      padding: 20px 0 0;
      font-size: 1.3rem; } }

.menuName {
        float: left;
        width: 75%;
        padding: 15px 5px 5px 0;
        text-align: left;
        border-bottom: solid 1px #fff; }
        @media screen and (max-width: 330px) {
          .menuName {
            width: 70%; } }
      
.menuPrice {
        float: left;
        width: 25%;
        padding: 15px 0 5px 0;
        text-align: right;
        border-bottom: solid 1px #fff; }
        @media screen and (max-width: 330px) {
          .menuPrice {
            width: 30%; } }

.menuEtc {
  float: left;
  width: 80%;
  padding: 15px 10px 5px 0;
  text-align: left; }
  @media screen and (max-width: 1000px) {
    .menuEtc {
      padding: 7px 3px 0 0; } }

.cafeImageBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.cafeImageInnerL {
  width: 60%; }

.cafeImage01 {
  width: 92%;
  padding: 0 8% 0 0; }
  @media screen and (max-width: 640px) {
    .cafeImage01 {
      width: 100%;
      padding: 0 8% 0 0; } }

.cafeImageInnerR {
  width: 35%; }
  @media screen and (max-width: 640px) {
    .cafeImageInnerR {
      width: 40%; } }

.cafeImage02 {
  width: 92%;
  padding: 55px 8% 0 0; }
  @media screen and (max-width: 640px) {
    .cafeImage02 {
      padding: 20px 8% 0 0; } }

.toBar {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 60px 0 0 0;
  border-radius: 50%;
  background-image: url(images/cafe/toBar.png);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    .toBar {
      margin: 20px 0 0 0;
      width: 120px;
      height: 120px; } }
  .toBar:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .toBar a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000; }

.toBarArrow {
  width: 90%;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .toBarArrow {
      width: 80%; } }

.toBarinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 2.4rem;
  line-height: 1.0; }
  @media screen and (max-width: 768px) {
    .toBarinner {
      font-size: 2.0rem; } }

/*====================
 *    BAR&DININGPAGE
 *====================*/
.bardiningPage {
  background: #7d3425;
  color: #fff; }

.diningImage {
  padding: 0; }

.diningImageBox01 {
  width: 83%;
  padding: 0; }

.diningImageBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .diningImageBox02 {
      display: block; } }

.diningImageBox02Inner01 {
  width: 57%; }
  @media screen and (max-width: 768px) {
    .diningImageBox02Inner01 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .diningImageBox02Inner01 {
      width: 100%; } }
  .diningImageBox02Inner01 .dining02 {
    width: 75%;
    margin: 190px 9% 0 17%; }
    @media screen and (max-width: 768px) {
      .diningImageBox02Inner01 .dining02 {
        width: 85%;
        margin: 190px 7% 0 7%; } }
    @media screen and (max-width: 640px) {
      .diningImageBox02Inner01 .dining02 {
        width: 60%;
        margin: 20px 33% 0 7%; } }

.diningImageBox02Inner02 {
  width: 43%; }
  @media screen and (max-width: 768px) {
    .diningImageBox02Inner02 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .diningImageBox02Inner02 {
      width: 100%; } }
  .diningImageBox02Inner02 .dining03 {
    width: 73%;
    margin: 100px 0 0 27%; }
    @media screen and (max-width: 640px) {
      .diningImageBox02Inner02 .dining03 {
        width: 70%;
        margin: 20px 0 0 30%; } }

.diningImageTextBox {
  width: 100%;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 640px) {
    .diningImageTextBox {
      padding: 30px 5% 0; } }

.diningImageText {
  padding: 30px 0 0 0; }

.diningImageBox03 {
  width: 100%;
  padding: 120px 0 0 20%; }
  @media screen and (max-width: 640px) {
    .diningImageBox03 {
      padding: 40px 0 0 20%; } }

.diningImageBox04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .diningImageBox04 {
      display: block; } }

.diningImageBox04Inner01 {
  width: 52%;
  padding: 125px 5% 0 10%; }
  @media screen and (max-width: 768px) {
    .diningImageBox04Inner01 {
      padding: 100px 5% 0 10%; } }
  @media screen and (max-width: 640px) {
    .diningImageBox04Inner01 {
      width: 70%;
      padding: 50px 2% 0 5%; } }

.diningImageBox04Inner02 {
  width: 48%;
  padding: 270px 17% 0 0; }
  @media screen and (max-width: 768px) {
    .diningImageBox04Inner02 {
      padding: 220px 17% 0 0; } }
  @media screen and (max-width: 640px) {
    .diningImageBox04Inner02 {
      width: 100%;
      padding: 50px 8% 0 40%; } }

.bardiningMenuBack {
  background-image: url(images/bardining/bardiningHeader.jpg); }

.bardiningMenu {
  background: #975d51;
  text-align: center;
  margin-top: 120px;
  padding: 0; }
  @media screen and (max-width: 640px) {
    .bardiningMenu {
      margin-top: 60px; } }
  .bardiningMenu .pageThirdHeading {
    margin: 150px 0 0 0; }
    @media screen and (max-width: 768px) {
      .bardiningMenu .pageThirdHeading {
        margin: 80px 0 0 0; } }
    @media screen and (max-width: 640px) {
      .bardiningMenu .pageThirdHeading {
        margin: 60px 0 0 0; } }

.MenuPhotoBase {
  position: relative;
  z-index: 5; }

.MenuPhotoNum {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 5px;
  font-size: 3.0rem;
  line-height: 1.0; }
  @media screen and (max-width: 768px) {
    .MenuPhotoNum {
      font-size: 2.0rem; } }

.diningMenuPhotoBox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .diningMenuPhotoBox01 .diningMenuPhotoBox01Inner01 {
    width: 46%;
    padding: 100px 1% 0 17%; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox01 .diningMenuPhotoBox01Inner01 {
        padding: 100px 1% 0 5%; } }
  .diningMenuPhotoBox01 .diningMenuPhotoBox01Inner02 {
    width: 54%;
    padding: 70px 23% 0 0; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox01 .diningMenuPhotoBox01Inner02 {
        padding: 70px 8% 0 0; } }

.diningMenuPhotoBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .diningMenuPhotoBox02 .diningMenuPhotoBox02Inner01 {
    width: 51%;
    padding: 15px 1% 0 15%; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox02 .diningMenuPhotoBox02Inner01 {
        padding: 4px 1% 0 0%; } }
  .diningMenuPhotoBox02 .diningMenuPhotoBox02Inner02 {
    width: 49%;
    padding: 15px 14% 0 0%; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox02 .diningMenuPhotoBox02Inner02 {
        padding: 4px 0% 0 0%; } }

.diningMenuPhotoBox03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .diningMenuPhotoBox03 .diningMenuPhotoBox03Inner01 {
    width: 47%;
    padding: 15px 1% 0 30%; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox03 .diningMenuPhotoBox03Inner01 {
        padding: 4px 1% 0 15%; } }
  .diningMenuPhotoBox03 .diningMenuPhotoBox03Inner02 {
    width: 53%;
    padding: 15px 28% 0 0%; }
    @media screen and (max-width: 640px) {
      .diningMenuPhotoBox03 .diningMenuPhotoBox03Inner02 {
        padding: 4px 10% 0 0%; } }

.diningMenuCaptionBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  text-align: left;
  counter-reset: number; }
  @media screen and (max-width: 768px) {
    .diningMenuCaptionBox {
      width: 95%; } }
  @media screen and (max-width: 640px) {
    .diningMenuCaptionBox {
      display: block;
      width: 100%; } }

.diningMenuCaptionBoxInner {
  width: 50%;
  padding: 40px 6% 0; }
  @media screen and (max-width: 768px) {
    .diningMenuCaptionBoxInner {
      padding: 40px 2% 0; } }
  @media screen and (max-width: 640px) {
    .diningMenuCaptionBoxInner {
      width: 95%;
      margin: 0 auto;
      padding: 20px 0 0; } }

.diningMenuCaptionHeading {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0 0 25px; }
  @media screen and (max-width: 768px) {
    .diningMenuCaptionHeading {
      font-size: 1.8rem; } }
  .diningMenuCaptionHeading:before {
    position: absolute;
    top: -16px;
    left: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.4rem;
    counter-increment: number;
    content: counter(number); }
    @media screen and (max-width: 768px) {
      .diningMenuCaptionHeading:before {
        top: -8px;
        font-size: 2.8rem; } }
  .diningMenuCaptionHeading span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .diningMenuCaptionHeading span {
        font-size: 1.6rem; } }

.diningMenuCaptionText {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
  padding: 10px 0 0 0; }
  @media screen and (max-width: 768px) {
    .diningMenuCaptionText {
      font-size: 1.3rem; } }

.diningImageBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #975d51; }

.diningImageInnerL {
  width: 43%; }
  @media screen and (max-width: 640px) {
    .diningImageInnerL {
      width: 50%; } }

.diningImage01 {
  width: 84%;
  padding: 55px 8% 0 8%; }
  @media screen and (max-width: 640px) {
    .diningImage01 {
      width: 95%;
      padding: 10px 8% 0 8%; } }

.diningImageInnerR {
  width: 57%; }
  @media screen and (max-width: 640px) {
    .diningImageInnerR {
      width: 50%; } }

.diningImage02 {
  width: 100%;
  padding: 0 0 0 0; }

.toCafe {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 60px 24% 0 auto;
  border-radius: 50%;
  background-image: url(images/bardining/toCafe.png);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    .toCafe {
      margin: 20px 0 0 5%;
      width: 120px;
      height: 120px; } }
  .toCafe:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .toCafe a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000; }

.toCafeArrow {
  width: 90%;
  margin: 0 0 10px 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }
  @media screen and (max-width: 768px) {
    .toCafeArrow {
      width: 80%; } }

.toCafeinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 2.4rem;
  line-height: 1.0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .toCafeinner {
      font-size: 2.0rem; } }

/*====================
 *    ACCESSPAGE
 *====================*/
.accessPage {
  background: #9aba9e;
  color: #fff;
  text-align: center; }

.googleMap {
  padding: 50px 0 0 0; }
  @media screen and (max-width: 640px) {
    .googleMap {
      padding: 0; } }

.transferImage {
  width: 70%;
  margin: 50px auto 0; }
  @media screen and (max-width: 768px) {
    .transferImage {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .transferImage {
      width: 95%; } }

.locationImage {
  width: 100%;
  margin: 50px auto 0; }

.kuramaeLeadBox {
  margin: 50px auto 0; }
  @media screen and (max-width: 640px) {
    .kuramaeLeadBox {
      padding: 0 2.5%; } }

.kuramaeLeadinner {
  margin: 20px auto 0; }
  @media screen and (max-width: 640px) {
    .kuramaeLeadinner {
      text-align: left; } }

@media screen and (max-width: 640px) {
  .En .kuramaeLeadinner {
    text-align: center; } }

.kuramaeBack {
  margin: 50px 0 0 0;
  background-image: url(images/access/kuramae.jpg); }

.kuramaeWrapper {
  padding-top: 70px; }

.kuramaeHeading {
  font-size: 2.4rem;
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .kuramaeHeading {
      padding-top: 0; } }
  @media screen and (max-width: 640px) {
    .kuramaeHeading {
      font-size: 1.8rem; } }

.kuramaeBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
  margin: 0 auto;
  padding-top: 40px; }
  @media screen and (max-width: 1300px) {
    .kuramaeBox {
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .kuramaeBox {
      width: 95%;
      padding-top: 0; } }

.kuramaeInner {
  width: 33%;
  padding: 100px 3% 0; }
  @media screen and (max-width: 768px) {
    .kuramaeInner {
      padding: 70px 3% 0; } }
  @media screen and (max-width: 640px) {
    .kuramaeInner {
      width: 50%;
      padding: 30px 3% 0; } }

@media screen and (max-width: 640px) {
  .En .kuramaeInner {
    width: 80%;
    margin: 0 auto; } }

.kuramaeIllustBox {
  width: 100%; }

.machinamiIllust {
  width: 100%;
  height: auto; }

.kuramaeInnerHeading {
  font-size: 2.0rem; }
  @media screen and (max-width: 768px) {
    .kuramaeInnerHeading {
      font-size: 1.6rem; } }
  @media screen and (max-width: 640px) {
    .kuramaeInnerHeading {
      font-size: 1.5rem; } }

@media screen and (max-width: 640px) {
  .En .kuramaeInnerHeading {
    font-size: 1.8rem; } }

.kuramaeInnerText {
  padding-top: 20px;
  font-size: 1.4rem;
  text-align: justify; }
  @media screen and (max-width: 768px) {
    .kuramaeInnerText {
      padding-top: 10px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .kuramaeInnerText {
      font-size: 1.2rem; } }

.kuramae {
  background: #aec8b1; }



/*====================
 *    STORY PAGE
 *====================*/
.storyPage {
  background: #a6b2b6;
  color: #fff; }

.storyWrapper {
  text-align: center; }

.storyHeading {
  font-size: 2.4rem;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .storyHeading {
      font-size: 2.0rem;
      margin-top: 40px; } }
  @media screen and (max-width: 640px) {
    .storyHeading {
      font-size: 1.6rem;
      width: 90%;
      margin: 30px auto 0; } }

.storyBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px; }
  @media screen and (max-width: 768px) {
    .storyBox {
      padding-right: 5%; } }
  @media screen and (max-width: 640px) {
    .storyBox {
      display: block;
      padding: 40px 0 0 0; } }

@media screen and (max-width: 640px) {
  .story01 {
    padding-top: 20px; } }

.story01 .storyBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; }
  @media screen and (max-width: 640px) {
    .story01 .storyBox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.storyInnerL {
  width: 50%; }
  @media screen and (max-width: 640px) {
    .storyInnerL {
      width: 90%;
      margin: 0 auto; } }

.storyInnerR {
  width: 50%;
  padding-right: 10%; }
  @media screen and (max-width: 768px) {
    .storyInnerR {
      padding-right: 0%; } }
  @media screen and (max-width: 640px) {
    .storyInnerR {
      width: 90%;
      margin: 0 auto;
      padding: 0; } }

.storyInnerL01 {
  width: 100%;
  padding: 0 8% 0 10%; }

.storyInnerL02 {
  width: 100%;
  padding: 134px 24% 0 0; }
  @media screen and (max-width: 640px) {
    .storyInnerL02 {
      padding: 30px 24% 0 0; } }

.storyInnerText {
  width: 100%;
  padding-bottom: 20px;
  text-align: justify; }

.story02 {
  background: #b8c1c5; }

.story02InnerL {
  width: 50%;
  padding: 0 0 0 10%; }
  @media screen and (max-width: 768px) {
    .story02InnerL {
      padding-left: 5%; } }
  @media screen and (max-width: 640px) {
    .story02InnerL {
      width: 90%;
      margin: 0 auto;
      padding: 0; } }

.story02InnerR {
  width: 50%; }
  @media screen and (max-width: 640px) {
    .story02InnerR {
      width: 95%;
      margin: 0 auto; } }

.story02InnerR01 {
  width: 100%;
  padding: 80px 24% 0 5%; }
  @media screen and (max-width: 768px) {
    .story02InnerR01 {
      padding: 80px 24% 0 10%; } }
  @media screen and (max-width: 640px) {
    .story02InnerR01 {
      padding: 30px 24% 0 10%; } }

.story02InnerR02 {
  width: 100%;
  padding: 120px 3% 0 13%; }
  @media screen and (max-width: 640px) {
    .story02InnerR02 {
      padding: 70px 3% 0 13%; } }

.story03 .storyBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; }
  @media screen and (max-width: 640px) {
    .story03 .storyBox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.story03InnerL {
  width: 50%; }
  @media screen and (max-width: 640px) {
    .story03InnerL {
      width: 95%;
      margin: 0 auto; } }

.story03InnerR {
  width: 50%;
  padding-right: 10%; }
  @media screen and (max-width: 768px) {
    .story03InnerR {
      padding-right: 0%; } }
  @media screen and (max-width: 640px) {
    .story03InnerR {
      width: 90%;
      margin: 0 auto;
      padding: 0; } }

.story03InnerL01 {
  width: 100%;
  padding: 0 8% 0 10%; }

.story03InnerL02 {
  width: 100%;
  padding: 60px 30% 0 0;}
  @media screen and (max-width: 640px) {
    .story03InnerL02 {
      padding: 30px 40% 0 0; } }

.story03InnerL03 {
  width: 100%;
  padding: 134px 10% 0 20%; }
  @media screen and (max-width: 640px) {
    .story03InnerL03 {
      padding: 70px 10% 0 20%; } }


/*====================
 *    BOOKING PAGE
 *====================*/
 html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 62.5%;
  background: #fff;
  color: #000; }

.bookingPage {
  background: #d86135;
  color: #fff;
  text-align: center; }



.beforeBookBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
  margin: 0 auto;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .beforeBookBox {
      width: 95%;
      padding-top: 0; } }

.beforeBookInner {
  width: 33%;
  padding: 80px 3% 0; }
  @media screen and (max-width: 768px) {
    .beforeBookInner {
      padding: 50px 3% 0; } }
  @media screen and (max-width: 640px) {
    .beforeBookInner {
      width: 50%;
      padding: 30px 4% 0; } }

@media screen and (max-width: 640px) {
  .En .beforeBookInner {
    width: 85%;
    margin: 0 auto; } }

.beforeBookPictBox {
  width: 100%;
  height: auto; }

.beforeBookInnerText {
  padding-top: 20px;
  font-size: 1.4rem;
  text-align: justify; }
  @media screen and (max-width: 768px) {
    .beforeBookInnerText {
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
    .beforeBookInnerText {
      padding-top: 10px; } }

@media screen and (max-width: 640px) {
  .En .beforeBookInnerText {
    padding-top: 0px; } }

.beforeBookTextonlyBox {
  width: 76%;
  margin: 60px auto 0;
  padding: 30px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 1.4rem;
  line-height: 2.0;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .beforeBookTextonlyBox {
      width: 89.5%;
      font-size: 1.3rem; } }

.En .beforeBookTextonlyBox {
  text-align: left; }

.beforeBookTextonlyInner {
  padding-left: 1em;
  text-indent: -1em; }

/*200113 以降すべてに .form-wrapを追加*/
 .aboutCancel {
  width: 76%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
   .aboutCancel {
      width: 89.5%; } }
  @media screen and (max-width: 640px) {
   .aboutCancel {
      padding-bottom: 0; } }

.aboutCancelIcon {
  width: 7%;
  margin: 50px auto 0; }
  @media screen and (max-width: 640px) {
   .aboutCancelIcon {
      width: 15%;
      margin: 20px auto 0; } }

      .aboutCancelRule {
        width: 30%;
        margin: 70px auto 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        font-size: 1.6rem;
        text-align: left; }
        @media screen and (max-width: 1300px) {
          .aboutCancelRule {
            width: 50%; } }
        @media screen and (max-width: 640px) {
          .aboutCancelRule {
            width: 60%; } }
      
      .aboutCanceldate {
        width: 70%;
        padding: 10px 0;
        border-bottom: 2px solid #fff; }
      
      .aboutCanceldate:nth-of-type(1) {
        border-top: 2px solid #fff; }
      
      .aboutCancelrate {
        width: 30%;
        padding: 10px 0;
        border-bottom: 2px solid #fff; }
      
      .aboutCancelrate:nth-of-type(1) {
        border-top: 2px solid #fff; }         

.aboutCancelTextBox {
  list-style: none;
  font-size: 1.4rem;
  padding: 45px 0 0 0;
  text-align: left;
  line-height: 2.0; }
  @media screen and (max-width: 768px) {
   .aboutCancelTextBox {
      font-size: 1.3rem; } }
  @media screen and (max-width: 640px) {
   .aboutCancelTextBox {
      padding: 20px 0 0 0; } }

.aboutCancelTextInner {
  padding-left: 1em;
  text-indent: -1em; }

 .main_section{
    padding: 0 0 100px 0;
    background: #d86135;
    } 
    
   .col-md-12 h3,.h3{
      display: inline-block;
      padding: 3px 10px;
      margin: 0 auto;
      font-size: 2.4rem;
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
     font-weight: bold;
     color: #fff;
      border: #fff solid 3px;
     text-align: center; }
      @media screen and (max-width: 640px) {
 .col-md-12 h3,.h3{
          font-size: 2.0rem; 
  } }



         #confirmation h3,.h3{
            display: inline-block;
            padding: 3px 10px;
            margin: 0 auto;
            font-size: 2.4rem;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: bold;
             color: #fff;
            border: #fff solid 3px;
           text-align: center; }
            @media screen and (max-width: 640px) {
             #confirmation h3,.h3{
                font-size: 2.0rem; } }
          
     #confirmation{
        margin-top: 100px;
            text-align: center;
          }

          @media screen and (max-width: 640px) {
           #confirmation{
              margin-top: 0px;
                  text-align: center;
                }
        }
  

.entry-content{
   width: 100%;
   margin: 0 auto;
 } 

.col-md-12 {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  float: none;
  text-align: center;
}

/*CHILLNN*/
.page-id-11 .plan { text-align: center; color: #ffffff; }
.plan { text-align: center; color: #ffffff; }

/*オリンピックキャンセル不可文言追加200206*/
.col-md-12 .lead1 { margin-top: 30px; color: #ffffff; font-weight: bold; font-size: 1.5rem; }
.col-md-12 .lead2 { margin-top: 0px; color: #ffffff; font-weight: bold; font-size: 1.5rem; }
.olympic { font-weight: bold; text-decoration: underline; }

  @media screen and (max-width: 640px) {
  .col-md-12 {
      width: 95%;
      margin-top: 80px;
      margin-bottom: 0px; } }

     .col-md-12:nth-of-type(2){
        display: block;
        margin: 0 auto;
      }
     .col-md-12:nth-of-type(3){
        display: block;
        margin: 0 auto;
      }


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 0; }
  @media screen and (max-width: 640px) {
   .row {
      width: 95%;
      margin: 20px auto 0; } }
      @media screen and (max-width: 320px) {
        .row {
           margin: 7px auto 0; } }
 .row label {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
     .row label {
        font-size: 1.4rem; } }
    @media screen and (max-width: 640px) {
     .row label {
        font-size: 1.3rem; } }

.form-wrap{
display: block;
width: 100%;
margin: 0 auto;
 } 

.col-md-4 {
  width: 40%;
  color: #fff;
  margin: 0 50px 0 0;
padding: 0; }
  @media screen and (max-width: 768px) {
   .col-md-4 {
    padding: 0; } }
    @media screen and (max-width: 640px) {
      .col-md-4 {
    margin: 10px 15px 0 0;} }
 .col-md-4 input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    border: none; }

  div.date-picker input[type=text] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%!important;
      background-color: #fff;
      color: #000;
      text-align: center;
      font-size: 1.8rem;
  }
  @media screen and (max-width: 640px) {
    div.date-picker input[type=text] {
      font-size: 1.7rem;
    }
  }

.col-md-3 {
  width: 20%;
float: none;
padding: 0; }
.col-md-3 input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: #b5b5b6;
    color: #fff;
    font-size: 1.6rem;
    -webkit-appearance: none;
    border-radius: 0;
    border: none; }
    @media screen and (max-width: 640px) {
     .col-md-3 input {
        margin-top: 20px;
        font-size: 1.2rem; } }

@media screen and (max-width: 640px) {
 .En .col-md-3 input {
    margin-top: 15px; } }

#showDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  margin: 40px auto 0; }
  @media screen and (max-width: 640px) {
   #showDetail {
      width: 95%;
      margin: 20px auto 0; } }
#showDetail label {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
     #showDetail label {
        font-size: 1.3rem; } }

.form-field {
  width: 40%;
  color: #fff;
}

.form-field input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding-left: 5px;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    font-size: 1.6rem;
  color: #000; }
    .form-field label{
      vertical-align: 5px;
    }


   .button{
      width: 20%;
        height: 40px;
        margin-top: 33px;
        background: #b5b5b6;
        color: #fff!important;
        font-size: 1.6rem;
        -webkit-appearance: none;
        border-radius: 0;
        border: none; }
        @media screen and (max-width: 640px) {
        .button {
            width: 50px;/*200104追記*/
            margin-top: 32px;
            font-size: 1.2rem; } }

@media screen and (max-width: 640px) {
.En .submit-box input {
    margin-top: 2px; } }      

/*====================
 *    EVENT PAGE
 *====================*/
.eventPage {
  background: #f6df5e;
  color: #000; }
  .eventPage .pageHeaderHeading {
    color: #000; }
  .eventPage .topEventInner {
    padding: 0 2.3%;
    margin-bottom: 120px; }
    @media screen and (max-width: 640px) {
      .eventPage .topEventInner {
        margin-bottom: 50px; } }
  @media screen and (max-width: 640px) {
    .eventPage .topEventInnerCircle {
      top: -20px;
      left: -5px; } }

@media screen and (max-width: 640px) {
  section.eventWrapper {
    padding-top: 0; } }


    .wp-pagenavi {
      text-align: center; }
    
    .wp-pagenavi a {
      display: inline-block;
      margin: 0 6px;
      display: inline-block;
      border: 1px solid #000;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      font-size: 1.4rem;
      color: #000;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .wp-pagenavi a {
          width: 35px;
          height: 35px;
          margin: 0 3px;
          line-height: 35px; } }
    
    .wp-pagenavi .current {
      display: inline-block;
      margin: 0 6px;
      display: inline-block;
      border: 1px solid #000;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      font-size: 1.4rem;
      color: #f6df5e;
      background: #000;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .wp-pagenavi .current {
          width: 35px;
          height: 35px;
          margin: 0 3px;
          line-height: 35px; } }
    
    .wp-pagenavi a.previouspostslink {
      border: none;
      width: 50px;
      height: auto;
      margin-bottom: 5px;
      border-radius: none;
      border: none; }
      @media screen and (max-width: 640px) {
        .wp-pagenavi a.previouspostslink {
          width: 40px;
          margin-bottom: 5px; } }
    
    .wp-pagenavi a.nextpostslink {
      border: none;
      width: 50px;
      height: auto;
      margin-bottom: 5px;
      border-radius: none;
      border: none; }
      @media screen and (max-width: 640px) {
        .wp-pagenavi a.nextpostslink {
          width: 40px;
          margin-bottom: 5px; } }
/*====================
 *    EVENTPOST PAGE
 *====================*/
.eventPostPage {
  background: #f6df5e;
  color: #000; }
  .eventPostPage .pageHeaderHeading {
    color: #000; }

.eventPostContent {
  width: 65%;
  margin: 0 auto;
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .eventPostContent {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .eventPostContent {
      padding: 0;
      width: 90%; } }

.eventPostInnerCircle {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 5px;
  background: #000;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  z-index: 40; }
  @media screen and (max-width: 768px) {
    .eventPostInnerCircle {
      width: 70px;
      height: 70px; } }

.eventPostInnerCategory {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #f6df5e;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.4rem;
  z-index: 50;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .eventPostInnerCategory {
      font-size: 1.2rem; } }

.eventPostInnerTitle {
  padding: 15px 0 0 0;
  font-size: 2.8rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .eventPostInnerTitle {
      font-size: 2.4rem; } }
  @media screen and (max-width: 640px) {
    .eventPostInnerTitle {
      padding: 5px 0 0 0;
      font-size: 2.2rem; } }

.eventPostInnerDate {
  padding: 5px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;}
  @media screen and (max-width: 768px) {
    .eventPostInnerDate {
      font-size: 1.6rem;} }

.eventPostInnerPostedDate{
        padding: 10px 0 0 0;
        font-size: 1.3rem;
      }
      
.eventPostInnerGet {
  display: inline-block;
  padding: 5px 10px;
  margin: 15px 0 0 0;
  font-size: 1.6rem;
  color: #f6df5e;
  background: #000; }
  @media screen and (max-width: 768px) {
    .eventPostInnerGet {
      padding: 3px;
      font-size: 1.4rem; } }

.eventPostInnerPhoto {
  width: 70%;
  height: auto;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .eventPostInnerPhoto {
      width: 85%; } }

.eventPostTextBox {
  margin-top: 80px;
  text-align: justify; }
  @media screen and (max-width: 640px) {
    .eventPostTextBox {
      margin-top: 30px; } }

.eventPostNavi {
  width: 65%;
  margin: 0 auto;
  padding-top: 50px;}
  .eventPostNavi a{
    color: #000;
  }
 .eventPostNavi:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 768px) {
    .eventPostNavi {
      width: 85%; } }
  @media screen and (max-width: 640px) {
    .eventPostNavi {
      width: 95%; } }

      .eventPostNaviLeft {
        float: left;
        width: 50%;
        }
        
        .eventPostNaviRight{
          float: right;
          width: 50%;
          text-align: right;
        }

.eventPostNaviLeftText {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle; }

.eventPostNaviLeftArrow {
  display: inline-block;
  width: 30%;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .eventPostNaviLeftArrow {
      width: 25%; } }

.eventPostNaviLeftTitle {
  margin-top: 20px;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .eventPostNaviLeftTitle {
      display: none; } }

.eventPostNaviRightText {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle; }

.eventPostNaviRightArrow {
  display: inline-block;
  width: 30%;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .eventPostNaviRightArrow {
      width: 25%; } }

.eventPostNaviRightTitle {
  margin-top: 20px;
  font-size: 1.4rem; }
  @media screen and (max-width: 640px) {
    .eventPostNaviRightTitle {
      display: none; } }

 /*====================
 *    NEWSPOST PAGE
 *====================*/
 .newsPostPage {
  background: #dddcd5;
  color: #000; }
  .newsPostPage .pageHeaderHeading {
    color: #000; }
         

/*200104記事ページ整形*/
.single .eventPostContent .eventPostTextBox div {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.single .eventPostContent .eventPostTextBox section {
	padding: 0;
}


/*200103現行サイトtable input 等追加  200107一部加筆*/
table, th, td {/* border: 1px solid rgba(0, 0, 0, 0.1); */}
table, th, td {	border: 1px solid rgba(0, 0, 0, 0.1); }
table {	border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin-top:50px; margin-bottom: 60px; width: 100%; }
@media screen and (max-width: 640px) {
  table {	margin-top:10px; margin-bottom: 30px; }
}
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
.section_post td,
.section_post th { padding: 8px; }
img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }
button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ }
@media screen and (max-width: 640px) {
  button, input, select, textarea { width: 130px;}
}
@media screen and (max-width: 640px) {
   select {   font-size: 1.6rem!important;
    transform: scale(0.9)!important;}
}

@media screen and (max-width: 320px) {
  button, input, select, textarea { width: 92px;}
}
select { max-width: 275px !important; padding: 5px; margin-top: 15px !important; white-space: normal; word-wrap: break-word; overflow: auto; }
button, input {	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }
img.border { border:1px solid #cccccc; }
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; }
textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 98%; }


/*200103現行サイトbooking pageCSS追加  200107一部加筆*/
#booking-bottom { width: 80%; margin: 0 auto; }
@media screen and (max-width: 640px) {
  #booking-bottom { width: 95%; margin: 0 auto; }
}
#booking-bottom { padding-top: 50px; padding-bottom: 100px; }
#booking-bottom #showDetail { text-align: center; width: 100%; }
@media screen and (max-width: 640px) {
  #booking-bottom #showDetail { text-align: center; width: 95%; }
}
#booking-bottom #showDetail .form-field { display: inline; margin: 0px 50px 0 0px; }
@media screen and (max-width: 640px) {
  #booking-bottom #showDetail .form-field { display: inline; margin: 0px 15px 0 0px; }
}
#booking-bottom #showDetail .form-field #showDetail_email { width: 100%; }

#booking_form{margin-top: 50px;}

#booking_form #booking_info { text-align: left; }
#booking_form #booking_info .form-field { clear: left; width: 50%;padding-top:25px ; margin: 0 auto;}
@media screen and (max-width: 768px) {
  #booking_form #booking_info .form-field { width: 70%;}
}
@media screen and (max-width: 640px) {
  #booking_form #booking_info .form-field { width: 90%;}
}
#booking #booking_info .form-field-checkbox .tooltip.top .tooltip-arrow { margin-left: -4px; }
#booking #booking_info .form-field-checkbox .tooltip-inner { left: 68px; position: relative; }


/*200103予約フォーム部分表示確認用*/
#search_available { background: #ffffff; }
#search_available table { background: #ffffff; }
#external_site_guide { display: none; }
#booking_info button, #booking_info input, #booking_info optgroup, #booking_info select, #booking_info textarea { color: #111111; }
@media screen and (max-width: 640px) {
  #booking_info button, #booking_info input, #booking_info optgroup, #booking_info select, #booking_info textarea {  font-size: 1.6rem;
   }
}

/*200108追加*/
.help-block {
  width: 70%;
  margin: 0 auto;
  padding-top: 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic"!important;
  font-size: 1.2rem!important;
  color: #fff!important;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .help-block {
    width: 90%;
}
}

.form-field-checkbox {
  color: #fff;
  padding-top: 120px!important;
}
@media screen and (max-width: 640px) {
  .form-field-checkbox {
     padding-top: 70px!important;
  }
}

.form-field-checkbox label{
  display: block;
  width: 40%;
  margin:0 auto 40px;
  border: #fff 2px solid;
  padding: 8px 10px;
  text-align: center;
  font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
  .form-field-checkbox label{
    width: 70%;
  }
}

.form-field-checkbox label:nth-of-type(even){
  width: 45%;
  margin-top:50px;
  padding: 10px;
  border: none;
  background:#fff;
  color: #d86135;
  font-weight:normal;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 640px) {
  .form-field-checkbox label:nth-of-type(even){
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .form-field-checkbox input[type=checkbox]{
    width: 10%;
  }
}

.form-field-checkbox ul{
  width: 70%;
  margin:0 auto 15px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 640px) {
  .form-field-checkbox ul{
    width: 90%;
  }
}

.form-field-checkbox ul li{
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
}

#booking_info .button{
  display: block;
  width: 60%;
  height: 60px;
  margin: 140px auto 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
line-height: 60px;
}
@media screen and (max-width: 640px) {
  #booking_info .button{
    width: 90%;
    margin: 70px auto 0;
  }
}

table td, table th{
  padding:10px!important;
}
@media screen and (max-width: 640px) {
  table td, table th{
    padding:0!important;
  }
}

.col-xs-4 .submit .button{
  width: 60%;
}
@media screen and (max-width: 640px) {
  .col-xs-4 .submit .button{
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .col-xs-4{
    width: 50%;
  }
}

.booking-information{
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .booking-information{
    width: 100%;
    margin: 0 auto;
  }  
}

.booking-information .row .col-md-4{
  color: #000;
}

@media screen and (max-width: 640px) {
  .booking-information .row .col-md-4{
    margin: 0;
  }
}

.jBox-wrapper{
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  left: 0!important;
  margin: 40px auto 0!important;
  width: 60%!important;;
}

@media screen and (max-width: 768px) {
.jBox-wrapper{
  margin: 0!important;
  width: 100%!important;;
}
}

@media screen and (max-width: 640px) {
.wp-list-table tbody tr th{
width: 100px;
}
}

@media screen and (max-width: 640px) {
.col-xs-offset-4{
margin-left: 0;
}
}

@media screen and (max-width: 640px) {
#information div{
  width: 100%!important;
}
}



.jBox-container{
  height: 80vh;
  overflow: scroll;
  margin: 40px auto!important;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}

@media screen and (max-width: 640px) {
  .jBox-container{
    width: 97%;
    margin-top: 20px auto 0!important;
  }
}

.jBox-content{
  overflow: scroll!important;
}

@media screen and (max-width: 640px) {
#btnClose {
margin-top: 0px!important;
}
}

@media screen and (max-width: 640px) {
#btnCancelConfirm{
  margin-top: 0px!important;
  }
  }


/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 40%;
  height: 100%;
  color: #222;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    .drawer-nav {
      width: 45%; } }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -40%;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 40%; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -40%;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out; }
  @media screen and (max-width: 640px) {
    .drawer--right .drawer-nav {
      right: -45%; } }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 40%; }
  @media screen and (max-width: 640px) {
    .drawer--right.drawer-open .drawer-hamburger {
      right: 45%; } }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10%;
  padding: 0;
  padding-top: 18px;
  padding-right: 3%;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }
  @media screen and (max-width: 640px) {
    .drawer-hamburger {
      width: 15%; } }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 25px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #222; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -20px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  display: none; }

.drawer-open .drawer-hamburger-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

    

@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }



.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }



.swiper-button-prev,
.swiper-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 3.0rem;
  color: none;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }
  @media screen and (max-width: 640px) {
    .swiper-button-prev:after,
    .swiper-button-next:after {
      font-size: 2.0rem; } }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }


.swiper-button-lock {
  display: none; }


.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #808080;
  opacity: 1.0; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }


.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */


.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50%;
  border-top-color: transparent; }



@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Booking page - sticky table
 */
@media only screen and (max-width: 767px) {
  .sticky_table th,
  .sticky_table td {
  display: block;
  border: 0;
}
.sticky_table table {
  border: 0;
}
.sticky_table thead {
  display: none;
}
.sticky_table tbody th > div {
  display: flex;
  justify-content: flex-end;
  width: calc(100vw - 8rem);
  margin: 0 auto;
  margin-right: 0;
  align-items: baseline;
}
.sticky_table tbody th > div > button {
  min-width: 4rem !important;
}
.sticky_table tbody td {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.sticky_table tbody th:first-child {
  margin-top: 2rem;
}
.sticky_table tbody td:before {
  display: block;
  width: 50%;
  content: attr(aria-label);
  float: left;
  clear: both;
  font-weight: bold;
  padding-left: 2rem;
}
.sticky_table tbody td .price {
  text-align: right;
  width: 50%;
}
.sticky_table tbody td select {
  width: calc(100% - 16px);
  max-width: calc(100% - 16px) !important;
  margin: 0 auto;
  margin-right: 0;
}
.sticky_table tbody th:last-child {
  text-align: right;
  border-bottom: 1px dashed #ccc;
}
.total-table,
.total-table th {
  border: 0;
  text-align: right;
}
.total-table th:nth-last-child(2):before {
  content: 'Total:';
  padding-right: 2.5rem;
}
}
@media only screen and (min-width: 768px) {
.sticky_table_wrapper {
  position: relative;
}
.sticky_table {
  margin: 0 auto;
  margin-top: 32px;
  width: 100%;
  max-width: 1024px;
  background: #fff;
}
.sticky_table table {
  display: block;
  position: relative;
  overflow: scroll;
  max-height: 50vh;
  border-collapse: collapse;
  font-size: 0;
}
.sticky_table thead,
.sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sticky_table th,
.sticky_table td {
  display: inline-block;
  background: #fff;
  font-size: 1.0rem;
}
.sticky_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky_table.sticky_table thead th:last-child,
.sticky_table.sticky_table tbody th:last-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  border-left: 1px solid #efefef;
}
.sticky_table.sticky_table thead th:last-child,
.sticky_table.sticky_table tbody th:last-child {
  box-shadow: -4px 0 8px -4px rgba(0,0,0,0.2);
}
.sticky_table.sticky_table thead th:first-child,
.sticky_table.sticky_table tbody th:first-child {
  box-shadow: 4px 0 8px -4px rgba(0,0,0,0.2);
}
.sticky_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sticky_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.sticky_table thead th {
  border-bottom: 1px solid #efefef;
}
.sticky_table tbody th {
  border-right: 1px solid #efefef !important;
}
.sticky_table thead th.blank {
  height: 9rem;
  border-right: 1px solid #efefef !important;
}  
.sticky_table thead th,
.sticky_table td {
  width: 16.0rem;
}
.sticky_table thead th.blank,
.sticky_table tbody th {
  width: 24.0rem;
}
.sticky_table thead th:last-child,
.sticky_table tbody th:last-child {
  width: 10.0rem;
}
.sticky_table tbody th:last-child > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.sticky_table thead th {
  height: 9.0rem;
}
.sticky_table table,
.sticky_table table * {
  border: 0;
  margin: 0;
  padding: 0;
}
.sticky_table thead th *{
  text-align: center;
}
.sticky_table thead th .date {
  font-size: 1.8rem;
}
.sticky_table thead th .year,
.sticky_table thead th .month,
.sticky_table thead th .week {
  font-size: 0.8rem;
}
.sticky_table tbody th {
  height: 5.0rem;
  font-size: 1.2rem;
}
.sticky_table tbody th > div:nth-child(1) {
  text-align: right;
  font-size: 0.8rem;
  padding-right: 2.0rem;
}
.sticky_table tbody th > div:nth-child(2) {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: flex;
  flex-direction: column;
}
.sticky_table tbody th,
.sticky_table tbody td {
  border-bottom: 1px dashed #efefef;
  height: 7rem;
}
.sticky_table tbody td {
  padding: 0 0.5rem;
}
.sticky_table tbody td select {
  font-size: 16px;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.sticky_table tbody td .price {
  text-align: right;
  font-size: 0.8rem;
  color: #ccc;
}
.sticky_table select {
  position: relative;
  width: 100%;
}
/*.sticky_table tbody th:first-child div:last-child {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 1.2rem;
}*/
.sticky_table tbody th:first-child div:last-child > p {
  font-size: 0.8rem;
  color: #333;
}
.sticky_table tbody th:first-child div:last-child > button {
  margin-top: -3px !important;
}
.sticky_table button {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 0.5rem !important;
  margin: 0 !important;
  border: 0 !important;
}
.total-table {
  margin-top: 0;
}
.total-table,
.total-table * {
  border: 0 !important;
  text-align: right;
}
}
