@charset "UTF-8";
@media screen, print {
  .kv-item {
    aspect-ratio: 2/1;
  }
  
  .kv-item.kv01 {
    background: url("../images/top/top_kv01.jpg") center no-repeat;
    background-size: cover;
  }
  
  .kv-item.kv02 {
    background: url("../images/top/top_kv02.jpg") center no-repeat;
    background-size: cover;
  }
  
  .kv-item.kv03 {
    background: url("../images/top/top_kv03.jpg") center no-repeat;
    background-size: cover;
  }
  
  .kv-item.kv04 {
    background: url("../images/top/top_kv04.jpg") center no-repeat;
    background-size: cover;
  }
  
  .kv-item.kv05 {
    background: url("../images/top/top_kv05.jpg") center no-repeat;
    background-size: cover;
  }
  
  .kv-item.kv06 {
    background: url("../images/top/top_kv06.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-bnr {
    position: relative;
  }

  .kv-bnr-event {
    bottom: 20px;
    position: absolute;
    right: 20px;
  }

  .kv-bnr-event-link {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--clr-iwakired);
    background-color: #fe9d8de6; /* transp10% */
    border: #fff solid 4px;

    background-color: rgba(255,255,255,90%);
    border: var(--clr-iwakired) solid 5px;

    border-radius: 20px;
    display: flex;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    justify-content: center;
    text-align: center;
    width: 120px;
  }

  .menumain-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 70px;
  }

  .menumain-item {
    line-height: 1;
  }

  .menumain-item-costs {
    grid-column: 1 / 4;
    margin-top: 10px;
  }

  .menumain-name {
    align-items: center;
    background-color: var(--clr-iwakired);
    display: flex;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 0; /* reset */
    padding-left: 10px;
  }

  .menumain-name::before {
    content: '\00bb';
    font-size: 20px;
  }

  .menumain-img {
    aspect-ratio: 2/1;
  }

  .menumain-img-costs {
    aspect-ratio: 4/1;
    object-fit: cover;
    object-position: bottom;
  }

  .menubtm-list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .menubtm-link {
    align-items: center;
    background-color: #ececec;
    display: flex;
    gap: 20px;
    padding-right: 10px;
  }

  .menubtm-img {
    aspect-ratio: 3/2;
    height: 80px;
    width: auto;
  }

  .menubtm-name {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0; /* reset */
  }
}

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

@media screen and (max-width: 1000px) {
	.index #content-header ul {
    height: auto; /* override */
	}
}

/* ipad*/
@media screen and (max-width: 960px) {
	.index #content-header ul {
		/* height: 400px; */
	}

  .kv-bnr-event {
  }

  .menumain-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .menumain-item-costs {
    grid-column: 1 / 3;
  }

  .menumain-img-costs {
    aspect-ratio: 3/1;
  }
}

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

@media screen and (max-width: 640px) {
  .kv-bnr-event {
    bottom: 10px;
    right: 10px;
  }

  .kv-bnr-event-link {
    font-size: 14px;
    width: 100px;
  }

  .menumain-list {
    grid-template-columns: 1fr;
  }

  .menumain-item-costs {
    grid-column: 1 / 2;
  }

   .menumain-img-costs {
    aspect-ratio: 3/2;
  }

  .menubtm-list {
    /* gap: 40px; */
    grid-template-columns: 1fr;
  }

}
@media screen and (max-width: 480px) {
  .index #content-header ul {
    height: 300px;
  }

  .kv-item {
    aspect-ratio: 1;
  }
  
  .kv-item.kv01 {
  }

  .kv-bnr-event {
    bottom: 45px;
    bottom: 10px;
    bottom: calc(10.9vw - 25px);
    right: 10px;

    bottom: 10px;
  }

}

/******* PRINT *******/
@media print {
}
