@charset "UTF-8";
@import "format.css";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");

/* STRUCTURES
--------------------------------------- */

#layout {
  box-sizing: border-box;
  color: #232323;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}

#header {
  margin-bottom: -10px;
  width: 100%;
  position: relative;
}

#header .twitter_area {
  align-items: center;
  bottom: 70px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

#header .twitter_area_ttl {
  background: #44543c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: .5em 2em;
}

#header .twitter_area_ttl span::before {
  background-image: url(../img/X_logo.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 6px;
  vertical-align: middle;
  width: 32px;
}

#header .twitter_area p {
  background-color: #fff;
  border-right: 1px solid #898989;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 22px;
}

#header .twitter_area p a {
  color: #499aab;
  font-weight: normal;
}

#header .twitter_area p:last-of-type {
  border-right: none;
}
#header .school {
	position: absolute;
	top: 10px;
	left: 10px;
}
#header .school img {
	width: 180px;
}

#header p.btn {
  padding-top: 370px;
}

#header2019 p.btn {
  padding-top: 355px;
}

#footer {
  align-items: center;
  display: flex;
  margin-top: 17px;
}

#footer p {
  font-size: 10px;
  padding: 2px 9px;
}

#footer p,
#footer a {
  color: #fff;
}

#footer a {
  display: block;
  padding: 2px 9px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  width: 80px;
}

#footer a:hover {
  opacity: .7;
}

#footer .copy {
  background-color: #c08300;
  border-radius: 7px 0 0 7px;
  width: calc(100% - 80px);
}

#footer .opinion {
  background-color: #9b6a00;
  border-radius: 0 7px 7px 0;
  padding: 0;
  text-align: center;
}

/* COMMON
--------------------------------------- */

#layout .h3 {
  margin-top: 36px;
}

.btn {
  text-align: center;
}

p.back-home {
  position: absolute;
  right: 0;
  top: 0;
}

ul.pt {
  height: 68px;
}

ul.pt li {
  float: left;
  margin-right: 10px;
}

#page-top {
  margin-top: 28px;
  text-align: right;
}

#unit-1 {
  background: url(../img/frame-bt-1.gif) bottom left no-repeat;
  margin: 20px 0;
  padding-bottom: 20px;
}

#unit-1-1,
#unit-3-1,
#unit-5-1 {
  background: #faecbe;
  padding: 20px 20px 0 20px;
}

#unit-2-1,
#unit-4-1 {
  padding: 0 20px;
}

.img_area ul {
  display: flex;
  justify-content: center;
}

.img_area ul li {
  margin: 10px 7px;
  max-width: 200px;
}

.img_area ul li:last-of-type {
  margin-right: 0;
}

