:root {
  --blue: #4b3023;
  --link: #0054a6;
  --gray: #4f433b;
  --pale: #fff;
  --line: #ccc;
  --white: #fff;
  --font-body: "Lucida Sans Unicode", "Lucida Grande", Arial, "Zen Maru Gothic", sans-serif;
  --font-head: "Cardo", Georgia, serif;
  --font-ja: "Zen Maru Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--gray);
  font: 90%/1.5 var(--font-body);
  letter-spacing: 0;
}

a {
  color: var(--gray);
  text-decoration: none;
}

a:hover {
  color: var(--link);
}

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

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

.inner_l,
.inner_r {
  float: left;
  width: 470px;
}

.inner_r {
  margin-left: 40px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.t_line2 {
  line-height: 2;
}

.bold {
  font-weight: 700;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font160 {
  font-size: 160%;
}

.gray {
  color: #8a817a;
  text-align: center;
}

.w90 {
  width: 90%;
}

.pad_10 {
  padding: 10px;
}

.pt1p {
  padding-top: 1%;
}

.pt3p {
  padding-top: 3%;
}

.pt5p {
  padding-top: 5%;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb7p {
  padding-bottom: 7%;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.clear {
  clear: both;
}

.noscript {
  padding: 20px;
}

#header {
  height: 160px;
  overflow: hidden;
}

.header-inner {
  height: 160px;
}

.hdleft,
.hdright,
#header h1 {
  float: left;
}

.hdleft,
.hdright {
  width: 33%;
  color: #7a6c62;
}

.hdleft {
  padding-top: 110px;
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1;
  color: var(--blue);
}

.hdright {
  padding-top: 100px;
  letter-spacing: 2px;
  text-align: right;
}

.hdright a {
  color: #7a6c62;
  font-family: var(--font-head);
  font-size: 18px;
}

.logo {
  width: 34%;
  margin: 0;
  padding-top: 20px;
  text-align: center;
}

.logo a {
  display: inline-grid;
  justify-items: center;
  color: var(--blue);
}

.logo span {
  font-family: var(--font-head);
  font-size: 82px;
  font-weight: 700;
  line-height: .86;
}

.logo small {
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 2px;
}

.logo small {
  color: var(--link);
}

.sp-slides {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(75, 48, 35, .22);
}

.sp-slides::after {
  content: "";
  display: block;
  padding-top: 42.6666%;
}

.slider-track {
  position: absolute;
  inset: 0;
}

.sp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: slideFade 20s infinite;
}

.sp-slide:nth-child(2) {
  animation-delay: 5s;
}

.sp-slide:nth-child(3) {
  animation-delay: 10s;
}

.sp-slide:nth-child(4) {
  animation-delay: 15s;
}

.sp-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideFade {
  0%,
  100% {
    opacity: 0;
  }
  8%,
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

#navi {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid rgba(75, 48, 35, .18);
}

#menu {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#menu li {
  position: relative;
  z-index: 10;
  float: left;
  width: 25%;
  padding: 8px 0 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#menu li a {
  display: inline-block;
  min-width: 74px;
  margin: 0 auto;
  padding: 10px 0 8px;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1;
}

#menu li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 7px auto 0;
  background: transparent;
}

#menu li a:hover::after {
  background: var(--link);
}

.menu-button {
  display: none;
}

#wrapper {
  position: relative;
  width: 100%;
  background: #fff;
}

.u_tlink {
  margin-top: -120px;
  padding-top: 120px;
}

.title {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 250%;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

.title span {
  display: block;
  color: var(--gray);
  font-family: var(--font-ja);
  font-size: 34%;
  font-weight: 400;
  letter-spacing: -1px;
}

.main-image {
  text-align: center;
}

.main-image img,
.split-row img {
  box-shadow: none;
  border-bottom: 5px solid rgba(75, 48, 35, .45);
}

.lead-copy,
.concept-intro,
.link-more {
  text-align: center;
}

.lead-copy {
  font-family: var(--font-ja);
}

.concept-intro,
.split-row p,
.link-more {
  font-family: var(--font-ja);
}

.split-row p {
  margin: 0;
}

.split-row img {
  width: 460px;
  aspect-ratio: 460 / 300;
  object-fit: cover;
}

.bg {
  clear: both;
  overflow: auto;
  background: #fff;
  border-top: 1px solid rgba(75, 48, 35, .12);
  border-bottom: 1px solid rgba(75, 48, 35, .12);
}

.link-more a {
  color: var(--blue);
}

.link-more i {
  padding-left: 5px;
  color: var(--link);
  font-style: normal;
  font-size: 130%;
}

.item-section {
  overflow: hidden;
}

#loopSlide {
  --item-card-size: 180px;
  --item-loop-count: 8;
  --item-loop-distance: calc(var(--item-card-size) * var(--item-loop-count));
  width: 100%;
  overflow: hidden;
}

