/* media query */
nav.navStd ul li.about a {
  background-color: #f5f5f5;
  color: #222;
}

.firstArea {
  padding: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .firstArea {
    text-align: left;
  }
}
.firstArea .contentsBlock p {
  font-size: 1.1em;
  line-height: 260%;
}

.contentsBlock {
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto;
  clear: both;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.contentsBlock h3 {
  font-size: 1.4em;
  padding: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
}
.contentsBlock .repeatBox {
  width: 100%;
  margin: 0 auto 40px;
}
.contentsBlock .repeatBox h4 {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.2rem 1rem;
  border-left: 8px solid #000;
  background-color: #f0f0f0;
}
.contentsBlock .repeatBox p {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox p {
    padding-left: 10px;
  }
}
.contentsBlock .repeatBox .listBox {
  padding: 20px;
}
.contentsBlock .repeatBox .listBox h5 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.contentsBlock .repeatBox .listBox ul li {
  margin-left: 1.4em;
  text-indent: -1.6em;
  margin-bottom: 8px;
}
.contentsBlock .repeatBox table {
  border-collapse: collapse;
  margin-left: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .contentsBlock .repeatBox table {
    margin-left: 10px;
  }
}
.contentsBlock .repeatBox table tr td {
  border: 1px solid #fff;
  padding: 5px;
}
.contentsBlock .repeatBox table.roomTable {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .contentsBlock .repeatBox table.roomTable {
    width: 100%;
  }
}
.contentsBlock .repeatBox .ticketTable td {
  text-align: center;
  font-size: 87%;
}
.contentsBlock .repeatBox .ticketTable td h5 {
  font-size: 0.8rem;
  border: none;
  padding: 8px 0;
  margin: 0;
  color: #000;
}
.contentsBlock .repeatBox .ticketTable td .red {
  color: red;
}
.contentsBlock .repeatBox .ticketTable .ticketImage img {
  max-width: 42%;
  height: auto;
  margin: 0px 1%;
}
.contentsBlock .repeatBox p.link {
  margin-top: 30px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.contentsBlock .repeatBox p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 2px;
}
.contentsBlock .repeatBox p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.contentsBlock .repeatBox p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .contentsBlock .repeatBox p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.contentsBlock .repeatBox p.link a:hover::after {
  right: 15px;
}
.contentsBlock .guideBook {
  width: 100%;
  height: 190px;
  margin: 0 auto 40px;
  clear: both;
  background: url(../../common/images/bg_marble.jpg);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 668px) {
  .contentsBlock .guideBook {
    height: auto;
    display: block;
    text-align: center;
  }
}
.contentsBlock .guideBook > div {
  max-width: 330px;
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  .contentsBlock .guideBook > div {
    max-width: 100%;
    width: calc(100%);
    clear: both;
    margin: 0;
  }
}
.contentsBlock .guideBook > div:first-child {
  background: #fff;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-left: 40px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .contentsBlock .guideBook > div:first-child {
    height: 160px;
    width: 160px;
    margin: 10px auto;
  }
}
.contentsBlock .guideBook > div h5 {
  font-size: 1.1em;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-weight: bold;
}
.contentsBlock .guideBook > div img {
  max-width: 80px !important;
  margin-top: -10px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 668px) {
  .contentsBlock .guideBook > div img {
    max-width: 70px !important;
    margin: 0 auto;
  }
}
.contentsBlock .guideBook > div img:hover {
  opacity: 0.8;
}

.tdbg_default02 {
  background: #f7f4ea;
}

.tdbg_default {
  background: #eeeeee;
}
