@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #333;
}
#mainContents h1 {
  width: 960px;
  margin: 30px auto;
  font-weight:500;
  font-size: 32px;
  color: #e50012;
}
#mainContents h2 {
  width: 944px;
  height: 15px;
  margin: 0 auto 30px;
  padding: 3px 0 20px 10px;
  font-weight: 500;
  font-size: 30px;
  color: #333;
}
#mainContents .contents h2 {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 3px 0 10px 10px;
  font-weight: 500;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
#mainContents h3 {
  margin: 20px 0 35px;
  padding: 3px 0 3px 8px;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
}
#mainContents h3.mb_0 {
  margin: 50px 0 0px;
}
#mainContents h3.mb_10 {
  margin: 50px 0 10px;
}
#mainContents h4 {
  margin: 10px 0 15px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}
#mainContents h5 {
  margin: 15px 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  #mainContents h1 {
    width: 94%;
    margin: 20px 3%;
    font-size: 20px;
    line-height: 1.4;
  }
  #mainContents .contents h1 {
    width: 100%;
    margin: 20px 0 10px;
  }
  #mainContents h2 {
    width: auto;
    height: 8px;
    margin: 20px 3% 15px;
    padding: 5px 0 20px 8px;
    font-size: 18px;
  }
  #mainContents .contents h2 {
    width: 98%;
    height: auto;
    margin: 0 0 10px;
    padding: 5px 0 10px 2%;
    font-size: 18px;
  }
  #mainContents h3 {
    height: auto;
    margin: 15px 0 10px;
    padding: 5px 0 8px 8px;
    font-size: 16px;
    line-height: 1.2;
  }
  #mainContents h3.mb_0 {
    margin: 30px 0 0px;
  }
  #mainContents h4 {
    margin: 10px 0 10px;
    font-size: 16px;
  }
  #mainContents h5 {
    margin: 10px 0 0;
    font-size: 14px;
  }
}

/*カラー変更*/
body#visit #mainContents h1 { color: #e50012; }
body#visit #mainContents h2 { border-left: 6px solid #e50012; }
body#visit #mainContents h3 { border-left: 4px solid #e50012; }

body#organizer #mainContents h1 { color: #215098; }
body#organizer #mainContents h2 { border-left: 6px solid #215098; }
body#organizer #mainContents h3 { border-left: 4px solid #215098; }

body#english #mainContents h1 { color: #333; }
body#english #mainContents h2 { border-left: 6px solid #333; }
body#english #mainContents h3 { border-left: 4px solid #333; }

body#visit #mainContents h2.typ02 { border-left: 6px solid #215098; }
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

p {
  padding: 0 0 30px;
  font-weight:300;
  font-size: 15px;
  line-height: 1.8;
}
p.pd_0 {
  padding: 0;
}
p.pd_10 {
  padding: 0 0 10px;
}
p.pt_10 {
  padding: 20px 0 0;
}
p.small {
  padding: 0;
  font-weight:300;
  font-size: 12px;
  line-height: 1.4;
}
p.center {
  text-align: center;
}
p.red {
  color: #e50012;
  font-weight: 500;
}
/*カラー変更*/
body#visit p a { color: #e50012; text-decoration: underline; }
body#visit p a:hover { color: #e50012; text-decoration: none; }
body#visit td a { color: #e50012; text-decoration: underline; }
body#visit td a:hover { color: #e50012; text-decoration: none; }

body#organizer p a { color: #215098; text-decoration: underline; }
body#organizer p a:hover { color: #215098; text-decoration: none; }
body#organizer td a { color: #215098; text-decoration: underline; }
body#organizer td a:hover { color: #215098; text-decoration: none; }

body#english p a { color: #e50012; text-decoration: underline; }
body#english p a:hover { color: #e50012; text-decoration: none; }
body#english td a { color: #e50012; text-decoration: underline; }
body#english td a:hover { color: #e50012; text-decoration: none; }

/* スマホ用 */
@media only screen and (max-width: 767px) {
  p {
    padding: 0 0 20px;
    font-size: 13px;
    line-height: 1.6;
  }
  map area {
    display: none;
  }
}
/*カラー変更*/
body#visit p a.icon_ty01,
body#organizer p a.icon_ty01,
body#english p a.icon_ty01 {
  position: relative;
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
body#visit p a.icon_ty01:hover,
body#organizer p a.icon_ty01:hover,
body#english p a.icon_ty01:hover {
  text-decoration: underline;
}
p a.icon_ty01::before {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -6px 0 0;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
/*カラー変更*/
body#visit p a.icon_ty01::before { content: url("../img/icon_01.svg"); }
body#organizer p a.icon_ty01::before { content: url("../img/icon_03.svg"); }
body#english p a.icon_ty01::before { content: url("../img/icon_04.svg"); }

/*カラー変更*/
body#visit p a.icon_ty02,
body#organizer p a.icon_ty02,
body#english p a.icon_ty02 {
  position: relative;
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
body#visit p a.icon_ty02:hover,
body#organizer p a.icon_ty02:hover,
body#english p a.icon_ty02:hover {
  text-decoration: underline;
}
p a.icon_ty02::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 15px;
  height: 13px;
  margin: -14px 0 0;
  content: url("../img/icon_02.svg");
}
.imgView_Box p a.icon_ty02::before {
  margin: -7px 0 0;
}


