@charset "UTF-8";
body {
  font-size: 16px;
  color: #000;
  line-height: 1.518;
  background-color: #f2f2f3;
}

body div.btn {
  width: 147px;
  background-color: #4da8e1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  float: right;
  margin-top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body div.btn:hover {
  cursor: pointer;
  background-color: #63b3e6;
}

body #pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

body #pageTop a {
  display: block;
  z-index: 999;
}

body #pageTop a img {
  max-width: 80px;
  width: 100%;
}

body section {
  margin-bottom: 50px;
}

body h3 {
  margin-bottom: 0.5em;
}

body h3.blueLine {
  min-height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-image: url(../img/headerBar01.png);
  background-repeat: repeat-x;
  font-size: 30px;
  font-weight: bold;
}

body h4.blueLine {
  background-image: url(../img/headerBar02.png);
  background-repeat: repeat-x;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

body h4.blueLine.notesH4 {
  margin-bottom: 0px;
}

body h5 {
  text-align: center;
  margin-bottom: 20px;
}

body .description {
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  color: #000;
}

body .textBtn {
  background-color: #4da8e1;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #f9ff6c;
  text-decoration: none;
}

body .textBtn:hover {
  color: #000;
  background-color: #f9ff6c;
}

.tableLayout {
  width: 1000px;
  margin: 0 auto;
}

.tableLayout thead {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #4da8e1;
}

.tableLayout thead td {
  padding: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tableLayout thead td:first-child, .tableLayout thead td:last-child {
  border: none;
}

.tableLayout tbody th {
  text-align: left;
  font-weight: bold;
  border: 1px solid #ebebeb;
  background-color: #e7f6ff;
  padding-left: 10px;
}

.tableLayout tbody th span {
  font-size: 12px;
  padding-left: 15px;
}

.tableLayout tbody td {
  border: 1px solid #ebebeb;
  padding: 20px;
}

.item {
  display: block;
  position: relative;
}

.item .itemContent {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.item .itemContent img {
  width: 100%;
}

.item .itemBoxCaption {
  background-color: rgba(255, 232, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.item .itemBoxCaption:hover {
  opacity: 1;
}

header {
  background-color: #fff;
  border-bottom: 5px solid #4da8e1;
}

header .header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1066px;
  margin: 0 auto;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}

header .header h1.logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 29.51127819548872%;
}

header .header h1.logo a {
  display: block;
}

header .header h1.logo img {
  max-width: 314px;
}

header .header .mainMenu {
  width: 70.48872180451128%;
  max-width: 750px;
  float: right;
}

header .header .mainMenu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 16.66666666666667%;
  border-left: 1px solid #b3b3b3;
}

header .header .mainMenu a {
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

header .header .mainMenu a.facilities {
  background-image: url(../img/header_facilitiesHover.png);
}

header .header .mainMenu a.guide {
  background-image: url(../img/header_guideHover.png);
}

header .header .mainMenu a.events {
  background-image: url(../img/header_eventsHover.png);
}

header .header .mainMenu a.access {
  background-image: url(../img/header_accessHover.png);
}

header .header .mainMenu a.aboutTheSite {
  background-image: url(../img/header_aboutTheSiteHover.png);
}

header .header .mainMenu a.aile {
  background-image: url(../img/header_aileHover.png);
}

header img {
  width: 100%;
  display: block;
}

header#headerScroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  height: auto;
}

header#headerScroll .header h1 {
  border-left: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 314px;
  width: 29.51127819548872%;
}

header#headerScroll .header h1 img {
  max-width: 314px;
}

header#headerScroll .header .mainMenu {
  border-right: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.48872180451128%;
}

header#headerScroll .header .mainMenu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 16.66666666666667%;
  border-left: 1px solid #b3b3b3;
  /*img {
				max-width: 124px;
				}*/
}

header#headerScroll .header .mainMenu a {
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

header#headerScroll .header .mainMenu a.facilities {
  background-image: url(../img/header_facilities_scrollHover.png);
}

header#headerScroll .header .mainMenu a.guide {
  background-image: url(../img/header_guide_scrollHover.png);
}

header#headerScroll .header .mainMenu a.events {
  background-image: url(../img/header_events_scrollHover.png);
}

header#headerScroll .header .mainMenu a.access {
  background-image: url(../img/header_access_scrollHover.png);
}

header#headerScroll .header .mainMenu a.aboutTheSite {
  background-image: url(../img/header_aboutTheSite_scrollHover.png);
}

header#headerScroll .header .mainMenu a.aile {
  background-image: url(../img/header_aile_scrollHover.png);
}

footer {
  padding: 30px 0 20px;
  color: #fff;
  background-color: #4da8e1;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer div.address {
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 2px dotted #fff;
}

footer div.footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1066px;
  height: 100%;
}

footer div.footer div.contactInfo {
  padding-top: 15px;
  display: table;
}

footer div.footer div.contactInfo div {
  display: table-cell;
}

footer div.footer div.contactInfo div.tellNo {
  max-width: 190px;
  width: 17.8%;
  font-weight: bold;
}

footer div.footer div.contactInfo div.tellNo div {
  display: inline-block;
}

footer div.footer div.contactInfo div.tellNo div span {
  font-size: 10px;
}

footer div.footer div.contactInfo div.tellNo div img {
  width: 100%;
  max-width: 25px;
}

footer div.footer div.contactInfo div.faxNo {
  max-width: 190px;
  width: 17.8%;
  font-weight: bold;
}

footer div.footer div.contactInfo div.faxNo div {
  display: inline-block;
}

footer div.footer div.contactInfo div.faxNo div span {
  font-size: 10px;
}

footer div.footer div.contactInfo div.faxNo div img {
  width: 100%;
  max-width: 25px;
}

footer div.footer div.contactInfo div.mailAdd {
  max-width: 340px;
  width: 31.8%;
  font-weight: bold;
}

footer div.footer div.contactInfo div.mailAdd div {
  display: inline-block;
}

footer div.footer div.contactInfo div.mailAdd div span {
  font-size: 10px;
}

footer div.footer div.contactInfo div.mailAdd div img {
  width: 100%;
  max-width: 25px;
}

footer div.footer div.contactInfo div.restDay {
  display: table;
}

footer div.footer div.contactInfo div.restDay .rest {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 3px;
  margin-right: 5px;
  vertical-align: top;
}

footer div.footer div.contactInfo div.restDay .restDayAttention {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

footer div.footer div.contactInfo div.restDay .restDayAttention .note {
  font-size: 12px;
}

footer div.footer div.contactInfo div.restDay a {
  text-decoration: underline;
}

footer div.footer div.contactInfo div.restDay a:hover {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  max-width: 1066px;
  height: auto;
  margin: 0 auto;
}

.wrapper .wideWrap {
  margin: 0 -11px;
}

.wrapper #container {
  width: 100%;
  position: relative;
}

.wrapper #container .item {
  background-color: #fff;
  margin: 0 11px 22px;
  width: 250px;
  height: auto;
}

.wrapper #container .item .eventText {
  padding: 15px 10px;
  font-size: 14px;
}

.wrapper #container .item .eventText span.stage {
  background-color: #64c9d8;
  color: #fff;
  padding: 2px 5px;
}

.wrapper #container .item .eventText p {
  line-height: 1.2;
}

.wrapper #container .item .eventText p.day {
  font-size: 13px;
  color: #50acba;
  margin: 10px 0 8px 0;
  font-weight: 500;
}

.wrapper section.closingDay {
  margin-top: 80px;
  color: #616161;
}

.wrapper section.closingDay div.closingDayWrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid #4da8e1;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper section.closingDay div.closingDayWrapper p {
  font-size: 16px;
}

.wrapper section.closingDay div.closingDayWrapper p:nth-child(2) {
  margin-top: 0.75em;
}

.wrapper section.closingDay .blueNote {
  margin: 0.75em 1em 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.wrapper section.closingDay .blueNote:before {
  content: "※";
  color: #4da8e1;
}

.wrapper section.closingDay .blueNote + .blueNote {
  margin-top: 0 !important;
  margin-bottom: 0.75em;
}

#index_page .slick-next {
  right: 15px;
  z-index: 99;
}

#index_page .slick-prev {
  left: 15px;
  z-index: 100;
}

#index_page .slick-dots li.slick-active button:before,
#index_page .slick-dots li button:before {
  bottom: 15px;
}

#index_page .wrapper section.mainVisual div.slideShow {
  margin-bottom: 2px;
  width: 71.66979362101313%;
  float: left;
}

#index_page .wrapper section.mainVisual div.slideShow ul.slick-slider {
  margin-bottom: 20px;
}

#index_page .wrapper section.mainVisual div.slideShow .slick-dots {
  bottom: 15px;
}

#index_page .wrapper section.mainVisual div.slideShow .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
}

#index_page .wrapper section.mainVisual div.slideShow .slick-dots li.slick-active button:before {
  color: #ffe800;
  font-size: 14px;
}

#index_page .wrapper section.mainVisual div.slideShow img {
  max-width: 764px;
  width: 100%;
}

