@charset "utf-8";
body.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#container .topicpath {
  margin: 10px auto 20px;
}
h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
h2 {
  font-size: 18px;
  margin: 30px 0 20px;
  line-height: 1;
}
/* ========================
    tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}

/* ========================
	コンテンツ基本
========================== */
.box_limited {
  width: 90%;
  margin: 0 auto 40px;
  text-align: center;
}
.box_limited .txt {
  text-align: left;
  margin-bottom: 20px;
}
.course ul li {
  background-color: #9d894e;
  color: #FFF;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
}
/* ========================
	concept
========================== */

@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  h2 {
    margin: 40px 0 20px;
  }
  h1 span {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .box_limited .txt {
    text-align: center;
  }
  .course ul {
    width: 335px;
    margin: auto;
  }
  /* ========================
	コンテンツ基本
========================== */

}
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1025px) {
  h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box_limited {
    width: 1100px;
    margin: 40px auto;
}
}
@media screen and (min-width: 1920px) {

}