.linkWaku {
  position: relative;
  width: 150px;
  margin: 0 0 20px;
  border: 1px solid #333;
  background-color: #fff;
}
.linkWaku:hover {
  background: #f4f4f4;
}
.linkWaku.w150 { width: 180px; }
.linkWaku.w200 { width: 250px; }
.linkWaku.w250 { width: 250px; }
.linkWaku.w300 { width: 300px; }
.linkWaku.w350 { width: 350px; }
.linkWaku.wfull { width: 90%; }
.linkWaku::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -5px 0 0;
  content:"";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.linkWaku a {
  display: inline-block;
  width: 150px;
  padding: 9px 30px 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.linkWaku.w150 a { width: 180px; }
.linkWaku.w200 a { width: 250px; }
.linkWaku.w250 a { width: 250px; }
.linkWaku.w300 a { width: 300px; }
.linkWaku.w350 a { width: 350px; }
.linkWaku.wfull a { width: 90%; }

.linkWaku.down::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -7px 0 0;
  content:"";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.linkWaku.pdf {
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
.linkWaku.pdf::before {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 20px;
  height: 23px;
  margin: -11px 0 0;
  content: url("../img/icon_pdf.svg");
}
.linkWaku.out {
  padding: 0 0 0 25px;
}
.prArea .linkWaku.out a {
  padding: 0 30px 10px 10px;
}
.linkWaku.out::before {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 15px;
  height: 13px;
  margin: -7px 0 0;
  content: url("../img/icon_02.svg");
}
body#visit td a.icon_tyPDF,
body#organizer td a.icon_tyPDF {
  position: relative;
  display: block;
  margin: 3px 0 3px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  color: #333;
  text-decoration: underline;
}

td a.icon_tyPDF:hover {
  text-decoration: none;
}
td a.icon_tyPDF::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 15px;
  height: 13px;
  margin: -9px 0 0;
  content: url("../img/icon_pdf.svg");
}
td a.icon_ty02,
th a.icon_ty02 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
td a.icon_ty02:hover ,
th a.icon_ty02:hover {
  text-decoration: underline;
}
td a.icon_ty02::before,
th a.icon_ty02::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 15px;
  height: 13px;
  margin: -10px 0 0;
  content: url("../img/icon_02.svg");
}




/* スマホ用 */
@media only screen and (max-width: 767px) {
  /*カラー変更*/
  body#visit p a.icon_ty01,
  body#organizer p a.icon_ty01,
  body#english p a.icon_ty01 {
    font-size: 13px;
  }
  body#visit p a.icon_ty01::before,
  body#organizer p a.icon_ty01::before,
  body#english p a.icon_ty01::before {
    left: 0;
    margin: -7px 0 0;
  }
  body#visit p a.icon_ty02,
  body#organizer p a.icon_ty02,
  body#english p a.icon_ty02 {
    font-size: 13px;
  }
  body#visit p a.icon_ty02::before,
  body#organizer p a.icon_ty02::before,
  body#english p a.icon_ty02::before {
    margin: -8px 0 0
  }
  body#visit td a.icon_tyPDF,
  body#organizer td a.icon_tyPDF {
    margin: 5px 0;
    font-size: 11px;
  }
  td a.icon_tyPDF:hover {
    text-decoration: none;
  }
  td a.icon_tyPDF::before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 15px;
    height: 13px;
    margin: -9px 0 0;
    content: url("../img/icon_pdf.svg");
  }
  td a.icon_ty02,
  th a.icon_ty02 {
    font-size: 11px;
  }
  td a.icon_ty02::before,
  th a.icon_ty02::before {
    margin: -6px 0 0;
  }
  .linkWaku {
    width: 120px;
  }
  .linkWaku.w150 { width: 160px; }
  .linkWaku.w200 { width: 210px; }
  .linkWaku.w250 { width: 260px; }
  .linkWaku.w300 { width: 300px; }
  .linkWaku.w350 { width: 280px; }
  .linkWaku.wfull { width: 100%; }
  .linkWaku a {
    font-size: 14px;
  }
  .linkWaku.w150 a { width: 160px; }
  .linkWaku.w200 a { width: 210px; }
  .linkWaku.w250 a { width: 260px; }
  .linkWaku.w300 a { width: 300px; }
  .linkWaku.w350 a { width: 300px; }
  .linkWaku.wfull a { width: 100%; }
  .prArea .linkWaku.out a {
    padding: 9px 30px 10px 10px;
  }
}


.bold { font-weight: bold; }
.error { font-weight: bold; color: #FF0000; }




/*==========================================
 body
===========================================*/
html {
  background: #fff;
}
body {
  -webkit-text-size-adjust: 100%;
}

.Fleft { float: left; }
.Fright { float: right; }
.Tright { text-align: right !important; }
.Tcenter { text-align: center !important; }

.columnBlock01 { float: left; }
.columnBlock02 { float: right; }

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
}
header #header {
  position: relative;
}
header #headerNaviArea {
  width: 100%;
  height: 63px;
  border-bottom: 4px solid #e50012;
  background-color: #fff;
}
/*カラー変更*/
body#visit header #headerNaviArea { border-bottom: 4px solid #e50012; }
body#organizer header #headerNaviArea { border-bottom: 4px solid #215098; }
body#english header #headerNaviArea { border-bottom: 4px solid #333; }

header #headerNaviArea #headerNavi {
  position: relative;
  width: 1020px;
  height: 63px;
  margin: 0 auto;
}
header #headerNaviArea #headerNavi h1 {
  position: absolute;
  left: 0;
  top: 23px;
  width: 380px;
}
header #headerNaviArea #headerNavi h1 img {
  width: 380px;
  height: auto;
}
header #headerNaviArea #headerNavi nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
header #headerNaviArea #headerNavi nav ul li {
  float: left;
  margin: 0 0 0 10px;
  text-align: center;
}
header #headerNaviArea #headerNavi nav ul li a {
  position: relative;
  display: block;
  width: 172px;
  height: 34px;
  padding: 16px 0 0;
  border-top: 4px solid #e50012;
  border-left: 4px solid #e50012;
  border-right: 4px solid #e50012;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #e50012;
  text-decoration: none;
}
header #headerNaviArea #headerNavi nav ul li:nth-child(2) a {
  width: 182px;
  border-top: 4px solid #215098;
  border-left: 4px solid #215098;
  border-right: 4px solid #215098;
  color: #215098;
}
header #headerNaviArea #headerNavi nav ul li:nth-child(3) a {
  width: 150px;
  border-top: 4px solid #333;
  border-left: 4px solid #333;
  border-right: 4px solid #333;
  color: #333;
}
header #headerNaviArea #headerNavi nav ul li a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 16px;
  margin: -8px 0 0;
  content: url(../img/yaji_02.svg);
}
header #headerNaviArea #headerNavi nav ul li:nth-child(2) a::after {
  content: url(../img/yaji_03.svg);
}
header #headerNaviArea #headerNavi nav ul li:nth-child(3) a::after {
  content: url(../img/yaji_04.svg);
}
header #headerNaviArea #headerNavi nav ul li a:hover {
  background-color: #e50012;
  color: #fff;
  text-decoration: none;
}
header #headerNaviArea #headerNavi nav ul li:nth-child(2) a:hover {
  background-color: #215098;
}
header #headerNaviArea #headerNavi nav ul li:nth-child(3) a:hover {
  background-color: #333;
}
header #headerNaviArea #headerNavi nav ul li a:hover::after {
  content: url(../img/yaji_01.svg);
}