#index_page .wrapper section.mainVisual div.banners {
  float: right;
  width: 28.14258911819887%;
}

#index_page .wrapper section.mainVisual div.banners img {
  max-width: 300px;
  vertical-align: bottom;
}

#index_page .wrapper section.mainVisual div.banners img.sp {
  display: none;
}

#index_page .wrapper section.mainVisual div.banners .item {
  margin-bottom: 2px;
}

#index_page .wrapper section.news {
  margin-bottom: 30px;
}

#index_page .wrapper section.news h3 {
  margin-bottom: 10px;
}

#index_page .wrapper section.news h3 img {
  max-width: 130px;
  width: 100%;
}

#index_page .wrapper section.news ul {
  width: 100%;
}

#index_page .wrapper section.news ul li {
  background-color: #fff;
  border-bottom: 1px dotted #bfbfbf;
  padding: 14px 18px;
  font-size: 16px;
  color: #7c7c7c;
}

#index_page .wrapper section.news ul li span {
  font-size: 12px;
  color: #7ad2df;
  margin-right: 30px;
  font-weight: 600;
}

#index_page .wrapper section.news ul li:nth-child(n+4) {
  display: none;
}

#index_page .wrapper section.news ul li:last-child {
  border-bottom: none;
}

#index_page .wrapper section.news .btn.btnNews {
  padding: 0;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0;
  border-right: 0;
}

#index_page .wrapper section.event {
  margin-top: 30px;
}

#index_page .wrapper section.event h3 {
  margin-bottom: 30px;
}

#index_page .wrapper section.event h3 img {
  max-width: 385px;
  width: 100%;
}

#index_page .wrapper section.event .btn.btnEvent {
  padding: 0;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0;
  border-right: 0;
}

#guide_page h3.blueLine {
  margin-bottom: 60px;
}

#guide_page .guideLineDetail {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}

#guide_page .guideLineDetail .content {
  border: 2px solid #4da8e1;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#guide_page .guideLineDetail .content > h4 {
  display: table-cell;
  width: 22.7%;
  background-image: url(../img/subheader_bg.png);
  background-repeat: repeat-y;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

#guide_page .guideLineDetail .content > div {
  display: table-cell;
  color: #555558;
  font-size: 16px;
  line-height: 1.5;
  padding: 24px;
}

#guide_page .guideLineDetail .content > div h5 {
  text-align: left;
  margin-bottom: 0;
}

#guide_page .guideLineDetail .content > div h5 > span {
  vertical-align: middle;
}

#guide_page .guideLineDetail .content > div h5 span.circle {
  display: block;
  padding-left: 1em;
  text-indent: -1.2em;
}

#guide_page .guideLineDetail .content > div h5 span.circle:before {
  content: '';
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  display: inline-block;
  border-radius: 100%;
  background: #4da8e1;
  vertical-align: middle;
}

#guide_page .guideLineDetail .content > div ul {
  margin-bottom: 20px;
}

#guide_page .guideLineDetail .content > div ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#guide_page .guideLineDetail .content > div ul li div {
  text-indent: 0;
}

#guide_page .receptionText {
  font-size: 19px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}

#guide_page .content {
  width: 1066px;
  margin: 0 auto;
}

#guide_page #receptionPeriod .content {
  max-width: 980px;
  width: 100%;
}

#guide_page .infoTable {
  width: 100%;
  margin: 0 auto 30px auto;
}

#guide_page .infoTable * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#guide_page .infoTable thead td, #guide_page .infoTable thead th {
  background-color: #388fc5;
  border-right: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

#guide_page .infoTable td {
  padding: 18px 40px;
}

#guide_page .infoTable th, #guide_page .infoTable td {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#guide_page .infoTable th {
  min-height: 56px;
  background-color: #e7f6ff;
  text-align: left;
  padding: 8px 18px;
  width: 22%;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
}

#guide_page .infoTable th span {
  display: block;
  font-size: 15px;
  padding-left: 1.5em;
}

#guide_page .infoTable tr:last-child th, #guide_page .infoTable tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

#guide_page .attention {
  color: #7c7c7c;
  padding-left: 1.15em;
  display: block;
}

#guide_page .attention li:before {
  content: '';
  margin-right: 0.25em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  border-radius: 100%;
  background: #4da8e1;
  vertical-align: middle;
}

#guide_page .attention li {
  margin: 0.5em 0 0.5em 0;
  text-indent: -1.15em;
}

#guide_page .contactUs {
  width: 100%;
  margin-bottom: 100px;
  display: table;
  text-align: center;
}

#guide_page .contactUs .checkAvailability {
  width: 50%;
  display: table-cell;
  font-weight: 800;
  vertical-align: middle;
  border: 1px dotted #cfcfcf;
  border-left: none;
  padding: 10px 0;
  font-size: 18px;
}

#guide_page .contactUs .guiTellNo {
  width: 50%;
  display: table-cell;
  border: 1px dotted #cfcfcf;
  padding: 20px 0;
  border-right: none;
}

#guide_page .contactUs .guiTellNo div {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

#guide_page .contactUs .guiTellNo div a {
  text-decoration: none;
  color: #388fc5;
  text-indent: 10px;
  font-size: 35px;
  line-height: 1;
}

#guide_page .usageFeeWrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#guide_page .usageFeeWrapper h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}

#guide_page .usageFeeWrapper table {
  margin-bottom: 35px;
}

#guide_page .usageFeeWrapper table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#guide_page .usageFeeWrapper table thead {
  background-color: #388fc5;
  font-weight: 600;
}

#guide_page .usageFeeWrapper table thead tr:first-child th {
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px dotted #fff;
  padding: 10px;
  text-align: center;
  color: #fff;
}

#guide_page .usageFeeWrapper table thead tr:first-child th.first-child {
  width: auto;
  border-bottom: none;
}

#guide_page .usageFeeWrapper table thead th {
  font-size: 20px;
  font-weight: 600;
}

#guide_page .usageFeeWrapper table thead td {
  text-align: center;
  color: #fff;
  border-right: 2px solid #fff;
  padding: 5px;
}

#guide_page .usageFeeWrapper table thead .period {
  width: 140px;
  text-align: center;
}

#guide_page .usageFeeWrapper table tbody tr td {
  text-align: left;
  font-weight: bold;
  border: 2px solid #ebebeb;
}

#guide_page .usageFeeWrapper table tbody tr td.fee {
  color: #388fc5;
  text-align: right;
  width: 17%;
  font-size: 22px;
  padding: 5px 10px;
  vertical-align: bottom;
}

#guide_page .usageFeeWrapper table tbody tr .category {
  background-color: #e7f6ff;
  text-align: left;
  vertical-align: middle;
  font-size: 22px;
  padding: 10px 15px;
  font-weight: 800;
}

#guide_page .usageFeeWrapper table tbody tr .category.terms {
  font-weight: 400;
  font-size: 18px;
  width: 14%;
}

#guide_page .usageFeeWrapper table tbody tr .category.vertical {
  width: 4%;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
}

#guide_page .usageFeeWrapper table tbody tr .category.vertical + td {
  width: 14%;
}

#guide_page .usageFeeWrapper .attentionTitle {
  color: #7c7c7c;
}

#guide_page .usageFeeWrapper .attention {
  margin-bottom: 80px;
}

#guide_page .usageFeeWrapper .triTables {
  width: 100%;
  margin-bottom: 2%;
  display: table;
}

#guide_page .usageFeeWrapper .triTables .tableLeftTable {
  vertical-align: top;
  display: table-cell;
  width: 49%;
  padding-right: 2%;
}

#guide_page .usageFeeWrapper .triTables .tableRightTable {
  width: 49%;
  display: table-cell;
}

#guide_page .usageFeeWrapper .triTables .tableRightTable .rightBottomTable {
  margin-top: 4%;
}

#guide_page .usageFeeWrapper .triTables table {
  width: 100%;
  margin-bottom: 4%;
  font-size: 14px;
}

#guide_page .usageFeeWrapper .triTables table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

#guide_page .usageFeeWrapper .triTables table thead tr th {
  border-right: 1px solid #fff;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
}

#guide_page .usageFeeWrapper .triTables table thead tr th.oneSec {
  border-bottom: 2px solid #ebebeb;
}

#guide_page .usageFeeWrapper .triTables table tbody tr .category {
  padding: 5px;
}

#guide_page .usageFeeWrapper .triTables table tbody tr th.category {
  border: 2px solid #ebebeb;
}

#guide_page .usageFeeWrapper .triTables table tbody tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 5px;
}

#guide_page .usageFeeWrapper .triTables table tbody tr td.fee {
  font-size: 18px;
  font-weight: 600;
  width: 25%;
}

#guide_page .usageFeeWrapper .triTables table tbody tr td.category {
  background-color: #e7f6ff;
  font-weight: 800;
  border: 2px solid #ebebeb;
  white-space: nowrap;
}

#guide_page .usageFeeWrapper .triTables table .category {
  font-size: 16px;
  vertical-align: top;
}

#guide_page .usageFeeWrapper .triTables table .unit {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

