/*
Theme Name:switch_tcd063_child
Template:switch_tcd063
Version:1.6.4
*/

@media screen and (min-width: 1200px) {
.l-header__logo {
	width: 27%;
}
}

.reservation__box {
  margin-top: 1.5em;
}
@media screen and (min-width:768px) {
  .reservation__box {
    margin-top: 3em;
  }
}
.reservation__heading {
  background: #7ebd4a;
  padding: .5em;
  color: #fff;
}
.reservation__notice {
  color: #e51728;
}

.reservationsite {
  border: 1px solid #f7c194;
  border-radius: 4px;
  background: #ffeee4;
  padding: 1.5em;
  text-align: center;
}
p.reservationsite__text {
  margin-bottom: 0;
}
.reservationsite__text .sz_l {
  padding: .5em 1.5em;
}
.reservationsite__text + .reservationsite__text {
  margin-top: 1em;
}
.reservationsite__text strong {
  color: #f7882f;
}

.reservation__subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width:1024px) {
  .reservation__subheading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.reservationhowto__step {
  position: relative;
  border-radius: 4px;
  background: #f7882f;
  padding: .5em .8em;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .reservationhowto__step {
    font-size: 16px;
  }
}
.reservationhowto__step:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(247, 136, 47, 0);
  border-left-color: #f7882f;
  border-width: 6px;
  margin-top: -6px;
}
.reservationhowto__htext {
  margin-left: .75em;
}
.reservationhowto__image {
  margin-bottom: 2em;
}

h4.reservationbeforeuse__applidl__heading {
  margin-bottom: .5em;
}
.reservationbeforeuse__applidl__item + .reservationbeforeuse__applidl__heading {
  margin-top: 1em;
}
.reservationbeforeuse__appli {
  background: #fafae1;
  padding: 1.5em;
}
.reservationbeforeuse__applidl {
  background: #fff;
  padding: 1em;
}
.reservationbeforeuse__applidl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reservationbeforeuse__applidl__url {
    display: none;
  }
  .reservationbeforeuse__applidl__qr {
    display: none;
  }
@media screen and (min-width:768px) {
  .reservationbeforeuse__appli {
    padding: 2.5em;
  }
  .reservationbeforeuse__applidl {
    padding: 2em;
  }
  .reservationbeforeuse__applidl__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .reservationbeforeuse__applidl__badge {
    width: 20%;
    padding-right: 2em;
  }
  .reservationbeforeuse__applidl__url {
    display: block;
    -ms-flex-negative:1;
    flex-shrink:1;
    /*padding-right: 3em;
    padding-left: 3em; */
    width: 72%;
  }
  .reservationbeforeuse__applidl__qr {
    display: block;
    margin-left: auto;
    /* width: 93px; */
    width: 8%;
  }
}

.reservationkey__thumbnail {
  background: #fafae1;
  padding: 1.5em;
  text-align: center;
}
.reservationkey__image {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}
@media screen and (min-width:768px) {
  .reservationkey__thumbnail {
    padding: 2.5em;
  }
}
@media screen and (min-width:1024px) {
  .reservationkey__image {
    width: 100%;
  }
}

.reservationcancel ol.reservationcancel__flow {
  margin-left: 0;
  counter-reset: item;
  list-style-type: none;
}
.reservationcancel ol li.reservationcancel__flowitem {
  line-height: 1.7;
  list-style-type: none;
}
.reservationcancel__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fafae1;
  padding: 1.5em;
}
.reservationcancel__flowitem {
  position: relative;
}
.reservationcancel__flowitem + .reservationcancel__flowitem {
  margin-top: 1.5em;
}
.reservationcancel__flowitem:before {
  counter-increment: item;
  content: counter(item)'.';
}
.reservationcancel__flowtext {
  text-align: left;
}
.reservationcancel__flowimage {
  margin-top: 1.25em;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}

@media screen and (min-width:768px) {
  .reservationcancel__flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2em;
  }
  .reservationcancel__flowitem + .reservationcancel__flowitem {
    margin-top: 0;
  }
  .reservationcancel__flowitem {
    width: 30%;
  }
  .reservationcancel__flowitem + .reservationcancel__flowitem:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -17%;
    width: 20px;
    height: 20px;
    border-top: 5px solid #7ebd4a;
    border-right: 5px solid #7ebd4a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .reservationcancel__flowimage {
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
  .reservationcancel__flowitem + .reservationcancel__flowitem:after {
    left: -14%;
  }
}

.reserved {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.reserved p.reserved__text {
	margin-bottom: 1em;
}
