@charset "UTF-8";

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  width: 100%;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}



.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  margin: 0;
  border-bottom: 1px solid #fff;
}

nav .inner ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 18px;
  transition-duration: 0.2s;
  line-height: 1.6em;
  word-break: keep-all;
}

nav .inner ul li a:hover {
  background-color: #343434;

}

.toggle-btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 500;
  cursor: pointer;
}

.toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
  border-radius: 4px;
}

.toggle-btn span:nth-child(1) {
  top: 4px;
}

.toggle-btn span:nth-child(2) {
  top: 14px;
}

.toggle-btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}


/*side Menu↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/


.logoStyle {
  width: 120px;
  padding: 60px 20px 20px 20px;
  margin: 0 auto;
}






.snsWrapper {
  padding-top: 30px;
  padding-left: 30px;
}

.snsItem {
  padding-top: 30px;
  padding-bottom: 30px;
}

.snsItem img {
  width: 40px;
  margin-right: 10px;
}

.snsItem img:hover {
  opacity: 0.5;
  transition: 0.2s;
}


.hostingWrapper {
  padding: 30px;
}

.hostingWrapper p {
  text-decoration: none;
  color: #fff;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
}

.hostingItem {
  font-size: 13px;
  border-bottom: 1px solid #676767;
  padding-top: 30px;
  padding-bottom: 10px;
}

.copyright {
  padding-top: 30px;
  font-size: 13px;
}


/*news Area↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.newsWrapper {
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.newsWrapper h1 {
  line-height: 1.4em;
}

.imageContainer img {
  width: 100%;
  max-width: 100px;
  padding-right: 20px;
}

.imageContainer {
  text-align: center;
}




.caption {
  margin-top: -30px;
  margin-bottom: 30px;
}



.contentsContainer {
  background-color: #ebebeb;
}

.contentsContainer h1 {
  color: #adadad;
  font-size: 24px;
  border-bottom: 1px solid #676767;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.contentsContainer h2 {
  color: #676767;
  font-size: 20px;
  line-height: 1.4em;
  padding-top: 30px;
}

.contentsContainer p {
  color: #676767;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  padding-top: 30px;
}

.contentsContainer li {
  color: #676767;
  font-size: 16px;
  line-height: 1;
  text-align: justify;
  padding-top: 30px;
}

.textContainer h2 {
  font-size: 22px;
}

.textContainer h1 h2 a {
  word-break: keep-all;
  overflow-wrap: break-word;
}

div span {
  display: inline-block;
  white-space: nowrap;
}

.newsContainer {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #676767;
}



.blackObi {
  color: #fff;
  background-color: #343434;
  padding: 10px;
}

.komidashi {
  font-size: 18px;
  font-weight: 600;
}

.textContainer li {
  padding-left: 100px;
  line-height: 1.5em;
  text-indent: -4.3em;

}


.ContentsItem {
  display: block;
  text-align: center;
}

.ContentsItem img {
  width: 20%;
  padding-top: 50px;
  margin: 0 auto;
}


.chronology {
  margin-top: 20px;
  margin-bottom: 100px;
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
}


.tableChronology {
  color: #676767;
  width: 100%;
}

.jpnCalendar {
  width: 30px;
}

.adCalendar {
  width: 30px;
}

.event {
  width: 100px;
}

.fesNumber {
  width: 30px;
}

.bikou {
  width: 30px;
}



table th {
  padding: 10px 0px;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
}

table td {
  padding: 10px 0px;
  border-bottom: 1px solid #676767;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  font-size: 11px;
}

table tr {
  border-top: 1px solid #676767;
}

table tr:nth-child(odd) td {
  background: #e1e1e1;
}

.tableHead th {
  background-color: #333;
  font-size: 11px;
  font-weight: 100;
  color: #ebebeb;
}



.kaijoWrapper {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.kaijoContainer {
  display: flex;
  align-items: center;
}




.kaijoContainer img {
  width: 100px;
  padding-bottom: 15px;
}

.parkingMark img {
  width: 30px;
  padding-left: 20px;
}

.parkingAdmission {
  margin-top: -45px;
  padding-left: 10px;
}




.kaijoItems h3 {
  font-size: 23px;
  line-height: 1.5em;
}

.kaijoItems p {
  margin-top: -20px;
}

.kaijoItems2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}



.kaijoItems2 img {
  width: 120px;
}

.kaijoItems2 h4 {
  font-size: 24px;
  line-height: 1.5em;
  padding-left: 20px;
}

.comment2 {
  margin-top: -20px;
}

.kaijoLink {
  background-color: #343434;
  width: 250px;
  margin-top: 30px;
  text-align: center;
}

.kaijoLink :hover {
  opacity: 0.8;
  transition: 0.2s;
}

.kaijoLink p {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-family: "zen-kaku-gothic-antique";
  padding: 15px;
}


.mapsWrapper {
  margin-top: 40px;
  filter: grayscale(50%);
}









/*カード型↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/