#guide_page .arw {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;
}

#guide_page #notes .contentsWrapper {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}

#guide_page #notes .notesBox {
  border: 2px solid #4da8e1;
  border-top: none;
  padding: 20px 20px;
}

#guide_page #notes .notesBox span {
  color: #7c7c7c;
}

section[class^="title"] {
  width: 100%;
  max-width: 1066px;
  margin: 30px auto 60px;
}

section[class^="title"] h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

section[class^="title"] .anchors {
  display: table;
  margin: 0 auto;
}

section[class^="title"] .anchors .anchor {
  display: table-cell;
  width: 267px;
  text-align: center;
}

section[class^="title"] .anchors .anchor a {
  display: block;
  position: relative;
  margin: auto;
  width: 168px;
  height: 168px;
}

section[class^="title"] .anchors .anchor a:after {
  content: "";
  position: absolute;
  width: 168px;
  height: 168px;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 232, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

section[class^="title"] .anchors .anchor a:hover:after {
  opacity: 1;
}

section[class^="title"] .anchors .anchor img {
  width: 168px;
  height: auto;
}

#facilities_page {
  /*.mainView > span{
				width: 771px;
			}
			.subView > article > span{
				width: 290px;
			}*/
}

#facilities_page h3.blueLine {
  margin-bottom: 60px;
}

#facilities_page h4.blueLine {
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

#facilities_page .description {
  margin-bottom: 50px;
}

#facilities_page #bigHall .content,
#facilities_page #smallHall .content,
#facilities_page #conferenceRoom .content,
#facilities_page #japaneseRoom .content,
#facilities_page #other .content {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
}

#facilities_page #bigHall .visual,
#facilities_page #smallHall .visual,
#facilities_page #conferenceRoom .visual,
#facilities_page #japaneseRoom .visual,
#facilities_page #other .visual {
  margin-bottom: 35px;
}

#facilities_page #bigHall .visual .mainView,
#facilities_page #smallHall .visual .mainView,
#facilities_page #conferenceRoom .visual .mainView,
#facilities_page #japaneseRoom .visual .mainView,
#facilities_page #other .visual .mainView {
  float: right;
  width: 72.49%;
}

#facilities_page #bigHall .visual .mainView > span,
#facilities_page #smallHall .visual .mainView > span,
#facilities_page #conferenceRoom .visual .mainView > span,
#facilities_page #japaneseRoom .visual .mainView > span,
#facilities_page #other .visual .mainView > span {
  display: block;
  max-width: 772px;
  width: 100%;
}

#facilities_page #bigHall .visual .mainView > span > img,
#facilities_page #smallHall .visual .mainView > span > img,
#facilities_page #conferenceRoom .visual .mainView > span > img,
#facilities_page #japaneseRoom .visual .mainView > span > img,
#facilities_page #other .visual .mainView > span > img {
  width: 100%;
}

#facilities_page #bigHall .visual .subView,
#facilities_page #smallHall .visual .subView,
#facilities_page #conferenceRoom .visual .subView,
#facilities_page #japaneseRoom .visual .subView,
#facilities_page #other .visual .subView {
  float: left;
  width: 27.14%;
}

#facilities_page #bigHall .visual .subView > div > span,
#facilities_page #smallHall .visual .subView > div > span,
#facilities_page #conferenceRoom .visual .subView > div > span,
#facilities_page #japaneseRoom .visual .subView > div > span,
#facilities_page #other .visual .subView > div > span {
  display: block;
  max-width: 289px;
  width: 100%;
}

#facilities_page #bigHall .visual .subView > div > span > img,
#facilities_page #smallHall .visual .subView > div > span > img,
#facilities_page #conferenceRoom .visual .subView > div > span > img,
#facilities_page #japaneseRoom .visual .subView > div > span > img,
#facilities_page #other .visual .subView > div > span > img {
  width: 100%;
}

#facilities_page #bigHall .visual .twoView,
#facilities_page #smallHall .visual .twoView,
#facilities_page #conferenceRoom .visual .twoView,
#facilities_page #japaneseRoom .visual .twoView,
#facilities_page #other .visual .twoView {
  width: 49.5%;
  float: left;
}

#facilities_page #bigHall .visual .twoView > span,
#facilities_page #smallHall .visual .twoView > span,
#facilities_page #conferenceRoom .visual .twoView > span,
#facilities_page #japaneseRoom .visual .twoView > span,
#facilities_page #other .visual .twoView > span {
  display: block;
}

#facilities_page #bigHall .visual .twoView > span > img,
#facilities_page #smallHall .visual .twoView > span > img,
#facilities_page #conferenceRoom .visual .twoView > span > img,
#facilities_page #japaneseRoom .visual .twoView > span > img,
#facilities_page #other .visual .twoView > span > img {
  max-width: 531px;
  width: 100%;
}

#facilities_page #bigHall .visual .twoView:last-child,
#facilities_page #smallHall .visual .twoView:last-child,
#facilities_page #conferenceRoom .visual .twoView:last-child,
#facilities_page #japaneseRoom .visual .twoView:last-child,
#facilities_page #other .visual .twoView:last-child {
  float: right;
}

#facilities_page #bigHall .visual .fourViewMain,
#facilities_page #smallHall .visual .fourViewMain,
#facilities_page #conferenceRoom .visual .fourViewMain,
#facilities_page #japaneseRoom .visual .fourViewMain,
#facilities_page #other .visual .fourViewMain {
  width: 59.44%;
  float: left;
}

#facilities_page #bigHall .visual .fourViewMain > span,
#facilities_page #smallHall .visual .fourViewMain > span,
#facilities_page #conferenceRoom .visual .fourViewMain > span,
#facilities_page #japaneseRoom .visual .fourViewMain > span,
#facilities_page #other .visual .fourViewMain > span {
  display: block;
}

#facilities_page #bigHall .visual .fourViewMain > span > img,
#facilities_page #smallHall .visual .fourViewMain > span > img,
#facilities_page #conferenceRoom .visual .fourViewMain > span > img,
#facilities_page #japaneseRoom .visual .fourViewMain > span > img,
#facilities_page #other .visual .fourViewMain > span > img {
  max-width: 633px;
  width: 100%;
}

#facilities_page #bigHall .visual .fourViewSub,
#facilities_page #smallHall .visual .fourViewSub,
#facilities_page #conferenceRoom .visual .fourViewSub,
#facilities_page #japaneseRoom .visual .fourViewSub,
#facilities_page #other .visual .fourViewSub {
  width: 39.82%;
  float: right;
}

#facilities_page #bigHall .visual .fourViewSub div > span,
#facilities_page #smallHall .visual .fourViewSub div > span,
#facilities_page #conferenceRoom .visual .fourViewSub div > span,
#facilities_page #japaneseRoom .visual .fourViewSub div > span,
#facilities_page #other .visual .fourViewSub div > span {
  display: block;
}

#facilities_page #bigHall .visual .fourViewSub div > span img,
#facilities_page #smallHall .visual .fourViewSub div > span img,
#facilities_page #conferenceRoom .visual .fourViewSub div > span img,
#facilities_page #japaneseRoom .visual .fourViewSub div > span img,
#facilities_page #other .visual .fourViewSub div > span img {
  max-width: 424px;
  width: 100%;
}

#facilities_page #bigHall .visual .fourViewSub ul,
#facilities_page #smallHall .visual .fourViewSub ul,
#facilities_page #conferenceRoom .visual .fourViewSub ul,
#facilities_page #japaneseRoom .visual .fourViewSub ul,
#facilities_page #other .visual .fourViewSub ul {
  display: table;
  width: 100%;
}

#facilities_page #bigHall .visual .fourViewSub ul > li,
#facilities_page #smallHall .visual .fourViewSub ul > li,
#facilities_page #conferenceRoom .visual .fourViewSub ul > li,
#facilities_page #japaneseRoom .visual .fourViewSub ul > li,
#facilities_page #other .visual .fourViewSub ul > li {
  width: 49.2%;
  padding-right: 0.8%;
  display: table-cell;
  text-align: left;
}

#facilities_page #bigHall .visual .fourViewSub ul > li:last-child,
#facilities_page #smallHall .visual .fourViewSub ul > li:last-child,
#facilities_page #conferenceRoom .visual .fourViewSub ul > li:last-child,
#facilities_page #japaneseRoom .visual .fourViewSub ul > li:last-child,
#facilities_page #other .visual .fourViewSub ul > li:last-child {
  padding: 0 0 0 0.8%;
  text-align: right;
}

#facilities_page #bigHall .visual .fourViewSub ul > li img,
#facilities_page #smallHall .visual .fourViewSub ul > li img,
#facilities_page #conferenceRoom .visual .fourViewSub ul > li img,
#facilities_page #japaneseRoom .visual .fourViewSub ul > li img,
#facilities_page #other .visual .fourViewSub ul > li img {
  width: 100%;
}

