@charset "UTF-8";
body {
  color: #5f2b20;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: #ffffff;
  background-image: url(../images/bg_body.jpg);
  background-repeat: repeat;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header {
  width: 1120px;
  margin: 0 auto;
  padding-top: 25px;
}

.header h1 {
  font-size: 12px;
  text-align: right;
}

.header .left {
  width: 730px;
}

.header .right {
  width: 390px;
  padding-top: 26px;
}

.header .time dl {
  font-size: 24px;
}

.header .time dt {
  width: 200px;
  font-size: 20px;
  color: #ffffff;
  float: left;
  text-align: center;
  padding: 2px 0;
  background-color: #7a4e45;
}

.header .time dd {
  margin-left: 210px;
}

.header .tel {
  font-size: 40px;
  font-weight: bold;
}

.g_navi {
  width: 1320px;
  height: 128px;
  margin: 0 auto;
  background-image: url(../images/bg_gnavi.png);
  background-repeat: no-repeat;
}

.g_navi ul {
  width: 1120px;
  height: 128px;
  line-height: 106px;
  font-size: 0;
  margin: 0 auto;
}

.g_navi li {
  display: inline-block;
  width: 140px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.g_navi .on {
  color: #ff6a8c;
}

.main_body {
  width: 1120px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
}

.inner_block {
  width: 1080px;
  margin: 0 auto;
  padding: 25px 0 60px;
}

footer {
  padding: 30px 0;
  text-align: center;
  background-image: url(../images/bg_footer.jpg);
  background-repeat: repeat;
}

footer .f_navi {
  height: 24px;
}

footer .f_navi:nth-of-type(2) {
  padding-top: 10px;
}

footer .f_navi li {
  display: inline-block;
  padding-right: 10px;
}

footer .f_navi li + li {
  border-left: 2px solid #ffffff;
  padding-left: 12px;
}

footer .f_navi a {
  color: #ffffff;
}

footer .copywriter {
  color: #ffffff;
}

footer .copywriter p:first-child {
  padding-top: 20px;
}

footer .copywriter p:last-child {
  padding-top: 10px;
}

footer .copywriter a {
  color: #ffffff;
}

#event_page h3 {
  width: 567px;
  height: 67px;
  line-height: 50px;
  font-size: 28px;
  color: #552b22;
  text-align: center;
  margin: 0 auto;
  background-image: url(../images/bg_title_content2.png);
  background-repeat: no-repeat;
}

#event_page .left li {
  padding-top: 20px;
}

#event_page .right {
  width: 255px;
}

#event_page .right .link_btn li {
  margin-left: -5px;
  margin-bottom: 10px;
}

#event_page .right .mobile {
  margin-top: 20px;
  padding: 5px 0;
  background-color: #ffecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fb839f;
}

#event_page .right .mobile h5 {
  text-align: center;
}

#event_page .right .mobile p {
  width: 230px;
  margin: 0 auto;
}

#event_page .right .mobile p:nth-of-type(1) {
  text-align: center;
  padding: 15px 0;
}

#event_page .right .mobile p a {
  color: #fa6487;
  text-decoration: underline;
}
