@charset "UTF-8";
/* スケジュール */
.scedule__content {
  width: 1100px;
  margin: 65px auto 165px;
}

.scedule__content__item {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #745d31;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.scedule__content__item + .scedule__content__item {
  margin-top: 30px;
}

.item__deco__ltop {
  position: absolute;
  width: 16px;
  left: -5px;
  top: -5px;
}

.item__deco__rtop {
  position: absolute;
  width: 16px;
  right: -5px;
  top: -5px;
}

.item__deco__rbottom {
  position: absolute;
  width: 16px;
  right: -5px;
  bottom: -5px;
}

.item__deco__lbottom {
  position: absolute;
  width: 16px;
  left: -5px;
  bottom: -5px;
}

.item__inner {
  padding: 63px 66px 66px;
  position: relative;
  overflow: hidden;
}

.is__soldout {
  position: absolute;
  width: 120px;
  top: 10px;
  z-index: 10;
}

#kyoto .is__soldout {
  left: 500px;
}

#tokyo .is__soldout {
  left: 402px;
}

#fukuoka .is__soldout {
  left: 440px;
}

.item__inner__bg {
  position: absolute;
  z-index: 0;
  top: -35px;
  right: -100px;
}

.inner__title {
  font-size: 36px;
  margin-bottom: 27px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.13em;
}

.inner__detail {
  letter-spacing: -0.4em;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

dt {
  font-size: 20px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1.5em;
}

dd {
  font-size: 20px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1.5em;
  margin-bottom: 11px;
  width: 800px;
}

.inner__contact {
  color: #a7946a;
  color: #000;
  margin-bottom: 43px;
  font-size: 18px;
  position: relative;
  z-index: 3;
}
.inner__contact h4 {
  font-size: 19px;
  margin-bottom: 12px;
  padding-left: 8px;
  border-left: 2px solid #68522b;
  letter-spacing: 0.05em;
}
.inner__contact p {
  line-height: 1.5em;
}

.btn__style {
  border: 1px solid #4d3c20;
  width: 275px;
  height: 63px;
  font-size: 18px;
  margin-top: 4%;
  position: relative;
}

.btn__text {
  font-size: 17px;
  padding: 23px 0 23px 106px;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
  letter-spacing: 0.15em;
}
.btn__text:hover {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 82px;
  width: 12px;
  height: 20px;
  background: url(../image/schedule/icon_access.png) left center no-repeat;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}
.btn__text:hover .btn__text::before {
  opacity: 0.6;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
}

.btn__link {
  width: 270px;
  height: 63px;
}

.btn__style::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.btn__style:hover::before {
  width: 275px;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.btn__style::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
}
.btn__style:hover::after {
  border-color: #a7946a;
  height: 63px;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}

.btn__link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
}
.btn__link:hover::before {
  border-color: #a7946a;
  width: 275px;
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
}
.btn__link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.btn__link:hover::after {
  height: 63px;
  -webkit-transition: all .1s linear .4s;
  transition: all .1s linear .4s;
}

.is__gold {
  position: absolute;
  top: 30px;
  left: 199px;
  border-top: 1px solid #4d3c20;
  width: 10px;
  height: 1px;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.btn__link:hover .is__gold {
  border-color: #a7946a;
  width: 30px;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.main {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main {
    max-width: 767px;
    min-width: 320px;
  }

  .scedule__content {
    width: 89%;
    margin-top: 30px;
    margin-bottom: 95px;
  }

  .scedule__content__item {
    width: 100%;
  }
  .scedule__content__item + .scedule__content__item {
    margin-top: 20px;
  }

  .item__deco__ltop {
    width: 11px;
    left: -5.5px;
    top: -5.5px;
  }

  .item__deco__rtop {
    width: 11px;
    right: -5.5px;
    top: -5.5px;
  }

  .item__deco__rbottom {
    width: 11px;
    right: -5.5px;
    bottom: -5.5px;
    z-index: 10;
  }

  .item__deco__lbottom {
    width: 11px;
    left: -5.5px;
    bottom: -5.5px;
  }

  .item__inner {
    padding: 35px 0 41px;
  }

  .is__soldout {
    width: 25%;
    top: 0;
  }

  #kyoto .is__soldout, #tokyo .is__soldout, #fukuoka .is__soldout {
    left: auto;
    right: 0;
  }

  .item__inner__bg {
    top: 45px;
    right: -120px;
    width: 550px;
  }

  .inner__title {
    padding-left: 10.5%;
    font-size: 24px;
    margin-bottom: 19px;
  }

  .inner__detail {
    padding-left: 10.5%;
    margin-bottom: 12px;
  }

  dt {
    font-size: 13px;
  }

  dd {
    font-size: 13px;
    margin-bottom: 13px;
    width: 85%;
  }

  .inner__contact {
    padding-left: 10.5%;
    margin-bottom: 26px;
    font-size: 12px;
  }
  .inner__contact h4 {
    font-size: 13px;
    margin-bottom: 7px;
    padding-left: 0.5em;
    letter-spacing: normal;
  }
  .inner__contact p {
    line-height: 1.5em;
  }

  .btn__style {
    border: 1px solid #4d3c20;
    width: 235px;
    height: 55px;
    font-size: 18px;
    position: relative;
    margin: 0 auto;
  }

  .btn__text {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 20px 0 23px 95px;
    opacity: 1;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }
  .btn__text:hover {
    opacity: 0.6;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }
  .btn__text::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 75px;
    width: 9px;
    height: 20px;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }
  .btn__text:hover .btn__text::before {
    opacity: 0.6;
    -webkit-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s;
  }

  .btn__link {
    width: 235px;
    height: 63px;
  }

  .btn__style::before, .btn__style::after {
    display: none;
  }

  .btn__link::before, .btn__link::after {
    display: none;
  }

  .is__gold {
    position: absolute;
    top: 25px;
    left: 161px;
    border-top: 1px solid #4d3c20;
    width: 10px;
    height: 1px;
  }

  .btn__link:hover .is__gold {
    border-color: #4d3c20;
    width: 10px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
  }
}
@media screen and (max-width: 360px) {
  .inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  dd {
    width: 79%;
  }

  .inner__title {
    font-size: 20px;
  }
}
