@charset "UTF-8";
@import url("/en/sp/media/css/reset.css");
@import url("/en/sp/media/css/fonts.css");
/* parts */
.kome li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.1;
}
.kome li + li {
  margin-top: .25em;
}

.lsDisc > li {
  margin-left: 1em;
  margin-bottom: .3em;
  list-style: disc;
}

ol {
  margin-left: 1em;
}
ol > li {
  margin-left: 1em;
  margin-top: .3em;
  list-style: decimal;
}

.btn {
  display: block;
  margin: 10px auto;
  min-width: 85%;
  width: 85%;
  border-radius: 5px;
  background: #95595c url(/en/sp/media/images/common/ico_arw_01.png) no-repeat 10px 50%;
  background-size: 8px 11px;
  text-align: center;
  line-height: 1;
}
.btn a {
  display: block;
  padding: 13px 0 13px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn.pc a {
  background: url(/en/sp/media/images/common/ico_pc.png) no-repeat right 50%;
  background-size: 35px 20px;
  padding:13px 70px 13px 20px;
}

.btn.win a {
  background: url(/en/sp/media/images/common/ico_win.png) no-repeat right 50%;
  background-size: 35px 20px;
}


.spImg,
.spImg img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.mb0{
	margin-bottom:0 !important;
}

.pb0{
	padding-bottom:0 !important;
}

/* header */
body > header .headerCont {
  z-index: 9999;
  width: 100%;
  height: 50px;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
  background: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
}
body > header .headerCont h1 {
  display: block;
  float: left;
  margin: 5px;
  width: 145px;
  height: 40px;
}
body > header .headerCont h1 a {
  display: block;
  width: 145px;
  height: 40px;
  background: url(../images/common/img_logo.png) no-repeat left top;
  background-size: 145px 40px;
  text-indent: -9999px;
}
body > header .headerCont p.pc {
  display: block;
  float: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  background: url(/en/sp/media/images/common/btn_pc.gif) no-repeat left top;
  background-size: 30px 30px;
}
body > header .headerCont p.pc a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
body > header .headerCont p.switch {
  display: block;
  float: right;
  margin: 10px 10px 10px 0;
  width: 30px;
  height: 30px;
  background: url(/en/sp/media/images/common/btn_menu.gif) no-repeat left top;
  background-size: 30px 30px;
  text-indent: -9999px;
}
body > header .headerCont p.switch.open {
  background: url(/en/sp/media/images/common/btn_menu_o.gif) no-repeat left top;
  background-size: 30px 30px;
}
body > header #scroll .dropDown {
  position: fixed;
  top: 50px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
}
body > header #scroll .dropDown nav ul {
  display: block;
}
body > header #scroll .dropDown nav ul li {
  display: block;
  border-bottom: #a12027 1px solid;
  text-align: center;
  background: #d22b34;
  height: 55px;
}
body > header #scroll .dropDown nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 55px;
}
body > header #scroll .dropDown nav ul li a img{
  max-width: 32px;
  vertical-align: middle;
}
body > header #scroll .dropDown.landscape li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
body > header #scroll .dropDown.landscape li:nth-child(odd) {
  border-right: #a12027 1px solid;
}
body > header .screen {
  display: none;
  position: fixed;
  z-index: 9997;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
}

/* footer */
body footer {
  border-top: #e6e6e6 1px solid;
  margin-top: 50px;
  padding: 25px 0;
  text-align: center;
}
body footer strong {
  display: block;
  margin-bottom: .5em;
  letter-spacing: .03em;
  font-weight: bold;
  font-size: 1.7rem;
}
body footer address {
  margin-bottom: 2em;
  font-size: 1.2rem;
}
body footer nav ul {
  zoom: 1;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}
body footer nav ul:after {
  content: "";
  display: block;
  clear: both;
}
body footer nav ul li {
  float: right;
  width: 49%;
}
body footer nav ul li img {
  width: 100%;
}
body footer nav ul li:first-child {
  float: left;
}
body footer p a {
  display: block;
  margin: 0 auto 20px;
  width: 80px;
  height: 40px;
  background: url(/en/sp/media/images/common/logo_jt.png) no-repeat left top;
  background-size: 80px 40px;
  text-indent: -9999px;
}
body footer p small {
  font-weight: normal;
  font-size: 1rem;
}

/* top */
#home {
  padding-top: 50px;
}
#home .mainImg {
  width: 100%;
}
#home .mainImg li, #home .mainImg img {
  width: 100%;
}
#home .info_app {
  background:#F2DFDF;
  text-align:center;
  padding:10px 0 18px;
  margin-bottom:30px;
}
#home .info_app img{
  width:90%;
}
#home h2.h2TopTtl {
  margin: 20px 0 15px;
  height: 1em;
  background: #ece6e6;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}
#home h2.h2TopTtl > p {
  display: inline-block;
  padding: 0 15px;
  background: white;
}
#home h2.h2TopTtl > p span {
  margin: 0 .1em 0;
}
#home h2.h2TopTtl > p span:nth-child(5n+1) {
  color: #ff2732;
}
#home h2.h2TopTtl > p span:nth-child(5n+2) {
  color: #610f13;
}
#home h2.h2TopTtl > p span:nth-child(5n+3) {
  color: #7f1419;
}
#home h2.h2TopTtl > p span:nth-child(5n+4) {
  color: #d22b34;
}
#home h2.h2TopTtl > p span:nth-child(5n) {
  color: #400a0c;
}
#home h3.h3Ttl {
  margin-bottom: 0;
  padding-left: 65px;
  min-height: 50px;
  color: white;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 50px;
}
#home h3.h3Ttl p{
display: block;
float: left;
padding-top: 12px;
width: 80%;
}
#home h3.h3Ttl.exb {
  background: #400a0c url(/en/sp/media/images/top/ico_exb.gif) no-repeat left 50%;
  background-size: 50px 50px;
}
#home h3.h3Ttl.evt {
  background: #400a0c url(/en/sp/media/images/top/ico_evt.gif) no-repeat left 50%;
  background-size: 50px 50px;
}
#home h3.h3Ttl.info {
  background: #400a0c url(/en/sp/media/images/top/ico_info.gif) no-repeat left 50%;
  background-size: 50px 50px;
}
#home h3.h3Ttl.info + div {
  padding: 10px 10px 10px !important;
}
#home h3.h3Ttl.acs {
  margin-top: 30px;
  background: #400a0c url(/en/sp/media/images/top/ico_acs.gif) no-repeat left 50%;
  background-size: 50px 50px;
}
#home h3.h3Ttl.map {
  margin-top: 30px;
  background: #400a0c url(/en/sp/media/images/top/ico_map.gif) no-repeat left 50%;
  background-size: 50px 50px;
}
#home h3.h3Ttl + div {
  margin: 0;
  padding: 20px 10px 10px;
}
#home h3.h3Ttl.accoTtl span {
  display: block;
  float: right;
  margin: 15px;
  width: 20px;
  height: 20px;
  background: url(/en/sp/media/images/common/ico_plus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#home h3.h3Ttl.accoTtl.open span {
  background: url(/en/sp/media/images/common/ico_minus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#home h3.h3Ttl.accoTtl + div {
  display: none;
  padding: 20px 10px 10px;
}
#home .dsTable01 {
  display: table;
  width: 100%;
  border-top: #cecece 1px dotted;
}
#home .dsTable01:first-child {
  border-top: none;
}
#home .dsTable01 > div {
  display: table-cell;
  padding: 15px 5px 15px 0;
  vertical-align: top;
  font-size: 1.4rem;
}
#home .dsTable01 > div:first-child {
  padding: 15px 5px 15px 5px;
  width: 25%;
  color: #d22b34;
  white-space: nowrap;
}
#home .dsTable01 > div p small {
  display: block;
  font-size: 1.0rem;
}
#home .dsTable01 > div p + p, #home .dsTable01 > div p + ul {
  padding-top: 10px;
}
#home .exbSlide {
  width: 100%;
}
#home .exbSlide li, #home .exbSlide img {
  width: 100%;
}
#home .bx-controls {
  margin: 10px 0;
  text-align: center;
}
#home .bx-controls a {
  display: inline-block;
  margin: 0 15px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
#home .bx-controls a.bx-prev {
  background: url(/en/sp/media/images/top/img_arw_l.png) no-repeat left top;
  background-size: 40px 40px;
}
#home .bx-controls a.bx-next {
  background: url(/en/sp/media/images/top/img_arw_r.png) no-repeat left top;
  background-size: 40px 40px;
}

/* 2nd Contents */
#cont2nd {
  padding-top: 50px;
}
#cont2nd header + article {
  width: 100%;
  border-top: #d22b34 5px solid;
}
#cont2nd header + article:before {
  position: absolute;
  right: 0;
  top: 50px;
  content: ' ';
  width: 50%;
  height: 5px;
  background: #400a0c;
}
#cont2nd h2.h2Ttl {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
}
#cont2nd h3.h3Ttl {
  margin-bottom: 20px;
  background: #f7efef;
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
#cont2nd h3.h3Ttl small {
  display: block;
  font-size: 1.2rem;
}
#cont2nd h3.h3Ttl p {
  display: inline;
  font-size: 1.4rem;
}
#cont2nd h3.h3TtlEvt {
  margin-bottom: 20px;
  height: 50px;
  box-sizing: border-box;
  border-top: #e6e6e6 3px solid;
  border-bottom: #e6e6e6 3px solid;
  font-size: 1.6rem;
  color: #f69;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#cont2nd h3.h3TtlEvt p {
  position: absolute;
  left: 10px;
  top: 15px;
  padding-left: 8px;
  border-left: #f69 3px solid;
  line-height: 1;
}
#cont2nd h3.h3TtlEvt span {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(/en/sp/media/images/common/ico_evt1_plus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3TtlEvt.open span {
  background: url(/en/sp/media/images/common/ico_evt1_minus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3TtlEvt + div {
  display: none;
  padding: 0 10px 50px;
}
#cont2nd h3.h3TtlEvt2 {
  margin-bottom: 20px;
  height: 50px;
  box-sizing: border-box;
  border-top: #e6e6e6 3px solid;
  border-bottom: #e6e6e6 3px solid;
  font-size: 1.6rem;
  color: #96c;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#cont2nd h3.h3TtlEvt2 p {
  position: absolute;
  left: 10px;
  top: 15px;
  padding-left: 8px;
  border-left: #96c 3px solid;
  line-height: 1;
}
#cont2nd h3.h3TtlEvt2 span {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(/en/sp/media/images/common/ico_evt2_plus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3TtlEvt2.open span {
  background: url(/en/sp/media/images/common/ico_evt2_minus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3TtlEvt2 + div {
  display: none;
  padding: 0 10px 0;
}
#cont2nd h3.h3AccoTtl {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 10px;
  min-height: 50px;
  color: white;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 50px;
  background: #400a0c;
}
#cont2nd h3.h3AccoTtl span {
  display: block;
  float: right;
  margin: 15px;
  width: 20px;
  height: 20px;
  background: url(/en/sp/media/images/common/ico_plus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3AccoTtl.open span {
  background: url(/en/sp/media/images/common/ico_minus.gif) no-repeat left top;
  background-size: 20px 20px;
}
#cont2nd h3.h3AccoTtl + div {
  display: none;
  padding: 20px 10px 10px;
}
#cont2nd h3.h3AccoTtl + div h4 {
  color: #400a0c;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2;
}
#cont2nd h3.h3AccoTtl + div h4 small {
  display: block;
  color: #d22b34;
  font-size: 1.3rem;
  font-weight: normal;
}
#cont2nd h3.h3AccoTtl + div table {
  width: 100%;
}
#cont2nd h3.h3AccoTtl + div table th {
  width: 70px;
  height: 60px;
  text-align: left;
  vertical-align: top;
}
#cont2nd h3.h3AccoTtl + div table th img {
  width: 50px;
  height: 50px;
}
#cont2nd h3.h3AccoTtl + div table td {
  vertical-align: top;
  color: #400a0c;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.2;
}
#cont2nd h4.h4Ttl {
  color: #d22b34;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#cont2nd h4.h4TtlEvt {
  background: #99917d;
  color: white;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#cont2nd h4.h4TtlEvt small {
  display: block;
  font-size: 1.2rem;
}
#cont2nd h5.h5TtlEvt {
  background: #d9d9d9;
  padding: 10px 20px;
}
#cont2nd h5.h5TtlEvt strong {
  font-size: 1.4rem;
  font-weight: bold;
}
#cont2nd h5.h5TtlEvt p, #cont2nd h5.h5TtlEvt ul li {
  font-size: 1.1rem;
}
#cont2nd div.cont2ndW {
  padding: 0 10px 20px;
}
#cont2nd div.cont2ndN {
  padding: 0 25px 25px;
}
#cont2nd div.cont2ndN p {
  margin-bottom: 20px;
}
#cont2nd div.cont2ndN p + p.spImg {
  padding-top: 10px;
}
#cont2nd div.cont2ndN .btn {
  min-width: 100%;
  width: 100%;
}
#cont2nd .eventList > div,
#cont2nd .accessList > div {
  background: #f7f7f7;
  font-size: 1.4rem;
  padding: 15px 10px;
}
#cont2nd .eventList > div + div,
#cont2nd .accessList > div + div {
  border-top: #cecece 1px dashed;
}
#cont2nd .eventList > div strong,
#cont2nd .accessList > div strong {
  font-size: 1.4rem;
}
#cont2nd .eventList > div dl,
#cont2nd .accessList > div dl {
  font-size: 1.4rem;
  display: table;
  width: 100%;
}
#cont2nd .eventList > div dl dt,
#cont2nd .accessList > div dl dt {
  width: 1px;
  white-space: nowrap;
}
#cont2nd .eventList > div dl dt, #cont2nd .eventList > div dl dd,
#cont2nd .accessList > div dl dt,
#cont2nd .accessList > div dl dd {
  display: table-cell;
  text-align: left;
}
#cont2nd .eventList > div dl + p,
#cont2nd .accessList > div dl + p {
  margin-top: 1em;
}
#cont2nd .accessList > div {
  background: none;
}
#cont2nd #map {
  width: 100%;
  height: 220px;
}
#cont2nd #map + .btn {
  margin: 20px auto 10px;
}

.borderBox02 {
	padding: 15px;
	border: #ccc 1px solid;
	margin-top: 20px;
	font-size: 12px;
}
.txtLink { color: #00e; }

/* add css */
body > header #scroll .dropDown nav ul li.icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > header #scroll .dropDown nav ul li a.ig-icon {
  margin-left: 20px;
}
/*220721*/
.popup {
  display: none;
  min-height: 360px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  margin: auto;
  text-align: center;
  width: 78.66667%;
}
.popupParent {
  padding-top: 1px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.popupClose {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -28px;
  right: -36px;
  text-align: center;
}
.popupInner {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #4d4d4d;
}
.popupBg {
	position: relative;
	padding: 0;
	border: 5px solid #400a0c;
}
.popupTitleFully {
  padding: 21px 15px 0;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.popupTitleFullyText {
  color: #fff;
  background: #b7b7b7;
  text-align: center;
  display: block;
  background-color: #d22b34;
  position: relative;
  padding: 15px 0;
  margin: 0 10px;
  font-size: 36px;
  font-size: 20px;
  line-height: 1;
}

.popupContents {
  display: flex;
  padding: 15px 15px 13px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
}
.popupContents .text {
  vertical-align: top;
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.875;
}
#popup_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(58,36,49,.8);
}