/*アクティブ設定*/
body#visit header #headerNaviArea #headerNavi nav ul li:nth-child(1) a {
  background-color: #e50012;
  color: #fff;
}
body#visit header #headerNaviArea #headerNavi nav ul li:nth-child(1) a::after {
  content: url(../img/yaji_01.svg);
}
body#organizer header #headerNaviArea #headerNavi nav ul li:nth-child(2) a {
  background-color: #215098;
  color: #fff;
}
body#organizer header #headerNaviArea #headerNavi nav ul li:nth-child(2) a::after {
  content: url(../img/yaji_01.svg);
}
body#english header #headerNaviArea #headerNavi nav ul li:nth-child(3) a {
  background-color: #333;
  color: #fff;
}
body#english header #headerNaviArea #headerNavi nav ul li:nth-child(3) a::after {
  content: url(../img/yaji_01.svg);
}

header #headerNaviArea #headerNavi #headerNaviLanguage {
  position: absolute;
  display: none;
  z-index: 20000;
  right: 0;
  top: 63px;
  width: 158px;
  height: auto;
  padding: 15px 15px;
  box-sizing: border-box;
  background-color: #333;
}
header #headerNaviArea #headerNavi #headerNaviLanguage ul {
  list-style-type: none;
}
header #headerNaviArea #headerNavi #headerNaviLanguage ul li {
  padding: 7px 0 7px;
}
header #headerNaviArea #headerNavi #headerNaviLanguage ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
}
header #headerNaviArea #headerNavi #headerNaviLanguage ul li a:hover {
  opacity: 0.7;
}
/* header #headerNaviArea #headerNavi #headerNaviLanguage ul li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 16px;
  margin: -8px 0 0;
  content: url("../img/yaji_01.svg");
} */
/* スマホ用 */
@media only screen and (max-width: 767px) {
  header {
  }
  header #header {
  }
  header #headerNaviArea {
    width: 100%;
    height: 83px;
  }
  header #headerNaviArea #headerNavi {
    width: 100%;
    height: 40px;
  }
  header #headerNaviArea #headerNavi h1 {
  left: 50%;
  top: 17px;
  width: 220px;
  margin: 0 0 0 -110px;
  }
  header #headerNaviArea #headerNavi h1 img {
    width: 220px;
    height: auto;
  }
  header #headerNaviArea #headerNavi nav {
    position: absolute;
    left: 0;
    top: 43px;
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(1) {
    margin: 0;
    width: 34%
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(2) {
    margin: 0;
    width: 38%
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(3) {
    margin: 0;
    width: 28%
  }
  header #headerNaviArea #headerNavi nav ul li a {
    width: 100%;
    height: 26px;
    padding: 14px 0 0;
    border: none;
    font-size: 14px;
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(1) a {
    border: none;
    color: #fff;
    background-color: #e50012;
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(2) a {
    width: 100%;
    border: none;
    color: #fff;
    background-color: #215098;
  }
  header #headerNaviArea #headerNavi nav ul li:nth-child(3) a {
    width: 100%;
    border: none;
    color: #fff;
    background-color: #333;
  }
  header #headerNaviArea #headerNavi nav ul li a::after {
    display: none;
  }

  header #headerNaviArea #headerNavi #headerNaviLanguage {
    top: 83px;
    width: 130px;
    padding: 10px 15px;
  }
  header #headerNaviArea #headerNavi #headerNaviLanguage ul li {
    padding: 5px 0;
  }
  header #headerNaviArea #headerNavi #headerNaviLanguage ul li a {
    font-size: 13px;
  }
}


/*グローバルナビゲーション ////////////////////////////////// */
header #headerScroll {
  background-color: #fff;
}
body#organizer header #headerScroll,
body#english header #headerScroll {
  display: none;
}
header #headerGlobalArea {
  width: 1020px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
}
/*カラー変更*/
body#visit header #headerGlobalArea { display: block; }
body#organizer header #headerGlobalArea { display: none; }
body#english header #headerGlobalArea { display: none; }

header #headerGlobalArea ul {
  display: table;
  table-layout: auto;
  width: 1020px;
}
header #headerGlobalArea li {
  display: table-cell;
}
header #headerGlobalArea li a {
  position: relative;
  display: block;
  height: 38px;
  margin: 0 0 0 30px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
header #headerGlobalArea li a::before {
  position: absolute;
  left: 0;
  top: 50%;
}
header #headerGlobalArea li a:hover {
  color: #e50012;
  text-decoration: none;
}
header #headerGlobalArea li:nth-child(1) a {
  padding: 22px 0 0 65px;
}
header #headerGlobalArea li:nth-child(1) a::before {
  width: 54px;
  height: 32px;
  margin: -16px 0 0;
  content: url(../img/navi_icon01.svg);
}
header #headerGlobalArea li:nth-child(1) a:hover::before {
  content: url(../img/navi_icon01_o.svg);
}
header #headerGlobalArea li:nth-child(2) a {
  padding: 22px 0 0 40px;
}
header #headerGlobalArea li:nth-child(2) a::before {
  width: 32px;
  height: 34px;
  margin: -19px 0 0;
  content: url(../img/navi_icon02.svg);
}
header #headerGlobalArea li:nth-child(2) a:hover::before {
  content: url(../img/navi_icon02_o.svg);
}
header #headerGlobalArea li:nth-child(3) a {
  padding: 22px 0 0 30px;
}
header #headerGlobalArea li:nth-child(3) a::before {
  width: 24px;
  height: 31px;
  margin: -15px 0 0;
  content: url(../img/navi_icon03.svg);
}
header #headerGlobalArea li:nth-child(3) a:hover::before {
  content: url(../img/navi_icon03_o.svg);
}
header #headerGlobalArea li:nth-child(4) a {
  padding: 22px 0 0 40px;
}
header #headerGlobalArea li:nth-child(4) a::before {
  width: 32px;
  height: 30px;
  margin: -15px 0 0;
  content: url(../img/navi_icon04.svg);
}
header #headerGlobalArea li:nth-child(4) a:hover::before {
  content: url(../img/navi_icon04_o.svg);
}
header #headerGlobalArea li:nth-child(5) a {
  padding: 22px 0 0 40px;
}
header #headerGlobalArea li:nth-child(5) a::before {
  width: 34px;
  height: 34px;
  margin: -17px 0 0;
  content: url(../img/navi_icon05.svg);
}
header #headerGlobalArea li:nth-child(5) a:hover::before {
  content: url(../img/navi_icon05_o.svg);
}