.img_area p {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.movie_area ul {
  display: flex;
  justify-content: center;
}

.movie_area ul li {
  margin: 10px 7px;
  max-width: 480px;
}

.movie_area ul li:last-of-type {
  margin-right: 0;
}

.unit-area {
  background: #faecbe;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
  padding: 20px 20px 30px;
}

.unit-area p.text {
  font-size: 16px;
  line-height: 1.8;
}

.link_btn {
  margin: 10px auto 0;
  text-align: center;
}

.link_btn a {
  background: #c4302b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 1em 4em;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn_gr {
  margin-top: 12px;
}

.btn_gr a {
  background: linear-gradient(to bottom, #bcee70, #53a000);
  border: 3px solid #714200;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: .8em 2em;
  text-decoration: none;
  text-shadow: 0 0 3px #1a3100;
}

.text_s {
  color: #fff;
  font-size: 9px;
  text-align: left;
}

.link_btn a::after {
  background-image: url(../img/link_logo.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: .3em;
  vertical-align: middle;
  width: 20px;
}

.pdf_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
  padding: .5em;
}

.pdf_link li {
  font-size: 16px;
  padding: .3em .9em;
}

.pdf_link li a::after {
  background-image: url(../img/pdf_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: .5em;
  vertical-align: middle;
  width: 13px;
}

#layout a:hover {
  opacity: .8;
  transition: .3s;
}

.h2-title {
  letter-spacing: 1px;
  align-items: center;
  background-image: url(../img/bg-h2.gif);
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 59px;
  line-height: 1.8;
  padding-left: 23px;
  position: relative;
  text-shadow:0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05;
  z-index: 1;
}
.h2-title span.txtHalf {
  font-size: 70%;
  vertical-align: text-bottom;
}

.h2-title::after {
  background-image: url(../img/icon-character01.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 59px;
  position: absolute;
  right: 26px;
  width: 141px;
  z-index: -1;
}

.h2-title02::after {
  background-image: url(../img/icon-character02.png);
}

.h3-title {
  align-items: center;
  background-image: url(../img/h3_icon01.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #b37214;
  display: flex;
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 7px;
  min-height: 52px;
  padding-left: 57px;
  text-shadow: 0 0 3px #fff;
}
#unit-1-1 h4 {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #00913a;
  line-height: 1.8;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  #unit-1-1 h4 {
    line-height: 1.5;
    margin-bottom: 6px;
  }
}

.h2-download {
  align-items: center;
  color: #b37214;
  display: flex;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 7px;
  padding-left: 72px;
  position: relative;
  text-shadow: 0 0 3px #fff;
}

.h2-download::before {
  background-image: url(../img/h2_icon01.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 43px;
  left: 14px;
  position: absolute;
  width: 55px;
}

/* UNIT 1
--------------------------------------- */

#unit-1-1 p.text {
  font-size: 16px;
  line-height: 1.7;
}

#unit-1-1 p.eventPlace {
  margin: 15px 0 10px;
}

.unit-1-1-1 p.photo {
  float: right;
  padding-left: 30px;
  text-align: right;
  width: 310px;
}

.unit-1-1-1 p.photo img {
  margin-bottom: 5px;
}

.unit-1-1-2 .flex {
  justify-content: space-between;
}

.corner:not(:last-child) {
  margin-right: 18px;
}

.unit-1-1-2 {
  margin-top: 12px;
}

.unit-1-1-2 table {
  margin: 10px auto;
}

.unit-1-1-2 td {
  line-height: 1.8;
  padding: 0 7px;
  text-align: center;
}

.unit-1-1-2 p.btn {
  margin-top: 10px;
  padding-bottom: 10px;
}

.unit-1-1-2 p.btn img {
  max-width: 514px;
}

.unit-1-1-2 .reservation {
    color: #8cc227;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0px auto 25px;
    text-align: center;
    width: 381px;
}
.unit-1-1-2 .reservation a {
  display: block;
  background-color: #fff;
  border: 1px solid #8cc227;
  border-radius: 21px;
  color: #8cc227;
  padding: 13px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.unit-1-1-2 .special_1 .textBox{
  float: left;
  width: 60%;
}

.unit-1-1-2 .special_1 .photo{
  float: right;
  margin-bottom: 10px;
  text-align: right;
}

.unit-1-1-2 .special_1 .photo img{
  margin: 0;
}

/* UNIT 3
--------------------------------------- */

#unit-3-1 {
  background: #fff;
  border-radius: 10px;
  margin-top: 8px;
  padding-top: 20px;
}

#unit-3-1 h4 {
  border-left: 5px solid #b37214;
  color: #b37214;
  font-size: 18px;
  margin: 12px 0 8px 0;
  padding: .2em .5em;
}

#unit-3-1 .unit-3-1-1 {
  display: flex;
  flex-wrap: wrap;
}

#unit-3-1 .unit-3-1-1 .unit {
  background: none;
  box-sizing: border-box;
  display: flex;
  margin: 0 15px 20px 0;
  padding-top: 0;
}

#unit-3-1 .unit-3-1-1 .unit:nth-child(even) {
  margin-right: 0;
}

#unit-3-1 .unit p {
  height: 80px;
  width: 80px;
}

#unit-3-1 .unit dl {
  padding-left: 15px;
  width: 307px;
}

#unit-3-1 .unit dt.icon img {
  margin-right: 5px;
}

#unit-3-1 .unit dt.name {
  color: #7fb300;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 6px 0;
}

#unit-3-1 .unit dd {
  line-height: 1.5;
}

#unit-4 {
  background: -webkit-linear-gradient(top, #faecbe 0%, #fff 48%);
  background:         linear-gradient(to bottom, #faecbe 0%, #fff 48%);
  border: 3px solid #b86c00;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 19px;
}

#unit-4-1 {
  background: #fff;
  border-radius: 20px;
  padding: 12px 20px 20px;
}

#unit-4-1 li {
  background: url(../img/i_download.gif) center left no-repeat;
  line-height: 14px;
  margin-top: 8px;
  padding-left: 20px;
}

