/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  width: 100%;
  height: calc(100vh - 4.8em);
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: max(100svh - 4em, 640px);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    height: 520px;
  }
}
#page-ttl .pgttl-bgimg {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-ttl .pgttl-bgimg::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3));
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 7.5rem;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    padding: 0 20px;
    margin-top: -0.4em;
  }
}
#page-ttl .pgttl-inner .pgttl-content {
  text-shadow: 0px 0px 24px rgb(0, 0, 0);
}
#page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
  font-size: 2.5rem;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 1.75em;
  }
}
#page-ttl.__concept .pgttl-bgimg::before {
  display: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 1199px) {
  #page-ttl.__concept .pgttl-bgimg::before {
    display: block;
  }
}
#page-ttl.__concept .pgttl-bgimg img {
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}
#page-ttl.__concept .pgttl-inner .pgttl-content {
  text-shadow: none;
}
#page-ttl.__concept .pgttl-inner .pgttl-content h2 span.__jp {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl.__concept .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl.__concept .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 1.645em;
  }
}
#page-ttl.__shop .pgttl-bgimg::before {
  display: none;
}
#page-ttl.__shop .pgttl-bgimg img {
  -o-object-position: 95% 95%;
     object-position: 95% 95%;
}
#page-ttl.__shop .pgttl-inner .pgttl-content {
  text-shadow: none;
}

.__breadcrumbs {
  padding: 1em 0;
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs {
    padding: 0.6em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  color: #5f6446;
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #5f6446;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt {
  font-weight: 700;
  width: 12em;
  padding: 1.6em 0;
  border-bottom: solid 1px #b29360;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    border-bottom: none;
  }
}
.__table-style dl dd {
  width: calc(100% - 12em);
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}
@media screen and (max-width: 1199px) {
  .__table-style dl dd .__notepc-hidden {
    display: none;
  }
}