/*主催者メニュー*/
/*カラー変更*/
body#visit header #headerOrganizerMenu { display: none; }
body#organizer header #headerOrganizerMenu { display: block; }
body#english header #headerOrganizerMenu { display: none; }

header #headerOrganizerMenu {
  width: 100%;
  padding: 10px 0;
  background-color: #d0e4ff;
}
header #headerOrganizerMenu #organizerUse,
header #headerOrganizerMenu #organizerFacility {
  position: relative;
  width: 1020px;
  height: 47px;
  margin: 0 auto 10px;
  background-color: #fff;
}
header #headerOrganizerMenu #organizerUse {
  margin: 0 auto 0;
}
header #headerOrganizerMenu #organizerUse h2,
header #headerOrganizerMenu #organizerFacility h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 31px;
  padding: 16px 20px 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #215098;
}
header #headerOrganizerMenu #organizerUse ul,
header #headerOrganizerMenu #organizerFacility ul {
  position: absolute;
  left: 130px;
  top: 0;
  padding: 16px 20px;
  background-color: #fff;
}
header #headerOrganizerMenu #organizerUse ul li,
header #headerOrganizerMenu #organizerFacility ul li {
  float: left;
  margin: 0 30px 0 0;
}
header #headerOrganizerMenu #organizerUse ul li a,
header #headerOrganizerMenu #organizerFacility ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
header #headerOrganizerMenu #organizerUse ul li a:hover,
header #headerOrganizerMenu #organizerFacility ul li a:hover {
  color: #215098;
}


/*スマホメニュー*/
header a#menuIcon {
  display: none;
}
header #overlay {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  /*カラー変更*/
  body#visit header #headerGlobalArea { display: none; }
  body#organizer header #headerGlobalArea { display: none; }
  body#english header #headerGlobalArea { display: none; }

  body#organizer header #headerOrganizerMenu { display: none; }

  header a#menuIcon {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    height: 40px;
    width: 40px;
  }
  header a#menuIcon span {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
  }
  header a#menuIcon span:before {
    content: '';
    height: 2px;
    width: 22px;
    margin: -10px 0 0 -12px;
    background: #333;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 8px #333, 0 16px #333;
    -webkit-box-shadow: 0 8px #333, 0 16px #333;
    -moz-box-shadow: 0 8px #333, 0 16px #333;
  }
  header a#menuIcon_Close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
  }
  header a#menuIcon_Close span {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
  }
  header a#menuIcon_Close span:before,
  header a#menuIcon_Close span:after {
    display: block;
    position: absolute;
    top: 21px;
    right: 8px;
    height: 2px;
    width: 25px;
    content: '';
    background: #333;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  header a#menuIcon_Close span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  /*スマホメニュー*/
  header #overlay {
    z-index: 11000;
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
  }
  header #overlay #sp_visitMenu,
  header #overlay #sp_organizerMenu,
  header #overlay #sp_englishMenu,
  header #overlay #sp_otherMenu {
    width: 94%;
    padding: 0 3%;
  }
  header #overlay #sp_visitMenu {
    background-color: #e50012;
  }
  header #overlay #sp_organizerMenu {
    background-color: #215098;
  }
  header #overlay #sp_englishMenu {
    background-color: #333;
  }
  header #overlay #sp_otherMenu {
    background-color: #000;
  }
  header #overlay h2 {
    width: 100%;
    height: 44px;
  }
  header #overlay h2 a {
    display: block;
    position: relative;
    width: 100%;
    height: 29px;
    padding: 15px 0 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  header #overlay h2 a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -10px 0 0;
    content:"";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header #overlay h2 a.close::after {
    margin: -3px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #overlay ul {
    display: none;
    padding: 10px 0 0;
  }
  body#visit #header #overlay #sp_visitMenu ul { display: block; }
  body#organizer #header #overlay #sp_organizerMenu ul { display: block; }
  body#english #header #overlay #sp_englishMenu ul { display: block; }
  #header #overlay #sp_otherMenu ul  {
    display: block;
    padding: 25px 0 5px;
  }
  header #overlay ul li {
    padding: 0 0 20px;
  }
  header #overlay ul li.noLink {
    padding: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
  header #overlay ul li.downLink {
    margin: 0 0 0 20px;
  }
  header #overlay ul li a {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  header #overlay ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    content:"";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*==========================================
 パンくず
===========================================*/
#headerPanArea {
  width: 100%;
  height: 30px;
  margin: 0 0 10px;
  background-color: #f4f4f4;
}
#headerPanArea #headerPan {
  width: 1020px;
  margin: 0 auto;
  padding: 9px 0 0 0;
  font-size: 12px;
}
#headerPanArea #headerPan a {
  position: relative;
  margin: 0 28px 0 0;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
#headerPanArea #headerPan a::after {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
  content:"";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#headerPanArea #headerPan a:hover {
  color: #e50012;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #headerPanArea {
    display: none;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  background-color: #333;
}
footer #footerInfo {
  width: 960px;
  margin: 0 auto;
}
footer #footerInfo ul {
  margin: 40px 0;
}
footer #footerInfo ul li {
  float: left;
  margin: 0 20px 0 0;
}
footer #footerInfo ul li a {
  color: #fff;
  text-decoration: none;
}
footer #footerInfo ul li a:hover {
  text-decoration: underline;
}
footer #footerAddress {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 80px;
}
footer #footerAddress small {
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    background-color: #333;
  }
  footer #footerInfo {
    width: 94%;
    margin: 0 3%;
  }
  footer #footerInfo ul {
    margin: 20px 0;
  }
  footer #footerInfo ul li {
    float: left;
    margin: 0 20px 15px 0;
  }
  footer #footerInfo ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #footerAddress {
    width: 94%;
    margin: 0 3%;
    padding: 10px 0 30px;
  }
  footer #footerAddress small {
    font-size: 12px;
    color: #fff;
  }
}