.btn-home {
  margin: 0 auto;
  max-width: 514px;
}

.fixed {
  bottom: 30px;
  position: fixed;
  right: 30px;
}

#container .gnavi {
  background: #faecbf;
  border-radius: 18px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 15px 20px;
  width: 100%;
}

#container .gnavi ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

#container .gnavi li {
  float: left;
  width: calc((100% - 30px) / 2);
}

#container .gnavi li:nth-child(2n-1) {
  margin-right: 15px;
}

#container .gnavi li:not(:last-child) {
  margin-bottom: 10px;
}

#container .gnavi li a {
  background: #fff;
  border: 2px solid #bf8300;
  border-radius: 8px;
  color: #bf8300;
  display: block;
  font-size: 132%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 0 10px;
  text-align: center;
  text-decoration: none;
}

#container .gnavi li a:hover {
  background: #fcf6de;
}

#container .commingsoon {
  font-size: 135%;
  letter-spacing: 1px;
  margin: 20px 25px;
}

#container .unit .reserve {
  background: #fdfdf0;
  border-bottom: 1px solid #e7e6c7;
  border-right: 1px solid #e7e6c7;
  margin: 10px;
  padding: 8px 14px;
}

#container .unit .reserve p {
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 5px;
}

/*ボタン*/

.btn_area {
  margin-bottom: 10px;
  text-align: center;
}

.btn-square-pop {
  background: #fd9535;

/*背景色*/
  border-bottom: solid 2px #d27d00;

/*少し濃い目の色に*/
  border-radius: 4px;

/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #fff !important;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: .9em 6em;
  position: relative;
  text-decoration: none !important;
}

.btn-square-pop:hover {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.jmpContest {
  z-index: 1;
}

/* UNIT 5
--------------------------------------- */

#unit-5 dd .eventImg {
	text-align: center;
	margin: 25px 0 10px;
}
#unit-5 dd .eventImg img {
	border: 1px solid #92cb17;
	border-radius: 8px;
}

.unit-5-1 {
  background: #faecbe;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
  padding: 10px 20px 30px 20px;
}

.unit-5-1-1 dl {
  line-height: 1.8;
  margin-bottom: 0;
}

.unit-5-1-1 .proviso {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 9px;
}

.unit-5-1-1 .proviso li{
  padding-left: 15px;
  text-indent: -15px;
}

.unit-5-1-1 dl dt,
.unit-5-1-1 dl dd {
  padding: 14px 60px 14px 25px;
}

.unit-5-1-1 dl dt {
  align-items: center;
  background-color: #82bb18;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: flex-start;
  position: relative;
}

.unit-5-1-1 dl dd .date {
  font-size: 16px;
  font-weight: bold;
}

.unit-5-1-1 .reservation {
  color: #8cc227;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 13px auto 0;
  text-align: center;
  width: 381px;
}

