body {
  min-height: 100%;
  position: relative;
  top: 0;
  color: #000;
  background-color: #a50001;
}
/***********フォント設定**********/
/*
 * "source-han-serif-japanese" licensed under the SIL Open Font License
 * https://github.com/adobe-fonts/source-han-serif/tree/release/OTF/Japanese
 */
/*@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifCJKjp-Regular.otf') format('opentype');
}*/
@font-face {
  font-family: "Noto Serif";
  font-weight: 700;
  font-style: normal;

  src: url("../font/NotoSerifCJKjp-Bold.otf") format("opentype");
}

.section_ttl {
  line-height: 1;
  font-family: "Noto Serif";
  font-weight: 700;
}
.ta_c {
  text-align: center;
}
.fs_txt {
  line-height: 1.7;
}
.shadow {
  box-shadow: 0 5px rgba(13,5,9,0.15);
}
#wrapper {
  min-width: 1100px;
  width: 100%;
  margin-top: 70px;
}
/* header
--------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000 !important;
  z-index: 500;
}
#header #header_inner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 19px;
}
#header .logoL {
  display: inline-block;
  margin-right: 10px;
}
#header .logoR {
  float: right;
  padding-top: 19px;
}
#header .txt {
  display: inline-block;
  margin: 28px 0 0;
  line-height: 1;
  font-size: 14px;
}
/**/
#header .drawer-hamburger {
  width: 72px;
  height: 66px;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  background: url(../images/lang_btn_open.png) no-repeat center;
}
.drawer-open #header .drawer-hamburger {
  width: 66px;
  height: 66px;
  position: fixed;
  background: url(../images/lang_btn_close.png) no-repeat;
}
/**/
#header .drawer-hamburger-icon {
  margin-top: 0;
}
.drawer--top #header .drawer-nav {
  display: inline-block;
  padding: 50px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#header .drawer-nav .lang-menu {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
#header .lang-menu li {
  float: left;
  line-height: 1;
}
#header .lang-menu li + li {
  margin-left: 10px;
}
#header .lang-menu li a {
  display: block;
  width: 106px;
  padding: 9px 0 6px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 115%;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-transition: all ease 0.26s;
     -moz-transition: all ease 0.26s;
       -o-transition: all ease 0.26s;
          transition: all ease 0.26s;
}
#header .lang-menu li:hover a {
  color: #000;
  background: #fff;
}
#header .toTop {
  margin-top: 40px;
}
#header .toTop a {
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 143%;
  text-align: center;
}
#header .toTop a:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  content: "";
}
#header .toTop a:hover {
  text-decoration: underline;
}
#header .main-menu ul {
  overflow: hidden;
  width: 408px;
  margin: 50px auto 0;
}
#header .main-menu ul li {
  width: 200px;
  float: left;
  text-align: center;
}
#header .main-menu ul li:nth-child(n+3) {
  margin-top: 40px;
}
#header .main-menu ul li:nth-child(2n) {
  float: right;
}
#header .main-menu ul li a {
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 143%;
}
#header .main-menu ul li a:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  content: "";
}
#header .main-menu ul li a:hover {
  text-decoration: underline;
}

/* contents background
--------------------------------*/
#contents_bg {
  background-color: #a50001;
  background-image: url(../images/bg_contents.png);
}
#contents_bg #contents {
  width: 980px;
  margin: 0 auto;
}
/* banner
--------------------------------*/
#contents #link {
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 50px;
}
#contents #link li {
  display: inline-block;
  float: left;
  margin: 12px 12px 0 0;
  background: #fff;
}
#contents #link li:nth-child(4n) {
  margin-right: 0;
}
#contents #link li img {
  width: 236px;
}
/* banner
--------------------------------*/
#snsArea {
  overflow: hidden;
  padding-bottom: 40px;
  text-align: center;
}
#snsArea li {
  display: inline-block;
  background: #fff;
}
#snsArea li + li {
  margin-left: 40px;
}
#snsArea li img {
  width: 56px;
}
/* footer
--------------------------------*/
#footer {
  clear: both;
  background-color: #000;
}
#footer p {
  width: 759px;
  margin: 0 auto;
  padding: 9px 0;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

/**/
.ico_win {
  padding-left: 8px;
}
.ico_dl {
  padding-right: 10px;
}
.ico_pdf {
  padding: 0 3px;
}
/**/
.noteWrap {
  clear: both;
  margin-top: 30px;
  padding: 10px 13px;
  border: 1px solid #c20000;
  background: #f2f2f2;
}
.noteWrap p {
  color: #c20000;
  line-height: 1.43;
  font-size: 14px;
}
.noteWrap p + p {
  margin-top: 10px;
}
.noteWrap p span {
  font-weight: bold;
}
#infoArea .noteWrap {
  margin-right: 60px;
  margin-left: 60px;
}

/**/
.pass_attention {
  margin-bottom: 20px;
  padding: 10px 13px;
  border: 3px solid #c20000;
  background: #fff;
}
.pass_attention .attention_txt {
  padding: 0!important;
  color: #c20000;
  line-height: 1.43;
  font-size: 16px!important;
}
.pass_attention .attention_txt.center {
  text-align: center;
}
.pass_attention .attention_txt a {
  text-decoration: underline;
}
.pass_attention .attention_txt a:hover {
  text-decoration: none;
}
#secTicket .pass_attention .attention_txt li {
  float: none;
  margin: 0;
  margin-left: 0.5em;
  text-indent: -0.65em;
}
#secTicket .pass_attention .attention_txt li a {
  display: inline;
  width: auto;
  position: static;
  margin: 0;
  color: #0473bd;
  line-height: inherit;
  font-size: 100%;
}
#secTicket .pass_attention .attention_txt li a:hover {
  text-decoration: none;
}

/* 料金表上注釈 ここから */
.before_attentionTxt,.after_attentionTxt {
  display: flex;
  width: 510px;
  min-height: 54px;
  margin: 0 auto 10px;
  padding: 14px 10px !important;
  padding: 5px 10px !important;
  line-height: 1.3;
  font-size: 18px !important;
  font-weight: bold;

  align-items: center;
}

.before_attentionTxt {
  color: #c00;
  background: #ffd6d6;
}

.after_attentionTxt {
  margin-top: 20px;
  color: #fff;
  background-color: #bb0c0c;
}
/* 料金表上注釈 ここまで */