/*==========================================
 コンテンツレイアウト
===========================================*/
#mainContents {
  width: 100%;
}
#mainContents .contents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#mainContents .contents.pd_0 {
  padding: 0 0 40px;
}
#mainContents .contents_full {
  width: 100%;
  background-color: #f4f4f4;
}
#mainContents .contents_full_bt_line {
  width: 100%;
  border-top: 1px solid #CCC;
}
#mainContents .contents section {
  margin: 0 0 50px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
#mainContents .contents section:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#mainContents .column {
  margin: 0;
}
#mainContents .column .columnBlock01 {
  float: left;
  width: 47%;
}
#mainContents .column .columnBlock02 {
  float: right;
  width: 47%;
}
#mainContents .column img {
  width: 100%;
  height: auto;
}

#mainContents .columnImg {
  margin: 30px 0 50px;
}
#mainContents .columnImg.mb_0 { margin: 30px 0 0; }
#mainContents .columnImg.mb_10 { margin: 30px 0 10px; }

#mainContents .columnImg .columnBlock01 {
  float: left;
  width: 300px;
}
#mainContents .columnImg .columnBlock01 img {
  width: 300px;
  margin: 0 0 10px;
}
#mainContents .columnImg .columnBlock01 p {
  margin: -8px 0 0;
  padding: 0 0 10px;
  font-size: 13px;
  line-height: 1;
}
#mainContents .columnImg .columnBlock02 {
  float: right;
  width: 640px;
  margin: -7px 0 0;
}
#mainContents .columnImg .columnBlock02.mt_0 {
  margin: 0;
}
#mainContents .columnImg .columnBlock02 h4 {
  margin: 5px 0 15px;
  font-size: 18px;
}
#mainContents .imgBlockList {
  width: 998px;
  margin: 30px 0 30px -38px;
}
#mainContents .imgBlockList .imgBloc {
  float: left;
  width: 210px;
  margin: 0 0 20px 38px;
}
#mainContents .imgBlockList .imgBloc h4 {
  margin: 5px 0 3px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
#mainContents .imgBlockList .imgBloc p {
  padding: 0;
  font-weight:300;
  font-size: 13px;
  line-height: 1.6;
}
#mainContents .imgBlockList .imgBloc img {
  width: 210px;
}
#mainContents .imgBlockList .imgBloc p a.icon_ty01 {
  margin: 0;
  font-weight: 500;
}
#mainContents .imgBlockList .imgBloc p a.icon_ty01::before {
    margin: -7px 0 0 1px;
}
#mainContents .imgBlockList_3 {
  width: 990px;
  margin: 30px 0 30px -30px;
}
#mainContents .imgBlockList_3 .imgBloc {
  float: left;
  width: 300px;
  margin: 0 0 20px 30px;
}
#mainContents .imgBlockList_3 .imgBloc img {
  width: 300px;
}
#mainContents .imgBlockList_3 .imgBloc h4 {
  margin: 2px 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
#mainContents .imgBlockList_3 .imgBloc p {
  padding: 0;
  font-weight:300;
  font-size: 13px;
  line-height: 1.6;
}
#mainContents .imgBlockList_3 .imgBloc p a.icon_ty01 {
  margin: 0;
  font-weight: 500;
}
#mainContents .imgBlockList_3 .imgBloc p a.icon_ty01::before {
    margin: -7px 0 0 1px;
}
#mainContents .imgBlockList_4 {
  width: 985px;
  margin: 30px 0 30px -20px;
}
#mainContents .imgBlockList_4 .imgBloc {
  float: left;
  width: 225px;
  margin: 0 0 20px 20px;
}
#mainContents .imgBlockList_5 {
  width: 975px;
  margin: 30px 0 30px -15px;
}
#mainContents .imgBlockList_5 .imgBloc {
  float: left;
  width: 180px;
  margin: 0 0 20px 15px;
}
#mainContents .imgBlockList_5 .imgBloc img {
  width: 180px;
}
#mainContents .imgBlockList_5 .imgBloc h4 {
  margin: 2px 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
#mainContents .imgBlockList_5 .imgBloc p {
  padding: 0;
  font-weight:300;
  font-size: 13px;
  line-height: 1.6;
}
#mainContents .imgBlockList_5 .imgBloc p a.icon_ty01 {
  margin: 0;
  font-weight: 500;
}
#mainContents .imgBlockList_5 .imgBloc p a.icon_ty01::before {
    margin: -7px 0 0 1px;
}

