@charset "utf-8";
:root{
  --cate00:#faa1a1;
  --cate01:#54cacc;
  --cate02:#ff8ba8;
  --cate03:#ffb145;
  --cate04:#65cb7e;
  --cate05:#52d9ff;
}
:root{
	scroll-padding: 100px;
	scroll-behavior: smooth;
}
html {
  background-color: #41ac59;
}
body#toppage,
body#second {
  background:
    linear-gradient(
      to bottom,
      #fff var(--grad-height),
      transparent var(--grad-height)
    ),
    url(../img/mainbk.jpg);
}
body#toppage {
  --grad-height: 550px;
}
body#second {
  --grad-height: 450px;
}
body#second2 ,
body#event_detail {
  background-color: #fff;
}
body.not_scroll {
  height: 100%;
  overflow: hidden;
}
#main {
  margin-top: 0;
  padding-top: 80px;
  min-height: 80vh;
}
#second2 #main ,
#event_detail #main {
  background-image: url(../img/second2Bg.png);
  background-repeat: no-repeat;
  background-position: center 80px;
}
#event_detail #main {
  background-image: url(../event/img/event_detailBg.png);
}
body#about {
  background-color: #e2f0f9;
}
body#event {
  background-color: #FFF;
}

body#about #main ,
body#event #main {
  --about-height: 450px;
  background:
    linear-gradient(
      to bottom,
      #fff var(--about-height),
      transparent var(--about-height)
    ),
    url(../img/mainbk.jpg);
}

img {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  body#toppage,
  body#second {
    --grad-height: 350px;
    overflow-x: hidden;
  }
  #main {
    padding-top: 60px;
  }
  #second2 #main ,body#event_detail #main {
    background-position: center 60px;
    background-size: 110% auto;
  }
  body#about #main ,
  body#event #main {
    --about-height: 200px;
  }
}
@media screen and (min-width: 600px) {
  .sp_nav {
    display: none;
  }
  #header {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
  }
  #header .headWrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    height: 80px;
    padding: 0 5%;
  }
  .head_logo {
    width: 250px;
    height: 80px;
    display: flex;
    flex-direction: column;
  }
  .head_logo a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .head_logo a img {
    max-width: 100%;
  }
  .gnav {
    display: flex;
    flex-direction: column;
  }
  .gnav_list {
    flex-grow: 2;
    display: flex;
    align-items: center;
  }
  .gnav_list li {
    font-size: 14px;
  }
  .gnav_list li a {
    display: block;
    color: #007947;
    padding: 0.2em 1em;
    font-size: 16px;
    font-weight: 700;
  }
  .gnav_list .icon_insta a {
    padding-right: 0px;
    font-weight: 900;
  }
}
@media screen and (max-width: 599px) {
  .headWrap {
    display: none;
  }
  .sp_header {
    /* height: 50px; */
    width: 100%;
    /* background-color: #fff; */
    display: flex;
    justify-content: space-between;
    float: inline-start;
    padding: 10px;
  }
  #second2 .sp_header {
    background-color: #fff;
  }

  .spnav_logo img {
    width: 230px;
  }
  .sp_header a {
    z-index: 1100;
  }

  /* ーーーーーーーースマホメニューーーーーーーーー */

  /* ハンバーガーボタンーーーーーーー */
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    z-index: 1200;
  }
  /*ボタン内側*/
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #41ac59;
    margin: 10px 0;
    transition: 0.4s;
  }
  /* バツ印に変化するスタイル */
  .hamburger.active span {
    background-color: #fff;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  /* メニューの中身ーーーーーーーー */

  .sp_nav .menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1199;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    transition: 0.3s;
    background-color: #41ac59;
    overflow-y: scroll;
  }

  .sp_nav .menu .menu_innr {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .sp_nav .menu .menu_innr ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px dashed #fff;
    color: #fff;
    font-weight: bold;
  }
  .sp_nav .menu .menu_innr ul li a img {
    width: 50px;
    height: 40px;
    margin-right: 20px;
  }
  .sp_nav .menu .menu_innr .subNav {
    text-align: center;
    margin-top: 50px;
  }
  .sp_nav .menu .menu_innr .subNav .toppage_link a {
    display: inline-block;
    width: 300px;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 6px 0;
    text-align: center;
    background-color: #fff;
    color: #41ac59;
    font-weight: bold;
  }
  .sp_nav .menu .menu_innr .subNav .insta_link a {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
  }

  /* メニューが開いているとき */
  .menu.open {
    right: 0;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 599px) {
  .fixBtn {
    display: none;
  }
  .spBtm {
    z-index: 1198;
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    background-color: #FFF;
    padding: 8px 0;
  }
  .spBtm > li {
    flex: 1 1 25%;
    border-right: 2px dashed #250000;
    display: flex;
    flex-direction: column;
  }
  .spBtm > li:last-child {
    border-right: none;
  }
  .spBtm > li a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .spBtm > li a img {
    max-height: 54px;
  }
}
@media screen and (min-width: 600px) {
  .spBtm {
    display: none;
  }
  .fixBtn > div {
    z-index: 1198;
    position: fixed;
  }
  .fixBtn .btn01 {
    top: 200px;
    right: 0px;
    width: 55px;
    height: 325px;
  }
  .fixBtn .btn02 {
    top: 420px;
    right: 0px;
    width: 55px;
    height: 252px;
  }
  .fixBtn > div a:hover {
    opacity: 0.8;
  }
}
/* ------フッター----- */
.footImage {
  background-image: url(../img/footer_bk.svg);
  background-size: auto 150%;
  background-position: center 50px;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 140px;
  margin-top: 50px;
}
.footImage .f_img01 {
  position: absolute;
}
.footImage .f_img02 {
  position: absolute;
}
#footer {
  background-color: #41ac59;
  color: #fff;
}
#footer .footWrap .footAdd p {
  font-weight: 700;
  line-height: 1;
}

