@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding-bottom: 0.6em;
  }
}
#page-ttl.__bg-pattern_camel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 14, 52, 0.1);
  backdrop-filter: brightness(0.85) contrast(1.4);
}
#page-ttl h2 {
  text-shadow: 2px 2px 8px rgba(78, 51, 45, 0.4);
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  #page-ttl h2 {
    margin-top: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl h2 {
    text-align: start;
  }
}
#page-ttl h2 span.__en {
  font-size: max(6.875rem, 5em);
}
@media screen and (max-width: 767px) {
  #page-ttl h2 span.__en {
    font-size: 3.05em;
  }
}
#page-ttl h2 span.__jp {
  font-size: max(1.6875rem, 1.125em);
}
@media screen and (max-width: 767px) {
  #page-ttl h2 span.__jp {
    display: block;
    font-size: 0.95em;
    margin-top: 0.4em;
  }
}
#page-ttl .__breadcrumbs {
  margin-top: 1em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .__breadcrumbs {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .__breadcrumbs {
    margin-top: 2.4em;
    margin-bottom: 0;
  }
}
#page-ttl .__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page-ttl .__breadcrumbs ul {
    justify-content: flex-end;
  }
}
#page-ttl .__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .__breadcrumbs ul li {
    font-size: 0.875em;
  }
}
#page-ttl .__breadcrumbs ul li::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-top: 0.2em;
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  #page-ttl .__breadcrumbs ul li.__txtlimit {
    max-width: 15.5em;
  }
}
#page-ttl .__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
#page-ttl .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__pgbottom-link {
  padding-top: max(6.25rem, 72px);
  padding-bottom: max(8.75rem, 90px);
}
@media screen and (max-width: 767px) {
  .__pgbottom-link {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.__pgbottom-link .__linkbtn01 {
  margin: 0 auto;
}
.__pgbottom-link .__linkbtn01 a {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .__pgbottom-link .__linkbtn01 a {
    width: 100%;
  }
}

.__table-style dl {
  font-size: max(1.125rem, 1em);
  display: flex;
  flex-wrap: wrap;
}
.__table-style dl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/dotline_beige.png);
  background-size: auto 2px;
  background-repeat: repeat-x;
}
.__table-style dl dt, .__table-style dl dd {
  font-size: 1em;
}
.__table-style dl dt {
  width: 10em;
  padding: 1.2em 0;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.4em;
    padding-bottom: 0.6em;
  }
}
.__table-style dl dd {
  width: calc(100% - 10em);
  padding: 1.2em 0;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}

.__note-style {
  background-color: rgba(192, 152, 123, 0.9);
  border: solid 3px #c0987b;
  font-size: max(1.125rem, 1em);
  border-radius: 0.6em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .__note-style {
    padding: 0.8em;
  }
}
.__note-style dt, .__note-style dd {
  font-size: 1em;
}
.__note-style dt {
  color: #fff;
  font-size: 0.875em;
  line-height: 1em;
}
.__note-style dd {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .__note-style dd {
    margin-top: 0.4em;
  }
}
.__note-style dd .__label-style {
  color: #282323;
  background-color: #fff;
  margin-top: 0.6em;
  margin-right: 0.6em;
}

.anchor-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .anchor-list ul {
    margin-top: -1em;
  }
}
.anchor-list ul .anchor-btn {
  width: calc(25% - 0.75rem);
  margin-right: 1rem;
  margin-top: 1rem;
}
.anchor-list ul .anchor-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .anchor-list ul .anchor-btn {
    width: calc(50% - max(1.25rem, 0.6em) * 1 / 2);
    margin-right: max(1.25rem, 0.6em);
    margin-top: max(1.25rem, 0.6em);
  }
  .anchor-list ul .anchor-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list ul .anchor-btn {
    width: 100%;
    margin-right: 0;
  }
}
.anchor-list ul .anchor-btn a {
  color: #282323;
  background-color: #fff;
  width: 100%;
  font-size: min(1.3125rem, 1em);
}
@media screen and (max-width: 767px) {
  .anchor-list ul .anchor-btn a {
    font-size: 0.95em;
  }
}
.anchor-list ul .anchor-btn a:hover {
  background-color: #d6c0a8;
}