/* concept.html
---------------------------------------------------- */
.sec-concept .sec-ttl h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-concept .sec-ttl h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-ttl h3 {
    font-size: 1.375em;
  }
}
.sec-concept .sec-ttl h3 span.__deco-line {
  width: calc((100% - 14em) / 2);
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-ttl h3 span.__deco-line {
    width: calc((100% - 12em) / 2);
  }
}
.sec-concept .sec-ttl h3 span.__txt .__en {
  color: #b29360;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .sec-concept .sec-ttl h3 span.__txt .__en {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-ttl h3 span.__txt .__en {
    font-size: 12.8px;
  }
}
.sec-concept .flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .sec-concept .flex-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .flex-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.sec-concept .flex-wrap .sec-img {
  width: 30rem;
  box-shadow: 4px 4px 12px rgba(139, 130, 116, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-concept .flex-wrap .sec-img {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .flex-wrap .sec-img {
    width: 100%;
  }
}
.sec-concept .flex-wrap .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-concept .flex-wrap .sec-content {
  width: calc(100% - 30rem - 6em);
  padding: 2em 0;
}
@media screen and (max-width: 1199px) {
  .sec-concept .flex-wrap .sec-content {
    width: 100%;
    padding: 0;
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .flex-wrap .sec-content {
    margin-top: 60px;
  }
}
.sec-concept .sec-content .content-ttl {
  font-size: max(1.5rem, 1.125em);
}
@media screen and (max-width: 1199px) {
  .sec-concept .sec-content .content-ttl {
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-content .content-ttl {
    justify-content: space-between !important;
    width: calc(100% + 0.8em);
    line-height: 1.4em;
    margin-left: -0.4em;
  }
}
.sec-concept .sec-content .content-ttl.__center {
  justify-content: center;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-content .content-ttl h4 {
    text-align: center;
  }
}
.sec-concept .sec-content .content-txt {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-concept .sec-content .content-txt {
    margin-top: 2em;
  }
}
.sec-concept .sec-content .content-txt p {
  margin-top: 1em;
  line-height: 2em;
}
.sec-concept .sec-content .content-txt ul {
  margin-top: 1em;
}
.sec-concept .sec-content .content-txt ul li {
  line-height: 2em;
}
.sec-concept.__01 .flex-wrap {
  flex-direction: row-reverse;
}
.sec-concept.__03 .flex-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-concept.__03 .flex-wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept.__03 .flex-wrap {
    padding-bottom: 80px;
  }
}

.sec-concept-closing {
  background-color: #fff;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-concept-closing {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept-closing {
    margin-bottom: 60px;
  }
}
.sec-concept-closing .sec-ttl {
  text-align: center;
  margin-top: -0.4em;
}
.sec-concept-closing .sec-ttl h3 {
  font-size: 2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-concept-closing .sec-ttl h3 {
    font-size: 1.375em;
  }
}
.sec-concept-closing .sec-txt {
  margin-top: 2em;
}
.sec-concept-closing .sec-txt p {
  text-align: center;
}

/* sweets.html
---------------------------------------------------- */
.sec-sweets .sec-ttl {
  margin-bottom: 2em;
}
.sec-sweets .season-name {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-sweets .season-name {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-sweets .season-name {
    margin-top: 60px;
  }
}
.sec-sweets .season-name h4 {
  font-size: max(1.6875rem, 1.375em);
}
@media screen and (max-width: 767px) {
  .sec-sweets .season-name h4 {
    font-size: 1.25em;
  }
}
.sec-sweets .season-name h4 span.__deco-line {
  width: calc((100% - 4em) / 2);
}
.sec-sweets .season-name h4 span.__txt {
  color: #5f6446;
}
.sec-sweets .season-name h4.__autwin span.__deco-line {
  width: calc((100% - 6em) / 2);
}
.sec-sweets .sweets-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-sweets .sweets-list ul .sweets-list-item {
  width: calc(50% - 2em);
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-sweets .sweets-list ul .sweets-list-item {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .sec-sweets .sweets-list ul .sweets-list-item {
    width: 100%;
  }
}
.sec-sweets .sweets-list ul .sweets-list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #e2e3e0;
  box-shadow: 4px 4px 12px rgba(139, 130, 116, 0.2);
  overflow: clip;
}
.sec-sweets .sweets-list ul .sweets-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.01);
}
.sec-sweets .sweets-list ul .sweets-list-item .item-ttl {
  margin-top: 1.4em;
}
.sec-sweets .sweets-list ul .sweets-list-item .item-ttl h5 {
  color: #5f6446;
  font-weight: 700;
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 991px) {
  .sec-sweets .sweets-list ul .sweets-list-item .item-ttl h5 {
    font-size: 1.125em;
  }
}
.sec-sweets .sweets-list ul .sweets-list-item .item-detail {
  margin-top: 0.2em;
}
@media screen and (max-width: 991px) {
  .sec-sweets .sweets-list ul .sweets-list-item .item-detail p {
    font-size: 0.95em;
  }
}
.sec-sweets .sweets-list ul .sweets-list-item .item-detail p.__price {
  text-align: end;
  font-size: 0.9em;
  margin-top: 1em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 991px) {
  .sec-sweets .sweets-list ul .sweets-list-item .item-detail p.__price {
    font-size: 0.875em;
    margin-top: 2em;
  }
}
.sec-sweets .sweets-list ul .sweets-list-item .item-detail p.__price span.__num {
  font-size: 1.375em;
  letter-spacing: 0;
  margin-right: 0.2em;
}
@media screen and (max-width: 991px) {
  .sec-sweets .sweets-list ul .sweets-list-item .item-detail p.__price span.__num {
    font-size: 1.25em;
  }
}

/* shop.html
---------------------------------------------------- */
.shop_intro {
  position: relative;
  z-index: 4;
}
.shop_intro::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .shop_intro::before {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .shop_intro::before {
    height: 60px;
  }
}
.shop_intro .content-txt {
  margin-top: -1em;
}
.shop_intro .content-txt p {
  text-align: center;
  line-height: 2em;
  margin-top: 1em;
}
.shop_intro .content-img {
  width: 42.5rem;
  box-shadow: 4px 4px 12px rgba(139, 130, 116, 0.2);
  margin: 0 auto;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .shop_intro .content-img {
    width: min(100%, 480px);
  }
}
.shop_intro .content-img img {
  width: 100%;
  height: auto;
}

.sec-shop-list.__01 {
  background-color: #fff;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list.__01 {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-shop-list.__01 {
    padding-top: 80px;
  }
}
.sec-shop-list .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec-shop-list .flex-wrap .txt-wrap {
  width: calc(100% - 30rem - 6em);
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .flex-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-shop-list .flex-wrap .txt-wrap .sec-txt {
  margin-top: 2em;
}
.sec-shop-list .flex-wrap .img-wrap {
  width: 30rem;
  box-shadow: 4px 4px 12px rgba(139, 130, 116, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .flex-wrap .img-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-shop-list .flex-wrap .img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .info-table {
    margin-top: 2em;
  }
}
.sec-shop-list .google-map {
  height: 37.5rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5em;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .google-map {
    width: 100%;
    height: 480px;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-shop-list .google-map {
    height: 360px;
  }
}
.sec-shop-list .google-map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */