@charset "UTF-8";

/* =======================================
Article__header
======================================= */
.article__header {
  display: flex;
  padding: 40px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: Lato;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 88.889% */
  letter-spacing: 0.36px;
}

.page_title p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
} 

.page_MV_SP {
  width: 100%;
}

.page_MV_PC {
  display: none;
}


/* Article__header-PC */
@media screen and (min-width:769px) {
    .article {
        max-width: 1440px;
        margin: 0 auto;
    }

  .article__header {
    padding: 60px 15.2% 120px;
    gap: 32px;
  }

  .page_title {
    font-size: 4.8rem;
    line-height: 32px; /* 66.667% */
    letter-spacing: 0.48px;
    gap: 8px;
    }

    .page_title p {
      font-size: 2rem;
      line-height: 32px; /* 160% */
      letter-spacing: 0.2px;
    }

    .page_MV_SP {
      display: none;
    }

    .page_MV_PC {
      display: block;
      width: 100%;
      max-width: 1000px;
    }

}/* pc 769px */

/* =======================================
About cafe
======================================= */
.about {
    display: flex;
    padding: 0px 5.3%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.about__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.about__txt-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 43px;
    align-self: stretch;
}

.about__title {
    font-size: 2rem;
    font-weight: 600;
}

.about__title span {
    font-size: 1.6rem;
    line-height: 24px; /* 150% */
}

.about__note {
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

.photo_01 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.photo_01 img {
    width: 70%;
}

.photo_02 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.photo_02 img {
    width: 70%;
}

.about__txt-2,
.about__txt-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.photo_03 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.photo_03 img {
    width: 70%;
}

/* About cafe-PC */
@media screen and (min-width:769px) {
    .about {
        padding: 0 11.1%;
        gap: 90px;
    }

    .about__group-1 {
        flex-direction: row;
        padding-left: 5.36%;
        align-self: stretch;
        justify-content: space-between;
        align-items: center;
    }

    .about__txt-1 {
        width: 549px;
        gap: 88px;
        align-items: flex-start;
        justify-content: center;
    }

    .about__title {
        font-size: 3.6rem;
    }

    .about__title span {
        font-size: 2.4rem;
        line-height: 40px; /* 166.667% */
    }

    .about__note {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
    }

    .about__note-1 {
        max-width: 510px;
    }

    .photo_01 {
        width: auto;
        display: flex;
        justify-content: flex-end;
        width: 37%;
    }

    .photo_01 img {
        width: 100%;
    }

    .about__group-2 {
        flex-direction: row-reverse;
        padding-left: 5.36%;
        justify-content: space-between;
        align-items: center;
    }

     .about__note-2 {
        max-width: 510px;
    }

    .photo_02 {
        width: auto;
        display: flex;
        justify-content: flex-end;
        width: 42.4%;
    }

    .photo_02 img {
        width: 100%;
    }

    .about__group-3 {
        flex-direction: row;
        padding-right: 5.36%;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .about__txt-3 {
        display: flex;
        width: 518px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

     .photo_03 {
        width: auto;
        display: flex;
        justify-content: flex-end;
        width: 42.4%;
    }

    .photo_03 img {
        width: 100%;
    }
}/* pc 769px */

/* =======================================
MENU
======================================= */
.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--primary-white);
    margin-top: 80px;
}

.food-menu {
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.food-menu__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}

.dish__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.dish__item {
    display: flex;
    padding: 6.4%;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    align-self: stretch;
}

.dish__img {
    width: 91.7%;
}

.dish__txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.dish__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.dish__title {
    font-size: 1.8rem;
    font-weight: 500;
}

.dish__price {
    font-size: 1.8rem;
}

.dish__note {
    font-size: 1.4rem;
    line-height: 24px; /* 171.429% */
}

.drink-menu {
    display: flex;
    flex-direction: column;
    padding: 40px 6.4%;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.menu__line {
    width: 100%;
    border: none;
    border-top: 1px solid #222;
}

.drink-menu__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.drink-menu__label {
    display: flex;
    align-items: center;
    gap: 18px;
}

.drink-menu__title {
    text-align: justify;
    font-family: Lato;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}

.drink-menu__subtitle {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.wine-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    margin-top: 48px;
}

.wine-group_2 {
    margin-top: 80px;
}

.wine__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.wine__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.wine__item-title {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    font-family: Lato;
    font-size: 2.2rem;
    font-weight: 400;
}

.wine__item-title span {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    line-height: 22px; /* 157.143% */
}

.wine__item-note {
    color: #333;
    font-size: 1.4rem;
    line-height: 24px; /* 171.429% */
}

.wine__price {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 1.6rem;
    text-align: right;
}

.wine__price span {
    margin-left: 20px;
}

.drink-menu__other {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    margin-top: 40px;
    width: 100%;
}

.drink-menu__other__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 34px; /* 212.5% */
    }

.drink-menu__note-div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.drink-menu__container-3rd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.drink-menu__note {
    text-align: justify;
    font-size: 1.6rem;
}

/* MENU-PC */
@media screen and (min-width:769px) {
    .menu {
        margin: 200px 15.3% 0;
    }

    .food-menu {
        padding: 96px 6.8% 0;
        gap: 65px;
    }

    .food-menu__title {
        font-size: 4rem;
        font-weight: 700;
    }

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

    .dish__item {
        padding: 0 0 36px 0;
        gap: 36px;
    }

    .dish__img {
        width: 100%;
    } 

    .dish__txt {
        padding: 0px 6%;
    }

    .dish__title {
        font-size: 2rem;
    }

    .dish__note {
        font-size: 1.6rem;
        text-align: justify;
    }

    .drink-menu {
        padding: 40px 7%;
        gap: 40px;
    }

    .menu__line {
        width: 104.6%;
    }

    .drink-menu__label {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .drink-menu__title {
        font-size: 3.2rem;
    }

    .drink-menu__subtitle {
        font-size: 1.6rem;
    }

    .wine-group {
        flex-direction: row;
        padding: 32px 2.4%;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 60px;
        gap: 0;
    }

    .wine-group_2 {
        margin-top: 40px;
    }

    .wine__list {
        gap: 26px;
    }

    .wine__item {
        gap: 8px;
    }

    .wine__item-title {
        font-size: 2.4rem;
    }

    .wine__item-title span {
        font-size: 1.6rem;
    }

    .wine__item-note {
        text-align: justify;
        font-size: 1.6rem;
    }

    .wine__price {
        width: auto;
        gap: 8px;
        font-size: 1.8rem;
    }

    .drink-menu__other {
        padding: 0px 2.4%;
        gap: 18px;
        margin-top: 60px;
    }

    .drink-menu__other__item {
        width: 455px;
        font-size: 2rem;
        align-items: flex-start;
        gap: 25px;
    }

    .drink-menu__note-div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .drink-menu__container-3rd {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}/* pc 769px */

/* =======================================
Access
======================================= */
.access {
    scroll-margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 60px 0;
}

/* Access見出し非表示 */
.access__title {
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.map__SP {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.map__PC {
  display: none;
}

.access__info {
    display: flex;
    padding: 0px 5.3%;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.access__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.access__name {
    font-size: 1.6rem;
    font-weight: 600;
}

.access__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-size: 1.4rem;
}

.access__address a {
    margin-left: 16px;
}

.access__time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    font-size: 1.4rem;
} 

.access__time_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.access__time__note,
.access__access__note {
    font-size: 1.2rem;
    line-height: 20px; /* 166.667% */
}

.access__access {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.access__access__label {
    font-size: 1.2rem;
    line-height: 26px; /* 216.667% */
}

.cafe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}


.btn_cafe-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0px 85px 0px 65px;
    background-color: var(--primary-green);
    color: var(--primary-white);
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    transition: all 0.3s ease;
}

.btn_cafe-form:hover {
    background-color: var(--primary-lightBrown);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn_cafe-form::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_arrow_btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 49px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.btn_cafe-form:hover::after {
    right: 40px;
}

.cafe-form__note {
    font-size: 1.4rem;
}

/* Access-PC */
@media screen and (min-width:769px) {
    .access {
        scroll-margin-top: 80px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        margin: 100px 11.1% 90px;
        gap: 7.3%;
    }

    .map {
        width: 52.6%;
        max-width: 590px;
    }

    .map__PC {
        display: block;
        width: 100%;
        height: 590px;
    }

    .map__SP {
        display: none;
    }

    .access__info {
        padding: 0;
        align-items: flex-start;
        gap: 55px;
    }

    .access__container {
        gap: 24px;
    }

    .access__name {
        font-size: 2rem;
    }

    .access__address {
        font-size: 1.8rem;
        gap: 8px;
        margin-top: 31px;
    }

    .access__time {
        font-size: 1.8rem;
    }

    .access__time_group {
        gap: 8px;
    }

    .access__time__note {
        font-size: 1.4rem;
        line-height: 24px; /* 171.429% */
    }

    .access__access__note {
        font-size: 1.6rem;
        line-height: 26px; /* 162.5% */
    }

    .access__access__label {
        font-size: 1.6rem;
        line-height: 26px; /* 162.5% */
    }
}