#facilities_page #bigHall .visual .fourViewSub > .upper,
#facilities_page #smallHall .visual .fourViewSub > .upper,
#facilities_page #conferenceRoom .visual .fourViewSub > .upper,
#facilities_page #japaneseRoom .visual .fourViewSub > .upper,
#facilities_page #other .visual .fourViewSub > .upper {
  margin-bottom: 3px;
}

#facilities_page #bigHall .visual img,
#facilities_page #smallHall .visual img,
#facilities_page #conferenceRoom .visual img,
#facilities_page #japaneseRoom .visual img,
#facilities_page #other .visual img {
  vertical-align: bottom;
}

#facilities_page #bigHall .visual p,
#facilities_page #smallHall .visual p,
#facilities_page #conferenceRoom .visual p,
#facilities_page #japaneseRoom .visual p,
#facilities_page #other .visual p {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  color: #000;
}

#facilities_page #bigHall .visualSub,
#facilities_page #smallHall .visualSub,
#facilities_page #conferenceRoom .visualSub,
#facilities_page #japaneseRoom .visualSub,
#facilities_page #other .visualSub {
  margin-bottom: 60px;
}

#facilities_page #bigHall .visualSub > ul,
#facilities_page #smallHall .visualSub > ul,
#facilities_page #conferenceRoom .visualSub > ul,
#facilities_page #japaneseRoom .visualSub > ul,
#facilities_page #other .visualSub > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#facilities_page #bigHall .visualSub > ul li,
#facilities_page #smallHall .visualSub > ul li,
#facilities_page #conferenceRoom .visualSub > ul li,
#facilities_page #japaneseRoom .visualSub > ul li,
#facilities_page #other .visualSub > ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 20%;
  padding-right: 2px;
}

#facilities_page #bigHall .visualSub > ul li:last-child,
#facilities_page #smallHall .visualSub > ul li:last-child,
#facilities_page #conferenceRoom .visualSub > ul li:last-child,
#facilities_page #japaneseRoom .visualSub > ul li:last-child,
#facilities_page #other .visualSub > ul li:last-child {
  padding-right: 0;
}

#facilities_page #bigHall .visualSub > ul li img,
#facilities_page #smallHall .visualSub > ul li img,
#facilities_page #conferenceRoom .visualSub > ul li img,
#facilities_page #japaneseRoom .visualSub > ul li img,
#facilities_page #other .visualSub > ul li img {
  width: 100%;
}

#facilities_page #bigHall .visualSub p,
#facilities_page #smallHall .visualSub p,
#facilities_page #conferenceRoom .visualSub p,
#facilities_page #japaneseRoom .visualSub p,
#facilities_page #other .visualSub p {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  color: #000;
}

#facilities_page #bigHall .viewer3D,
#facilities_page #smallHall .viewer3D,
#facilities_page #conferenceRoom .viewer3D,
#facilities_page #japaneseRoom .viewer3D,
#facilities_page #other .viewer3D {
  margin-bottom: 42px;
  text-align: center;
}

#facilities_page #bigHall .facilitiesDrawing,
#facilities_page #smallHall .facilitiesDrawing,
#facilities_page #conferenceRoom .facilitiesDrawing,
#facilities_page #japaneseRoom .facilitiesDrawing,
#facilities_page #other .facilitiesDrawing {
  margin-bottom: 40px;
}

#facilities_page #bigHall .facilitiesDrawing > p,
#facilities_page #smallHall .facilitiesDrawing > p,
#facilities_page #conferenceRoom .facilitiesDrawing > p,
#facilities_page #japaneseRoom .facilitiesDrawing > p,
#facilities_page #other .facilitiesDrawing > p {
  font-size: 15px;
  margin-bottom: 5px;
}

#facilities_page #bigHall .facilitiesDrawing .pdfList,
#facilities_page #smallHall .facilitiesDrawing .pdfList,
#facilities_page #conferenceRoom .facilitiesDrawing .pdfList,
#facilities_page #japaneseRoom .facilitiesDrawing .pdfList,
#facilities_page #other .facilitiesDrawing .pdfList {
  display: table;
}

#facilities_page #bigHall .facilitiesDrawing .pdfList li,
#facilities_page #smallHall .facilitiesDrawing .pdfList li,
#facilities_page #conferenceRoom .facilitiesDrawing .pdfList li,
#facilities_page #japaneseRoom .facilitiesDrawing .pdfList li,
#facilities_page #other .facilitiesDrawing .pdfList li {
  display: table-cell;
  padding-right: 24px;
}

#facilities_page #bigHall .facilitiesDrawing .pdfList li a,
#facilities_page #smallHall .facilitiesDrawing .pdfList li a,
#facilities_page #conferenceRoom .facilitiesDrawing .pdfList li a,
#facilities_page #japaneseRoom .facilitiesDrawing .pdfList li a,
#facilities_page #other .facilitiesDrawing .pdfList li a {
  font-size: 19px;
  font-weight: 600;
  color: #4da8e1;
}

#facilities_page #bigHall .infoTable,
#facilities_page #smallHall .infoTable,
#facilities_page #conferenceRoom .infoTable,
#facilities_page #japaneseRoom .infoTable,
#facilities_page #other .infoTable {
  width: 100%;
  border-right: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#facilities_page #bigHall .infoTable *,
#facilities_page #smallHall .infoTable *,
#facilities_page #conferenceRoom .infoTable *,
#facilities_page #japaneseRoom .infoTable *,
#facilities_page #other .infoTable * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#facilities_page #bigHall .infoTable th,
#facilities_page #smallHall .infoTable th,
#facilities_page #conferenceRoom .infoTable th,
#facilities_page #japaneseRoom .infoTable th,
#facilities_page #other .infoTable th {
  min-height: 56px;
  background-color: #e7f6ff;
  text-align: center;
  padding: 18px;
  width: 146px;
  vertical-align: middle;
  font-weight: 600;
}

#facilities_page #bigHall .infoTable td,
#facilities_page #smallHall .infoTable td,
#facilities_page #conferenceRoom .infoTable td,
#facilities_page #japaneseRoom .infoTable td,
#facilities_page #other .infoTable td {
  padding: 18px 40px;
}

#facilities_page #bigHall .infoTable th, #facilities_page #bigHall .infoTable td,
#facilities_page #smallHall .infoTable th,
#facilities_page #smallHall .infoTable td,
#facilities_page #conferenceRoom .infoTable th,
#facilities_page #conferenceRoom .infoTable td,
#facilities_page #japaneseRoom .infoTable th,
#facilities_page #japaneseRoom .infoTable td,
#facilities_page #other .infoTable th,
#facilities_page #other .infoTable td {
  border-top: 1px solid #ebebeb;
  font-size: 16px;
}

#facilities_page #bigHall .infoTable tr:last-child th, #facilities_page #bigHall .infoTable tr:last-child td,
#facilities_page #smallHall .infoTable tr:last-child th,
#facilities_page #smallHall .infoTable tr:last-child td,
#facilities_page #conferenceRoom .infoTable tr:last-child th,
#facilities_page #conferenceRoom .infoTable tr:last-child td,
#facilities_page #japaneseRoom .infoTable tr:last-child th,
#facilities_page #japaneseRoom .infoTable tr:last-child td,
#facilities_page #other .infoTable tr:last-child th,
#facilities_page #other .infoTable tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

#facilities_page #conferenceRoom .content,
#facilities_page #japaneseRoom .content,
#facilities_page #other .content {
  margin-bottom: 100px;
}

#facilities_page #conferenceRoom .description,
#facilities_page #japaneseRoom .description,
#facilities_page #other .description {
  margin-top: 30px;
  margin-bottom: 30px;
}

#facilities_page .titleFacilities {
  padding: 0;
}

#facilities_page section[class^="title"] .anchors {
  width: 100%;
}

#facilities_page section[class^="title"] .anchors .anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  font-size: 0;
}

#facilities_page section[class^="title"] .anchors .anchor a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 1px;
  font-size: 0;
}

#facilities_page section[class^="title"] .anchors .anchor a img {
  position: relative;
  max-width: 168px;
  height: auto;
  width: 100%;
  margin: 0 1px;
}

#facilities_page section[class^="title"] .anchors .anchor a:after {
  width: auto;
  height: auto;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  margin: auto;
}

#facilities_page .oneView img {
  max-width: 1064px;
  width: 100%;
}

.whitewrapper {
  width: 100%;
  background-color: #fff;
}

#event_page h3.blueLine {
  margin-bottom: 65px;
}

#event_page h3.blueLine span {
  font-size: 20px;
}

#event_page #eventinfo2 .contentsWrapper {
  width: 980px;
  margin: 0 auto;
}

#event_page #eventinfo2 table {
  width: 100%;
  font-weight: bold;
  border-spacing: 1px;
}

#event_page #eventinfo2 table thead {
  color: #4da8e1;
  background-color: #f2f2f3;
}

#event_page #eventinfo2 table thead td {
  border: none;
  text-align: center;
  padding: 5px;
}

#event_page #eventinfo2 table tbody {
  text-align: center;
  vertical-align: middle;
  border: none;
}

#event_page #eventinfo2 table tbody tr {
  background-color: #fff;
}