.category-list {
  position: relative;
  z-index: 4;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
  margin-bottom: -2em;
}
@media screen and (max-width: 767px) {
  .category-list ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.category-list ul .category-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #302a2a;
  border-radius: 0.48em;
  font-size: 0.95em;
  padding: 0.3em 1.2em 0.4em;
  margin-top: 1em;
  margin-right: 1em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  .category-list ul .category-btn a {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 767px) {
  .category-list ul .category-btn a {
    font-size: 0.85em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.6em;
    margin-right: 0.6em;
  }
}
.category-list ul .category-btn a i {
  display: inline-block;
  font-size: 0.7em;
  margin-top: 0.12em;
  margin-right: 0.8em;
  margin-left: -0.48em;
}
.category-list ul .category-btn a:hover {
  background-color: #4e332d;
}
.category-list ul .category-btn.__current a {
  background-color: #be8862;
}

.item-slider {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .item-slider {
    width: min(100%, 720px);
  }
}
.item-slider .slider-inner .__main {
  position: relative;
}
.item-slider .slider-inner .__main .swiper-button-next,
.item-slider .slider-inner .__main .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #1a1a1a;
}
.item-slider .slider-inner .__main .swiper-button-next::after,
.item-slider .slider-inner .__main .swiper-button-prev::after {
  font-size: 1.375em;
}
@media screen and (max-width: 991px) {
  .item-slider .slider-inner .__main .swiper-button-next::after,
  .item-slider .slider-inner .__main .swiper-button-prev::after {
    display: none;
  }
}
.item-slider .slider-inner .__main .swiper-button-next {
  right: -2.25rem;
}
.item-slider .slider-inner .__main .swiper-button-prev {
  left: -2.25rem;
}
.item-slider .slider-inner .slider-main {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: max(2rem, 1em);
  box-shadow: 4px 4px 16px rgba(205, 182, 162, 0.2);
  overflow: clip;
}
.item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide {
  border-radius: max(2rem, 1em);
  overflow: clip;
}
.item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide .swiper-img {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.item-slider .slider-inner .slider-main .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.01);
}
.item-slider .slider-inner .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #302a2a;
  box-shadow: 4px 4px 16px rgba(205, 182, 162, 0.2);
  border-radius: 1em;
  overflow: clip;
  width: calc(20% - 16px) !important;
  aspect-ratio: 4/3;
  margin-top: 20px;
  margin-right: 20px !important;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide {
    border-radius: 0.6em;
  }
}
.item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(5n) {
  margin-right: 0 !important;
}
.item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.24s ease;
}
.item-slider .slider-inner .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 8vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

