@charset "UTF-8";

/****** ここからメインビジュアル ******/

.mainvisual_wrap{
  width: 100%;
  height: 80vh;
  margin-bottom: 50vh;
  position: relative;
}

.mainvisual_wrap::after{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 610px;
  background-image: url(../images/top/title_wrap_under.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.mainvisual{
  width: 100%;
  height: 80vh;
  position: relative;
}

.slide-items,
.slick-track{
  height: 80vh;
}

.slick-slider{
  overflow: hidden;
}

.item01{
  background-image: url(../images/top/mainvisual_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 100%;
}
.item02{
  background-image: url(../images/top/mainvisual_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 25%;
}
.item03{
  background-image: url(../images/top/mainvisual_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15% 100%;
}
.item04{
  background-image: url(../images/top/mainvisual_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 100%;
}
.item05{
  background-image: url(../images/top/mainvisual_05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/****** ここから言語選択 ******/

.lang_flex_main{
  position: absolute;
  left: 20px;
  top: 30px;
  width: 50px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  z-index: 500;
}

.lang_flex_main a{
  display: block;
  text-decoration: underline;
}

.lang_flex_main span{
  position: absolute;
  top: 12px;
  left: 14px;
  background-color: #fff;
  filter: drop-shadow(1px -1px 0px #333);
  width: 21px;
  height: 1px;
  transform: rotate(90deg);
}


/****** ここからメインロゴ ******/

.main_logo{
  position: absolute;
  bottom: -10px;
  left: 5%;
  width: 25%;
  min-width: 200px;
  z-index: 10;
}

/****** ここからキャッチフレーズ ******/

.catch{
  position: absolute;
  writing-mode: vertical-rl;
  right: 80px;
  top: 30px;
  font-size: 28px;
  line-height: 2;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  z-index: 10;
}

.catch_en{
  writing-mode:horizontal-tb;
  left: 80px;
  line-height: 1.8;
}


/****** ここからスクロール ******/
.scroll{
  position: absolute;
  bottom: 60px;
  right: 50%;
  z-index: 10;
}
.scroll span{
  display: block;
  position: absolute;
  top: 10vh;
  left: 50%;
  width: 90px;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
}
.scroll::before{
  content: '';
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #34548f;
  animation: circle_move 2s ease-in-out infinite;
}
@keyframes circle_move{
  0%{
    top: -5vh;
    opacity: 0;
    background-color: #ef7c7f;
  }
  50%{
    opacity: 1;
  }
  70%{
    opacity: 0.9;
  }
  100% {
    bottom: -5px;
    opacity: 0;
  }
}
/* @keyframes circle_hide{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  80%{
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
} */
.scroll::after{
  content: '';
  position: absolute;
  top: -5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15vh;
  background: #34548f;
  background: linear-gradient(0deg, rgba(52,84,143,1) 0%, rgba(52,84,143,1) 30%, rgba(239,124,127,1) 100%);
}


/****** ここからお花のデコレーション ******/

.deco_main{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.flower01::before{
  content: '';
  position: absolute;
  bottom: 25px;
  left: 30%;
  width: 80px;
  height: 80px;
  background: url(../images/deco/flower_05.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate01;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flower02::before{
  content: '';
  position: absolute;
  bottom: -150px;
  left: 60%;
  width: 150px;
  height: 150px;
  background: url(../images/deco/flower_06.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flower03::before{
  content: '';
  position: absolute;
  bottom: -50px;
  right: 15%;
  width: 50px;
  height: 50px;
  background: url(../images/deco/flower_04.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate01;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flower04::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 100px;
  height: 100px;
  background: url(../images/deco/flower_03.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flower05::before{
  content: '';
  position: absolute;
  bottom: -20%;
  left: 15%;
  width: 90px;
  height: 90px;
  background: url(../images/deco/flower_02.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes rotate01{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes rotate02{
0%{
  transform: rotate(0);
}
100%{
  transform: rotate(-360deg);
}
}

/****** ここからconcept ******/

.concept{
  position: relative;
}

.concept h2{
  background-color: transparent;
  box-shadow: none;
}
.concept h2::before{
  content: none;
}

.concept p{
  text-align: center;
  font-size: 20px;
  line-height: 2.0;
  margin-bottom: 80px;
}

.deco_concept{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.fix_flower01::before{
  content: '';
  position: absolute;
  top: -180px;
  left: 55%;
  width: 80px;
  height: 80px;
  background: url(../images/deco/flower_01.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate01;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fix_flower02::before{
  content: '';
  position: absolute;
  top: -100px;
  left: 25%;
  width: 100px;
  height: 100px;
  background: url(../images/deco/flower_05.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fix_flower03::before{
  content: '';
  position: absolute;
  top: 180px;
  right: 15%;
  width: 50px;
  height: 50px;
  background: url(../images/deco/flower_03.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate01;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fix_flower04::before{
  content: '';
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 80px;
  height: 80px;
  background: url(../images/deco/flower_04.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fix_flower05::before{
  content: '';
  position: absolute;
  bottom: -20%;
  right: 20%;
  width: 90px;
  height: 90px;
  background: url(../images/deco/flower_02.png) no-repeat center center;
  background-size: contain;
  animation-name: rotate02;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


/****** ここからmenu ******/

.menu h2{
  width: 750px;
}

.menu_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_pic{
  width: 50%;
  min-width: 200px;
}

.menu_text{
  width: 40%;
}

.menu_text p{
  padding-bottom: 80px;
}

/****** ここからstaff ******/

.staff h2{
  width: 700px;
}

.staff_text{
  width: 75%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.staff_text img{
  width: 100%;
}

.staff_pic{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}


/****** ここからevent ******/

.event h2{
  width: 750px;
}

.event_flex{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.event_pic{
  width: 50%;
  min-width: 200px;
}

.event_text{
  width: 40%;
}

.event_text p{
  padding-bottom: 80px;
}


/***** ここからフォトギャラリー＆おみくじ *****/

.photoGallery{
  display: grid;
  justify-content: center;
  grid-template-rows: 1fr;
  grid-template-columns: 11% 11% 11% 11% 11% 11% 11% 11% 11%;
}

.gallery_item01{
  grid-column: 1/2;
  grid-row: 1/2;
}
.gallery_item02{
  grid-column: 2/3;
  grid-row: 1/2;
  background-image: url(../images/deco/flower_04.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item03{
  grid-column: 3/4;
  grid-row: 1/2;
}
.gallery_item04{
  grid-column: 4/5;
  grid-row: 1/2;
  background-image: url(../images/deco/flower_02.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item05{
  grid-column: 5/6;
  grid-row: 1/2;
}
.gallery_item06{
  grid-column: 6/7;
  grid-row: 1/2;
  background-image: url(../images/deco/flower_04.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item07{
  grid-column: 7/8;
  grid-row: 1/2;
}
.gallery_item08{
  grid-column: 8/9;
  grid-row: 1/2;
  background-image: url(../images/deco/flower_02.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item09{
  grid-column: 9/10;
  grid-row: 1/2;
}
.gallery_item10{
  grid-column: 1/2;
  grid-row: 2/3;
  background-image: url(../images/deco/flower_01.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item11{
  grid-column: 2/3;
  grid-row: 2/3;
}
.gallery_item12{
  grid-column: 3/4;
  grid-row: 2/3;
  background-image: url(../images/deco/flower_01.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item13{
  grid-column: 4/5;
  grid-row: 2/3;
}
.gallery_item14{
  grid-column: 5/6;
  grid-row: 2/3;
}
.gallery_item15{
  grid-column: 6/7;
  grid-row: 2/3;
}
.gallery_item16{
  grid-column: 7/8;
  grid-row: 2/3;
  background-image: url(../images/deco/flower_01.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item17{
  grid-column: 8/9;
  grid-row: 2/3;
}
.gallery_item18{
  grid-column: 9/10;
  grid-row: 2/3;
  background-image: url(../images/deco/flower_01.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item19{
  grid-column: 1/2;
  grid-row: 3/4;
}
.gallery_item20{
  grid-column: 2/3;
  grid-row: 3/4;
  background-image: url(../images/deco/flower_02.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item21{
  grid-column: 3/4;
  grid-row: 3/4;
}
.gallery_item22{
  grid-column: 4/5;
  grid-row: 3/4;
  background-image: url(../images/deco/flower_04.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item23{
  grid-column: 5/6;
  grid-row: 3/4;
}
.gallery_item24{
  grid-column: 6/7;
  grid-row: 3/4;
  background-image: url(../images/deco/flower_02.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item25{
  grid-column: 7/8;
  grid-row: 3/4;
}
.gallery_item26{
  grid-column: 8/9;
  grid-row: 3/4;
  background-image: url(../images/deco/flower_04.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
.gallery_item27{
  grid-column: 9/10;
  grid-row: 3/4;
}

.photoGallery li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(60%);
  transform: scale(.95);
  transition: all .3s ease-in-out;
}

.photoGallery .pic8{
  filter:none!important;
}

.photoGallery li img:hover{
  transform: scale(1);
  filter: opacity(100%);
}

/**----- おみくじホバーアニメーション -----**/

.omikuji_img{
  position: relative;
}

/* お花の共通スタイル */
.omikuji_img::before,
.omikuji_img::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5vh;
  height: 5vh;
  position: absolute;
  opacity: 0;
}

/* 左上のお花のスタイル */
.omikuji_img::before {
  background-image: url('../images/top/flower_left.png');
  bottom: 400%;
  right: 70%;
  z-index: 800;
}

/* 右下のハートのスタイル */
.omikuji_img::after {
  background-image: url('../images/top/flower_right.png');
  bottom: 50%;
  left: 80%;
  z-index: 800;
}

/* ========= ホバー時のスタイル ======== */

/* ボタンホバー時の左上のお花のスタイル */
.omikuji_img:hover::before {
  animation: heart 1.5s infinite ease-out;
}

/* ボタンホバー時の右下のお花のスタイル */
.omikuji_img:hover::after {
  animation: heart 1.5s 0.2s infinite ease-out;
}

/* ========= アニメーションの設定 ======== */
@keyframes heart {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scale(1.4);
    opacity: 0;
  }
}


/****** ここからaccess ******/

.access h2{
  width: 600px;
}

.access_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.map_illust{
  width: 50%;
  max-width: 900px;
  margin: 0 auto;
}

.guide_wrap{
  width: 35%;
}

.guide_wrap p{
  padding-bottom: 20px;
}

.guide_wrap li{
  list-style-type: decimal;
  padding-bottom: 10px;
}

.guide_wrap ol{
  padding: 0 0 40px 25px;
}

.access_flex .link{
  width: 80%;
  line-height: 2;
  margin-bottom: 0;
}

.contact p{
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}


/****** ここからセクション間の飾り ******/

.pattern01::before{
  animation-name: rotate_center;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pattern02::before{
  animation-name: rotate_left;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pattern02::after{
  animation-name: rotate_right;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pattern03::before{
  animation-name: rotate_left;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pattern03::after{
  animation-name: rotate_right;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pattern04::before{
  animation-name: rotate_right;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pattern04::after{
  animation-name: rotate_left;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pattern05::before{
  animation-name: rotate_right;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pattern05::after{
  animation-name: rotate_left;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pattern06::before{
  animation-name: rotate_center;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotate_center{
  0%{
    transform: translate(-50%,-50%) rotate(0);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes rotate_left{
  0%{
    transform: translateX(-50%) rotate(0);
  }
  100%{
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotate_right{
  0%{
    transform: translateX(-50%) rotate(0);
  }
  100%{
    transform: translateX(-50%) rotate(360deg);
  }
}

/****** ここからメディアクエリ ******
*********************************/

@media screen and (max-width:900px) {
  .hidden_large{
    display: none;
  }

/****** ここからメインビジュアル ******/

  .mainvisual_wrap{
    height: 70vh;
    margin-bottom: 30vh;
  }

  .mainvisual{
    width: 100%;
    height: 70vh;
    position: relative;
  }

  .slide-items,
  .slick-track{
    height: 70vh;
  }

/****** ここからメインロゴ ******/

  .main_logo{
    bottom: -50px;
  }

/****** ここからキャッチフレーズ ******/

  .catch{
    right: 20px;
    top: 30px;
  }

  .catch_en{
    left: 30px;
  }
  

/****** ここからスクロール ******/
  .scroll{
    bottom: 20px;
  }


/****** ここからお花のデコレーション ******/

  .flower01::before{
    bottom: -150px;
    left: 15%;
    width: 80px;
    height: 80px;
  }
  .flower02::before{
    bottom: -200px;
    right: 40%;
    width: 100px;
    height: 100px;
  }
  .flower03::before{
    bottom: -80px;
    right: 15%;
    width: 45px;
    height: 45px;
  }
  .flower04::before{
    bottom: 0;
    right: 5%;
    width: 75px;
    height: 75px;
  }
  .flower05::before{
    bottom: -230px;
    left: 35%;
    width: 60px;
    height: 60px;
  }

  /****** ここからconcept ******/

  .concept p{
    width: 80%;
    margin: 0 auto 50px;
    font-size: 18px;
  }

  .fix_flower01::before{
    top: -80px;
    left: 70%;
    width: 60px;
    height: 60px;
  }
  .fix_flower02::before{
    top: 120px;
    left: 10%;
    width: 60px;
    height: 60px;
  }
  .fix_flower03::before{
    content: none;
  }
  .fix_flower04::before{
    bottom: 80px;
    left: auto;
    right: 15%;
    width: 30px;
    height: 30px;
  }
  .fix_flower05::before{
    bottom: -70px;
    right: auto;
    left: 15%;
    width: 45px;
    height: 45px;
  }


/****** ここからmenu ******/

  .menu h2{
    width: 350px;
  }

  .menu_flex{
    display: block;
  }

  .menu_pic{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .menu_text{
    width: 80%;
    margin: 0 auto;
  }

  .menu_text p{
    padding-bottom: 50px;
  }

  /****** ここからstaff ******/

  .staff h2{
    width: 350px;
  }

/****** ここからevent ******/

  .event h2{
    width: 350px;
  }

  .event_flex{
    display: block;
  }

  .event_pic{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .event_text{
    width: 80%;
    margin: 0 auto;
  }

  .event_text p{
    padding-bottom: 50px;
  }


  /***** ここからフォトギャラリー＆おみくじ *****/

  .photoGallery{
    grid-template-columns: 20% 20% 20% 20% 20%;
  }

  .gallery_item06{
    display: none;
  }
  .gallery_item07{
    display: none;
  }
  .gallery_item08{
    display: none;
  }
  .gallery_item09{
    display: none;
  }
  .gallery_item12{
    grid-column: 5/6;
    grid-row: 2/3;
    background-image: url(../images/deco/flower_01.png);
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
  }
  .gallery_item14{
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .gallery_item15{
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .gallery_item16{
    display: none;
  }
  .gallery_item17{
    display: none;
  }
  .gallery_item18{
    display: none;
  }
  .gallery_item21{
    display: none;
  }
  .gallery_item22{
    grid-column: 4/5;
    grid-row: 3/4;
    background-image: url(../images/deco/flower_04.png);
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
  }
  .gallery_item23{
    display: none;
  }
  .gallery_item24{
    display: none;
  }
  .gallery_item25{
    grid-column: 5/6;
    grid-row: 3/4;
  }
  .gallery_item26{
    display: none;
  }
  .gallery_item27{
    display: none;
  }

  .photoGallery li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
    padding: 2.5px;
  }

  /**----- おみくじホバーアニメーション -----**/

  .omikuji_img{
    position: relative;
  }

  /* お花の共通スタイル */
  .omikuji_img::before,
  .omikuji_img::after {
    content: none;
  }

  /* ========= ホバー時のスタイル ======== */

  /* ボタンホバー時の左上のお花のスタイル */
  .omikuji_img:hover::before {
    animation: none;
  }

  /* ボタンホバー時の右下のお花のスタイル */
  .omikuji_img:hover::after {
    animation: none;
  }

/****** ここからaccess ******/

  .access h2{
    width: 350px;
  }

  .access_flex{
    display: block;
  }

  .map_illust{
    width: 80%;
    padding-bottom: 50px;
  }

  .guide_wrap{
    width: 80%;
    margin: 0 auto;
  }

  .access_flex .link{
    width: 300px;
  }
}
@media screen and (max-width:810px) {
  .hidden_min{
    display: none;
  }
}

@media screen and (max-width: 480px) {

/****** ここからメインビジュアル ******/

.mainvisual_wrap{
  margin-bottom: 35vh;
}

/****** ここからメインロゴ ******/

  .main_logo{
    width: 25%;
    min-width: 150px;
  }


/****** ここからキャッチフレーズ ******/

.catch{
  font-size: 24px;
}


/****** ここからスクロール ******/
  .scroll{
    bottom: 0;
  }


/****** ここからお花のデコレーション ******/

  .flower01::before{
    bottom: -120px;
    left: 10%;
    width: 50px;
    height: 50px;
  }
  .flower02::before{
    bottom: -180px;
    right: 45%;
    width: 65px;
    height: 65px;
  }
  .flower03::before{
    bottom: -100px;
    right: 15%;
    width: 30px;
    height: 30px;
  }
  .flower04::before{
    bottom: -35px;
    right: 5%;
    width: 50px;
    height: 50px;
  }
  .flower05::before{
    bottom: -170px;
    left: 30%;
    width: 45px;
    height: 45px;
  }

  /****** ここからconcept ******/

  .concept p{
    font-size: 16px;
  }

  .deco_concept{
    display: none;
  }
  /****** ここからmenu ******/

  .menu h2{
    width: 250px;
  }

  /****** ここからstaff ******/

  .staff h2{
    width: 250px;
  }

/****** ここからevent ******/

  .event h2{
    width: 250px;
  }

/***** ここからフォトギャラリー＆おみくじ *****/

  .photoGallery{
    grid-template-columns: 50% 50%;
  }

  .gallery_item01{
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .gallery_item02{display: none;
  }
  .gallery_item03{
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .gallery_item04{
    display: none;
  }
  .gallery_item05{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gallery_item10{
    display: none;
  }
  .gallery_item11{
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gallery_item12{
    display: none;
  }
  .gallery_item13{
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .gallery_item14{
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .gallery_item15{
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .gallery_item19{
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .gallery_item20{
    display: none;
  }
  .gallery_item21{
    display: block;
    grid-column: 2/3;
    grid-row: 4/5;
  }
  .gallery_item22{
    display: none;
  }
  .gallery_item24{
    display: none;
  }
  .gallery_item25{
    grid-column: 2/3;
    grid-row: 5/6;
  }

/****** ここからaccess ******/

  .access h2{
    width: 250px;
  }

  .access_flex{
    display: block;
  }

  .map_illust{
    width: 80%;
    padding-bottom: 50px;
  }

  .guide_wrap{
    width: 80%;
    margin: 0 auto;
  }

  .access_flex .link{
    width: 250px;
  }

  .contact p{
    width: 80%;
    margin: 0 auto 50px;
    text-align: start;
  }
}