#event_page #eventinfo2 table tbody tr.Link:hover {
  background-color: #f9ff6c;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

#event_page #eventinfo2 table tbody tr th,
#event_page #eventinfo2 table tbody tr td {
  border: 2px solid #f2f2f3;
  border-top: 2px solid #f2f2f3;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  padding: 10px 20px;
}

#event_page #eventinfo2 table tbody tr th.cell__day,
#event_page #eventinfo2 table tbody tr td.cell__day {
  width: 15%;
}

#event_page #eventinfo2 table tbody tr th.cell__eventName,
#event_page #eventinfo2 table tbody tr td.cell__eventName {
  width: auto;
  text-align: left;
  text-decoration: underline;
}

#event_page #eventinfo2 table tbody tr th.cell__time,
#event_page #eventinfo2 table tbody tr td.cell__time {
  width: 16.83%;
}

#event_page #eventinfo2 table tbody tr th.cell__contactUs,
#event_page #eventinfo2 table tbody tr td.cell__contactUs {
  width: 18.8%;
  text-align: left;
}

#event_page #eventinfo2 table tbody tr th.cell__entry,
#event_page #eventinfo2 table tbody tr td.cell__entry {
  width: 18.8%;
}

#event_page #eventinfo2 table tbody tr th:first-child,
#event_page #eventinfo2 table tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#event_page #eventinfo2 table tbody tr th:last-child,
#event_page #eventinfo2 table tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#event_page #eventinfo2 table tbody tr:not([class="Link"]) .cell__eventName {
  text-decoration: none;
}

#event_page #eventinfo2 table.rakugo {
  margin: 10px 0 60px;
  table-layout: fixed;
}

#event_page #eventinfo2 table.rakugo thead tr td.cell__times {
  width: 12%;
}

#event_page #eventinfo2 table.rakugo thead tr td.cell__day {
  width: 20%;
}

#event_page #eventinfo2 table.rakugo thead tr td.cell__stage {
  width: 68%;
}

#event_page #eventinfo2 table.rakugo tbody tr td {
  padding: 10px;
  border-radius: 0;
  font-weight: normal;
}

#event_page #eventinfo2 table.rakugo tbody tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

#event_page #eventinfo2 table.rakugo tbody tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

#event_page #eventinfo2 table.rakugo tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

#event_page #eventinfo2 table.rakugo tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

#event_page #eventinfo2 table.rakugo tbody tr:hover {
  background-color: #fff;
  cursor: default;
}

#event_page #eventinfo2 table.rakugo tbody tr:nth-child(even) {
  background-color: #f0f8ff;
}

#event_page #scheduleSlide {
  display: table;
  table-layout: fixed;
  max-width: 1066px;
  width: 100%;
  margin: 55px auto 60px;
}

#event_page #scheduleSlide li {
  display: table-cell;
  text-align: center;
}

#event_page #scheduleSlide li.btns {
  width: 218px;
}

#event_page #scheduleSlide li .btn.monthSlideBtn {
  float: none;
  margin: 0 auto;
  display: block;
  position: relative;
  background-image: url(../img/arwYellowDown.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 12px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#event_page #scheduleSlide li .btn.monthSlideBtn a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
}

#event_page #scheduleSlide li a {
  color: #4da8e1;
  font-weight: 600;
}

#event_page #scheduleSlide .invisivle {
  visibility: hidden;
}

#event_page #scheduleSlide.preMonth {
  display: block;
  max-width: 1066px;
  width: 100%;
  text-align: center;
}

#event_page #scheduleSlide.preMonth li {
  display: inline-block;
  width: 145px;
  margin: 5px;
}

div.whitewrapper.eventwrapper {
  background-color: #f2f2f3;
}

div.whitewrapper.eventwrapper #eventinfo2 h4 {
  margin: 115px auto 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.whitewrapper.eventwrapper #eventinfo2 h5 {
  margin: 65px auto 30px;
}

.schedule_month {
  margin-bottom: 115px;
}

#event_detail_page .eventDetealWrapper {
  max-width: 980px;
  width: 100%;
  margin: 45px auto;
  background-color: #fff;
}

#event_detail_page .eventDetealWrapper .eventTitle {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  padding: 45px 0 35px 0;
}

#event_detail_page .eventDetealWrapper .eventTitle span {
  color: #4da8e1;
  font-family: GEORGIA;
}

#event_detail_page .eventDetealWrapper .visual {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
}

#event_detail_page .eventDetealWrapper .visual img {
  width: 100%;
}

#event_detail_page .eventDetealWrapper .text_info {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  padding: 60px 0;
}

#event_detail_page table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  text-align: left;
  table-layout: fixed;
  border-top: 1px solid #ebebeb;
}

#event_detail_page table tbody th {
  text-align: center;
  width: 200px;
  font-weight: 800;
  background-color: #e7f6ff;
  padding-left: 10px;
}

#event_detail_page table tbody th span {
  font-size: 12px;
  padding-left: 15px;
}

#event_detail_page table tbody td {
  padding: 20px 45px;
}

#event_detail_page table tbody td.ticket_buy_tab {
  padding-bottom: 0;
}

#event_detail_page table tbody th, #event_detail_page table tbody td {
  border-bottom: 1px solid #ebebeb;
}

#event_detail_page table .ticketTablesBox {
  font-weight: bold;
}

#event_detail_page table .ticketTables {
  width: 100%;
  margin-bottom: 30px;
}

#event_detail_page table .ticketTables th {
  text-align: left;
  background-color: #388fc5;
  color: #fff;
  border: none;
  width: 60%;
}

#event_detail_page table .ticketTables td {
  border: 2px solid #388fc5;
  width: 40%;
  text-align: center;
}

#event_detail_page table .ticketTables td a {
  color: #388fc5;
  text-decoration: none;
  font-size: 20px;
}

#event_detail_page table .ticketTables.dotLine tr th {
  border-bottom: 3px dotted #fff;
}

#event_detail_page table .ticketTables.dotLine tr td {
  border-bottom: 3px dotted #388fc5;
}

#event_detail_page table .ticketTables.dotLine tr:last-child th,
#event_detail_page table .ticketTables.dotLine tr:last-child td {
  border-bottom: none;
  border-bottom: 2px solid #388fc5;
}

#event_detail_page table .ticketTables.dotLine tr:not(:first-child) td {
  border-top: none;
}

#event_detail_page table .ticketTables.dotLine.arwIcn th {
  background-image: url(../img/btnPageOut.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

#event_detail_page table .ticketTables.dotLine.arwIcn th:hover {
  background-color: #f9ff6c;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  color: #000;
  border-color: #f9ff6c;
}

#event_detail_page table .ticketTables tr:first-child th {
  border-top-left-radius: 15px;
}

#event_detail_page table .ticketTables tr:first-child td {
  border-top-right-radius: 15px;
}

#event_detail_page table .ticketTables tr:last-child th {
  border-bottom-left-radius: 15px;
}

#event_detail_page table .ticketTables tr:last-child td {
  border-bottom-right-radius: 15px;
}

#event_detail_page table span.noteDisk {
  color: #4da8e1;
}

#event_detail_page table .pdfBtn {
  float: left;
  margin: 5px auto;
  width: 225px;
  text-align: left;
  background-image: url(../img/arwYellow.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}

#event_detail_page table .pdfBtn a {
  color: #fff;
  text-decoration: none;
}

#event_detail_page table .attentionList {
  padding-left: 1em;
}

#event_detail_page table .attentionList li {
  text-indent: -1em;
}

#access_page .attention {
  color: #7c7c7c;
  padding-left: 1.15em;
  display: block;
}

#access_page .attention li:before {
  content: '';
  margin-right: 0.25em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  border-radius: 100%;
  background: #4da8e1;
  vertical-align: middle;
}

#access_page .attention li {
  margin: 0.5em 0 0.5em 0;
  text-indent: -1.15em;
}

#access_page .attention li.no_disk:before {
  display: none;
}

#access_page .busTable {
  margin: 20px auto;
}

#access_page .busTable thead {
  background-color: #388fc5;
  font-weight: 600;
}

#access_page .busTable thead td {
  text-align: center;
  color: #fff;
  border-right: 2px solid #fff;
  padding: 5px;
}

#access_page .busTable tbody tr td {
  text-align: center;
  font-weight: bold;
  border: 2px solid #ebebeb;
  padding: 2px 10px;
}

#access_page .busTable tbody tr td span {
  color: #388fc5;
  font-size: 15px;
}

.accessContactInfo {
  max-width: 1066px;
  width: 100%;
  margin: 60px auto 0;
  display: table;
}

