@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
/* ------------------------------
 Index-Page
------------------------------ */
ul.list {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
ul.list li {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 50px;
}
ul.list li a {
  display: block;
  text-align: center;
  position: relative;
}
ul.list li a .new {
  position: absolute;
  z-index: 3;
  width: 80px;
  top: -30px;
  left: 0;
}
ul.list li a .figure {
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 40px;
}
ul.list li a .figure figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
ul.list li a .figure figure img {
  transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul.list li a .figure .cat {
  background-color: #F08803;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  padding: 5px;
  line-height: 1.4;
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
ul.list li a .figure .author {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: #fff 2px solid;
  position: absolute;
  bottom: -38px;
  left: 20px;
  overflow: hidden;
  z-index: 2;
}
ul.list li a .figure::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-color: #F08803;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
ul.list li a .entrytitle {
  font-size: 19px;
  font-weight: bold;
  margin: 0 20px 12px;
}
ul.list li a .date {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 0;
  border-top: #252122 1px solid;
  border-bottom: #252122 1px solid;
}
ul.list li a:hover .figure figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
ul.list li a:hover .figure::before {
  opacity: .3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ul.list li.end .figure::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-color: #000;
  opacity: .3;
}
ul.list li.end .figure::after {
  content: "こちらのイベントは終了しました";
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
  line-height: 1;
  font-size: 19px;
  font-weight: 700;
}
ul.list li.end a:hover .image::before {
  opacity: .3;
}

/* ------------------------------
 Entry-Page
------------------------------ */
.entry .entrytitle {
  margin-bottom: 120px;
}
.entry .entrytitle span.cat {
  display: block;
  width: 200px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 19px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 0;
  background-color: #F08803;
}
.entry .entrytitle span.title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.entry .entrytitle span.place {
  display: block;
  text-align: center;
  color: #8E1728;
  font-weight: 700;
  margin-top: 20px;
}
.entry .information {
  display: flex;
  align-items: center;
}
.entry .information figure {
  width: 50%;
  max-height: 600px;
  text-align: right;
}
.entry .information figure img.objectfit {
  object-position: center right;
  object-fit: contain;
  max-height: 600px;
}
.entry .information .data {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}
.entry .information .data table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}
.entry .information .data table tr {
  border-top: #a9aaaa 1px solid;
}
.entry .information .data table tr:first-child {
  border: none;
}
.entry .information .data table th {
  text-align: center;
  padding: 20px 30px;
  font-weight: bold;
  white-space: nowrap;
}
.entry .information .data table td {
  text-align: left;
  padding: 20px 10px;
}
.entry .information .data .pdf {
  margin-top: 10px;
}
.entry .information .data .pdf a {
  display: block;
  background-color: #252122;
  border-radius: 2px;
  color: #fff;
  padding: 8px 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  position: relative;
}
.entry .information .data .pdf a::before {
  content: "\f1c1";
  display: inline-block;
  vertical-align: 5%;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 10px;
}
.entry .information .data .pdf a::after {
  content: "\f101";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  line-height: 30px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.entry .information .data .pdf a:hover {
  background-color: #a9aaaa;
}
.entry .form_link {
  text-align: center;
  /*text-shadow: 1px 2px 3px #55830f;*/
}
.entry .form_link .link_btn {
  margin: 100px 0 -30px;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 3px;
  background: #EF8718;
}
.entry .form_link .link_btn a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem 1rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 3px;
}
.entry .form_link .link_btn a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.entry .form_link .link_btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 16%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  margin-left: -15px;
}
.entry .form_link .link_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  left: 16%;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 12px solid #EF8718;
  margin-left: -5px;
}
.entry .downbanner {
  margin: 100px 0;
}
.entry .downbanner a {
  display: block;
  height: 220px;
  position: relative;
  background: url("../event/img/banner_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.entry .downbanner a::before {
  content: "\f103";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  color: #F08803;
  animation: arrow 1.5s cubic-bezier(1, 0.5, 0.5, 1) infinite;
  z-index: 3;
  margin-left: -20px;
}
@keyframes arrow {
  0% {
    transform: none;
  }
  100% {
    transform: translateY(40px);
  }
}
.entry .downbanner a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252122;
  opacity: .3;
  z-index: 1;
}
.entry .downbanner a p {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 40px;
}
.entry .downbanner a p span {
  display: block;
}
.entry .downbanner a p span.text {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  margin-bottom: 25px;
}
.entry .downbanner a p span.button {
  font-weight: bold;
  font-size: 21px;
  width: 300px;
  margin: 0 auto;
  background-color: rgba(37, 33, 34, 0.9);
  padding: 5px 0;
}
.entry .entrybody {
  margin: 120px 0;
  text-align: center;
}
.entry .entrybody .postbody {
  max-width: 900px;
  display: inline-block;
  text-align: justify;
}
.entry .comment_box {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  padding-top: 60px;
  position: relative;
}
.entry .comment_box h2 {
  position: absolute;
  top: -15px;
  left: 35px;
  font-size: 26px;
  font-weight: bold;
  color: #EF8718;
}
.entry .comment_box .peoplebox {
  width: 300px;
  position: relative;
}
.entry .comment_box .peoplebox .img {
  width: 180px;
  max-width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.entry .comment_box .peoplebox .img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
.entry .comment_box .peoplebox h3 {
  text-align: center;
  background: #EF8718;
  color: #fff;
  width: 250px;
  font-size: 18px;
  padding: 5px;
  line-height: 1.5;
  position: absolute;
  top: 230px;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0);
  border-radius: 3px;
}
.entry .comment_box .peoplebox h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry .comment_box .hukidashi {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 185px);
  padding: 35px;
  background: #EEEEEE;
  border-radius: 20px;
  margin-left: 20px;
}
.entry .comment_box .hukidashi::before {
  content: "";
  position: absolute;
  top: 70px;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 40px solid #EEEEEE;
  border-bottom: 20px solid transparent;
}
.entry #access {
  margin-bottom: 80px;
}
.entry #access .title {
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}
.entry #access .title span {
  display: block;
}
.entry #access .title span.en {
  margin-bottom: 5px;
}
.entry #access .title span.ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
}
.entry #access .access {
  border-top: #a9aaaa 1px solid;
  border-bottom: #a9aaaa 1px solid;
  padding: 30px 0;
}
.entry #access .access .wrapper {
  display: flex;
  align-items: center;
}
.entry #access .data {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
}
.entry #access .data .inner {
  max-width: 580px;
  margin-left: auto;
}
.entry #access .data .address dt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry #access .data .staff {
  margin-top: 55px;
  position: relative;
}
.entry #access .data .staff .text {
  padding: 30px 0 30px 48%;
}
.entry #access .data .staff .text .h {
  font-size: 19px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.entry #access .data .staff figure {
  position: relative;
}
.entry #access .data .staff figure figcaption {
  background-color: #F08803;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 0 16px 48%;
  border-radius: 2px;
}
.entry #access .data .staff figure .photo {
  position: absolute;
  width: 40%;
  bottom: 10px;
  left: 10px;
}
.entry #access .data .staff figure .photo span {
  display: block;
  height: 0;
  padding-top: 75%;
  position: relative;
  box-sizing: border-box;
  clip-path: polygon(5% 0%, 100% 20%, 90% 100%, 0px 95%);
  z-index: 3;
}
.entry #access .data .staff figure .photo span img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.entry #access .map {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 20px;
}
.entry #access .map figure {
  min-height: 480px;
  position: relative;
}
.entry #access .map figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  ul.list li {
    width: 50%;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .entrytitle {
    padding: 0 70px;
  }
  .entry .information .data {
    padding-left: 0;
  }
  .entry #access .data {
    padding: 20px 15px 20px 0;
  }
  .entry #access .data .staff .text {
    padding: 30px 0 30px 49%;
  }
  .entry #access .data .staff figure figcaption {
    padding: 16px 0 16px 49%;
  }
  .entry #access .data .staff figure .photo {
    left: 20px;
    bottom: calc( 100px - 7vw );
  }
  .entry #access .map {
    padding-left: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  ul.list {
    margin: 0 -15px;
  }
  ul.list li {
    padding: 0 15px;
  }
  ul.list li a .new {
    width: 60px;
    top: -20px;
  }
  ul.list li a .figure .author {
    left: 10px;
  }
  ul.list li a .figure::before {
    display: none;
  }
  ul.list li a .entrytitle {
    font-size: 18px;
    margin: 0 10px 12px;
  }
  ul.list li a .date {
    font-size: 15px;
  }
  ul.list li a:hover .figure figure img {
    transform: none;
  }
  ul.list li.end .figure::before {
    display: block;
    background-color: #000;
    opacity: .6;
  }
  ul.list li.end .figure::after {
    font-size: 16px;
  }
  ul.list li.end a:hover .image::before {
    opacity: .6;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .entrytitle {
    padding: 0 3vw;
    margin-bottom: 80px;
  }
  .entry .entrytitle span.title {
    font-size: 26px;
  }
  .entry .information {
    display: block;
  }
  .entry .information figure {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .entry .information figure img.objectfit {
    object-position: center center;
  }
  .entry .information .data {
    width: auto;
    padding-left: 0;
  }
  .entry .form_link .link_btn {
    margin-top: 60px;
  }
  .entry .downbanner {
    margin: 60px 0;
  }
  .entry .downbanner a {
    height: 180px;
  }
  .entry .downbanner a::before {
    bottom: 25px;
  }
  @keyframes arrow {
    0% {
      transform: none;
    }
    100% {
      transform: translateY(30px);
    }
  }
  .entry .downbanner a p {
    padding-top: 30px;
  }
  .entry .downbanner a p span.text {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .entry .downbanner a p span.button {
    font-size: 19px;
  }
  .entry .entrybody {
    margin: 80px 0;
  }
  .entry .comment_box {
    padding-top: 50px;
  }
  .entry .comment_box h2 {
    left: 45px;
    font-size: 20px;
    top: -15px;
  }
  .entry .comment_box .peoplebox h3 {
    width: 150px;
    font-size: 18px;
    padding: 5px;
    top: 135px;
    line-height: 1.3;
  }
  .entry .comment_box .peoplebox h3 span {
    font-size: 14px;
  }
  .entry .comment_box .hukidashi {
    width: calc(100% - 175px);
    padding: 30px;
    border-radius: 17px;
  }
  .entry #access {
    margin-bottom: 80px;
  }
  .entry #access .data .staff {
    margin-top: 40px;
  }
  .entry #access .data .staff .text {
    padding: 0;
  }
  .entry #access .data .staff figure {
    padding-top: calc( 9vw - 20px );
  }
  .entry #access .data .staff figure figcaption {
    padding: 15px 20px 15px 0;
    text-align: right;
  }
  .entry #access .data .staff figure .photo {
    bottom: -10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  ul.list {
    display: block;
    margin: 0;
  }
  ul.list li {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }
  ul.list li a .figure {
    margin-bottom: 25px;
  }
  ul.list li a .figure .cat {
    font-size: 14px;
    width: 140px;
  }
  ul.list li a .figure .author {
    width: 66px;
    height: 66px;
    bottom: -25px;
  }
  ul.list li a .entrytitle {
    font-size: 16px;
    margin: 0 10px 12px;
  }
  ul.list li a .date {
    font-size: 14px;
    max-width: none;
    margin: 0 20px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .entrytitle {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .entry .entrytitle span.cat {
    width: 160px;
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .entry .entrytitle span.title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .entry .information figure {
    margin: 0 -20px 20px;
  }
  .entry .information .data table th {
    padding: 20px 20px;
  }
  .entry .information .data table td {
    padding: 20px 10px;
  }
  .entry .form_link .link_btn {
    margin: 30px 0 -30px;
  }
  .entry .form_link .link_btn a {
    font-size: 18px;
    padding: 15px 30px 15px 65px;
  }
  .entry .form_link .link_btn a::before {
    top: 16px;
    left: 15%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: -14px;
  }
  .entry .form_link .link_btn a::after {
    top: 21px;
    left: 15%;
    border: 7px solid transparent;
    border-left: 11px solid #EE8623;
    margin-left: -6px;
  }
  .entry .downbanner {
    margin: 20px -20px;
  }
  .entry .downbanner a {
    height: 140px;
  }
  .entry .downbanner a::before {
    bottom: 10px;
  }
  .entry .downbanner a p {
    padding-top: 30px;
  }
  .entry .downbanner a p::before {
    margin: 5px 0 0 -25px;
  }
  .entry .downbanner a p span.text {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .entry .downbanner a p span.button {
    font-size: 16px;
    width: 200px;
    padding: 5px 0;
  }
  .entry .entrybody {
    margin: 50px 0;
  }
  .entry .comment_box {
    margin: 40px auto 30px;
  }
  .entry .comment_box h2 {
    font-size: 16px;
    top: 0px;
    left: 0px;
  }
  .entry .comment_box .peoplebox {
    width: 100px;
  }
  .entry .comment_box .peoplebox .img {
    width: 100px;
    max-width: 100px;
    height: 100px;
  }
  .entry .comment_box .hukidashi {
    position: relative;
    align-items: center;
    width: calc(100% - 160px);
    padding: 18px 15px;
    background: #EEEEEE;
    border-radius: 20px;
    margin-left: 20px;
  }
  .entry .comment_box .hukidashi::before {
    top: 30px;
    left: -20px;
    border-right: 30px solid #EEEEEE;
  }
  .entry .comment_box .hukidashi .txt {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .entry #access {
    margin-bottom: 50px;
  }
  .entry #access .title {
    margin-bottom: 20px;
  }
  .entry #access .title span.en {
    margin-bottom: 2px;
  }
  .entry #access .title span.en img {
    width: 130px;
  }
  .entry #access .title span.ja {
    font-size: 16px;
  }
  .entry #access .access {
    padding: 30px 0;
  }
  .entry #access .access .wrapper {
    display: block;
  }
  .entry #access .data {
    width: auto;
    padding: 0;
  }
  .entry #access .data .inner {
    max-width: none;
  }
  .entry #access .data .address {
    text-align: center;
  }
  .entry #access .data .address dt {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .entry #access .data .staff {
    border: #a9aaaa 1px solid;
    overflow: hidden;
    padding: 20px 0 0;
    border-radius: 2px;
    margin-top: 20px;
  }
  .entry #access .data .staff .text {
    padding: 0;
    text-align: center;
  }
  .entry #access .data .staff .text .h {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .entry #access .data .staff .text p {
    font-size: 15px;
  }
  .entry #access .data .staff figure {
    padding-top: 0;
    margin-top: 10px;
  }
  .entry #access .data .staff figure figcaption {
    padding: 15px 0 15px calc(50% + 10px);
    text-align: left;
    font-size: 17px;
    margin-top: 10vw;
  }
  .entry #access .data .staff figure .photo {
    width: 50%;
    bottom: auto;
    left: auto;
    position: relative;
    margin: -10vw auto 0 0;
    float: left;
  }
  .entry #access .data .staff figure .photo span {
    clip-path: polygon(0 0%, 100% 20%, 90% 100%, 0% 100%);
  }
  .entry #access .map {
    width: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  .entry #access .map figure {
    min-height: inherit;
    height: 300px;
  }
}
