@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Shippori+Mincho:wght@400;500;600&display=swap');
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #333;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  font-size: 1.7rem;
  margin-top: 10px;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
}
.maT40 {
  margin-top: 40px;
}
.maT50 {
  margin-top: 50px;
}
body {
  font-size: 1.7rem;
  color: #222;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* main
------------------------------------------------- */
main {
  background-image: url("../images/main_bg.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  text-align: center;
  position: relative;
}
main dd {
  margin-top: -5%;
}
#main_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 4% 50px;
}
#main_wrap img {
  max-width: 100%;
  height: auto;
}
#insta {
  text-align: right;
  margin-top: -5%;
}
/* つどい推進責任者メッセージ
------------------------------------------------- */
#message {
  padding: 100px 7%;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#message:before {
  background-image: url("../images/message_bg1.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  max-width: 210px;
  max-height: 210px;
  width: 17%;
  height: 17%;
  position: absolute;
  top: 15%;
  left: 1%;
  z-index: -1;
  animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#message:after {
  background-image: url("../images/message_bg2.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  max-width: 390px;
  max-height: 300px;
  width: 25%;
  height: 25%;
  position: absolute;
  bottom: 25%;
  right: -5%;
  z-index: -2;
  animation: fuwafuwa2 2.5s infinite;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#message h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ec008c;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
#message h1 strong {
  font-size: 150%;
  color: #4bb983;
  font-weight: 500;
}
#message article {
  max-width: 1040px;
  margin: auto;
}
#message dl {
  display: flex;
  justify-content: space-between;
}
#message dl dt {
  width: calc(100% - 250px);
}
#message dl dd {
  width: 200px;
  line-height: 1.4;
  text-align: center;
}
#message dl dd img {
  border-radius: 30px;
  margin-bottom: 15px;
  display: block;
}
#message dl dd span {
  font-weight: 700;
  display: block;
  font-size: 36px;
}
/* イベント内容
------------------------------------------------- */
.dott_wrap {
  background-color: #fff9b1;
  background-image: url("../images/dott.webp");
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  padding: 140px 4%;
}
.area_icon {
  margin-bottom: 50px;
  animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
/* メインステージ
------------------------------------------------- */
.contents {
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 4% 4%;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 8px #65ac9e;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 2.4rem;
}
.contents:before {
  content: "";
  display: inline-block;
  width: 460px;
  height: 460px;
  background-image: url("../images/green_lefttop.webp");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contents:after {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background-image: url("../images/green_rightbottom.webp");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.contents h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ec008c;
  line-height: 1.4;
  margin-bottom: 50px;
}
.area {
  background-color: #65ac9e;
  border-radius: 100px;
  color: #FFF;
  padding: 6px 30px;
  display: inline-block;
  line-height: 1.2;
}
.time {
  margin-bottom: 30px;
  line-height: 1.4;
  margin-top: 10px;
}
.contents h2 {
  background-color: #65ac9e;
  border-radius: 15px;
  color: #FFF;
  padding: 14px 30px;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
.greeting {
  margin-bottom: 40px;
}
.greeting img {
  border-radius: 30px;
}
.greeting span img {
  border-radius: 0;
}
.greeting figcaption {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
}
.greeting span {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
dl.guest {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
dl.guest dt {
  width: 55%;
  text-align: left;
}
dl.guest dd {
  max-width: 400px;
  width: 40%;
}
dl.guest dd img {
  max-width: 100%;
  height: auto;
}
dl.guest dd figcaption {
  text-align: right;
  margin-right: 30px;
  font-weight: 700;
}
.guest_name {
  background-color: #65aca0;
  display: inline-block;
  color: #FFF;
  border-radius: 10px;
  font-size: 2rem;
  border: solid 5px #65aca0;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.guest_name span {
  background-color: #FFF;
  display: inline-block;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
  color: #65aca0;
  padding: 0 20px;
}
.subttl {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ec008c;
  line-height: 1.6;
}
figcaption {
  font-size: 2.4rem;
  font-weight: 700;
}
/* キッチンカー
------------------------------------------------- */
#gourmet.contents {
  border: solid 8px #f89e2c;
}
#gourmet.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/orange_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#gourmet.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/orange_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#gourmet.contents .area {
  background-color: #f89e2c;
}
ul.event_time {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.event_time li {
  width: 46%;
  border-radius: 20px;
  margin-top: 40px;
  border: 6px solid #8dc63f;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  color: #fff;
}
ul.event_time li span.type {
  background-color: #8dc63f;
  display: block;
}
ul.event_time li span.type_time {
  display: block;
  background-color: #FFF;
  border-radius: 0 0 15px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #222;
  padding: 0 10px;
}
ul.box3_center {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 5%;
  line-height: 1.4;
}
ul.box3_center li {
  width: 30%;
}
ul.box3_center li img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 15px;
}
#monomane ul.box3_center li img {
  border-radius: 0;
}
ul.box3_center li span {
  font-size: 2.4rem;
  font-weight: 700;
}
/* ものまね
------------------------------------------------- */
#monomane.contents {
  border: solid 8px #42afdb;
}
#monomane.contents:before {
  background-image: url("../images/blue_lefttop.webp");
}
#monomane.contents:after {
  background-image: url("../images/blue_rightbottom.webp");
}
#monomane.contents .area {
  background-color: #42afdb;
}
#monomane.contents figure img {
  margin-bottom: 15px;
}
/* よしもと
------------------------------------------------- */
#yoshimoto.contents {
  border: solid 8px #8f82bc;
}
#yoshimoto.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/purple_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#yoshimoto.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/purple_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#yoshimoto.contents .area {
  background-color: #8f82bc;
}
#yoshimoto.contents figure img {
  border-radius: 30px;
}
/* キッズパーク
------------------------------------------------- */
#kids.contents {
  border: solid 8px #ee87b4;
}
#kids.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/pink_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#kids.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/pink_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#kids.contents .area {
  background-color: #ee87b4;
}
#kids.contents figure img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
.bg_yellow {
  background-color: #fdd000 !important;
  margin-top: 30px;
}
/* 青年がつくるつどい
------------------------------------------------- */
#tsudoi.contents {
  border: solid 8px #19ab49;
}
#tsudoi.contents:before {
  background-image: url("../images/green_lefttop.webp");
}
#tsudoi.contents:after {
  background-image: url("../images/green_rightbottom.webp");
}
#tsudoi.contents .area {
  background-color: #19ab49;
}
#tsudoi.contents figure img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
/* いんなあとりっぷ寄席
------------------------------------------------- */
#yose.contents {
  border: solid 8px #928179;
}
#yose.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/brown_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#yose.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/brown_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#yose.contents .area {
  background-color: #928179;
}
#yose.contents figure img {
  border-radius: 30px;
}
ul.box2 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  line-height: 1.2;
  gap: 45px 8%;
}
ul.box2 li {
  width: 46%;
}
ul.box2 li img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 15px;
}
ul.box2 li span {
  font-size: 2.4rem;
  font-weight: 700;
}
/* 霊友会妙一コレクション美術展
------------------------------------------------- */
#art.contents {
  border: solid 8px #7acbe6;
}
#art.contents:before {
  background-image: url("../images/blue_lefttop.webp");
}
#art.contents:after {
  background-image: url("../images/blue_rightbottom.webp");
}
#art.contents .area {
  background-color: #7acbe6;
}
dl.art {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  margin-top: 40px;
}
dl.art dt {
  width: 44%;
  text-align: left;
  line-height: 1.8;
}
dl.art dd {
  width: 48%;
}
dl.art dd img {
  width: 100%;
  height: auto;
}
dl.art dd figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
dl.other_art {
  background-color: #7acbe6;
  border-radius: 20px;
  border: 6px solid #7acbe6;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  max-width: 600px;
  margin: 40px auto 0;
}
dl.other_art dt {
  padding: 0 10px 5px;
}
dl.other_art dd {
  display: block;
  background-color: #FFF;
  border-radius: 0 0 15px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 7px 10px;
}
/* その他の企画
------------------------------------------------- */
.other_contents {
  max-width: 1280px;
  margin: 140px auto 0;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.other_contents h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ec008c;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
.other_event_wrap {
  display: flex;
  justify-content: space-between;
}
dl.other_event {
  background-color: #f5a2c6;
  border-radius: 20px;
  border: 6px solid #f5a2c6;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  max-width: 600px;
  width: 31%;
  display: flex;
  flex-direction: column;
}
.other_event_wrap dl:nth-child(2).other_event {
  background-color: #c5d246;
  border: 6px solid #c5d246;
}
.other_event_wrap dl:nth-child(3).other_event {
  background-color: #b0acd6;
  border: 6px solid #b0acd6;
}
dl.other_event dt {
  padding: 5px 10px 10px;
  line-height: 1.6;
}
dl.other_event dt span {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
dl.other_event dd {
  display: block;
  background-color: #FFF;
  border-radius: 0 0 15px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 7px 10px;
  margin-top: auto;
}
/* info・アクセス
------------------------------------------------- */
section.outline {
  max-width: 1140px;
  margin: 100px auto 0;
  padding: 0 4%;
  box-sizing: content-box;
  line-height: 1.6;
}
h1.line {
  position: relative;
  padding: 0 30px;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 50px;
}
h1.line:before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 50%;
  height: 8px;
  content: '';
  background: #0069b8;
}
h1.line:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 50%;
  height: 8px;
  content: '';
  background: #e73079;
  z-index: -1;
}
h1.line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
ul.list {
  margin-left: 20px;
}
ul.list li {
  margin-bottom: 15px;
}
.access {
  display: flex;
  justify-content: space-between;
}
.access div {
  width: 30%;
}
.access .map {
  width: 65%;
}
.access .map img {
  width: 100%;
  height: auto;
}
section.outline h2 {
  font-size: 3rem;
  font-weight: 700;
}
address {
  font-style: normal;
}
address span {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 400;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  margin-top: 20px;
}
.btn_red a {
  background-color: #e73079;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.btn_red a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_red a:hover {
  background-color: #ff418d;
}
/* フッター
------------------------------------------------- */
footer {
  margin-top: 150px;
  padding: 100px 4%;
  background-color: #f5f5f5;
  text-align: center;
  color: #333;
}
dl.contact {
  margin-top: 20px;
}
dl.contact ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
dl.contact ul li {
  margin: 0 20px;
}
ul.footer_navi {
  font-size: 1.6rem;
  margin: 50px 0 30px;
  line-height: 1.4;
}
ul.footer_navi li {
  border-right: solid 1px #999;
  padding: 0 25px;
  margin: 0 !important;
}
ul.footer_navi li:last-child {
  border-right: none;
}
ul.footer_navi li a {
  text-decoration: none;
}
.copy {
  font-size: 1.5rem;
  color: #666;
  margin-top: 30px;
  font-weight: 400;
}
/* クラス付与時の指定 */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #e73079;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.page_top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  background-color: #ff418d;
}
/* ハンバーガーメニュー
------------------------------------------------- */
.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 100%;
}
.hamburger-overlay__line {
  position: absolute;
  left: 15px;
  width: 50px;
  height: 5px;
  background-color: #e73079;
  transition: all .6s;
  border-radius: 10px;
}
.hamburger-overlay__line:nth-of-type(1) {
  top: 26px;
}
.hamburger-overlay__line:nth-of-type(2) {
  top: 38px;
}
.hamburger-overlay__line:nth-of-type(3) {
  top: 50px;
}
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #e73079;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff9b1;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
  overflow-y: auto;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.xnav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nav-overlay__content {
  text-align: center;
}
/* メニュー */
ul.nav-overlay__list {
  margin: 50px 4%;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #ec008c;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  display: inline-block;
}
.nav-overlay__item {
  opacity: 0;
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
}
ul.nav-overlay__list li a {
  text-decoration: none;
  color: #ec008c;
  padding: 10px 30px;
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px #FFF;
}
ul.nav-overlay__list li a:hover {
  color: #ff66a3;
}