.accessContactInfo .placeLeftBox {
  width: 51.5%;
  padding-right: 30px;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

.accessContactInfo .placeLeftBox > div {
  padding: 30px 10px;
  border-bottom: 2px dotted #d4d4d4;
}

.accessContactInfo .placeLeftBox > div > div {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

.accessContactInfo .placeLeftBox > div.addressBox {
  border-top: 2px dotted #d4d4d4;
}

.accessContactInfo .placeLeftBox > div.addressBox p {
  display: table-cell;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}

.accessContactInfo .placeLeftBox > div.tellNo a, .accessContactInfo .placeLeftBox > div.faxNo a {
  color: #4da8e1;
  text-decoration: none;
  font-size: 30px;
}

.accessContactInfo .placeLeftBox > div.tellNo span, .accessContactInfo .placeLeftBox > div.faxNo span {
  font-size: 15px;
}

.accessContactInfo .placeRightBox {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
}

.accessContactInfo .placeRightBox #mapField {
  position: relative;
  max-width: 533px;
  max-height: 533px;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.accessContactInfo .placeRightBox #mapField iframe, .accessContactInfo .placeRightBox #mapField object, .accessContactInfo .placeRightBox #mapField embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.conferenceM_ac {
  text-align: center;
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.conferenceM_ac + .conferenceM_ac {
  padding-top: 30px;
  border-top: 2px dotted #d4d4d4;
}

#train {
  text-align: center;
}

#train .conferenceM_ac img {
  margin: 20px auto 0;
  max-width: 750px;
  width: 100%;
}

#train .attention {
  text-align: left;
  color: #000;
}

#train .attention li {
  font-size: 18px;
}

#train .attention li strong {
  font-weight: bold;
}

#train .barOpen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #388fc5;
  color: #fff;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  background-image: url(../img/access/plusYellow.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 12px;
  margin-bottom: 10px;
  cursor: pointer;
}

#train .barOpen.active {
  background-image: url(../img/access/minusYellow.png);
}

#train .hideMaps {
  display: none;
}

#parking .conferenceM_ac img {
  margin: 20px auto;
  width: 100%;
  max-width: 870px;
}

#parking p {
  text-align: left;
}

#car .access_car_pcBox {
  margin-top: 40px;
}

#car .access_car_textBox {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 355px;
}

#car .access_car_textBox .attention {
  color: #000;
}

#car .access_car_rightBox {
  text-align: left;
  display: inline-block;
  width: 669px;
}

#car .access_car_rightBox p {
  padding: 10px;
  border: 1px solid #388fc5;
  border-bottom: none;
  margin-left: 86px;
  font-size: 15px;
}

#about_page .receptionText {
  font-size: 19px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}

#about_page .notesBox {
  border: 2px solid #4da8e1;
  border-top: none;
  padding: 20px 20px;
}

#about_page .notesBox span {
  color: #7c7c7c;
}

#about_page .notesBox #table1 table {
  width: 100%;
  border-collapse: collapse;
}

#about_page .notesBox #table1 table tr {
  border-bottom: solid 2px white;
}

#about_page .notesBox #table1 table tr:last-child {
  border-bottom: none;
}

#about_page .notesBox #table1 table tr th {
  position: relative;
  text-align: left;
  font-weight: bold;
  width: 35%;
  height: 45px;
  background-color: #298ae6;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#about_page .notesBox #table1 table tr th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -9px;
  border-left: 9px solid #298ae6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#about_page .notesBox #table1 table tr td {
  font-weight: bold;
  text-align: left;
  width: 65%;
  text-align: center;
  background-color: #eee;
  color: #230253;
  padding: 10px 0;
}

#about_page .notesBox #table2 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.5px;
  border: solid 1.5px #ececec;
}

#about_page .notesBox #table2 table tr th {
  font-weight: bold;
  padding: 10px 0;
  color: #130252;
  text-align: center;
  background-color: #ececec;
}

#about_page .notesBox #table2 table tr td {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
}

#about_page .notesBox #table2 table tr td:nth-of-type(odd) {
  color: #f02400;
  background-color: #ffebd6;
}

#about_page .notesBox #table2 table tr td:nth-of-type(even) {
  color: #3f0695;
  background-color: #dbeeff;
}

#about_page .notesBox .visual {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
}

#about_page .notesBox .visual img {
  width: 100%;
}

#about_page .notesBox #table3 table {
  width: 75%;
  border-collapse: separate;
  border-spacing: 1.5px;
  border: solid 1.5px #ececec;
}

#about_page .notesBox #table3 table tr th {
  font-weight: bold;
  padding: 7.5px 0;
  color: #130252;
  text-align: center;
  background-color: #ececec;
}

#about_page .notesBox #table3 table tr th span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #130252;
}

#about_page .notesBox #table3 table tr td {
  font-weight: bold;
  padding: 7.5px 0;
  text-align: center;
  border-radius: 2px;
}

#about_page .notesBox #table3 table tr td:nth-of-type(odd) {
  color: #f02400;
  background-color: #faecdc;
}

#about_page .notesBox #table3 table tr td:nth-of-type(even) {
  color: #3f0695;
  background-color: aliceblue;
}

#about_page .attention {
  color: #7c7c7c;
  padding-left: 1.15em;
  display: block;
}

#about_page .attention li:before {
  content: '';
  margin-right: 0.25em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  border-radius: 100%;
  background: #4da8e1;
  vertical-align: middle;
}

#about_page .attention li {
  margin: 0.5em 0 0.5em 0;
  text-indent: -1.15em;
}

#about_page #guideLine .contentsWrapper,
#about_page #linkArea .contentsWrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#about_page table {
  width: 100%;
  margin: 0 auto 30px auto;
}

#about_page table thead {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #4da8e1;
}

#about_page table thead td {
  padding: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#about_page table thead td:first-child, #about_page table thead td:last-child {
  border: none;
}

#about_page table tbody td {
  border: 1px solid #e9ebea;
  min-height: 30px;
}

#about_page table tbody td span {
  color: #4da8e1;
}

#about_page table tbody td a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
}

#about_page table tbody td a:before {
  content: '';
  margin-right: 0.25em;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  border-radius: 100%;
  background: #4da8e1;
  vertical-align: middle;
}

#about_page table.aboutTheSiteLink {
  border: 2px solid #4da8e1;
  border-top: 0;
}

#about_page table.aboutTheSiteLink tbody tr:hover {
  background-color: #f9ff6c;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 769px) and (max-width: 1067px) {
  section:not(.mainVisual) {
    padding: 0 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer div.footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 11px;
  }
  #event_page h3.blueLine {
    margin-bottom: 6%;
  }
  #event_page #eventinfo2 .contentsWrapper {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .sp_contents {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  table thead tr th,
  table thead tr td,
  table tbody tr th,
  table tbody tr td {
    font-size: 10px !important;
  }
  header {
    border: none;
  }
  header .header {
    border: none;
  }
  header .header h1.logo {
    float: none;
    width: 100%;
  }
  header .header h1.logo img {
    max-width: 100%;
  }
  header .header .mainMenu {
    float: none;
    width: 100%;
  }
  header .header .mainMenu li {
    width: 25%;
    display: block;
    float: left;
    border: none !important;
  }
  header .header .mainMenu a {
    background: none !important;
    display: block;
  }
  header .header .mainMenu a img {
    max-width: 100%;
    display: block;
  }
  #index_page .wrapper section.mainVisual div.slideShow {
    width: 100%;
    float: none;
  }
  #index_page .wrapper section.mainVisual div.banners {
    width: 100%;
    float: none;
    margin-top: -10px;
  }
  #index_page .wrapper section.mainVisual div.banners img {
    max-width: 50%;
    float: left;
  }
  #index_page .wrapper section.news {
    padding: 0 15px;
  }
  #index_page .wrapper section.event {
    padding: 0 15px;
  }
  #index_page .wrapper section.closingDay {
    padding: 0 15px;
  }
  #index_page .wrapper .wideWrap {
    margin: 0;
  }
  #index_page .wrapper #container .item {
    background-color: #fff;
    margin: 0 1.5% 22px;
    width: 47%;
    height: auto;
  }
  #index_page .event h3 img {
    max-width: 100%;
  }
  #index_page div.btn {
    width: 235px;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .item .itemBoxCaption {
    background: none;
  }
  .spmenu_footer {
    margin-bottom: 45px;
  }
  .spmenu_footer li {
    border-top: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    background: url("../img/sp_arrow_menu.png") #fff no-repeat 97% 50%;
    padding: 3px 0;
  }
  .spmenu_footer li img {
    width: 55%;
    height: auto;
  }
  .spmenu_footer li a {
    display: block;
    width: 100%;
  }
  .spmenu_footer .bnone {
    border-top: none;
  }
  /* 施設案内 */
  #facilities_page .titleFacilities {
    width: 100% !important;
  }
  #facilities_page .titleFacilities .whitewrapper .sp_table {
    padding: 0 20px;
  }
  #facilities_page .titleFacilities .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page .titleFacilities h2 img {
    height: 53px;
  }
  #facilities_page .sp_visual p {
    padding: 10px 15px;
  }
  #facilities_page .sp_visual img {
    vertical-align: bottom;
    width: 100%;
  }
  #facilities_page .anchors {
    width: 100%;
  }
  #facilities_page .anchors .anchor {
    display: inline-block;
    width: 20%;
  }
  #facilities_page .anchors .anchor a {
    width: 100%;
    height: 100%;
  }
  #facilities_page .anchors .anchor a:after {
    background: none;
  }
  #facilities_page .anchors .anchor img {
    width: 100%;
  }
  #facilities_page h3.blueLine {
    margin-bottom: 0;
  }
  #facilities_page h4.blueLine {
    width: 100%;
    background: #a0a0a0 !important;
  }
  #facilities_page .description {
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  #facilities_page #bigHall .content {
    width: 100%;
  }
  #facilities_page #bigHall .content .sp_visual p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #facilities_page #bigHall .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page #bigHall .facilitiesDrawing .pdfList li {
    display: inline-block;
    vertical-align: top;
  }
  #facilities_page #bigHall .sp_table {
    padding: 0 15px;
  }
  #facilities_page #bigHall .infoTable th {
    padding: 10px;
  }
  #facilities_page #bigHall .infoTable td {
    padding: 10px;
  }
  #facilities_page #bigHall .visual .twoView {
    width: 50%;
    padding: 0 15px;
  }
  #facilities_page #bigHall .textBtn:hover {
    background: #4da8e1;
    color: #f9ff6c;
  }
  #facilities_page #smallHall .content {
    width: 100%;
  }
  #facilities_page #smallHall .sp_visual p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #facilities_page #smallHall .infoTable td {
    padding: 10px;
  }
  #facilities_page #smallHall .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page #smallHall .facilitiesDrawing .pdfList li {
    display: inline-block;
    vertical-align: top;
  }
  #facilities_page #smallHall .visual .twoView {
    width: 50%;
    padding: 0 15px;
  }
  #facilities_page #smallHall .textBtn:hover {
    background: #4da8e1;
    color: #f9ff6c;
  }
  #facilities_page #conferenceRoom .content {
    width: 100%;
  }
  #facilities_page #conferenceRoom .infoTable td {
    padding: 10px;
  }
  #facilities_page #conferenceRoom .infoTable th {
    padding: 10px;
  }
  #facilities_page #conferenceRoom .sp_visual p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #facilities_page #conferenceRoom .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page #conferenceRoom .facilitiesDrawing .pdfList li {
    display: inline-block;
    vertical-align: top;
  }
  #facilities_page #conferenceRoom .description {
    margin: 0;
  }
  #facilities_page #conferenceRoom .visual .twoView {
    width: 50%;
    padding: 0 15px;
  }
  #facilities_page #conferenceRoom .textBtn:hover {
    background: #4da8e1;
    color: #f9ff6c;
  }
  #facilities_page #japaneseRoom .content {
    width: 100%;
  }
  #facilities_page #japaneseRoom .infoTable td {
    padding: 10px;
  }
  #facilities_page #japaneseRoom .infoTable th {
    padding: 10px;
  }
  #facilities_page #japaneseRoom .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page #japaneseRoom .facilitiesDrawing .pdfList li {
    display: inline-block;
    vertical-align: top;
  }
  #facilities_page #japaneseRoom .sp_visual p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #facilities_page #japaneseRoom .description {
    margin: 0;
  }
  #facilities_page #japaneseRoom .visual .twoView {
    width: 50%;
    padding: 0 15px;
  }
  #facilities_page #japaneseRoom .textBtn:hover {
    background: #4da8e1;
    color: #f9ff6c;
  }
  #facilities_page #other .content {
    width: 100%;
  }
  #facilities_page #other .infoTable td {
    padding: 0 15px;
  }
  #facilities_page #other .infoTable th {
    padding: 0 15px;
  }
  #facilities_page #other .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page #other .facilitiesDrawing .pdfList li {
    display: inline-block;
    vertical-align: top;
  }
  #facilities_page #other .sp_visual p {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #facilities_page #other .description {
    margin: 0;
  }
  #facilities_page #other .visual .twoView {
    width: 50%;
  }
  #facilities_page #other .visual .twoView p {
    padding: 0 15px;
  }
  #facilities_page #other .textBtn:hover {
    background: #4da8e1;
    color: #f9ff6c;
  }
  #facilities_page .facilitiesDrawing {
    padding: 0 15px;
  }
  #facilities_page .sp_table {
    padding: 0 15px;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #facilities_page .sp_table p {
    padding: 0 15px;
  }
  #facilities_page .sp_h4 {
    padding: 0 15px;
  }
  #facilities_page .anchors .anchor a:after {
    width: 100%;
    height: 100%;
  }
  #facilities_page h3.blueLine {
    line-height: 35px;
    min-height: 40px;
    font-size: 25px;
  }
  section[class^="title"] {
    margin: 20px 0 0 0;
  }
  section[class^="title"] h2 {
    margin-bottom: 15px;
  }
  /* 利用案内 */
  section[class^="title"] {
    width: 100%;
  }
  #guide_page .titleGuide h2 img {
    height: 53px;
  }
  #guide_page .anchors {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #guide_page .anchors img {
    width: 100%;
  }
  #guide_page .anchors a {
    width: 100%;
    height: 100%;
  }
  #guide_page .anchors a:after {
    width: 100%;
    height: 100%;
    background: none;
  }
  #guide_page .receptionText {
    font-size: 13px !important;
  }
  #guide_page .titleGuide .anchors .anchor {
    width: 24% !important;
    vertical-align: bottom;
  }
  #guide_page .guideLineDetail {
    width: 100%;
  }
  #guide_page .guideLineDetail .content > h4 {
    display: block;
    width: 100%;
    background-repeat: repeat-x;
    background: #4da8e1;
  }
  #guide_page .guideLineDetail .content > div {
    display: block;
    font-size: 13px;
  }
  #guide_page .sp_wrap {
    padding: 0 15px;
  }
  #guide_page h3.blueLine {
    margin-bottom: 40px;
    font-size: 25px;
  }
  #guide_page .receptionText {
    margin-bottom: 40px;
    font-size: 16px;
    text-align: left;
  }
  #guide_page #receptionPeriod .content {
    width: 100%;
  }
  #guide_page .infoTable td {
    padding: 5px;
    font-size: 10px;
  }
  #guide_page .cntr {
    text-align: center;
  }
  #guide_page .usageFeeWrapper {
    width: 100%;
  }
  #guide_page .usageFeeWrapper .triTables {
    display: block;
  }
  #guide_page .usageFeeWrapper .triTables .tableLeftTable {
    display: block;
    width: 100%;
    margin: 0;
  }
  #guide_page .usageFeeWrapper .triTables table {
    width: 100%;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr td {
    padding: 5px;
    font-size: 10px;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr td.category {
    width: 20% !important;
    padding: 5px !important;
    font-size: 11px !important;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr td.unit {
    width: 10%;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr td.fee {
    width: 20%;
    font-size: 12px;
    padding: 5px;
  }
  #guide_page .usageFeeWrapper .triTables .tableRightTable {
    width: 100%;
    display: block;
  }
  #guide_page .usageFeeWrapper .triTables .tableRightTable table {
    width: 100%;
  }
  #guide_page #notes .contentsWrapper {
    width: 100%;
  }
  #guide_page .infoTable th {
    padding: 5px;
    width: 20%;
    font-size: 10px;
  }
  #guide_page .infoTable th span {
    padding-left: 0;
    font-size: 10px;
  }
  #guide_page .contactUs .checkAvailability {
    padding: 10px;
    font-size: 15px;
  }
  #guide_page .contactUs .guiTellNo div a {
    font-size: 20px;
  }
  #guide_page .usageFeeWrapper table thead {
    font-size: 11px !important;
  }
  #guide_page .usageFeeWrapper table tbody tr .category {
    font-size: 11px !important;
    width: 10% !important;
    padding: 5px !important;
  }
  #guide_page .usageFeeWrapper table tbody tr .terms {
    font-size: 10px !important;
    width: 10% !important;
    padding: 10px;
  }
  #guide_page .usageFeeWrapper table tbody tr td.fee {
    font-size: 11px !important;
    width: 10%;
    padding: 5px;
    vertical-align: middle;
  }
  #guide_page .usageFeeWrapper table tbody tr .category .vertical {
    font-size: 15px;
    width: 10%;
    padding: 10px;
  }
  #guide_page .usageFeeWrapper table thead th {
    font-size: 13px;
  }
  #guide_page .usageFeeWrapper .triTables table thead tr th {
    padding: 5px;
    font-size: 13px;
  }
  #guide_page .usageFeeWrapper .triTables table thead tr:last-child th {
    font-size: 11px !important;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr td.fee {
    vertical-align: middle;
  }
  #guide_page .table_scroll {
    overflow-x: scroll;
  }
  #guide_page .guideLineDetail .content > div {
    padding: 10px;
  }
  #guide_page .guideLineDetail .content > div p {
    font-size: 13px;
  }
  #guide_page .guideLineDetail .content > h4 {
    font-size: 23px;
  }
  #guide_page h3.blueLine {
    font-size: 25px;
  }
  #guide_page .infoTable tr:last-child th {
    font-size: 11px !important;
  }
  #guide_page .infoTable tr:last-child td {
    font-size: 10px;
  }
  #guide_page .attention {
    font-size: 13px;
  }
  #guide_page #notes .notesBox {
    padding: 10px;
    font-size: 13px;
  }
  #guide_page .usageFeeWrapper .triTables table tbody tr .category {
    width: 20%;
    font-size: 13px;
    padding: 10px;
  }
  #guide_page .attentionTitle.sp {
    font-size: 13px;
  }
  /* 催し物 */
  #event_page .titleFacilities h2 img {
    height: 53px;
  }
  #event_page .anchors {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #event_page .anchors .anchor {
    width: 50%;
  }
  #event_page .anchors .anchor a {
    width: 100%;
    height: 100%;
  }
  #event_page .anchors .anchor a:after {
    width: 100%;
    height: 100%;
    background: none;
  }
  #event_page .anchors .anchor a img {
    width: 100%;
  }
  #event_page #scheduleSlide {
    width: 100%;
    display: block;
    font-size: 0;
  }
  #event_page #scheduleSlide li.btns {
    width: 45%;
    display: inline-block;
    font-size: 15px;
    padding: 2.5%;
  }
  #event_page #scheduleSlide li a {
    text-decoration: underline;
  }
  #event_page #scheduleSlide.preMonth li.btns {
    width: 30%;
    padding: 0;
    font-size: 12px;
  }
  #event_page #scheduleSlide.preMonth li.btns .monthSlideBtn {
    background-size: 12px;
    background-position: right 3px bottom 14px;
  }
  #event_page .sp_block {
    display: block !important;
    font-size: 15px;
    text-align: right !important;
    padding-right: 15px;
  }
  #event_page div.btn {
    width: 100%;
    padding: 0 10px;
  }
  #event_page .wrapper {
    width: 97%;
    margin: 0 auto;
  }
  #event_page .wrapper #container .item {
    background-color: #fff;
    margin: 0 1.5% 22px;
    width: 47%;
    height: auto;
  }
  #event_page h3.blueLine {
    line-height: 35px;
    min-height: 40px;
    font-size: 25px;
    margin-bottom: 30px;
  }
  #event_page h4.blueLine {
    background: #a1a1a1;
  }
  #event_page #eventinfo2 .contentsWrapper {
    width: 100%;
  }
  #event_page #eventinfo2 table thead td {
    font-size: 13px;
  }
  #event_page #eventinfo2 table tbody tr {
    font-size: 10px;
  }
  #event_page #eventinfo2 table tbody tr:hover {
    background: #fff;
  }
  #event_page #eventinfo2 table tbody tr th {
    padding: 5px;
  }
  #event_page #eventinfo2 table tbody tr td {
    padding: 5px;
  }
  #event_page #eventinfo2 table tbody tr th.cell__day {
    width: 17%;
  }
  #event_page #eventinfo2 table tbody tr td.cell__day {
    width: 17%;
  }
  #event_page #eventinfo2 table tbody tr th.cell__eventName {
    width: 25%;
  }
  #event_page #eventinfo2 table tbody tr td.cell__eventName {
    width: 25%;
  }
  #event_page #eventinfo2 table tbody tr th.cell__time {
    text-align: left;
  }
  #event_page #eventinfo2 table tbody tr td.cell__time {
    text-align: left;
  }
  #event_page .wrapper section.closingDay div.closingDayWrapper {
    padding: 10px;
  }
  #event_page .wrapper section.closingDay div.closingDayWrapper p {
    font-size: 13px;
  }
  /* イベント詳細 */
  #event_detail_page {
    background-color: #fff;
  }
  #event_detail_page .eventDetealWrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #event_detail_page .eventDetealWrapper .visual {
    width: 100%;
  }
  #event_detail_page .eventDetealWrapper .text_info {
    width: 100%;
  }
  #event_detail_page .eventDetealWrapper .visual img {
    width: 100%;
  }
  #event_detail_page span {
    white-space: nowrap;
  }
  #event_detail_page table tbody th {
    width: 20%;
    padding: 0;
  }
  #event_detail_page table tbody td {
    padding: 10px;
  }
  #event_detail_page table .ticketTables tr th {
    padding: 5px;
    font-size: 11px !important;
  }
  #event_detail_page table .ticketTables tr th:hover {
    background: #388fc5;
  }
  #event_detail_page table .ticketTables tr td a {
    font-size: 13px;
  }
  #event_detail_page table .ticketTables.dotLine.arwIcn th {
    padding-right: 40px;
  }
  #event_detail_page table .ticketTables.dotLine.arwIcn th:hover {
    background-color: #388fc5;
    border-color: #fff;
    color: #fff;
  }
  #event_detail_page .eventDetealWrapper .eventTitle {
    width: 100%;
  }
  #event_detail_page table .ticketTables .dotLine.arwIcn th {
    padding-right: 40px;
  }
  #event_detail_page table .pdfBtn {
    width: 185px;
  }
  #event_detail_page table .pdfBtn a {
    font-size: 13px;
  }
  /* 交通案内 */
  .accessContactInfo {
    width: 100%;
  }
  .accessContactInfo .placeRightBox {
    display: block;
    width: 100%;
  }
  .accessContactInfo .placeRightBox #mapField {
    max-width: none;
    max-height: none;
  }
  .accessContactInfo .placeLeftBox {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0;
    border-bottom: 2px dotted #d4d4d4;
  }
  .accessContactInfo .placeLeftBox img {
    width: 25px;
    height: auto;
  }
  .accessContactInfo .placeLeftBox a {
    color: #000;
  }
  .accessContactInfo .placeLeftBox div div {
    padding-right: 5px;
  }
  .accessContactInfo .placeLeftBox .addressBox {
    padding: 10px;
  }
  .accessContactInfo .placeLeftBox .tellNo {
    border: none;
    padding: 10px;
    display: inline-block;
    width: 43%;
  }
  .accessContactInfo .placeLeftBox .faxNo {
    border: none;
    padding: 10px;
    display: inline-block;
    width: 43%;
  }
  .accessContactInfo .placeLeftBox div.addressBox p {
    font-size: 15px;
  }
  .accessContactInfo .placeLeftBox > div.tellNo a {
    font-size: 13px;
  }
  .accessContactInfo .placeLeftBox > div.faxNo a {
    font-size: 13px;
  }
  #access_page .titleGuide h2 img {
    height: 53px;
  }
  #access_page .anchors {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #access_page .anchors .anchor img {
    width: 100%;
  }
  #access_page .anchors .anchor a {
    width: 100%;
    height: 100%;
  }
  #access_page .anchors .anchor a:after {
    background: none;
    width: 100%;
    height: 100%;
  }
  #access_page .titleGuide .anchors .anchor {
    width: 24% !important;
    vertical-align: bottom;
  }
  #train .conferenceM_ac {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #train .conferenceM_ac img {
    width: 100%;
  }
  #train .attention li {
    font-size: 15px;
  }
  #train .barOpen {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #train .busTable {
    font-size: 11px !important;
  }
  #train .busTable tbody tr td span {
    font-size: 11px !important;
  }
  .conferenceM_ac + .conferenceM_ac {
    border: none;
  }
  #car .conferenceM_ac {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #car .conferenceM_ac p {
    margin: 15px 0;
    text-align: left;
    font-size: 15px;
  }
  #car .access_car_textBox {
    width: 100%;
  }
  #car .attention li {
    text-align: left;
    color: #000;
    font-size: 15px;
  }
  #car .attention li strong {
    font-weight: bold;
  }
  #car .access_car_bottomBox p {
    margin: 0 3px;
    padding: 10px;
    border: 1px solid #388fc5;
    border-bottom: none;
  }
  #car .access_car_bottomBox img {
    width: 100%;
  }
  #parking .conferenceM_ac {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* サイトについて */
  #about_page .titleGuide h2 img {
    height: 53px;
  }
  #about_page .anchors {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #about_page .anchors .anchor img {
    width: 100%;
  }
  #about_page .anchors .anchor a {
    width: 100%;
    height: 100%;
  }
  #about_page .anchors .anchor a:after {
    background: none;
    width: 100%;
    height: 100%;
  }
  #about_page #guideLine .contentsWrapper {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #about_page .receptionText {
    font-size: 13px;
  }
  #about_page #linkArea .contentsWrapper {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #about_page table tbody td a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    font-size: 13px;
  }
  #about_page table tbody tr:hover {
    background: none !important;
  }
  #about_page .notesBox {
    font-size: 13px;
    padding: 15px;
  }
  #about_page .attention li {
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  footer {
    padding: 20px 15px;
  }
  footer div.footer div.contactInfo {
    display: block;
    font-size: 0;
  }
  footer div.footer div.contactInfo div {
    display: inline-block;
    font-size: 16px;
  }
  footer div.footer div.contactInfo div.tellNo {
    max-width: none;
    width: 50%;
  }
  footer div.footer div.contactInfo div.faxNo {
    max-width: none;
    width: 50%;
  }
  footer div.footer div.contactInfo div.mailAdd {
    max-width: none;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px dotted #fff;
  }
  footer div.footer div.contactInfo div.restDay {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=common.css.map */