@charset "UTF-8";
/* CSS Document */
/*
-----------------------------------------------
▼基本デザイン 2024.7
----------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  word-break: normal;
  word-wrap: break-word;
}
html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  font-size: 1.5rem;
  overflow: hidden;
  font-feature-settings: "palt";
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  color: #000;
}
img {
  vertical-align: bottom;
}
ul, ol {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, strong {
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  transition: opacity 0.5s ease-in-out;
}
a:hover img {
  opacity: 0.8;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.pc_none {
  display: none !important;
}
br.sp_only {
  display: none;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  br.pc_only {
    display: none;
  }
  br.sp_only {
    display: block;
  }
}
/*
-----------------------------------------------
▼オープニング
----------------------------------------------- */
.loading {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #000000;
  height: 100vh;
}
.loading div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.loading div img {
  height: 400px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .loading div {
    top: 40%;
    left: 45%;
    transform: translate(-40%, -50%);
    position: absolute;
  }
  .loading div img {
    height: 300px;
    width: auto;
  }
}
.loading p {
  animation: open .7s linear;
}
@keyframes open {
  0% {
    opacity: 0;
    transform: scaleY(8) scaleX(8);
  }
  70% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
}
/*
-----------------------------------------------
▼メインイメージ
----------------------------------------------- */
.main_bg_area {
  position: relative;
  z-index: 1;
  background-image: url(../img/lead_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 100vw;
  margin-bottom: 70px;
}
.main-image {
  width: 100%;
  height: auto;
}
/*
-----------------------------------------------
▼ヘッダー
----------------------------------------------- */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  /* display: none; */
}
/*
-----------------------------------------------
▼人間将棋とは
----------------------------------------------- */
.in-box01 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.event_data {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
.h2_text, .h2_text02 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 66px;
}
.about_p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  line-height: 4.8rem;
  margin: 0 auto;
}
.about_p span {
  font-size: 2.5rem !important;
}
.date_area {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -20vw;
  padding-bottom: 160px;
}
.date_area .date {
  margin-left: -160px;
}
.mt01 {
  margin-top: 100px;
}
.member_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1120px;
}
.member_list li {
  width: 16%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.member_list li img {
  width: 130px;
  height: auto;
}
.member_list li p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.date_sp {
  display: none;
}
/*
-----------------------------------------------
▼スケジュール
----------------------------------------------- */
.event_schedule {
  margin-bottom: 120px;
}
.event_schedule h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 8.0rem;
  margin: 0 auto 25px;
  font-weight: 700;
}
.sch_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.red {
  color: #d7000f;
}
.sch h3 {
  background-color: #d7000f;
  padding: 7px;
  text-align: center;
}
.sch {
  width: 48%;
  font-family: "Noto Serif JP", serif;
}
.sch .div01, .sch .p01 {
  font-weight: 600;
  font-size: 2.48rem;
}
.sch .p02 {
  font-weight: 600;
  font-size: 1.6rem;
}
.sch .p03 {
  font-weight: 600;
  font-size: 3.1rem;
}
.sch li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #666;
  padding: 3px 2px;
  line-height: 1.5;
}
.sch li .div01 {
  width: 3.0em;
}
.sch li .div02 {
  width: calc(100% - 5.1em);
}
.sch .p01 .kome {
  font-size: 70% !important;
}
.sch_rmks {
  font-size: 1.6rem;
  text-align: right;
}
.schedule_h {
  text-align: center;
  margin: 40px auto 30px;
}
.free_event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  /* max-width: 1000px; */
  max-width: 1180px;
}
.free_event dl {
  width: 46.5%;
  margin-bottom: 30px;
    font-feature-settings: "palt";
}
.free_event dt {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height:1.4;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
  margin-bottom:6px;
}
.free_event dt img{
display:block;
margin-top:8px;
}

.free_event dt span div{
margin-left:-0.4em;
}


.free_event dd {
  font-size: 1.8rem !important;
}
.free_event dd span{
  font-size: 80% !important;
  font-weight:400;
  /* margin-left:15px; */
}

