.glide__arrows {
  position: absolute;
}
.glide--horizontal .glide__arrows {
  bottom: 20px;
  width: 92%;
  margin-left: 6%;
}
.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}
.glide__arrow {
  position: absolute;
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
  background-color: rgba(0,64,152,0.8);
  /* border: #222 2px solid; */
  border-radius: 4px;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  font-weight: bold;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide--horizontal .glide__arrow.prev {
  left: 0;
}
.glide--horizontal .glide__arrow.next {
  right: 0;
}
.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide--vertical .glide__arrow.prev {
  top: 0;
}
.glide--vertical .glide__arrow.next {
  bottom: 0;
}
.glide__bullets {
  /* position: absolute; */
  list-style: none;
}
.glide--horizontal .glide__bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
  maxheight: 35px;
  padding: 14px 0;
  text-align: center;
  background: transparent;
}
.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide__bullets > * {
  display: inline-block;
  background-color: rgba(0,64,152,0.5);
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}
.glide--vertical .glide__bullets > * {
  vertical-align: middle;
}
.glide__bullets > *.active {
  background-color: #004098;
}
.glide__bullets > *:focus {
  outline: none;
}
.glide__bullets > *:hover,
.glide__bullets > *:focus {
/*   border: rgba(255,255,255,0.5) 2px solid;
  background-color: rgba(255,255,255,0.5); */
  border: rgba(0,64,152,0.5) 2px solid;
  background-color: rgba(0,64,152,0.8);
}
.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
          transition: opacity 150ms ease;
}
.glide--slider .glide__arrow.disabled {
  opacity: 0.33;
}




.glide__wrapper {
    /* overflow: hidden; */
    margin-left: 1px;
    /* padding-bottom: 20px; */
    padding-top: 1;
    /* background-color: #333; */
    overflow: visible;
}
.glide__wrapper:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

#GlideWrap {
  max-width: 1400px;
  background-color: #000000;
}
.item-box-txt {
  /* background-color: #F1E2C3; */
}
.section {
  padding: 0;
}
.hotel-wrap {
  padding: 0 0 80px;
}
.select-pic {
  width: 50%;
}
.select-info {
  width: 1;
}
.section-line .section-ttl {
  max-width: 480px;
  width: 100%;
  padding: 0;
}
.hotel-box-ttl {
  line-height: 1.2em;
}
.hotel-box-pic {
  padding-bottom: 30px;
}
.section-ttl {
  margin: 0 auto 0.3em;
}
.shop-info a {
  background-color: #333;
  color: #FFF;
  margin: 0 auto 1.5em;
}
.itembox-btn {
  background-color: #B99D6B;
  color: #000;
  font-size: 1em;
}
.itembox-wrap {
  background: #F3F3F;
}
.tg-name {
  line-height: 0.8em;
}
.itembox-ttl {
  line-height: 1.1em;
  font-size: 1.2em;
}
.itembox {
  padding: 0 0 1em 1em;
}
.itembox-name {
  font-size: 0.55em;
  color: #333;
  padding: 0.5em;
  background-color: #F1E2C3;
  max-width: 960px;
  margin: 0 auto 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  text-align: left;
}
html, body {
/*   background: #1E1E20; */
  /* height: 100%; */
}
#seatWrap .select-info-hotel {
  padding: 10px 0 10px 10px;
  font-size: 13px;
  margin: 0 0 0 5%;
}
#seatWrap .select-hotel-txt {
  line-height: 1.5em;
}
.hotel-item-wrap .select-box {
  position: relative;
  margin: 0 auto 1em;
}
#modalOverlay {
  background-color: rgba(0,0,0,0.5);
}
.modal-box {
}
img {
}
#wrap {
  /* max-height: 700px; */
  overflow: visible;
  /* height: 680px; */
  /* min-height: 600px; */
}
.glide--slideshow .glide__slide {
  height: 100%;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide {
  /* height: 580px; */
}
@media screen and (max-width: 67em) {
  body {
  }

#itemBody {
  padding: 20px 0;
}
.header-section {
  padding: 0;
  height: 400px;
}
.modal-shop-ttl img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
}
div#headerBox {
  display: none;
}
.modal-shop-ttl img {
}
div#headerBox {
  background: #000;
  padding: 10px 10px;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
}
@media screen and (max-width: 27em) {
  .glide {
  /* height: 420px!important; */
}
.header-section {
  padding: 0;
  height: 440px;
}
.section-btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background-color: #84765C;
  padding: 10px;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  z-index: 1000;
}
.section-btn {
  width: 75%;
        margin: 0 auto;
        padding: 10px;
        color: #FFF;

.itembox-name {
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
  text-align: center;
  padding-bottom: 0.5em;
}
.shop-info {
  margin-bottom: 1em;
}}
.itembox-wrap {

.red {
  display: block;
  color: red;
  font-weight: normal;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}}
.itembox-name {
  color: #333;

.item-box-price {
  padding: 5px;
  color: red;
  font-size: 0.9em;
  text-align: right;
  font-weight: bold;
}}
.itembox-ttl {
  font-size: 0.9em;
  padding: 0 0 0.5em;
  line-height: 1.1em;
  color: #333;
}}
#Yoyaku {
  background-color: #FCFCFC;
}
#hotelBox01 .select-info-hosoku {
  width: 55%;
}
.other-item-link {
  margin: 1em auto;
}
.other-seat-link {
  width: 95%;
}
.section-line {
  padding: 20px;
}
.hotel-box {
  padding: 0.5em 0.5em 1em;
}
.hotel-wrap .section-ttl {
  width: 28%;
}