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

.scedule__content__item {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  color: #fdfdff;
}

.scedule__content__item + .scedule__content__item {
  margin-top: 25px;
}

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

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

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

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

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

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

#kyoto .is__soldout {
  left: 500px;
}

#tokyo .is__soldout {
  left: 402px;
}

#fukuoka .is__soldout {
  left: 440px;
}

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

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

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

.inner__img {
  position: relative;
  margin-bottom: 25px;
  width: 62%;
}

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

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

.inner__contact {
  position: relative;
  z-index: 3;
  margin-bottom: 43px;
  font-size: 18px;
}

.inner__contact h4 {
  margin-bottom: 12px;
  border-left: 2px solid #68522b;
  padding-left: 8px;
  color: #bf9a58;
  font-size: 19px;
  letter-spacing: 0.05em;
}

.inner__contact p {
  line-height: 1.5em;
}

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

.btn__text {
  opacity: 1;
  -webkit-transition: opacity .4s linear 0s;
  transition: opacity .4s linear 0s;
  padding: 23px 0 23px 106px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.15em;
}

.btn__text:hover {
  -webkit-transition: opacity .4s linear 0s;
  opacity: 0.6;
  transition: opacity .4s linear 0s;
}

.btn__text::before {
  -webkit-transition: opacity .4s linear 0s;
  position: absolute;
  top: 20px;
  left: 82px;
  opacity: 1;
  transition: opacity .4s linear 0s;
  background: url(../image/schedule/icon_access.png) left center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 20px;
  content: '';
}

.btn__text:hover .btn__text::before {
  -webkit-transition: opacity .4s linear 0s;
  opacity: 0.6;
  transition: opacity .4s linear 0s;
}

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

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

.btn__style:hover::before {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  width: 275px;
}

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

.btn__style:hover::after {
  -webkit-transition: all .1s linear .1s;
  transition: all .1s linear .1s;
  border-color: #a7946a;
  height: 63px;
}

.btn__link::before {
  -webkit-transition: all .1s linear .1s;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all .1s linear .1s;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__link:hover::before {
  -webkit-transition: all .1s linear .3s;
  transition: all .1s linear .3s;
  border-color: #a7946a;
  width: 275px;
}

.btn__link::after {
  -webkit-transition: all .1s linear 0s;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all .1s linear 0s;
  border-right: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.btn__link:hover::after {
  -webkit-transition: all .1s linear .4s;
  transition: all .1s linear .4s;
  height: 63px;
}

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

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

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

@media screen and (max-width: 767px){
  .main {
    min-width: 320px;
    max-width: 767px;
  }
  .scedule__content {
    margin-top: 48px;
    margin-bottom: 95px;
    width: 89%;
  }
  .scedule__content__item {
    width: 100%;
  }
  .scedule__content__item + .scedule__content__item {
    margin-top: 15px;
  }
  .item__deco__ltop {
    top: -5.5px;
    left: -5.5px;
    width: 11px;
  }
  .item__deco__rtop {
    top: -5.5px;
    right: -5.5px;
    width: 11px;
  }
  .item__deco__rbottom {
    right: -5.5px;
    bottom: -5.5px;
    z-index: 10;
    width: 11px;
  }
  .item__deco__lbottom {
    bottom: -5.5px;
    left: -5.5px;
    width: 11px;
  }
  .item__inner {
    padding: 35px 0 41px;
  }
  .is__soldout {
    top: 0;
    width: 25%;
  }
  #kyoto .is__soldout, #tokyo .is__soldout, #fukuoka .is__soldout {
    right: 0;
    left: auto;
  }
  .item__inner__bg {
    top: 45px;
    right: -65px;
    opacity: 0.5;
    width: 550px;
  }
  .inner__title {
    margin-bottom: 19px;
    padding-left: 7%;
    font-size: 24px;
  }
  .inner__detail {
    margin-bottom: 12px;
    padding-left: 7%;
  }
  .inner__detail dt {
    font-size: 14px;
    line-height: 1.9;
  }
  .inner__detail dd {
    margin-bottom: 0;
    width: 85%;
    font-size: 14px;
    line-height: 1.9;
  }
  .inner__img {
    position: relative;
    margin-bottom: 17px;
    padding-left: 7%;
    width: 62%;
  }
  .inner__contact {
    margin-top: 17px;
    margin-bottom: 26px;
    padding-left: 7%;
    font-size: 12px;
  }
  .inner__contact p {
    margin-top: 10px;
    padding-left: 10px;
  }
  .inner__contact h4 {
    margin-bottom: 7px;
    padding-left: 0.5em;
    font-size: 13px;
    letter-spacing: normal;
  }
  .inner__contact p {
    line-height: 1.5em;
  }
  .btn__style {
    position: relative;
    margin: 0 auto;
    border: 1px solid #4d3c20;
    width: 235px;
    height: 55px;
    font-size: 18px;
  }
  .btn__text {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 1;
    transition: opacity .4s linear 0s;
    padding: 20px 0 23px 95px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .btn__text:hover {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 0.6;
    transition: opacity .4s linear 0s;
  }
  .btn__text::before {
    -webkit-transition: opacity .4s linear 0s;
    position: absolute;
    top: 17px;
    left: 75px;
    opacity: 1;
    transition: opacity .4s linear 0s;
    background-size: 100%;
    width: 9px;
    height: 20px;
    content: '';
  }
  .btn__text:hover .btn__text::before {
    -webkit-transition: opacity .4s linear 0s;
    opacity: 0.6;
    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 {
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    border-color: #4d3c20;
    width: 10px;
  }
}

@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;
  }
}