#mainContents .imgBlockList_7 {
  width: 980px;
  margin: 0 0 0 -20px;
}
#mainContents .imgBlockList_7 .imgBloc {
  float: left;
  width: 120px;
  margin: 0 0 10px 20px;
}
#mainContents .imgBlockList_7 .imgBloc img {
  width: 120px;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  #mainContents {
    width: 100%;
  }
  #mainContents .contents {
    width: 94%;
    margin: 0 3%;
    padding: 20px 0;
  }
  #mainContents .contents section {
    margin: 0 0 30px;
    padding: 0;
  }
  #mainContents .column .columnBlock01.full {
    float: none;
    width: 100%;
  }
  #mainContents .column .columnBlock02.full {
    float: none;
    width: 100%;
    margin: 40px 0 0;
  }
  #mainContents .columnImg {
    margin: 20px 0 30px;
  }
  #mainContents .columnImg .columnBlock01 {
    float: none;
    width: 100%;
  }
  #mainContents .columnImg .columnBlock01 img {
    margin: 0 0 10px;
    width: 100%;
  }
  #mainContents .columnImg .columnBlock02 {
    float: none;
    width: 100%;
    margin: 0;
  }
  #mainContents .columnImg .columnBlock02 h4 {
    margin: 5px 0 5px;
  }
  #mainContents .imgBlockList {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList .imgBloc {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList.column2 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList.column2 .imgBloc:nth-child(odd) {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList.column2 .imgBloc:nth-child(even) {
    float: right;
    width: 48%;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList .imgBloc img {
    width: 100%;
  }
  #mainContents .imgBlockList .imgBloc h4 {
    font-size: 14px;
  }
  #mainContents .imgBlockList .imgBloc p {
    font-size: 13px;
    line-height: 1.4;
  }
  #mainContents .imgBlockList .imgBloc p a.icon_ty01 {
    margin: 5px 0;
  }
  #mainContents .imgBlockList_3 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_3 .imgBloc {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList_3 .imgBloc img {
    width: 100%;
  }
  #mainContents .imgBlockList_3 .imgBloc h4 {
    font-size: 14px;
  }
  #mainContents .imgBlockList_3 .imgBloc p {
    font-size: 13px;
    line-height: 1.4;
  }
  #mainContents .imgBlockList_3 .imgBloc p a.icon_ty01 {
    margin: 5px 0;
  }

  #mainContents .imgBlockList_3.column2 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_3.column2 .imgBloc:nth-child(odd) {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList_3.column2 .imgBloc:nth-child(even) {
    float: right;
    width: 48%;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList_3.column2 .imgBloc p a.icon_ty01 {
    font-size: 12px;
  }
  #mainContents .imgBlockList_4 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_4 .imgBloc {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
  #mainContents .imgBlockList_5 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_5 .imgBloc {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  #mainContents .imgBlockList_5.column2 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_5.column2 .imgBloc:nth-child(odd) {
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
  }
  #mainContents .imgBlockList_5.column2 .imgBloc:nth-child(even) {
    float: right;
    width: 48%;
    margin: 0 0 10px 0;
  }
  #mainContents .imgBlockList_5 .imgBloc img {
    width: 100%;
  }
  #mainContents .imgBlockList_5 .imgBloc h4 {
    font-size: 14px;
  }
  #mainContents .imgBlockList_5 .imgBloc p {
    font-size: 13px;
    line-height: 1.4;
  }
  #mainContents .imgBlockList_5 .imgBloc p a.icon_ty01 {
    margin: 5px 0;
  }
  #mainContents .imgBlockList_7 {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #mainContents .imgBlockList_7 .imgBloc:nth-child(odd) {
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
  }
  #mainContents .imgBlockList_7 .imgBloc:nth-child(even) {
    float: right;
    width: 48%;
    margin: 0 0 10px 0;
  }
  #mainContents .imgBlockList_7 .imgBloc img {
    width: 100%;
  }
}


/*==========================================
 共通レイアウト
===========================================*/
/*タブナビゲーション*/
#mainContents #tabNavi {
 width: 960px;
 margin: 0 auto 40px;
 border-bottom: 3px solid #e50012;
}
#mainContents #tabNavi ul {
 display: table;
 table-layout: auto;
 width: 960px;
 margin: 0;
}
#mainContents #tabNavi ul li {
 display: table-cell;
 height: 50px;
 padding: 0 10px;
 background-color: #f4f4f4;
 text-align: center;
}
#mainContents #tabNavi.small ul li {
 height: 35px;
 padding: 0 2%;
}
/*カラー変更*/
body#visit #mainContents #tabNavi { border-bottom: 3px solid #e50012; }
body#visit #mainContents #tabNavi ul li.Active { background-color: #e50012; }
body#visit #mainContents #tabNavi ul li:hover { background-color: #e50012; }

body#organizer #mainContents #tabNavi { border-bottom: 3px solid #215098; }
body#organizer #mainContents #tabNavi ul li.Active { background-color: #215098; }
body#organizer #mainContents #tabNavi ul li:hover { background-color: #215098; }

body#english #mainContents #tabNavi { border-bottom: 3px solid #333; }
body#english #mainContents #tabNavi ul li.Active { background-color: #333; }
body#english #mainContents #tabNavi ul li:hover { background-color: #333; }

#mainContents #tabNavi ul li a {
 display: block;
 padding: 14px 0;
 font-size: 16px;
 color: #333;
 text-decoration: none;
}
#mainContents #tabNavi.small ul li a {
 padding: 12px 0 8px;
 font-size: 15px;
}
#mainContents #tabNavi ul li.Active a {
 font-weight: 500;
 color: #fff;
}
#mainContents #tabNavi ul li a:hover {
 color: #fff;
}
/*ページ内リンク*/
#mainContents #pageLinkNavi {
  width: 920px;
  margin: 0 0 40px;
  padding: 0 20px 20px;
  background-color: #f4f4f4;
}
#mainContents #pageLinkNavi ul {
  width: 990px;
  margin: 0 0 0 -30px;
}
#mainContents #pageLinkNavi ul li {
  float: left;
  margin: 0 0 0 30px;
  padding: 20px 0 0;
}
#mainContents #pageLinkNavi ul li a {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#mainContents #pageLinkNavi ul li a:hover {
  text-decoration: underline;
}
#mainContents #pageLinkNavi ul li a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -10px 0 0;
}

/*カラー変更*/
body#visit #mainContents #pageLinkNavi ul li a:before { content: url("../img/icon_01.svg"); }
body#organizer #mainContents #pageLinkNavi ul li a:before { content: url("../img/icon_03.svg"); }
body#english #mainContents #pageLinkNavi ul li a:before { content: url("../img/icon_04.svg"); }

/* スマホ用 */
@media only screen and (max-width: 767px) {
  /*タブナビゲーション*/
  #listScroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #mainContents #tabNavi {
   width: 900px;
  }
  #mainContents #tabNavi.small {
   width: 100%;
  }
  #mainContents #tabNavi ul {
   width: 900px;
  }
  #mainContents #tabNavi.small ul {
   width: 100%;
  }
  #mainContents #tabNavi ul li {
   height: 30px;
  }
  #mainContents #tabNavi.small ul li {
   height: 25px;
   padding: 0 5px;
  }
  #mainContents #tabNavi ul li a {
   padding: 10px 0;
   font-size: 14px;
  }
  #mainContents #tabNavi.small ul li a {
   padding: 9px 0 6px;
   font-size: 13px;
  }
  /*ページ内リンク*/
  #mainContents #pageLinkNavi {
    width: 94%;
    margin: 0 0 20px;
    padding: 0 3% 10px;
  }
  #mainContents #pageLinkNavi ul {
    width: 100%;
    margin: 0;
  }
  #mainContents #pageLinkNavi ul li {
    margin: 0 20px 0 0;
    padding: 10px 0 0;
  }
  #mainContents #pageLinkNavi ul li a {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  #mainContents #pageLinkNavi ul li a:before {
    margin: -6px 0 0;
  }
}

