/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-txt-orange: #E66006;
  --color-txt-black: #414141;
  --color-txt-gray: #707070;
}

::selection {
  color: #fff;
  background-color: var(--color-txt-orange);
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--color-txt-black);
  font-feature-settings: "palt";
  scroll-behavior: smooth !important;
}

body {
  line-height: 1.5;
  letter-spacing: 0.025em;
  background: url(../images/bg_texture.jpg) repeat left top;
  background-size: 375px 270px;
  border: 10px solid var(--color-txt-orange);
  border-bottom-width: 38px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  body {
    background-size: 630px 420px;
    border-width: 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href*="tel:"] {
  color: inherit;
}
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.l-header {
  display: grid;
  width: 100vw;
  margin: auto;
  position: relative;
  z-index: 10;
  top: -10px;
  left: -10px;
  place-items: flex-start center;
}
@media print, screen and (min-width: 769px) {
  .l-header {
    top: 0;
    left: 0;
    width: min(93.22vw, 1100px);
  }
}
.l-header__main {
  width: 100%;
  position: relative;
  z-index: 2;
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .l-header__main {
    width: min(59.915vw, 707px);
    padding-top: 256px;
    justify-self: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__main {
    height: 542px;
    background: url(../images/img_illust_sp.png) no-repeat left top;
    background-size: 237px 542px;
  }
}
.l-header__open {
  order: 2;
  margin: 53px 0 0 30px;
}
@media print, screen and (min-width: 769px) {
  .l-header__open {
    margin: 42px 0 42px;
  }
}
.l-header__lead {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5em;
  color: var(--color-txt-orange);
  writing-mode: vertical-rl;
  order: 1;
}
@media print, screen and (min-width: 769px) {
  .l-header__lead {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__lead {
    width: 292px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__lead {
    font-size: 3.1rem;
    order: 3;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__lead__img {
    width: min(57.627vw, 680px);
  }
}
.l-header__sub {
  width: 100%;
  position: relative;
  z-index: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  top: -30px;
}
@media only screen and (max-width: 768px) {
  .l-header__sub {
    display: none;
  }
}
.l-header__bg__img {
  width: 63.2vw;
}
@media print, screen and (min-width: 769px) {
  .l-header__bg__img {
    width: min(68vw, 748px);
    margin-left: -177px;
  }
}

.l-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -38px;
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    bottom: -30px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    position: relative;
    z-index: 20;
    margin-top: -110px;
  }
}
.l-main__head {
  width: 80vw;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
@media print, screen and (min-width: 769px) {
  .l-main__head {
    justify-content: center;
    flex-direction: row;
    width: min(93.22vw, 1100px);
    margin-bottom: 195px;
    gap: 80px;
  }
}
.l-main__hd {
  width: 143px;
}
@media print, screen and (min-width: 769px) {
  .l-main__hd {
    width: 211px;
  }
}
.l-main__hd__img {
  width: 100%;
}
.l-main__txt {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.8rem;
  line-height: 1.666;
  color: var(--color-txt-orange);
}
@media print, screen and (min-width: 769px) {
  .l-main__txt {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-main__txt {
    text-align: center;
  }
}

.p-logo {
  width: 292px;
  order: 2;
}
@media print, screen and (min-width: 769px) {
  .p-logo {
    order: 1;
    width: min(47.033vw, 555px);
    padding-right: min(1.694vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .p-logo {
    mix-blend-mode: multiply;
    margin-left: 10px;
  }
}
.p-logo__img {
  width: 100%;
}

.p-slider {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
  .p-slider {
    margin-bottom: 211px;
  }
}
.p-slider .slick-track {
  display: flex;
  align-items: center;
  height: 74.4vw;
  gap: 4.2666vw;
}
@media print, screen and (min-width: 769px) {
  .p-slider .slick-track {
    height: 30vw;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-slider .slick-list {
    padding: 0 22.944vw 0 47.222vw !important;
  }
}
.p-slider .slick-slide {
  width: 53.333vw;
  height: 53.333vw;
  transition: transform 0.4s;
  transform-origin: center center;
  transform: scale(0.8);
}
@media print, screen and (min-width: 769px) {
  .p-slider .slick-slide {
    width: 30vw;
    height: 30vw;
    transform: scale(0.7);
  }
}
.p-slider .slick-slide.slick-center {
  transform: scale(1.2);
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .p-slider .slick-slide.slick-center {
    transform: scale(1);
  }
}
.p-slider__img {
  width: 100%;
}
.p-slider__prev, .p-slider__next {
  width: 12.5333vw;
  height: 12.5333vw;
  border: 0;
  background: url(../images/icon_arrow_slide.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .p-slider__prev, .p-slider__next {
    width: 5vw;
    height: 5vw;
  }
}
.p-slider__prev {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-slider__prev {
    left: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-slider__prev {
    left: 42.777vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-slider__next {
    right: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-slider__next {
    left: 72.777vw;
  }
}

.p-section {
  width: 80vw;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .p-section {
    width: min(93.22vw, 1100px);
  }
}
.p-section:not(:last-of-type) {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .p-section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.p-section:not(:last-of-type) .p-section__body {
  background: url(../images/img_border_sp.svg) no-repeat left bottom;
  background-size: 100% auto;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .p-section:not(:last-of-type) .p-section__body {
    background-image: url(../images/img_border.svg);
    padding-bottom: 100px;
  }
}
.p-section--coffee .p-section__hd {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  .p-section--coffee .p-section__hd {
    width: 300px;
    margin-bottom: 12px;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-section--coffee .c-hd--type02 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-section--coffee .p-section__body:last-child {
    gap: 20px;
  }
  .p-section--coffee .p-section__body:last-child .c-hd--type01 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-section--others .p-section__body {
    gap: 0;
  }
  .p-section--others .p-section__item:nth-child(2) {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section--food .c-txt {
    margin-top: 15px;
  }
}
.p-section__head {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-section__head {
    width: 70.666vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-section__hd {
  width: 175px;
}
@media print, screen and (min-width: 769px) {
  .p-section__hd {
    width: 232px;
  }
}
.p-section__hd__img {
  width: 100%;
}
.p-section__tax {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-section__tax {
    font-size: 1.5rem;
    line-height: 2;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.p-section__body {
  width: 70.666vw;
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .p-section__body {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(7.203vw, 85px);
  }
}
.p-section__body:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .p-section__body:not(:last-child) {
    margin-bottom: 100px;
  }
}
.p-menu {
  display: grid;
  grid-template-columns: 1fr auto;
}
.p-menu:not(:first-child) {
  margin-top: 23px;
}
@media print, screen and (min-width: 769px) {
  .p-menu:not(:first-child) {
    margin-top: 18px;
  }
}
.p-menu__name, .p-menu__price {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.315;
}
@media print, screen and (min-width: 769px) {
  .p-menu__name, .p-menu__price {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-menu__price {
  text-align: right;
}
.p-menu__price:not(:last-child) {
  margin-bottom: 22px;
}
@media print, screen and (min-width: 769px) {
  .p-menu__price:not(:last-child) {
    margin-bottom: 34px;
  }
}
.p-menu__small {
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .p-menu__small {
    font-size: 1.5rem;
  }
}
.p-menu__small.p-menu__gray {
  display: block;
  line-height: 1;
}
.p-menu__gray {
  color: var(--color-txt-gray);
}

.p-note {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.53;
  margin-top: 23px;
}
@media print, screen and (min-width: 769px) {
  .p-note {
    font-size: 1.5rem;
    line-height: 1.333;
    margin-top: 30px;
  }
}
.p-note .c-sup {
  font-size: 85%;
}

.p-tumbler {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 0 25px;
  margin-top: 38px;
}
@media print, screen and (min-width: 769px) {
  .p-tumbler {
    grid-template-columns: 38px 1fr;
    gap: 0 min(2.457vw, 29px);
    margin-top: 0;
  }
}
.p-tumbler__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-tumbler__hd {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 9px;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media print, screen and (min-width: 769px) {
  .p-tumbler__hd {
    font-size: 2rem;
  }
}
.p-tumbler__txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media print, screen and (min-width: 769px) {
  .p-tumbler__txt {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}

.p-about {
  margin: 100px auto 0 !important;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media print, screen and (min-width: 769px) {
  .p-about {
    max-width: 1130px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about {
    max-width: 100%;
    margin: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about {
    grid-template-columns: 1fr min(50.847vw, 600px);
    gap: 0 min(6.355vw, 75px);
    margin-top: 150px !important;
    margin-bottom: 135px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__info {
    width: 70.666vw;
    margin: auto;
  }
}
.p-about__logo {
  width: 190px;
  margin: 0 auto 25px;
}
@media print, screen and (min-width: 769px) {
  .p-about__logo {
    width: 214px;
    margin-bottom: 45px;
  }
}
.p-about__logo__img {
  width: 100%;
}
.p-about__address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 769px) {
  .p-about__address {
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.0001em;
    margin-bottom: 24px;
  }
}
.p-about__tel {
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 6px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .p-about__tel {
    margin-bottom: 8px;
  }
}
.p-about__tel__label {
  font-size: 1.5rem;
  line-height: 21px;
  padding-right: 6px;
  padding-left: 6px;
  color: #fff;
  background-color: var(--color-txt-orange);
}
@media print, screen and (min-width: 769px) {
  .p-about__tel__label {
    font-size: 2rem;
    line-height: 25px;
    border-radius: 2px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-about__tel__number {
  color: var(--color-txt-orange);
  font-size: 3rem;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .p-about__tel__number {
    font-size: 3.7rem;
  }
}
.p-about__time {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-about__time {
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.0001em;
  }
}
.p-about__map {
  position: relative;
  overflow: hidden;
  aspect-ratio: 71/53;
}
@media print, screen and (min-width: 769px) {
  .p-about__map {
    aspect-ratio: 12/7;
  }
}
.p-about__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.p-eco {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--color-txt-orange);
}
@media print, screen and (min-width: 769px) {
  .p-eco {
    font-size: 1.7rem;
  }
}
.p-eco__link {
  display: inline-block;
  text-decoration: underline;
}
.p-eco__link:hover {
  text-decoration: none;
}
.p-eco__link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_external.svg) no-repeat left top;
  background-size: 15px 15px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
@media print, screen and (min-width: 769px) {
  .p-eco__link::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 3px;
  }
}

.p-sns {
  position: fixed;
  z-index: 200;
  right: 23px;
  bottom: 23px;
  opacity: 0;
  animation: hideSns 0.2s forwards;
}
.p-sns.is_show {
  animation: showSns 0.3s forwards;
}
@media print, screen and (min-width: 769px) {
  .p-sns {
    right: 60px;
    bottom: 60px;
  }
}
.p-sns__list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: fit-content;
  gap: 6px;
}
@media print, screen and (min-width: 769px) {
  .p-sns__list {
    gap: 8px;
  }
}
.p-sns__item {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .p-sns__item {
    width: 74px;
    height: 74px;
  }
}
.p-sns__link {
  display: grid;
  width: 100%;
  height: 100%;
  background-color: rgb(72, 42, 22);
  place-items: center;
  transition: background-color 0.3s;
}
.p-sns__link:hover {
  background-color: rgba(72, 42, 22, 0.7);
  transition: background-color 0.2s;
}
.p-sns__link:hover .p-sns__icon--instagram * {
  fill: #DB60FF;
  transition: all 0.2s;
}
.p-sns__link:hover .p-sns__icon--line * {
  fill: #00D829;
  transition: all 0.2s;
}
.p-sns__icon {
  width: 23px;
  height: 23px;
}
@media print, screen and (min-width: 769px) {
  .p-sns__icon {
    width: 35px;
    height: 35px;
  }
}
.p-sns__icon * {
  transition: all 0.3s;
}
@keyframes showSns {
  0% {
    visibility: visible;
    display: block;
  }
  100% {
    visibility: visible;
    display: block;
    opacity: 1;
  }
}
@keyframes hideSns {
  0% {
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

.p-copyright {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-copyright {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.c-hd--type01 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  .c-hd--type01 {
    font-size: 2.5rem;
    line-height: 1.44;
    margin-top: 18px;
  }
}
.c-hd--type02 {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  color: var(--color-txt-orange);
  margin-top: 3px;
}
@media print, screen and (min-width: 769px) {
  .c-hd--type02 {
    font-size: 2.9rem;
    margin-top: 30px;
  }
}
.c-hd__small {
  display: block;
  font-size: 1rem;
}
@media print, screen and (min-width: 769px) {
  .c-hd__small {
    font-size: 1.3rem;
  }
}

.c-lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  color: var(--color-txt-orange);
  margin-top: 5px;
}

.c-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  .c-txt {
    font-size: 1.7rem;
    line-height: 1.76;
    margin-top: 5px;
  }
}

.c-sup {
  font-size: 50%;
  vertical-align: super;
}

.c-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