#footer .footWrap .footNav li a {
  display: block;
  padding: 0.25em 0;
  color: #fff;
}
#footer .footWrap .footNav li.insta {
  width: 45px;
}
#footer .footWrap .footMap {
  width: 100%;
  height: 100%;
}
#footer .footWrap .footMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#footer .footWrap .footBottom ul {
  display: flex;
}
#footer .footWrap .footBottom ul li + li {
  border-left: 1px solid #fff;
}
#footer .footWrap .footBottom ul li a {
  color: #fff;
  display: block;
  padding: 0;
}
#footer .footWrap .footBottom .copyright {
  font-size: 10px;
}
@media screen and (max-width: 599px) {
  #footer {
    padding-bottom: 90px;
  }
  .footImage {
    height: 200px;
  }
  .footImage .f_img01 {
    left: 0;
    bottom: 30px;
    width: 60%;
  }
  .footImage .f_img01 {
    left: 0;
    bottom: 30px;
    width: 60%;
  }
  .footImage .f_img02 {
    right: 0;
    top: 0;
    width: 55%;
  }
  #footer .footWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #footer .footWrap .footAdd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  #footer .footWrap .footAdd .footLogo {
    width: 80%;
  }
  #footer .footWrap .footAdd address {
    font-size: calc(100vw / 23);
  }
  #footer .footWrap .footAdd address br {
    display: none;
  }
  #footer .footWrap .footAdd p {
    font-size: calc(100vw / 12);
  }
  #footer .footWrap .footNav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #footer .footWrap .footNav li a {
    text-align: center;
  }
  #footer .footWrap .footNav li.insta {
    width: 45px;
    margin-inline: auto;
  }
  #footer .footWrap .footMap {
    width: 95%;
    flex-basis: 250px;
  }
  #footer .footWrap .footBottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .footWrap .footBottom ul {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #footer .footWrap .footBottom ul li a {
    padding: 0.5em 1em;
    font-size: calc(100vw / 30);
  }
}
@media screen and (min-width: 600px) {
  .footImage {
    height: 300px;
    background-size: cover;
    background-position: center 100px;
    margin-top: 120px;
  }
  .footImage .f_img01 {
    left: 30px;
    top: calc(50% - 60px);
    height: 150px;
  }
  .footImage .f_img02 {
    position: absolute;
    right: 30px;
    top: 0;
    height: 150px;
  }
  #footer .footWrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr;
    grid-template-rows: 2fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
  }
  #footer .footWrap .footAdd {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #footer .footWrap .footAdd .address {
    line-height: 1.2;
  }
  #footer .footWrap .footAdd p {
    font-size: 26px;
  }
  #footer .footWrap .footAdd .footLogo {
    max-width: 350px;
  }
  #footer .footWrap .footNav {
    grid-area: 1 / 2 / 3 / 3;
  }
  #footer .footWrap .footNav li a {
    padding: 0.5em;
  }
  #footer .footWrap .footNav li.insta {
    width: 80px;
  }
  #footer .footWrap .footMap {
    grid-area: 1 / 3 / 3 / 4;
    display: flex;
    flex-direction: column;
  }
  #footer .footWrap .footMap .map {
    flex-grow: 2;
  }
  #footer .footWrap .footBottom {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  #footer .footWrap .footBottom ul li a {
    padding-inline: 1em;
    font-size: 14px;
  }
  #footer .footWrap .footBottom ul li:first-child a {
    padding-left: 0px;
  }
}
