@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* media query */
/*#019CDE*/
/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a:active,
a:hover {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* common */
html {
  height: 100%;
  font-size: 100%;
  background: #ffffff;
}

body {
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Montserrat", "Helvetica Neue", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #323232;
  background: #ffffff;
  font-weight: 300;
}

.site__container {
  min-height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
}
.site__header-wrapper {
  width: 100%;
  height: 71px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site__header-wrapper {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .site__header-wrapper {
    height: 50px;
  }
}
.site__header-h1 {
  width: 100%;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .site__header-h1 {
    min-width: auto;
  }
}

#site__header-wrapper.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 10;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.global__nav {
  flex: 1;
  margin: 0 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global__nav {
    margin: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .global__nav {
    margin: 0 0;
  }
}
.global__menu-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global__menu-item {
  margin: 0 2%;
}
.global__menu-link {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  display: block;
  color: #323232;
  text-decoration: none;
}
.global__menu-link:hover {
  font-size: 1rem;
  color: #323232;
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .global__menu-link {
    font-size: 0.825rem;
  }
  .global__menu-link:hover {
    font-size: 0.825rem;
  }
}

.footer {
  position: relative;
  padding: 20px 0;
  background: #4e95ba;
  z-index: 4;
}
.footer__copyright {
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }
}
.footer__image {
  width: 60%;
  max-width: 200px;
  margin: 1rem auto;
}
.footer__image img {
  width: 100%;
}

.main {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.main__content {
  width: 67%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 2rem;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main__content {
    width: 90%;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main__content {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
.main__desc {
  font-weight: 600;
  font-size: 1.125rem;
  width: 80%;
  margin: 1rem auto 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__desc {
    width: 80%;
    font-size: 1rem;
  }
}
.main__desc-top {
  font-size: 1.75rem;
  margin: 1rem auto;
  font-weight: 700;
  color: #ea5936;
}
@media screen and (max-width: 768px) {
  .main__desc-top {
    font-size: 1.25rem;
  }
}

.event {
  text-align: left;
  margin-bottom: 3rem;
  font-weight: 400;
}
.event a {
  color: #000;
}
.event a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.event_each {
  border: 8px solid #66c2c1;
  border-radius: 1rem;
  margin: 1rem 1rem 2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .event_each {
    display: block;
    margin: 1rem 1rem 2rem;
  }
}
.event_each-txtbox {
  width: 70%;
  padding: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox {
    width: 100%;
  }
}
.event_each-txtbox--title {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox--title {
    font-size: 1.125rem;
  }
}
.event_each-txtbox--name {
  font-weight: 500;
  color: #fff;
  background-color: #2a2a2a;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.75rem 1rem 0 0;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox--name {
    font-size: 0.875rem;
  }
}
.event_each-txtbox--txt {
  margin-top: 0.75rem;
  font-weight: 400;
}
.event_each-txtbox--txt a {
  text-decoration: underline;
  color: #000;
}
.event_each-txtbox--member {
  margin-top: 1rem;
  border-top: 1px dashed #000;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  line-height: 1.5;
}
.event_each-txtbox--member-txt {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.event_each-txtbox--member img {
  margin-top: 0.5rem;
  width: 100%;
}
.event_each-txtbox--member a {
  text-decoration: underline;
  color: #000;
}
.event_each-txtbox100 {
  width: 100%;
  padding: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox100 {
    width: 100%;
  }
}
.event_each-txtbox100--title {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox100--title {
    font-size: 1.125rem;
  }
}
.event_each-txtbox100--name {
  font-weight: 500;
  color: #fff;
  background-color: #2a2a2a;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.75rem 1rem 0 0;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .event_each-txtbox100--name {
    font-size: 0.875rem;
  }
}
.event_each-txtbox100--txt {
  margin-top: 0.75rem;
  font-weight: 400;
}
.event_each-image {
  width: 30%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .event_each-image {
    width: 100%;
    padding: 1rem;
  }
  .event_each-image img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.event_yapti {
  width: 60%;
  margin: 4rem auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event_yapti {
    width: 80%;
  }
}
.event_yapti img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.event_yapti-txtbox--title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .event_yapti-txtbox--title {
    font-size: 1.125rem;
  }
}
.event_yapti-txtbox--title a {
  background-color: #000;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .event_yapti-txtbox--title a {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .event_yapti-txtbox--title a {
    padding: 0.125rem 0.75rem;
    margin-left: 0.5rem;
  }
}
.event_yapti-txtbox--name {
  font-size: 0.875rem;
  text-align: right;
}

.modal__box {
  border: 8px solid #66c2c1;
  background-color: #fff;
  padding: 3rem 2rem;
  max-height: 750px;
  overflow: scroll;
}
.modal__box__txtarea {
  line-height: 1.5 !important;
}

.map__venue {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .map__venue {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.map__address {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .map__address {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.map__image {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.title {
  background-color: #ea5936;
  border: #000 solid 1px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 2rem;
  margin: 1rem 0 2rem;
  border-radius: 1rem;
  font-size: 1.75rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .title {
    width: 95%;
    margin: 1rem auto;
    font-size: 1.5rem;
    padding: 0.25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .title {
    width: 90%;
    margin: 1rem auto;
    font-size: 1.125rem;
    padding: 0.25rem 0;
  }
}

.bold {
  font-weight: 600;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hidden {
  display: none !important;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: initial;
  }
}

.pc {
  display: initial;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.post {
  padding: 1rem 0 3rem;
}
.post a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */