@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/*-----------------------------------
MEET THE SUMMER
body.summer2026
-----------------------------------*/
/*pc/sp*/
body.summer2026 #contents h2 {
  background: none;
  padding: 0;
  aspect-ratio: 297 / 140;
}
body.summer2026 #contents {
  background: #4ac0f0;
  color: #231815;
  padding: 0;
  overflow: hidden;
}
body.summer2026 #contents > .inner {
  max-width: 1200px;
  background: #ffe700;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
body.summer2026 #contents a {
  color: #231815;
}
body.summer2026 #contents .header_navlist {
  ul {
    display: flex;
    column-gap: 20px;
    margin: 20px 20px 0;
    li {
      width: calc((100% - 40px) / 3);
      text-align: center;
      box-sizing: border-box;
      &:not(:last-of-type) {
        border-right: 3px #231815 dotted;
      }
      a {
        display: block;
        font-family: "Caprasimo", serif;
        font-size: 28px;
        line-height: 110%;
        color: #fff;
        font-weight: 400;
        padding-bottom: 24px;
        text-shadow: 2px 2px 0 #231815, -2px -2px 0 #231815, -2px 2px 0 #231815, 2px -2px 0 #231815, 0px 2px 0 #231815, 0 -2px 0 #231815, -2px 0 0 #231815, 2px 0 0 #231815;
        position: relative;
        &::before {
          content: "";
          position: absolute;
          right: calc(50% - 6px);
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 6px 0;
          border-color: #231815 transparent transparent transparent;
          transition: all 0.2s;
        }
        &::after {
          content: "";
          position: absolute;
          right: calc(50% - 6px);
          bottom: 4px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 6px 0;
          border-color: #ffe700 transparent transparent transparent;
          transition: all 0.2s;
        }
        br.sp {
          display: none;
        }
      }
      em:before {
        content: "";
        width: 100%;
        height: 50px;
        margin-bottom: 8px;
        background: url(icn_dishes.svg) no-repeat center;
        background-size: contain;
        display: block;
      }
      &.shopinfo {
        em:before {
          background-image: url("icn_shopinfo.svg");
        }
      }
      &.events {
        em:before {
          background-image: url("icn_events.svg");
        }
      }
    }
  }
}
body.summer2026 #contents #contents-main {
  padding: 20px 40px 40px;
}
body.summer2026 #contents #contents-main > section {
  background: #fff;
  border: 2px solid #231815;
  box-sizing: border-box;
  padding: 30px 50px 40px;
  margin-bottom: 60px;
  border-radius: 10px;
  h3 {
    background: #fff;
    padding: 0;
    img {
      width: 70%;
      max-width: 600px;
      aspect-ratio: 150 / 31;
    }
    p {
      font-weight: bold;
      margin: 8px 0 0;
      font-size: 16px;
      br {
        display: none;
      }
    }
  }
}
body.summer2026 #dishes {
	.date{
		text-align: center;
		
		span{
			            border: 2px solid #231815;
            background: #e95513;
            display: inline-block;
            padding: 8px 40px;
            margin-top: 18px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
		}
	}
  .shopnews_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin: 20px 0 0;
    .item {
      width: calc((100% - 80px) / 3);
      box-sizing: border-box;
      padding: 0 0 40px;
      position: relative;
      .image {
        width: 100%;
        aspect-ratio: 1 / 1;
        position: relative;
        margin: 4px 0 0;
        border-radius: 6px;
        overflow: hidden;
      }
      .desc {
        h3.goods {
          font-weight: bold;
          line-height: 140%;
          margin: 10px 0 4px;
          border: none;
          padding: 0;
          background: none;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .name {
          padding-top: 4px;
          line-height: 14px;
          a {
            font-size: 80%;
          }
        }
        .price {
          font-weight: bold;
          font-size: 90%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
      .date, .goodscomment {
        display: none;
      }
      .goods_like_btn.mini {
        left: 0;
      }
      .morelink {
        right: 0;
      }
    }
  }
}
body.summer2026 #shopinfo {
  .shopnews_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin: 20px 0 0;
    .item {
      width: calc((100% - 40px) / 2);
      box-sizing: border-box;
      padding: 0 0 40px;
      position: relative;
      .image {
        width: 100%;
        aspect-ratio: 2 / 1;
        position: relative;
        margin: 4px 0 0;
        border-radius: 6px;
        overflow: hidden;
      }
      .desc {
        h3.goods {
          font-weight: bold;
          line-height: 140%;
          margin: 10px 0 4px;
          border: none;
          padding: 0;
          background: none;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .name {
          padding-top: 4px;
          line-height: 14px;
          a {
            font-size: 80%;
          }
        }
        .price {
          font-weight: bold;
          font-size: 90%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
      .date, .goodscomment {
        display: none;
      }
      .goods_like_btn.mini {
        left: 0;
      }
      .morelink {
        right: 0;
      }
    }
  }
}
body.summer2026 #events {
  padding-bottom: 0;
  .map {
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    p.click {
      color: #e95513;
      font-weight: bold;
      margin-bottom: 10px;
      span {
        position: relative;
        top: 0.2em;
        padding-right: 4px;
        font-variation-settings:
          'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
      }
    }
    p.map_img {
      max-width: 840px;
      margin: 0 auto;
      display: block;
      border-radius: 5px;
      border: 2px solid #231815;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      img {
        border-radius: 3px;
        aspect-ratio: 35 / 17;
      }
      a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        width: 50%;
        height: 50%;
        transition: opacity 0.3s ease;
        &:hover {
          background-image: url("fig_map_hover.png");
          background-repeat: no-repeat;
          background-size: 200% auto;
			opacity: 1;
        }
        &.waterras {
          top: 0;
          left: 0;
        }
        &.ochanomizu {
          bottom: 0;
          left: 0;
          &:hover {
            background-position: left bottom;
          }
        }
        &.akihabara {
          top: 0;
          right: 0;
          background-position: right top;
        }
        &.kanda {
          bottom: 0;
          right: 0;
          background-position: right bottom;
        }
      }
    }
  }
  margin-bottom: 30px !important;
  .area {
    > h3 {
      border: 2px solid #231815;
      background: #e95513 !important;
      color: #fff;
      padding: 14px 0 !important;
      margin: 20px 0 30px;
      font-size: 18px;
    }
    .eventlist {
      padding: 0 0 60px;
      ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 50px;
      }
      .ev_item {
        width: calc((100% - 100px) / 3);
        padding-bottom: 40px;
        .detail {
          .image {
            width: 100%;
            aspect-ratio: 1 / 1;
            position: relative;
            border-radius: 6px;
            overflow: hidden;
          }
          .event_text {
            width: 100%;
            padding-top: 10px;
            box-sizing: border-box;
            h4.name {
              font-weight: bold;
              font-size: 16px;
              line-height: 160%;
              margin-bottom: 18px;
              text-decoration: underline;
            }
            .ev_date th {
              width: 1.6em;
              background: none;
              padding: 4px 0 0;
              font-weight: 200;
              span {
                font-size: 18px;
                font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
              }
            }
            .btn {
              position: relative;
              display: inline-block;
              padding: 10px 20px 10px 30px;
              line-height: 1em;
              margin-top: 20px;
              background: #ffe700;
              border-radius: 100px;
              span {
                display: inline-block;
                padding-right: 24px;
                box-sizing: border-box;
                font-family: 'Hind', sans-serif;
                font-weight: 600;
                font-size: 14px;
                text-align: center;
                line-height: 1em;
                position: relative;
                &::before {
                  content: "";
                  position: absolute;
                  top: -1px;
                  right: 0;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 6px 0 6px 10px;
                  border-color: transparent transparent transparent #231815;
                  transition: all 0.2s;
                }
                &::after {
                  content: "";
                  position: absolute;
                  top: -1px;
                  right: 3px;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 6px 0 6px 10px;
                  border-color: transparent transparent transparent #ffe700;
                  transition: all 0.2s;
                }
              }
            }
          }
        }
        &.today {
          cursor: pointer;
          transition: opacity 0.3s ease;
          &:hover {
            opacity: 0.8;
          }
        }
        /*公開前の情報*/
        &.beforeday, &.overday {
          .btn {
            display: none !important;
          }
          .image {
            position: relative;
            &::after {
              content: "COMING SOON";
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.3);
              position: absolute;
              top: 0;
              left: 0;
              color: #fff;
              font-family: "Caprasimo", serif;
              font-size: 24px;
              display: flex;
              align-items: center;
              justify-content: center;
              text-shadow: 2px 2px 0 #231815, -2px -2px 0 #231815, -2px 2px 0 #231815, 2px -2px 0 #231815, 0px 2px 0 #231815, 0 -2px 0 #231815, -2px 0 0 #231815, 2px 0 0 #231815;
            }
			  
          }
          h4.name {
            text-decoration: none !important;
          }
          .event_text {
			  opacity: 0.6;
            position: relative;
            &::before {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              right: 0;
            }
          }
        }
        /*終了の情報*/
        &.overday {
          .image {
            &::after {
              content: "終了しました";
              font-weight: bold;
              font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
            }
          }
        }
      }
      &:last-of-type {
        padding-bottom: 0;
      }
    }
  }
}
/*========================
	SP
	========================*/
body.summer2026.sp {
  #contents {
    > .inner {
      width: 100%;
      border: none;
      padding: 0;
    }
    .header_navlist {
      ul {
        column-gap: 0;
        margin: 10px 0 0;
        li {
          width: calc(100% / 3);
          border-width: 2px;
          a {
            font-size: 16px;
            padding-bottom: 20px;
            text-shadow: 1px 1px 0 #231815, -1px -1px 0 #231815, -1px 1px 0 #231815, 1px -1px 0 #231815, 0px 1px 0 #231815, 0 -1px 0 #231815, -1px 0 0 #231815, 1px 0 0 #231815;
            br.sp {
              display: block;
            }
            &::before {
              bottom: 1px;
            }
          }
          em:before {
            height: 28px;
            margin-bottom: 4px;
          }
        }
      }
      &.bottom {
        margin: 0 -16px 0;
      }
    }
    #contents-main {
      padding: 14px 16px 30px;
      > section {
        padding: 24px 24px 20px;
        margin-bottom: 40px;
        > h3 {
          padding: 10px 0 !important;
          img {
            width: calc(100% + 10px);
            max-width: max-content;
            margin-left: -5px;
          }
          p {
            font-size: 14px;
            line-height: 130%;
            margin-top: 10px;
            br {
              display: block;
            }
          }
        }
      }
    }
  }
}
body.summer2026.sp #dishes {
	& .date {
        span {
          padding: 6px 20px;
            margin-top: 0;
            font-size: 14px;
        }
    }
	
	
  .shopnews_list {
    column-gap: 20px;
    margin: 10px 0 0;
    .item {
      width: calc((100% - 20px) / 2);
      padding: 0 0 30px;
    }
  }
}
body.summer2026.sp #shopinfo {
  .shopnews_list {
    display: block;
    margin: 10px 0 0;
    .item {
      width: 100%;
      padding: 0 0 30px;
    }
  }
}
body.summer2026.sp #events {
  .map {
    margin-top: -10px;
    font-size: 14px;
    p.click {
      margin-bottom: 4px;
    }
  }
  & .area {
    > h3 {
      padding: 8px 0 !important;
      margin: 20px 0 10px;
      font-size: 16px;
    }
    .eventlist {
      padding: 0;
      ul {
        column-gap: 20px;
      }
      .ev_item {
        width: calc((100% - 20px) / 2);
        padding-bottom: 30px;
        .detail {
          display: block;
          .image {}
          .event_text {
            width: 100%;
            padding: 6px 0 0;
            h4.name {
              margin-bottom: 4px;
              line-height: 140%;
            }
            .subtitle h5 {
              font-size: 14px;
              margin-bottom: 10px;
            }
            .btn {
              margin-top: 10px;
              span {
                font-size: 0.9em;
                &::before {
                  top: -2px;
                }
                &::after {
                  top: -2px;
                }
              }
            }
          }
        }
        &.beforeday, &.overday {
          .image::after {
            font-size: 14px;
            text-shadow: 1px 1px 0 #231815, -1px -1px 0 #231815, -1px 1px 0 #231815, 1px -1px 0 #231815, 0px 1px 0 #231815, 0 -1px 0 #231815, -1px 0 0 #231815, 1px 0 0 #231815;
          }
        }
      }
    }
  }
}