/* guide.html
---------------------------------------------------- */
.sec-guide-list {
  padding-top: max(3.75rem, 60px);
}
@media screen and (max-width: 767px) {
  .sec-guide-list {
    padding-top: 30px;
  }
}
.sec-guide-list .sec-inner {
  background-color: #fff;
  box-shadow: 4px 4px 16px rgba(78, 51, 45, 0.1);
  border-radius: max(2.25rem, 1.25em);
  padding: max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner {
    padding: 30px 24px 36px;
  }
}
.sec-guide-list .sec-inner .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-guide-list .sec-inner .sec-ttl {
    margin-top: 0;
  }
}
.sec-guide-list .sec-inner .sec-content {
  margin-top: 1em;
  border-top: solid 1px #4e332d;
}
.sec-guide-list .sec-inner .sec-content .sec-txt {
  margin-top: 2.2em;
  margin-bottom: 2.4em;
}
.sec-guide-list .sec-inner .sec-content > dl {
  margin-top: 2.2em;
  margin-bottom: 2.4em;
}
.sec-guide-list .sec-inner .sec-content > dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl {
    margin-top: 1.6em;
    margin-bottom: 2em;
  }
}
.sec-guide-list .sec-inner .sec-content > dl > dt {
  font-size: 1.125em;
}
.sec-guide-list .sec-inner .sec-content > dl > dt::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1/1;
  background-image: url(../images/apple-icon_beige.png);
  background-size: cover;
  margin-right: 0.3em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd {
  margin-top: 1em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd span.__small {
  font-size: 0.9em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul {
  margin-top: 1em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul li {
  margin-top: 0.6em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul.__order span.__num {
  margin-left: 0;
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul.__note {
  opacity: 0.8;
  margin-top: 1.2em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul.__note.__no-mt {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl > dd ul.__note.__no-mt {
    margin-top: 0.4em;
  }
}
.sec-guide-list .sec-inner .sec-content > dl > dd ul.__note li {
  margin-top: 0;
}
.sec-guide-list .sec-inner .sec-content > dl > dd p {
  margin-top: 1em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd .content-wrap {
  border-left: solid 1px #cdb6a2;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl > dd .content-wrap li {
    line-height: 1.6em;
  }
}
.sec-guide-list .sec-inner .sec-content > dl > dd .content-table dl {
  display: flex;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl > dd .content-table dl {
    display: block;
    margin-top: 1em;
  }
}
.sec-guide-list .sec-inner .sec-content > dl > dd .content-table dl dt {
  font-weight: 500;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl > dd .content-table dl dt {
    font-weight: 700;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-list .sec-inner .sec-content > dl > dd .content-table dl dd {
    line-height: 1.6em;
    margin-top: 0.4em;
  }
}
.sec-guide-list .sec-inner .sec-content > dl > dd .card-brand {
  margin-top: 1em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd .card-brand img {
  width: auto;
  height: 2.5em;
}
.sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table {
  width: 100%;
  border-collapse: collapse;
}
.sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table th, .sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table td {
  font-size: 0.95em;
  padding: 0.6em 0;
  border-bottom: solid 1px #b1a599;
}
.sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table th:last-child, .sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table td:last-child {
  padding-left: 2em;
  white-space: nowrap;
}
.sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table th span.__small, .sec-guide-list .sec-inner .sec-content > dl > dd table.shipping-table td span.__small {
  font-size: 0.8em;
}

.sec-guide_legal {
  margin-top: max(6.25rem, 4em);
}
.sec-guide_legal .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-guide_legal .sec-ttl {
    margin-top: 0;
  }
}
.sec-guide_legal .table-content {
  width: 100%;
  margin-top: 3em;
  padding: max(5rem, 2em) 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-guide_legal .table-content {
    margin-top: 1.6em;
    padding: 30px 24px;
  }
}
.sec-guide_legal .table-content dl:nth-of-type(1) dt, .sec-guide_legal .table-content dl:nth-of-type(1) dd {
  padding-top: 0;
}
.sec-guide_legal .table-content dl dt {
  width: 16em;
}
@media screen and (max-width: 991px) {
  .sec-guide_legal .table-content dl dt {
    width: 100%;
    padding-top: 1.4em;
    padding-bottom: 0.6em;
  }
}
.sec-guide_legal .table-content dl dd {
  width: calc(100% - 16em);
}
@media screen and (max-width: 991px) {
  .sec-guide_legal .table-content dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
  }
}

.sec-guide_terms .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-guide_terms .sec-ttl {
    margin-top: 0;
  }
}
.sec-guide_terms .sec-content {
  margin-top: 3em;
}
.sec-guide_terms .sec-content .__dot-line {
  opacity: 1;
}
.sec-guide_terms .sec-content dl {
  margin-top: 2.2em;
  margin-bottom: 2.6em;
}
.sec-guide_terms .sec-content dl:last-of-type {
  margin-bottom: 1em;
}
.sec-guide_terms .sec-content dl dt {
  font-size: 1.125em;
}
.sec-guide_terms .sec-content dl dd {
  margin-top: 0.6em;
}
.sec-guide_terms .sec-content dl dd ul {
  margin-top: 0.6em;
}

/* about.html
---------------------------------------------------- */
.sec-about_story .sec-inner {
  flex-direction: row-reverse;
}
.sec-about_story .sec-inner .txt-wrap {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-about_story .sec-inner .txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sec-about_story .sec-inner .txt-wrap .sec-txt p span.__name {
  color: #a80e34;
  font-weight: 700;
}
.sec-about_story .sec-inner .txt-wrap .sec-txt p span.__name .__en {
  font-size: 1.125em;
}

.sec-about_features .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-about_features .sec-ttl {
    margin-top: 0;
  }
}
.sec-about_features .feature-list ul .feature-list-item {
  margin-top: 2.4em;
  padding: max(5rem, 3em) 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item {
    margin-top: 1.6em;
    padding: 30px 24px;
  }
}
.sec-about_features .feature-list ul .feature-list-item::after {
  border: solid 1px #d6c0a8;
}
.sec-about_features .feature-list ul .feature-list-item .item-name .item-num {
  margin: 0 auto;
}
.sec-about_features .feature-list ul .feature-list-item .item-name h4 {
  color: #4e332d;
  text-align: center;
  font-weight: 900;
  font-size: max(2.625rem, 1.75em);
  line-height: 1.6em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-name h4 {
    font-size: 1.375em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-txt {
    margin-top: 1.6em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-txt h5 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-txt h5 {
    text-align: start;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-txt h5 .__ttlstyle03 {
  font-weight: 700;
  font-size: max(1.5rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-txt h5 .__ttlstyle03 {
    font-size: 1em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-txt p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-txt p {
    margin-top: 1.6em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-img {
    margin-top: 1em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-img .img {
  width: calc(50% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item .item-img .img {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-about_features .feature-list ul .feature-list-item .item-img .img img {
  height: auto;
}
.sec-about_features .feature-list ul .feature-list-item.__feature01 .season-list {
  margin-top: 1.6em;
}
.sec-about_features .feature-list ul .feature-list-item.__feature01 .season-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-about_features .feature-list ul .feature-list-item.__feature01 .season-list ul li {
  color: #a80e34;
  background-color: #fff;
  border: solid 1px #a80e34;
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0.6em;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item.__feature05 .item-img {
    margin-top: 0;
  }
}
.sec-about_features .feature-list ul .feature-list-item.__feature05 .item-img .img {
  width: calc(25% - 1.5em);
}
@media screen and (max-width: 767px) {
  .sec-about_features .feature-list ul .feature-list-item.__feature05 .item-img .img {
    width: calc(50% - 1em);
    margin-top: 2em;
  }
}

.sec-about_company .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-about_company .sec-ttl {
    margin-top: 0;
  }
}
.sec-about_company .table-content {
  width: 100%;
  margin-top: 2.4em;
  padding: max(5rem, 2em) 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-about_company .table-content {
    margin-top: 1.6em;
    padding: 30px 24px;
  }
}
.sec-about_company .table-content dl:nth-of-type(1) dt, .sec-about_company .table-content dl:nth-of-type(1) dd {
  padding-top: 0;
}
.sec-about_company.__history .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-about_company.__history .sec-ttl {
    margin-top: 0;
  }
}

/* menu.html
---------------------------------------------------- */
.sec-menu-list .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-menu-list .sec-ttl {
    margin-top: 0;
  }
}
.sec-menu-list .menu-list {
  margin-bottom: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-menu-list .menu-list {
    margin-bottom: 0;
  }
}
.sec-menu-list .menu-list ul .menu-list-item {
  flex-direction: row;
  align-items: stretch;
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-menu-list .menu-list ul .menu-list-item {
    margin-top: 1.6em;
  }
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap {
  width: calc(100% - 32.5 * 1rem - max(5rem, 3em));
}
@media screen and (max-width: 1199px) {
  .sec-menu-list .menu-list ul .menu-list-item .txt-wrap {
    width: 100%;
  }
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap .item-name h4 .__ttlstyle03 {
  color: #a80e34;
  margin-right: 0.2em;
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap .item-name h4 .__label-style {
  margin-top: 0.4em;
  margin-right: 0.4em;
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap .item-txt {
  margin-top: 1em;
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap .item-txt ul.__note {
  margin-top: 1em;
}
.sec-menu-list .menu-list ul .menu-list-item .txt-wrap .allergy-info {
  margin-top: 2em;
}
.sec-menu-list .menu-list ul .menu-list-item .img-wrap {
  width: 32.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-menu-list .menu-list ul .menu-list-item .img-wrap {
    width: min(100%, 600px);
    margin-top: 0;
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-menu-list .menu-list ul .menu-list-item .img-wrap {
    margin-bottom: 1em;
  }
}
.sec-menu-list .menu-list ul .menu-list-item .img-wrap .img {
  height: 100%;
  border: none;
}

.sec-menu_mealkit .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-menu_mealkit .sec-ttl {
    margin-top: 0;
  }
}
.sec-menu_mealkit .sec-content {
  align-items: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-menu_mealkit .sec-content {
    margin-top: 1.6em;
  }
}
.sec-menu_mealkit .sec-content .txt-wrap {
  width: calc(100% - 30 * 1rem - max(5rem, 3em));
}
@media screen and (max-width: 1199px) {
  .sec-menu_mealkit .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-menu_mealkit .sec-content .txt-wrap .content-catch h4 .__ttlstyle03 {
  color: #a80e34;
}
.sec-menu_mealkit .sec-content .txt-wrap .content-txt {
  margin-top: 1.6em;
}
.sec-menu_mealkit .sec-content .txt-wrap .content-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-menu_mealkit .sec-content .img-wrap {
  width: 30rem;
}
@media screen and (max-width: 1199px) {
  .sec-menu_mealkit .sec-content .img-wrap {
    width: min(100%, 600px);
  }
}
@media screen and (max-width: 1199px) {
  .sec-menu_mealkit .sec-content.__01 .img-wrap img {
    margin-top: -6%;
    margin-bottom: -6%;
  }
}
.sec-menu_mealkit .sec-content.__02 {
  flex-direction: row;
}

/* shop.html
---------------------------------------------------- */
.sec-shop-list .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .sec-ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .sec-ttl h3 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-shop-list .flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .flex-wrap {
    display: block;
    margin-top: 2em;
  }
}
.sec-shop-list .flex-wrap .shop-info {
  width: calc(100% - 26.25 * 1rem - 6.25 * 1rem);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .flex-wrap .shop-info {
    width: 100%;
  }
}
.sec-shop-list .flex-wrap .shop-img {
  border: none;
  width: 26.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .flex-wrap .shop-img {
    width: min(80%, 320px);
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-shop-list .flex-wrap .shop-img {
    margin-bottom: 1em;
  }
}
.sec-shop-list .flex-wrap .shop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-shop-list .shop-map {
  width: 100%;
  height: 37.5rem;
  margin-top: 3.6em;
}
@media screen and (max-width: 1199px) {
  .sec-shop-list .shop-map {
    height: 400px;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-shop-list .shop-map {
    height: 300px;
    margin-top: 2.4em;
  }
}
.sec-shop-list .shop-map iframe {
  width: 100%;
  height: 100%;
}
.sec-shop-list.__bg-pattern_beige .flex-wrap .shop-info dl::after {
  background-image: url(../images/dotline.png);
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit_message .sec-inner {
  align-items: stretch;
}
.sec-recruit_message .sec-inner .txt-wrap {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_message .sec-inner .txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sec-recruit_faq .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_faq .sec-ttl {
    margin-top: 0;
  }
}
.sec-recruit_faq .qa-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list {
    margin-top: 2em;
  }
}
.sec-recruit_faq .qa-list dl {
  font-size: max(1.125rem, 1em);
  margin-top: 1em;
  padding: max(3.75rem, 3em) max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list dl {
    padding: 30px 24px;
    padding-left: 22px;
  }
}
.sec-recruit_faq .qa-list dl dt, .sec-recruit_faq .qa-list dl dd {
  display: flex;
  align-items: flex-start;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list dl dt, .sec-recruit_faq .qa-list dl dd {
    font-size: 1em;
  }
}
.sec-recruit_faq .qa-list dl dt .__icon, .sec-recruit_faq .qa-list dl dd .__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 2.5em;
  aspect-ratio: 1/1;
  background-size: contain;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list dl dt .__icon, .sec-recruit_faq .qa-list dl dd .__icon {
    width: 2.125em;
  }
}
.sec-recruit_faq .qa-list dl dt .__icon .__en, .sec-recruit_faq .qa-list dl dd .__icon .__en {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list dl dt .__icon .__en, .sec-recruit_faq .qa-list dl dd .__icon .__en {
    margin-top: 0.2em;
  }
}
.sec-recruit_faq .qa-list dl dt .__txt, .sec-recruit_faq .qa-list dl dd .__txt {
  line-height: 1.6em;
  margin-top: 0.48em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_faq .qa-list dl dt .__txt, .sec-recruit_faq .qa-list dl dd .__txt {
    margin-top: 0.3em;
  }
}
.sec-recruit_faq .qa-list dl dt .__icon {
  background-image: url(../images/apple-icon_beige.png);
}
.sec-recruit_faq .qa-list dl dt .__txt .__ttlstyle03 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.4em;
}
.sec-recruit_faq .qa-list dl dd {
  margin-top: 0.8em;
}
.sec-recruit_faq .qa-list dl dd .__icon {
  background-image: url(../images/apple-icon_red.png);
}

.sec-recruit_job-description .sec-ttl {
  margin-top: -0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_job-description .sec-ttl {
    margin-top: 0;
  }
}
.sec-recruit_job-description .job-tab-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_job-description .job-tab-list {
    margin-top: 2em;
  }
}
.sec-recruit_job-description .job-tab-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-recruit_job-description .job-tab-list ul .tab-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #302a2a;
  border-radius: 0.48em;
  font-size: 0.95em;
  padding: 0.3em 1.2em 0.4em;
  margin-top: 1em;
  margin-right: 1em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_job-description .job-tab-list ul .tab-btn {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_job-description .job-tab-list ul .tab-btn {
    font-size: 0.85em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.6em;
    margin-right: 0.6em;
  }
}
.sec-recruit_job-description .job-tab-list ul .tab-btn i {
  display: inline-block;
  font-size: 0.7em;
  margin-top: 0.12em;
  margin-right: 0.8em;
  margin-left: -0.48em;
}
.sec-recruit_job-description .job-tab-list ul .tab-btn:hover {
  background-color: #4e332d;
}
.sec-recruit_job-description .job-tab-list ul .tab-btn.__current {
  background-color: #be8862;
}
.sec-recruit_job-description .description-list {
  position: relative;
  margin-top: 1.6em;
  transition: height 0.36s ease;
}
.sec-recruit_job-description .description-list .description-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.36s ease;
}
.sec-recruit_job-description .description-list .description-content.__visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.sec-recruit_job-description .description-list .description-content .description-wrap {
  background-color: #fff;
  box-shadow: 4px 4px 16px rgba(78, 51, 45, 0.1);
  padding: max(3.75rem, 3em) max(5rem, 4em);
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_job-description .description-list .description-content .description-wrap {
    padding: 30px 24px;
  }
}
.sec-recruit_job-description .description-list .description-content .description-wrap:nth-of-type(1) {
  margin-top: 0;
}
.sec-recruit_job-description .description-list .description-content .description-wrap h4 {
  margin-top: -1em;
}
.sec-recruit_job-description .description-list .description-content .description-wrap .description-table {
  margin-top: 1em;
}
.sec-recruit_job-description .description-list .description-content .description-wrap .description-table dl dd ul.__liststyle li::before {
  color: #be8862;
  content: "☆";
  font-size: 0.9em;
  margin-top: 0.1em;
}
.sec-recruit_job-description .description-list .description-content .description-wrap .description-img {
  width: 100%;
  margin-top: 2em;
}/*# sourceMappingURL=sub.css.map */