.unit-5-1-1 .reservation a {
  background-color: #fff;
  border: 1px solid #8cc227;
  border-radius: 21px;
  color: #8cc227;
  display: block;
  padding: 13px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.unit-5-1-1 .reservation a:hover {
  opacity: .7;
  text-decoration: none;
}

.unit-5-1-1 dl dt:nth-of-type(2n-1) {
  background-color: #8cc227;
}

.unit-5-1-1 dl dt::after {
  background-image: url(../img/icon-arrow01.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .1s ease-in-out;
  vertical-align: middle;
  width: 35px;
}

.unit-5-1-1 dl dt.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.unit-5-1-1 dl dd {
  background-color: #edf6da;
  display: none;
  font-size: 16px;
  padding: 14px 40px 19px;
}

.unit-5-1-1 dl dt:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.unit-5-1-1 dl dd hr {
  border: 1px dashed #707070;
  display: block;
  margin: 19px 0;
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  #header .twitter_area {
    align-items: center;
    bottom: 80px;
    display: flex;
    justify-content: center;
    margin: 12px auto;
    position: relative;
  }
  #header .school img {
	width: 150px;
	}
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
  #header {
    background-color: #fff6da;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  #header .twitter_area {
    bottom: 0;
    margin: 0 auto;
    max-width: none;
    width: calc(100% - 20px);
  }
  #header .twitter_area_ttl {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
  }
  #header .twitter_area_ttl span::before {
    background-size: contain;
    height: 14px;
    margin-right: 6px;
    margin-top: -2px;
    position: relative;
    width: 14px;
  }
  #header .twitter_area p {
    border-right: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    position: relative;
    text-align: center;
  }
  #header .twitter_area p:first-of-type::after {
    background-color: #74b2ba;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 99%;
  }
  .mainvisual {
    margin-bottom: 15px;
  }
  .h2-title {
    letter-spacing: 1px;
    background-image: url(../img/h2_bg_sp.png);
    background-size: contain;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-shadow:0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05,0 0 3px #6c9c05;
  }
  .h2-title::after {
    display: none;
  }
  .h2-title-spx2 {
    background-image: url(../img/h2_bg_sp_x2.png);
    height: 57px;
  }
  .h2-title-spx2::after {
    bottom: 0;
  }
  .h3-title {
    background-size: 40px;
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 42px;
    padding-left: 43px;
  }
  .h2-download {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 64px;
    padding-right: 6px;
  }
  .h2-download::before {
    background-repeat: no-repeat;
    height: 33px;
    left: 12px;
  }
  .twitter_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .twitter_area .twitter_area_ttl,
  .twitter_area p {
    width: 100%;
  }
  #container {
    padding: 0 3px;
  }
  #container .gnavi {
    border-radius: 7px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
    width: 100%;
  }
  #container .gnavi li:nth-child(2n-1) {
    margin-right: 0;
  }
  #container .gnavi ul {
    margin-right: 0;
  }
  #container .gnavi li {
    margin-right: 0;
    width: 100%;
  }
  #container .gnavi li a {
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 7px 0;
  }
  #container .gnavi li:last-child {
    margin-bottom: 0;
  }
  .unit-area p.text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  #page-top {
    text-align: center;
  }
  #footer {
    display: block;
  }
  #footer p {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 17px;
  }
  #footer a {
    box-sizing: border-box;
    padding: 10px 17px;
    width: 100%;
  }
  #footer .copy,
  #footer .opinion {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
  }
  #footer {
    margin-top: 40px;
  }
  .jmpContest {
    height: 80px;
    width: 80px;
  }
  .jmpContest.fixed {
    right: 6px;
  }
  .jmpContest img {
    width: 80px;
  }

  /* UNIT 1
  --------------------------------------- */
  #unit-1 {
    background: none;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .unit-1-1-1 p.photo {
    float: none;
    margin: 0 auto 7px;
    padding-left: 0;
    text-align: center;
    width: auto;
  }
  #unit-1-1 p.text {
    font-size: 16px;
    line-height: 1.68;
  }

  .unit-1-1-2 p.btn {
    margin-top: 10px;
    padding-bottom: 0;
  }
  .unit-1-1-2 p.btn {
    padding-bottom: 0;
  }
  #unit-1-1 {
    border-radius: 7px;
    padding: 20px 15px 20px;
  }
  #unit-3-1 {
    border-radius: 7px;
    padding: 15px 15px 0;
  }
  .unit-1-1-2 .flex {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .unit-1-1-2 .flex .corner {
    text-align: center;
    width: calc(50% - 5px);
  }
  .corner:not(:last-child) {
    margin-right: auto;
  }
  .unit-1-1-2 .flex .corner:nth-child(2n-1) {
    margin-right: 5px;
  }
  .unit-1-1-2 .flex .corner:nth-child(2n) {
    margin-left: 5px;
  }
  .unit-1-1-2 .flex .corner:nth-last-of-type(n + 3) {
    margin-bottom: 5px;
  }
  .unit-1-1-2 .special_1 .textBox{
    float: none;
    width: 100%;
  }

  .unit-1-1-2 .special_1 .photo{
    float: none;
    text-align: center;
  }

  .unit-1-1-2 .reservation {
    font-size: 16px;
    margin: 0 auto 15px;
    width: 90%;
  }
  .unit-1-1-2 .reservation a{
    padding: 10px;
  }

  /* UNIT 2
  --------------------------------------- */
  #unit-2 .unit-area {
    background: #faecbe;
    border-radius: 7px;
    margin-bottom: 40px;
    padding: 15px 15px 20px;
  }
  #unit-2 .flex {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  #unit-2 .flex li {
    width: 100%;
  }
  #unit-2 .flex li {
    height: 0;
    padding-top: 48%;
    position: relative;
    width: 87%;
  }
  #unit-2 .flex li:first-child {
    margin-bottom: 10px;
  }
  #unit-2 .flex li iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .movie_area ul li {
    margin: 0;
    max-width: none;
  }
  .movie_area ul li iframe {
    width: 100%;
  }
  .link_btn {
    margin: 0;
    text-align: center;
  }
  .link_btn a {
    border-radius: 5px;
    font-size: 12px;
    padding: 8px 20px;
  }
  /* UNIT 3
  --------------------------------------- */
  #unit-3 .unit-area {
    border-radius: 0 0 7px 7px;
    margin-bottom: 40px;
    padding: 20px 13px;
  }
  #unit-3-1 .unit p {
    height: 60px;
    width: 60px;
  }
  #unit-3-1 .unit dt.name {
    font-size: 12px;
    line-height: 1.8;
  }
  #unit-3-1 .unit dd {
    line-height: 1.8;
  }
  #unit-3-1 .unit dl {
    padding-left: 10px;
    width: calc(100% - 60px);
  }
  #unit-3-1 .unit dt.icon img {
    margin-right: 0;
    width: 47px;
  }
  #unit-3-1 .unit-3-1-1 .unit {
    margin: 0 0 25px 0;
  }
  .img_area ul li {
    margin: 0;
    max-width: none;
    text-align: center;
    width: calc(50% - 5px);
  }
  .img_area ul li:nth-child(2n-1) {
    margin-right: 5px;
  }
  .img_area ul li:nth-child(2n) {
    margin-left: 5px;
  }
  .pdf_link {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 0;
  }
  .pdf_link li {
    background-color: #fff;
    border: 1px solid #db0000;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    max-width: none;
    padding: 6px 5px;
    text-align: center;
    width: calc(50% - 5px);
  }
  .pdf_link li:nth-child(2n-1) {
    margin-right: 5px;
  }
  .pdf_link li:nth-child(2n) {
    margin-left: 5px;
  }
  .pdf_link li:nth-last-of-type(n + 2) {
    margin-bottom: 5px;
  }
  #unit-4 {
    border: 2px solid #b86c00;
    border-radius: 7px;
    margin-bottom: 30px;
  }
  /* UNIT 4
  --------------------------------------- */
  #unit-4-1 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
  }
  #unit-4-1 ul li {
    background: url(../img/i_download.gif) 9px center no-repeat;
    background-color: #fff;
    border: 1px solid #db0000;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    max-width: none;
    padding: 11px 5px 11px 36px;
    text-align: left;
    width: 100%;
  }
  #unit-4-1 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #unit-4-1 ul li a:link,
  #unit-4-1 ul li a:visited {
    color: #e70000;
  }
  #unit-4-1 {
    padding-top: 12px;
  }
  #unit-4-1 {
    border-radius: 0 0 7px 7px;
  }
  /* UNIT 5
  --------------------------------------- */
  .unit-5-1 {
    padding: 11px 16px 20px;
  }
  .unit-5-1-1 dl dt,
  .unit-5-1-1 dl dd {
    padding: 10px 38px 10px 25px;
  }
  .unit-5-1-1 dl dt {
    font-size: 16px;
  }
  .unit-5-1-1 dl dt::after {
    background-size: contain;
    height: 12px;
    right: 10px;
    width: 22px;
  }
  .unit-5-1-1 dl dd {
    font-size: 16px;
    padding: 10px 20px 10px;
  }
  .unit-5-1-1 dl dd hr {
    margin: 12px 0;
  }
  .unit-5-1 {
    border-radius: 0 0 7px 7px;
  }

  .unit-5-1-1 .reservation {
    font-size: 16px;
    margin: 11px auto 5px;
    width: 90%;
  }

  .unit-5-1-1 .reservation a {
    padding: 10px;
  }

  .unit-5-1-1 dl dd .date {
    font-size: 15.5px;
    font-weight: bold;
  }
  #unit-5 dd .eventImg {

	text-align: center;
	margin: 25px 0 10px;
	}
	#unit-5 dd .eventImg img {
	border: 1px solid #92cb17;
	border-radius: 8px;
	width: 100%;
	}
  figure img {
  	width: 100%;
  }

}

#unit-5 dd .online {
  background: #d3e057;
  margin-left: 1em;
  padding: 2px 8px 1px;
  font-weight: 400;
  font-size: 92%;
}
#unit-5 dd .offline {
  background: #fccc52;
  margin-left: 1em;
  padding: 2px 8px 1px;
  font-weight: 400;
  font-size: 92%;
}