#mainContents ul {
  margin: 0 0 30px 20px;
}
#mainContents ul.mb_0 {
  margin: 0 0 0 20px;
}
#mainContents ul li {
  margin: 0 0 8px;
  line-height: 1.4;
}
#mainContents ul.link {
  margin: 0 0 30px 0;
  list-style-type: none;
}
#mainContents ul.link li a {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
#mainContents ul.link li a:hover {
  text-decoration: underline;
}
#mainContents ul.link li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 13px;
  margin: -8px 0 0;
  content: url("../img/icon_02.svg");
}
#mainContents ol {
  margin: 0 0 30px 30px;
}
#mainContents ol li {
  margin: 0 0 8px;
  line-height: 1.4;
}
#mainContents .imgView_full {
  width: 960px;
  margin: 30px auto;
}
#mainContents .imgView_full img {
  width: 100%;
}
#mainContents .contents .imgView_full {
  margin: 0;
  padding: 10px 0 30px;
}
#mainContents .contents .imgView_full.pt_30 {
  padding-top: 30px;
}
#mainContents .contents .imgView_full img {
  width: 100%;
}
#mainContents .imgView_full.layer {
  position: relative;
}
#mainContents .imgView_full.layer:before {
  content: "";
  display: block;
  padding-top: 50%; /* 1:1 */
}
#mainContents .imgView_full.layer img {
  position: absolute;
  top: 0;
  left: 0;
}
#mainContents .imgView {
  padding: 30px 0;
  text-align: center;
}
#mainContents .imgView.layer {
  position: relative;
}
#mainContents .imgView.layer:before {
  content: "";
  display: block;
  padding-top: 80%; /* 1:1 */
}
#mainContents .imgView.layer img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -400px;
}
#mainContents .imgView_list {
  width: 990px;
  margin: 0 0 0 -30px;
  padding: 10px 0 30px
}
#mainContents .imgView_list .imgView_Box {
  float: left;
  width: 300px;
  margin: 0 0 0 30px;
}
#mainContents .imgView_list .imgView_Box img {
  width: 300px;
  padding: 0 0 5px;
}
#mainContents .imgView_list .imgView_Box p {
  padding: 0;
  font-size: 13px;
  line-height: 1;
}

/*表組み*/
#mainContents .tableSet_ty01 {
  margin: 0;
  padding: 0 0 15px;
}
#mainContents .tableSet_ty01 table {
  width: 99%;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  background-color: #fff;
}
#mainContents .tableSet_ty01 table tr {
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
#mainContents .tableSet_ty01 table th {
  padding: 15px;
  text-align: left;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  background-color: #f4f4f4;
  border-right: 1px solid #b3b3b3;
  vertical-align: middle;
}
#mainContents .tableSet_ty01 table td {
  padding: 15px;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  border-left: 1px solid #b3b3b3;
  word-wrap: break-word;
  overflow-wrap : break-word;
  vertical-align: middle;
}

#mainContents table th.w10 { width: 10%; }
#mainContents table th.w20 { width: 20%; }
#mainContents table th.w30 { width: 30%; }
#mainContents table th.w40 { width: 40%; }
#mainContents table th.w50 { width: 50%; }
#mainContents table th.w60 { width: 60%; }

#mainContents table td.w10 { width: 10%; }
#mainContents table td.w20 { width: 20%; }
#mainContents table td.w30 { width: 30%; }
#mainContents table td.w40 { width: 40%; }
#mainContents table td.w50 { width: 50%; }
#mainContents table td.w60 { width: 60%; }

#mainContents table th.icon_01,
#mainContents table th.icon_02,
#mainContents table th.icon_03,
#mainContents table th.icon_04,
#mainContents table th.icon_05,
#mainContents table th.icon_06,
#mainContents table th.icon_07 {
  width: 0px;
  padding: 5px;
}
#mainContents table th.icon_01 {background-color: #87b572; }
#mainContents table th.icon_02 {background-color: #f4c978; }
#mainContents table th.icon_03 {background-color: #f4ddbc; }
#mainContents table th.icon_04 {background-color: #8da9d1; }
#mainContents table th.icon_05 {background-color: #cacaca; }
#mainContents table th.icon_06 {background-color: #c6e5fb; }
#mainContents table th.icon_07 {background-color: #db8591; }

#mainContents .prArea {
  margin: 30px 0;
  padding: 20px 20px 0;
  background-color: #f4f4f4;
  border: 1px solid #b3b3b3;
}
#mainContents .prArea h4 {
  margin: 40px 0 10px;
  font-size: 18px;
}
#mainContents .prArea h4:first-child {
  margin: 0 0 10px;
}
#mainContents .prArea p.telText_ty1 {
  padding: 0 0 10px;
  line-height: 1;
}
#mainContents .prArea p.telNo {
  position: relative;
  float: left;
  margin: 0 0 20px;
  padding: 0 20px 0 30px;
  line-height: 1;
  font-weight: 600;
  font-size: 40px;
}
#mainContents .prArea ul {
  margin: 0 0 20px 20px;
}
#mainContents .prArea ol {
  margin: 0 0 20px 20px;
}

/*カラー変更*/
body#visit #mainContents .prArea p.telNo { color: #e50012; }
body#organizer #mainContents .prArea p.telNo { color: #215098; }

#mainContents .prArea p.telNo:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 21px;
  height: 33px;
  margin: -16px 0 0;
}
/*カラー変更*/
body#visit #mainContents .prArea p.telNo:before { content: url("../img/icon_tel.svg"); }
body#organizer #mainContents .prArea p.telNo:before { content: url("../img/icon_tel_02.svg"); }

#mainContents .prArea p.telText_ty2 {
  padding: 0 0 10px;
  line-height: 1.4;
}
/*カラー変更*/
body#visit #mainContents .prArea p.telText_ty2 { color: #e50012; }
body#organizer #mainContents .prArea p.telText_ty2 { color: #215098; }
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #mainContents ul {
    margin: 0 0 20px 20px;
  }
  #mainContents .imgView_full {
    width: 100%;
    margin: 20px auto;
  }
  #mainContents .imgView_full img {
    width: 100%;
  }
  #mainContents .contents .imgView_full {
    padding: 20px 0;
  }
  #mainContents .contents .imgView_full img {
    width: 100%;
  }
  #mainContents .imgView {
    padding: 20px 0;
  }
  #mainContents .imgView img {
    width: 100%;
  }
  #mainContents .imgView.layer img {
    left: 0;
    margin: 0;
  }
  #mainContents .imgView_list {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  #mainContents .imgView_list .imgView_Box {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #mainContents .imgView_list .imgView_Box img {
    width: 100%;
    padding: 0 0 5px;
  }
  #mainContents .imgView_list .imgView_Box p {
    font-size: 11px;
  }
  /*表組み*/
  #mainContents .tableSet_ty01 {
    padding: 15px 0;
  }
  #mainContents .tableSet_ty01.pb_0 {
    padding: 0 0 15px;
  }
  #mainContents .tableSet_ty01 table th {
    width: 100px;
    padding: 5px;
    font-size: 11px;
    line-height: 1.4;
  }
  #mainContents .tableSet_ty01 table td {
    padding: 5px;
    font-size: 11px;
    line-height: 1.4;
  }
  #mainContents .tableSet_ty01 table td img {
    width: 100%;
    height: auto;
  }
  #mainContents .tableScroll {
    overflow: scroll;
  }
  #mainContents .tableScroll table {
    width: 500px;
  }

  #mainContents table th.w30 { width: auto; }


  #mainContents .prArea {
    margin: 20px 0;
    padding: 15px 15px 0;
  }
  #mainContents .prArea p.telText_ty1 {
    padding: 0 0 5px;
    line-height: 1.4;
  }
  #mainContents .prArea p.telNo {
    float: none;
    margin: 0 0 10px;
    font-size: 30px;
  }
  #mainContents .prArea p.telNo a {
    text-decoration: none;
  }
  #mainContents .prArea p.telText_ty2 br {
    /* display: none; */
  }
}

/*==========================================
 武蔵野の森バナー
===========================================*/
#musashinono {
  position : fixed;
  top : 200px;
  right : 0;
  width: 40px;
}
#musashinono a img {
  width: 40px;
  height: 251px;
  padding: 0 0 10px;
}
#musashinono a img:hover {
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #musashinono {
    top : auto;
    bottom : 250px;
    width: 30px;
    height: 188px;
  }
  #musashinono a img {
    width: 30px;
    height: 188px;
  }
  #musashinono a:hover {
    opacity: 1;
  }
}

/*==========================================
 WiFiバナー
===========================================*/
#wifi {
  position : fixed;
  top : 220px;
  right : 0;
}
#wifi a img {
  width: 58px;
  height: 54px;
}
#wifi a img:hover {
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #wifi {
    top : auto;
    bottom : 250px;
    width: 40px;
    height: auto;
  }
  #wifi a img {
    width: 40px;
    height: auto;
  }
  #wifi a:hover {
    opacity: 1;
  }
}

/*==========================================
 ページアップ
===========================================*/
#pageup {
  position : fixed;
  bottom : 30px;
  right : 0;
}
#pageup a {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  background: url(../img/pageup.svg) left top no-repeat;
}
#pageup a:hover {
  opacity: 0.9;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #pageup {
    position : fixed;
    bottom : 10px;
    right : 0;
    width: 30px;
    height: 30px;
  }
  #pageup a {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    background: url(../img/pageup.svg) left top no-repeat;
  }
  #pageup a:hover {
    opacity: 1;
  }
}

/*駐車場貸切情報*/
.parkingArea {
  width: 100%;
}
.parkingArea .parkingDate {
  float: left;
  width: 137px;
  height: 135px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.parkingArea .parkingDate:nth-child(8) {
  display: none;
}
.parkingArea .parkingDate .date {
  display: block;
  width: 137px;
  height: 45px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #000;
}
.parkingArea .parkingDate .week {
  display: block;
  width: 137px;
  height: 45px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #6d6d6d;
}
.parkingArea .parkingDate .week.saturday {
  background-color: #326ba5;
}
.parkingArea .parkingDate .week.sunday,
.parkingArea .parkingDate .week.holiday {
  background-color: #c93a3a;
}
.parkingArea .parkingDate .ck {
  display: block;
  width: 137px;
  height: 45px;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #d8d8d8;
}
.parkingArea .parkingDate .ck img {
  width: 24px;
  height: 24px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  .parkingArea .parkingDate {
    float: left;
    width: 25%;
    height: 91px;
    border-bottom: 1px solid #fff;
  }
  .parkingArea .parkingDate:nth-child(8) {
    display: block;
  }
  .parkingArea .parkingDate .date {
    width: 100%;
    height: 30px;
    padding: 7px 0;
    font-size: 14px;
  }
  .parkingArea .parkingDate .week {
    width: 100%;
    height: 30px;
    padding: 7px 0;
    font-size: 14px;
  }
  .parkingArea .parkingDate .ck {
    width: 100%;
    height: 30px;
    padding: 8px 0;
  }
  .parkingArea .parkingDate .ck img {
    width: 16px;
    height: 16px;
  }
}


/*==========================================
 重要なお知らせ
===========================================*/
#mainContents .emergencyNews {
  width: 932px;
  margin: 30px auto;
  padding: 8px 10px;
  border: 3px solid #e50012;
}
#mainContents .emergencyNews ul {
  margin: 0;
  list-style-type: none;
}
#mainContents .emergencyNews ul li {
  margin: 0;
  padding: 0 0 5px;
}
#mainContents .emergencyNews ul li:last-child {
  padding: 0;
}
#mainContents .emergencyNews ul li a {
  font-size: 16px;
  color: #e50012;
  line-height: 1.4;
  text-decoration: none;
}
#mainContents .emergencyNews ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .emergencyNews {
    width: 90%;
    margin: 20px auto;
  }
  #mainContents .emergencyNews ul li a {
    font-size: 14px;
  }
}