/*
-----------------------------------------------
▼参加者募集
----------------------------------------------- */
.br_block, .boshu_sp, .boshu_ninzu, .boshu_ttl, .boshu_ttl02, .boshu_ttl03 {
  display: none;
}
.boshu {
  height: 1710px;
  background-image: url(../img/boshu_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.boshu_bar {
  position: absolute;
  top: -220px;
  right: -100px;
}
.boshu_type01 .p01 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c30d23;
  line-height: 1.4;
}
.boshu_type01 .p02 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.boshu_type01 .p03 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.boshu_box01 .p01, .boshu_box02 .p01, .boshu_box03 .p01, .boshu_box04 .p01 {
  margin: 0 auto 5px;
  text-align: center;
}
.boshu_type01 .ul01 {
  font-size: 2.2rem;
  font-weight: 900;
}
.boshu_type01 .ul01 li {
  display: flex;
  justify-content: flex-start;
  line-height: 1.4;
}
/* 募集1 */
.boshu01 {
  position: absolute;
  top: 70px;
  left: 0;
}
.boshu_box01 {
  position: absolute;
  bottom: 64px;
  left: 110px;
  width: 490px;
}
.boshu_box01 .ul01 {
  margin-left: 60px;
}
.btn_posi01 {
  margin: 50px auto 0;
}
/* 募集2 */
.boshu02 {
  position: absolute;
  top: 380px;
  right: 0;
}
.boshu_box02 {
  position: absolute;
  bottom: 64px;
  left: 110px;
  width: 490px;
}
.boshu_box02 .p02 {
  margin: 4px auto 0;
  text-align: center;
}

.boshu_box02 .p03 {
  margin: 0 auto 0;
  text-align: center;
}

.boshu_box02 .ul01 {
  margin-left: 60px;
}
.btn_posi02 {
  margin: 8px auto 0;
}
/* 募集3 */
.boshu03 {
  position: absolute;
  top: 690px;
  left: 0;
}
.boshu_box03 {
  position: absolute;
  bottom: 64px;
  left: 85px;
  width: 540px;
}
.boshu_box03 .ul01 {
  margin-left: 80px;
}
.boshu_box03 .ul02 {
  margin-left: 80px;
  font-size: 1.6rem;
}
.boshu_box03 .ul02 li {
  display: flex;
  justify-content: flex-start;
  line-height: 1.3
}
.btn_posi03 {
  margin: 10px auto 0;
}
/* 募集4 */
.boshu04 {
  position: absolute;
  top: 1010px;
  right: 0;
}
.boshu_box04 {
  position: absolute;
  bottom: 64px;
  left: 85px;
  width: 540px;
}
.boshu_box04 .ul01 {
  margin-left: 80px;
}
.boshu_box04 .p03 {
  font-size: 1.4rem;
  text-align: center;
}
.boshu_box04 .ul02 {
  margin-left: 80px;
  font-size: 1.6rem;
}
.boshu_box04 .ul02 li {
  display: flex;
  justify-content: flex-start;
  line-height: 1.3
}
.btn_posi04 {
  margin: 10px auto 0;
}
.btn001 {
  background: #ccc;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 3.0rem;
  border-radius: 40px;
  height: 60px;
  line-height: 60px;
  width: 7.5em;
  text-align: center;
  display: block;
  background-image: linear-gradient(#f0842d, #f61d1d);
}
.btn001:hover {
  text-decoration: none;
  background-image: linear-gradient(#f61d1d, #f0842d);
}
.btn002 {
  background: #ccc;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 3.0rem;
  border-radius: 40px;
  height: 60px;
  line-height: 60px;
  width: 7.5em;
  text-align: center;
  display: block;
  background-image: linear-gradient(#41fafc, #36a1da);
}
.btn002:hover {
  text-decoration: none;
  background-image: linear-gradient(#36a1da, #41fafc);
}
/*
-----------------------------------------------
▼フォトギャラリー
----------------------------------------------- */
.gallery {
  margin: 80px 0;
}
.en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.eng_h {
  font-size: 5.0rem;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  height: 100vh;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100dvh;
  z-index: 10;
}
.modal__content a {
  color: #fff;
  position: absolute;
  bottom: 3vh;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff !important;
  z-index: 12;
  color: #000;
  display: block;
  width: 6em;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
}
.modal__content a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
.modal__content img {
  max-width: 95vw;
  max-height: 80vh;
  width: auto;
  height: auto;
}
/* デバイス縦向き */
@media (orientation: portrait) {
  .modal__content a {
    bottom: 15vh;
  }
}
/*
-----------------------------------------------
▼アクセス
----------------------------------------------- */
.access {
  text-align: center;
  background-color: #ffffff;
}
.access iframe {
  margin-bottom: 56px;
  width: 100%;
}
.access p {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.red_oval {
  background-color: #cc3333;
  display: block;
  color: #ffffff;
  padding: 8px;
  max-width: 750px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 2.0rem;
  margin: 0 auto 40px;
  position: relative;
}
.yellow_oval {
  background-color: #fcee21;
  display: block;
  color: #000;
  padding: 10px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 auto 60px;
  position: relative;
  max-width: 750px;
}
.foot_toi {
  text-align: center;
  margin: 0 auto 60px;
}
.info {
  text-align: center;
  padding-top: 64px;
  border-top: 1px solid #333333;
  margin: 0 auto;
  margin-bottom: 45px;
  font-weight: 700;
}
.info span {
  font-size: 2.6rem;
}
.info a {
  font-size: 2.6rem;
  color: #333333;
}
/*
-----------------------------------------------
▼ページTOPボタン
----------------------------------------------- */
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
#page-top img {
  width: 100%;
  height: auto !important;
}
#page-top img {
  opacity: 0.9 !important;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (min-width: 1025px) {
  #page-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 10;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 1420px) {
  .date_area {
    width: 94vw;
    padding-bottom: 10vw;
  }
  .date_area .guest {
    width: 28vw;
  }
  .date_area .date {
    width: 42vw;
    margin-left: -12vw;
  }
  .date_area .time {
    width: 28vw;
  }
  .h2_text {
    width: 40vw;
    margin-bottom: 4.5vw;
  }
  .h2_text02 {
    width: 50vw;
    margin-bottom: 4.5vw;
  }
  .h2_text img, .h2_text02 img {
    width: 100%;
    height: auto;
  }
  .event_schedule h2 {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 1280px) {
  .in-box01 {
    width: 100vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    position: relative;
  }
  .member_date {
    width: 4.6vw;
  }
  .member_date img {
    width: 100%;
    height: auto;
  }
  .member_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 88vw;
  }
  .member_list li {
    width: 14.6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .member_list li img {
    width: 10.8vw;
    height: auto;
  }
  .member_list li p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.08vw;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .sch .div01, .sch .p01 {
    font-size: 1.9vw;
  }
  .sch .p02 {
    font-size: 1.4vw;
  }
  .sch .p03 {
    font-size: 2.6vw;
  }
  .sch li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #666;
    padding: 3px 2px;
    line-height: 1.5;
  }
  .sch .p01 .kome {
    font-size: 70% !important;
  }
  .sch_rmks {
    font-size: 1.4vw;
    text-align: right;
  }
  .schedule_h {
    width: 46vw;
    margin: 2vw auto 2vw;
  }
  .schedule_h img {
    width: 100%;
    height: auto;
  }
  .free_event dt {
    font-size: 2.2vw;
    margin-bottom: 10px;
  }
  .free_event dd {
    font-size: 1.4vw !important;
  }
  .event_schedule {
    margin-bottom: 12vw;
  }
  .boshu01, .boshu02, .boshu03, .boshu04 {
    width: 58.2vw;
  }
  .boshu_bg {
    width: 100%;
    height: auto;
  }
  .boshu_type01 .p01 {
    font-size: 1.45vw;
  }
  .boshu_type01 .p02 {
    font-size: 1.45vw;
  }

  .boshu_type01 .p03 {
    font-size: 1.25vw;
  }

  .boshu_box01 .p01, .boshu_box02 .p01, .boshu_box03 .p01, .boshu_box04 .p01 {
    margin: 0 auto 0.1vw;
  }
  .boshu_type01 .ul01 {
    font-size: 1.7vw;
  }
  /* 募集1 */
  .boshu01 {
    top: 3.5vw;
    left: 0;
  }
  .boshu_box01 {
    bottom: 5.5vw;
    left: 8vw;
    width: 41vw;
  }
  .boshu_box01 .ul01 {
    margin-left: 6vw;
  }
  .btn_posi01 {
    margin: 4vw auto 0;
  }
  /* 募集2 */
  .boshu02 {
    top: 28vw;
    right: 0;
  }
  .boshu_box02 {
    bottom: 5.1vw;
    left: 8vw;
    width: 41vw;
  }
  .boshu_box02 .p02 {
    margin: 0.6vw auto 0;
  }
  .boshu_box02 .ul01 {
    margin-left: 4.6vw;
  }
  .btn_posi02 {
    margin: 0.8vw auto 0;
  }
  /* 募集3 */
  .boshu03 {
    top: 53vw;
    left: 0;
  }
  .boshu_box03 {
    bottom: 5.1vw;
    left: 6.8vw;
    width: 44vw;
  }
  .boshu_box03 .ul01 {
    margin-left: 4.8vw;
  }
  .boshu_box03 .ul02 {
    margin-left: 7vw;
    font-size: 1.35vw;
  }
  .btn_posi03 {
    margin: 0.7vw auto 0;
  }
  /* 募集4 */
  .boshu04 {
    top: 78vw;
    right: 0;
  }
  .boshu_box04 .ul01 {
    margin-left: 5.2vw;
  }
  .boshu_box04 .p03 {
    font-size: 1.3vw;
    text-align: center;
  }
  .boshu_box04 .ul02 {
    margin-left: 10vw;
    font-size: 1.3vw;
  }
  .btn_posi04 {
    margin: 0.4vw auto 0;
  }
  .boshu_box04 {
    bottom: 5.1vw;
    left: 6.8vw;
    width: 44vw;
  }
  .boshu_bar {
    position: absolute;
    top: -20vw;
    right: 2vw;
  }
  .boshu_bar {
    width: 38vw;
  }
  .boshu_bar img {
    width: 100%;
    height: auto;
  }
  .boshu {
    height: 130vw;
    background-size: cover;
  }
}
@media screen and (max-width: 1080px) {
  .about_p {
    font-size: 1.7vw;
    line-height: 2.5;
  }
  .about_p span {
    font-size: 2.2vw !important;
  }
  .sch li .div02 {
    width: calc(100% - 4.1em);
  }
  .free_event {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .main_bg_area {
    margin-bottom: 4vw;
  }
  .about_p {
    font-size: 1.8vw;
    line-height: 2.5;
  }
  .about_p span {
    font-size: 2.3vw !important;
  }
  .boshu {
    background-image: url(../img/boshu_bg_sp02.png);
  }
  .event_schedule {
    margin-bottom: 8vw;
  }
  .event_schedule h2 {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }
  .in-box01 {
    width: 100vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    position: relative;
  }
  .date_pc {
    display: none;
  }
  .date_sp, .boshu_sp, .boshu_ninzu, .boshu_ttl, .boshu_ttl02, .boshu_ttl03 {
    display: block;
  }
  .boshu_ninzu img {
    width: 100%;
    height: auto;
  }
  .boshu_ttl {
    height: 4vw;
    margin: 10px auto;
    text-align: center;
  }
  .boshu_ttl02 {
    height: 8vw;
    margin: 10px auto;
    text-align: center;
  }
  .boshu_ttl03 {
    height: 7vw;
    margin: 10px auto;
    text-align: center;
  }
  .boshu_ttl img, .boshu_ttl02 img, .boshu_ttl03 img {
    width: auto;
    height: 100%;
  }
  .boshu_bg {
    display: none;
  }
  .boshu {
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }
  .boshu_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .boshu01, .boshu02, .boshu03 {
    position: relative;
    top: auto;
    left: auto;
    width: 48%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 1.0vw 1.0vw;
    border: 8px solid;
    border-image: linear-gradient(to right, #daa067, #7b401e);
    border-image-slice: 1;
  }
  .boshu04 {
    position: relative;
    top: auto;
    left: auto;
    width: 48%;
    background-image: linear-gradient(70deg, #fdf0a2 49%, #d0a942);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 1.0vw 1.0vw;
    border: 8px solid #fff;
  }
  .boshu_box01, .boshu_box02, .boshu_box03, .boshu_box04 {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
  .boshu {
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 32px 0 80px;
    position: relative;
    background-size: cover;
  }
  .boshu_bar {
    display: none;
  }
  .boshu_sp {
    width: 36vw;
    margin-bottom: 3vw;
    margin-left: 4vw;
  }
  .boshu_sp img {
    width: 100%;
    height: auto;
  }
  .btn001, .btn002 {
    font-size: 2.5vw;
    border-radius: 40px;
    height: 5vw;
    line-height: 5vw;
    width: 8.6em;
  }
  .boshu_type01 .p01 {
    font-size: 1.7vw;
  }
  .br_block {
    display: block;
  }
  .boshu_type01 .ul01 {
    font-size: 1.9vw;
    font-weight: 700;
    margin-top: 10px;
  }
  .boshu_box02 .ul01 {
    margin-left: 2vw;
  }
  .boshu_box03 .ul01 {
    margin-left: 2vw;
  }
  .boshu_box04 .ul01 {
    margin-left: 2vw;
  }
  .boshu_box03 .ul02 {
    font-size: 1.7vw;
    margin: 10px 0 10px 3vw;
  }
  .boshu_box04 .ul02 {
    font-size: 1.7vw;
    margin: 10px 0 10px 4vw;
  }
  .boshu_box04 .p03 {
    font-size: 1.5vw;
    text-align: center;
    margin-bottom: 14px;
  }
  .member_wrap {
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .member_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    column-gap: 2%;
  }
  .member_list li {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .member_list li img {
    width: 19vw;
    height: auto;
  }
  .member_list li p {
    font-size: 1.6vw;
    margin-left: 0.5vw;
  }
  .member_date {
    background: #d7000f;
    width: 22vw;
    padding: 1vw;
    margin-bottom: 15px;
    text-align: center;
  }
  .member_date .date_sp {
    width: 13vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .sch_wrap {
    width: 80%;
    margin: 0 auto 0;
  }
  .sch {
    width: 100%;
    margin-bottom: 20px;
  }
  .sch h3 {
    padding: 1vw;
  }
  .sch h3 img {
    height: 3vw;
    width: auto;
  }
  .schedule_h {
    width: 50vw;
    margin: 5vw auto 2vw;
  }
  .sch .div01, .sch .p01 {
    font-size: 2.1vw;
  }
  .sch .p02 {
    font-size: 1.7vw;
  }
  .sch .p03 {
    font-size: 2.7vw;
  }
  .sch_rmks {
    font-size: 1.7vw;
    text-align: right;
    margin-right: 10%;
  }
  .free_event dd {
    font-size: 1.8vw !important;
  }
  .eng_h {
    font-size: 5vw;
    font-weight: 700;
    margin: 0 auto 3vw;
    text-align: center;
  }
  .foot_toi {
    width: 50vw;
  }
  .foot_toi img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 820px) {
.free_event dt img{
margin-top:0;
}
}


@media screen and (max-width: 500px) {
  .boshu {
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 5vw 0 4vw;
    position: relative;
  }
  .boshu_sp {
    width: 53vw;
    margin-bottom: 5vw;
    margin-left: 0;
  }
  .boshu01, .boshu02, .boshu03, .boshu04 {
    width: 90vw;
    margin-bottom: 20px;
    padding: 1.0vw 1.2vw 4.0vw 1.2vw;
  }
  .boshu_ttl {
    height: 7.4vw;
  }
  .boshu_ttl02 {
    height: 15vw;
  }
  .boshu_ttl03 {
    height: 13vw;
  }
  .boshu_type01 .p01 {
    font-size: 3.5vw;
  }
  .boshu_type01 .p02 {
    font-size: 3vw;
    margin: 10px 0 2px;
  }

  .boshu_type01 .p03 {
    font-size: 2.8vw;
    margin: 0 0 10px;
  }

  .boshu_type01 .ul01 {
    font-size: 3.7vw;
    font-weight: 700;
  }
  .boshu_box02 .ul01 {
    margin-left: 3vw;
  }
  .boshu_box03 .ul01 {
    margin-left: 3vw;
  }
  .boshu_box04 .ul01 {
    margin-left: 3vw;
  }
  .boshu_box03 .ul02, .boshu_box04 .ul02 {
    font-size: 3.4vw;
    margin: 10px 0 10px 4vw;
  }
  .boshu_box04 .p03 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 10px;
  }
  .btn001, .btn002 {
    font-size: 4.5vw;
    border-radius: 40px;
    height: 10vw;
    line-height: 10vw;
    width: 8.6em;
  }
  .date_area {
    flex-wrap: wrap;
    width: 96vw;
    padding-bottom: 12vw;
  }
  .date_area .guest {
    width: 54vw;
  }
  .date_area .date {
    width: 60vw;
    margin-left: -28vw;
  }
  .date_area .time {
    width: 62vw;
    margin: 20px auto 0;
  }
  .h2_text {
    width: 60vw;
    margin-bottom: 4.5vw;
  }
  .h2_text02 {
    width: 72vw;
    margin-bottom: 4.5vw;
  }
  .about_p {
    text-align: left;
    font-size: 3.3vw;
    line-height: 2.0;
  }
  .about_p span {
    font-size: 3.8vw !important;
    display: block;
    font-weight: 600;
  }
  .about_p br {
    display: none;
  }
  .in-box01 {
    width: 100vw;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
  .mt01 {
    margin-top: 15vw;
  }
  .member_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .member_list {
    column-gap: 0;
    justify-content: space-between;
  }
  .member_list li {
    width: 33.33%;
  }
  .member_list li img {
    width: 21.4vw;
    height: auto;
  }
  .member_list li p {
    font-size: 2.3vw;
    margin-left: 0.4vw;
  }
  .member_date {
    width: 30vw;
    padding: 1.6vw 0.5vw;
  }
  .member_date .date_sp {
    width: 18vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .sch_wrap {
    width: 100%;
  }
  .sch h3 {
    padding: 1.5vw;
  }
  .sch h3 img {
    height: 5.8vw;
    width: auto;
  }
  .event_schedule {
    margin-bottom: 5vw;
  }
  .event_schedule h2 {
    font-size: 7vw;
    margin-bottom: 5px;
  }
  .sch li {
    padding: 8px 1px;
  }
  .sch .div01, .sch .p01 {
    font-size: 4.3vw;
  }
  .sch .p02 {
    font-size: 2.6vw;
  }
  .sch .p03 {
    font-size: 5.4vw;
  }
  .sch_rmks {
    font-size: 2.6vw;
    text-align: right;
    margin-right: 0;
    margin-top: -10px;
  }
  .schedule_h {
    width: 100%;
    margin: 8vw auto 3vw;
  }
  .free_event {
    margin: 15px auto 0;
    max-width: 1000px;
  }
  .free_event dl {
    width: 100%;
    margin-bottom: 30px;
  }
  .free_event dt {
    /* font-size: 4.6vw; */
    font-size: 4.4vw;
  }

.free_event dt img{
margin-top:0px;
margin-right:2px;
}

  .free_event dd {
    font-size: 3.5vw !important;
  }
.free_event dd span{
  font-size: 90% !important;
}
  .red_oval {
    width: 100%;
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  .yellow_oval {
    font-size: 3.7vw;
    margin: 0 auto 30px;
  }
  .foot_toi {
    width: 70vw;
  }
  .access p {
    font-size: 1.6rem;
    text-align: left;
  }
  .access iframe {
    margin-bottom: 5vw;
  }
  .info {
    padding-top: 5vw;
    margin-bottom: 5vw;
  }
  .info span {
    font-size: 4.5vw;
  }
  .gallery {
    margin: 11vw 0;
  }
  .eng_h {
    font-size: 7vw;
  }
}


/* 追加 */
.free_event dl .btn001{
  font-size: 1.8rem;
  border-radius: 40px;
  height: 44px;
  line-height: 44px;
  width: 9.5em;
  margin-top:10px;
}

@media screen and (max-width: 500px) {
.free_event dl .btn001{
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
}
}

/* css_end */