#loopSlide ul {
  display: flex;
  width: max-content;
  animation: itemLoop 34s linear infinite;
}

#loopSlide:hover ul {
  animation-play-state: paused;
}

#loopSlide li {
  flex: 0 0 var(--item-card-size);
  width: var(--item-card-size);
  padding: 0;
  margin: 0;
  text-align: center;
}

#loopSlide a {
  display: block;
  color: var(--gray);
}

.item-photo {
  display: block;
  width: var(--item-card-size);
  height: var(--item-card-size);
  background-color: #f7f1e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-photo.p1 { background-image: url("images/items/item-croissant.png"); }
.item-photo.p2 { background-image: url("images/items/item-campagne.png"); }
.item-photo.p3 { background-image: url("images/items/item-milk.png"); }
.item-photo.p4 { background-image: url("images/items/item-raisin.png"); }
.item-photo.p5 { background-image: url("images/items/item-cream.png"); }
.item-photo.p6 { background-image: url("images/items/item-walnut.png"); }
.item-photo.p7 { background-image: url("images/items/item-seasonal.png"); }
.item-photo.p8 { background-image: url("images/items/item-daily.png"); }

#loopSlide b {
  display: block;
  padding-top: 8px;
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 13px;
}

@keyframes itemLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--item-loop-distance) * -1));
  }
}

.schedule-only .inner_l {
  float: none;
  width: 470px;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
}

.calendar-box {
  max-width: 480px;
  margin: 30px auto 0;
}

.calendar-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
  padding-bottom: 20px;
}

.calendar-caption {
  color: var(--blue);
  font-family: var(--font-ja);
  font-weight: 700;
  text-align: center;
}

.calendar-nav {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid rgba(75, 48, 35, .24);
  background: #fff;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.calendar-nav:hover {
  border-color: var(--link);
  color: var(--link);
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  background: #fff;
}

.calendar li {
  display: grid;
  place-items: center;
  min-height: 40px;
  color: var(--gray);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.calendar .weekday {
  min-height: 28px;
  font-family: var(--font-ja);
  font-weight: 700;
}

.calendar .holiday {
  background: var(--link);
  color: #fff;
}

.calendar .today {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.calendar .has-event {
  box-shadow: inset 0 -3px 0 var(--link);
}

.calendar .other {
  visibility: hidden;
}

.holiday-title {
  margin: 14px 0 0;
  text-align: center;
}

.holiday-title span {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 6px;
  background: var(--link);
  vertical-align: -1px;
}

.contact-block {
  padding: 45px 0;
  text-align: center;
}

.contact-block p {
  margin: 8px 0;
  font-family: var(--font-ja);
  line-height: 1.9;
}

.contact-block a {
  color: var(--link);
}

.map-wide {
  width: min(1280px, calc(100% - 40px));
  height: clamp(320px, 42vw, 540px);
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid rgba(75, 48, 35, .22);
  border-bottom: 6px solid rgba(75, 48, 35, .55);
  background: #f5f2ef;
}

.map-wide iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.9) contrast(.96);
}

.lower-wrapper {
  padding-top: 5%;
}

.lower-hero {
  padding-bottom: 5%;
}

.lower-heading-ja {
  margin: 0;
  padding: 10px 10px 14px;
  color: var(--blue);
  font-family: var(--font-ja);
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}

.shop-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dotted var(--line);
  font-family: var(--font-ja);
}

.shop-table th,
.shop-table td {
  padding: 14px 10px;
  border-bottom: 1px dotted var(--line);
  line-height: 1.8;
}

.shop-table th {
  width: 110px;
  color: var(--blue);
  font-weight: 700;
}

.item-detail-list {
  padding-bottom: 5%;
}

.item-detail-list li {
  float: left;
  width: 23.5%;
  min-height: 360px;
  margin: 0 2% 4% 0;
  padding: 0 0 20px;
  background: #fff;
  text-align: center;
}

.item-detail-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail-list .item-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.item-detail-list h3 {
  margin: 0;
  padding: 14px 10px 8px;
  color: var(--blue);
  font-family: var(--font-ja);
  font-size: 120%;
  font-weight: 700;
}

.item-detail-list p {
  margin: 0;
  padding: 0 14px;
  color: var(--gray);
  font-family: var(--font-ja);
  font-size: 95%;
  line-height: 1.8;
  text-align: left;
}

#footer {
  clear: both;
  background: var(--pale);
}

.f_menu {
  position: relative;
  width: 980px;
  margin: 30px auto;
  color: var(--gray);
  font-family: var(--font-ja);
}

.footer-logo {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 46px;
  line-height: 1;
  text-align: center;
}

.bline_d {
  border-bottom: 1px dotted var(--blue);
}

.fml_l,
.fml,
.fml_r {
  float: left;
  padding-top: 15px;
  line-height: 2.4;
}

.fml_l {
  width: 50%;
}

.fml {
  width: 50%;
}

.fml_r {
  display: none;
  width: 0;
}

.fml_l a,
.fml a,
.fml_r a {
  color: var(--blue);
  font-weight: 700;
}

.backtotop {
  position: fixed;
  right: 5%;
  bottom: 40px;
  z-index: 10;
  display: none;
}

.backtotop a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--blue);
  font-family: var(--font-head);
  opacity: .7;
}

#copyright {
  clear: both;
  margin: 0;
  padding: 5px 0;
  background: var(--blue);
  color: #fff;
  font-size: 80%;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .inner,
  .f_menu {
    width: 98%;
  }

  .inner_l,
  .inner_r {
    width: 48%;
  }

  .inner_r {
    margin-left: 2%;
  }
}

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

@media only screen and (max-width: 644px) {
  #header {
    height: auto;
  }

  .header-inner {
    height: auto;
  }

  .hdleft,
  #header h1 {
    float: none;
    width: 100%;
    text-align: center;
  }

  #header h1 {
    padding-top: 0;
    padding-bottom: 3%;
  }

  .logo span {
    font-size: 68px;
  }

  .hdleft {
    padding-top: 3%;
    font-size: 28px;
  }

  .hdright {
    display: none;
  }

  .sp-slides::after {
    padding-top: 66.3299%;
  }

  .inner,
  .inner_l,
  .inner_r,
  .schedule-only .inner_l {
    float: none;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .u_tlink {
    margin-top: -100px;
    padding-top: 100px;
  }

  #navi {
    height: auto;
    min-height: 50px;
  }

  .menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 300;
    display: block;
    margin: 0;
    padding: 11px 12px;
    border: 0;
    border-radius: 4px;
    background: var(--blue);
    box-shadow: 0 8px 24px rgba(75, 48, 35, .22);
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
  }

  #menu {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 250;
    width: 100%;
    background: #fff;
    box-shadow: 0 14px 28px rgba(75, 48, 35, .14);
  }

  .site-header.is-open #menu,
  #navi.is-open #menu {
    display: block;
  }

  #navi.is-open #menu {
    display: block;
  }

  #menu li {
    float: none;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  #menu li a {
    min-width: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .title {
    font-size: 210%;
  }

  .split-row img {
    width: 100%;
  }

  .font110 {
    font-size: 100%;
  }

  .font120 {
    font-size: 110%;
  }

  .font160 {
    font-size: 150%;
  }

  .pb60 {
    padding-bottom: 38px;
  }

  .pt5p {
    padding-top: 10%;
  }

  #loopSlide {
    --item-card-size: 160px;
  }

  .calendar li {
    min-height: 34px;
  }

  .item-detail-list li {
    float: left;
    width: 48%;
    min-height: 330px;
    margin-right: 4%;
  }

  .item-detail-list li:nth-child(4n) {
    margin-right: 4%;
  }

  .item-detail-list li:nth-child(2n) {
    margin-right: 0;
  }

  .shop-table th,
  .shop-table td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .shop-table td {
    padding-top: 0;
  }

  .f_menu {
    margin: 15px auto;
  }

  .fml_l,
  .fml,
  .fml_r {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    font-size: 90%;
    line-height: 2;
  }

  .fml_l {
    padding-top: 30px;
  }

  .fml_r {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .font120 {
    font-size: 100%;
  }

  .font160 {
    font-size: 130%;
  }
}
