@charset "UTF-8";

/* CSS Document */
/*---------------------------------------------------
common
---------------------------------------------------*/
.sec_title {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 32px;
}

.sec_title span {
  display: block;
  margin-top: 0;
}

.section {
  padding: 60px 0;
}

#top .content_inner {
  background: url("../img/bg_sakura_pattern.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 840px 594px;
}

@media screen and (max-width:768px) {
  .sec_title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*---------------------------------------------------
slider
---------------------------------------------------*/
.slick-slide {
  opacity: 0.6;
}

.slick-slide.slick-center {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .slick-slide {
    opacity: 1;
  }
}


/*---------------------------------------------------
みくら食堂
---------------------------------------------------*/
#sec01 {
  padding-top: 110px;
}

#sec01 .mirurashokudo {
  margin-bottom: 100px;
}

#sec01 .mirurashokudo video {
  width: 100%;
  height: auto;
}

#sec01 .tab-group {
  display: flex;
  justify-content: space-between;
}

#sec01 .tab {
  flex-grow: 1;
  padding: 4px 8px;
  list-style: none;
  border: solid 2px #f09192;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  color: #f09192;
  border-radius: 8px 8px 0 0;
  width: calc((100% - 32px)/5);
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec01 .tab:last-child {
  margin-right: 0;
}

#sec01 .tab-group {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#sec01 .tab-group:before {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: solid 2px #f09192;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec01 .panel-group {
  height: auto;
  border-top: none;
}

#sec01 .panel {
  display: none;
}

#sec01 .tab.is-active {
  color: #FFF;
  transition: all 0.2s ease-out;
  background-size: auto auto;
  background-color: rgba(240, 145, 146, 1);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, rgba(224, 118, 119, 1) 4px, rgba(224, 118, 119, 1) 6px);
}

#sec01 .panel.is-show {
  display: block;
}

#sec01 .pro_other_list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

#sec01 .pro_other_list_li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  text-align: center;
  border-radius: 16px;
  background-position: calc(100% - 20px) calc(100% - 20px);
}

#sec01 .pro_other_list_li a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 24px 8px;
  display: block;
}

#sec01 .pro_other_list_li:last-child {
  margin-right: 0;
}

#sec01 .pro_other_list_li:nth-child(1) {
  background: #f8b500;
  background-image: url("../img/arrow_pro_ye.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 20px);
  background-size: 24px;
}

#sec01 .pro_other_list_li:nth-child(2) {
  background: #f09192;
  background-image: url("../img/arrow_pro_pk.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 20px);
  background-size: 24px;
}

#sec01 .pro_other_list_li:nth-child(3) {
  background: #6eb175;
  background-image: url("../img/arrow_pro_gn.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 20px);
  background-size: 24px;
}

#sec01 .pro_other_list_li .list_name {
  padding: 20px 24px 0 10px;
  border-top: solid 1px #fff;
  font-size: min(2.5vw, 18px);
  line-height: 1.4;
  text-align: left;
}

#sec01 .pro_other_list_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#sec01 .pro_other_list_li :hover {
  opacity: 0.7;
  background-position: calc(100% - 10px) calc(100% - 20px);
  transition: 0.5s;
}

#sec01 .pro_other_list_li:nth-child(1):hover {
  background-position: calc(100% - 10px) calc(100% - 20px);
  transition: 0.5s;
}

#sec01 .pro_other_list_li:nth-child(2):hover {
  background-position: calc(100% - 10px) calc(100% - 20px);
  transition: 0.5s;
}

#sec01 .pro_other_list_li:nth-child(3):hover {
  background-position: calc(100% - 10px) calc(100% - 20px);
  transition: 0.5s;
}

@media screen and (max-width:768px) {
  #sec01 {
    padding-top: 20px;
  }

  #sec01 .mirurashokudo {
    margin-bottom: 50px;
  }

  #sec01 .tab-group {
    flex-wrap: wrap;
  }

  #sec01 .tab-group::after {
    content: "";
    width: calc((100% - 20px)/3);
    height: 0;
  }

  #sec01 .tab {
    padding: 6px 4px;
    border: solid 2px #f09192;
    font-size: 16px;
    border-radius: 50px;
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #sec01 .tab:nth-child(3n) {
    margin-right: 0;
  }

  #sec01 .pro_other_list {
    display: block;
    margin-top: 50px;
  }

  #sec01 .pro_other_list_li {
    width: 100%;
    margin-right: 0;
    border-radius: 8px;
  }

  #sec01 .pro_other_list_li a {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sec01 .pro_other_list_li .img {
    height: auto !important;
    width: 30%;
  }

  #sec01 .pro_other_list_li .list_name {
    padding: 0;
    border-top: none;
    width: 65%;
  }

  #sec01 .pro_other_list_li .list_name br {
    display: none;
  }

  #sec01 .pro_other_list_li:nth-child(1) {
    margin-bottom: 10px;
  }

  #sec01 .pro_other_list_li:nth-child(2) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:414px) {
  #sec01 .pro_other_list_li .list_name {
    width: 70%;
  }

  #sec01 .pro_other_list_li .list_name {
    font-size: 16px;
  }

  #sec01 .pro_other_list_li:nth-child(1) {
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 24px;
  }

  #sec01 .pro_other_list_li:nth-child(2) {
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 24px;
  }

  #sec01 .pro_other_list_li:nth-child(3) {
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 24px;
  }

  #sec01 .link_btn {
    margin-top: 20px;
  }
}


/*---------------------------------------------------
店舗情報
---------------------------------------------------*/
#sec03 .store_wrap {
  display: flex;
  justify-content: space-between;
  padding: 36px 18px;
  background: #f5f5fa;
}

#sec03 .lead_wrap .lead {
  font-size: 16px;
  line-height: 1.6;
}

#sec03 .lead_wrap .lead span {
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
}

#sec03 .store_wrap .img {
  width: 43%;
}

#sec03 .lead_wrap {
  width: 52%;
}

@media screen and (max-width:768px) {
  #sec03 .store_wrap {
    padding: 24px 24px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  #sec03 .lead_wrap {
    width: 100%;
  }

  #sec03 .store_wrap .img {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*---------------------------------------------------
落ち葉
---------------------------------------------------*/
/* ===== 落ち葉を表示するコンテナのスタイル ===== */
.leaves-container {
  position: relative;
  height: 100%;
  /* コンテナの高さ */
  width: 100%;
  /* コンテナの横幅 */
  overflow: hidden;
  /* コンテナからはみ出した要素を隠す */
}

/* ===== 落ち葉のスタイル ===== */

/* 落ち葉の共通スタイル */
.leaf {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-leaf 40s linear;
}

/* 落ち葉1 */
.leaf-1 {
  background-image: url('img/leaf-1.svg');
  /* 任意のパスを記入 */
  background-image: url("../img/leaf01.png")
}

/* 落ち葉2 */
.leaf-2 {
  background-image: url('../img/leaf02.png');
  /* 任意のパスを記入 */
}

/* 落ち葉3 */
.leaf-3 {
  background-image: url('../img/leaf03.png');
  /* 任意のパスを記入 */
}

/* 落ち葉4 */
.leaf-4 {
  background-image: url('../img/leaf04.png');
  /* 任意のパスを記入 */
}

/* 落ち葉5 */
.leaf-5 {
  background-image: url('../img/leaf05.png');
  /* 任意のパスを記入 */
}

/* ===== 落ち葉が降るアニメーション ===== */
@keyframes animate-leaf {
  0% {
    opacity: 1;
    top: 0;
    transform: rotate(0);
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 100%;
    transform: rotate(1080deg);
  }
}