@charset "utf-8";
#intro .lead_txt {
  font-size: 18px;
  line-height: 2em;
}
#intro .anc_link_list {
  margin-top: 40px;
}
section.shop_cts {
  background: #fff;
}
section.shop_cts:nth-child(even) {
  background: #f6f6ef;
}
section.shop_cts > .wrap {
  padding: 80px 0;
}
section.shop_cts .main_title {
  margin-bottom: 60px!important;
}
section.shop_cts .main_cts .cts_wrap {
  align-items: center;
  color: var(--mainColor);
}
section.shop_cts .main_cts .gallery {
  flex: 1;
  margin-left: calc(50% - 50vw);
  position: relative;
  padding-bottom: 50px;
}
section.shop_cts .main_cts .gallery .slick-slider {
  position: unset;
}
section.shop_cts .main_cts .gallery .slider {
  padding-bottom: 16px;
}
section.shop_cts .main_cts .gallery .thumbnail .slick-track {
  transform: unset !important;
  width: calc(100% + 16px) !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0 -8px;
}
section.shop_cts .main_cts .gallery .thumbnail .slick-slide {
  width: calc(100% / 3) !important;
  overflow: hidden;
  padding: 0 8px;
}
section.shop_cts .main_cts .gallery .slick-arrow,
section.shop_cts .menu_contents .recom_slide .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: unset;
  bottom: 0;
  transform: translate(0, 0);
}
section.shop_cts .main_cts .gallery .slick-arrow.slick-prev:before,
section.shop_cts .main_cts .gallery .slick-arrow.slick-next:before,
section.shop_cts .menu_contents .recom_slide .slick-arrow.slick-prev:before,
section.shop_cts .menu_contents .recom_slide .slick-arrow.slick-next:before {
  width: 12px;
  height: 5px;
}
section.shop_cts .main_cts .gallery .slick-arrow.slick-prev,
section.shop_cts .menu_contents .recom_slide .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
section.shop_cts .main_cts .gallery .slick-arrow.slick-next,
section.shop_cts .menu_contents .recom_slide .slick-arrow.slick-next {
  right: calc(50% - 40px);
}
section.shop_cts .main_cts .gallery .thumbnail-img {
  overflow: hidden;
  position: relative;
}
section.shop_cts .main_cts .gallery .thumbnail-img:before {
  content: '';
  padding-top: 55%;
  display: block;
}
section.shop_cts .main_cts .gallery .thumbnail-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.shop_cts .main_cts .gallery .thumbnail .slick-current .thumbnail-img:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #f75c2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section.shop_cts .main_cts .contents {
  padding: 0 0 0 80px;
}
section.shop_cts .main_cts .contents p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
section.shop_cts .main_cts .contents table {
  width: 100%;
  margin-top: 10px;
}
section.shop_cts .main_cts .contents table tr {
  width: 100%;
  border-bottom: 1px solid #000;
}
section.shop_cts .main_cts .contents table tr:last-child {
  border-bottom: none;
}
section.shop_cts .main_cts .contents table tr th,
section.shop_cts .main_cts .contents table tr td {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  vertical-align: top;
  padding: 20px 0;
}
section.shop_cts .main_cts .contents table tr th {
  width: 30px;
}
section.shop_cts .main_cts .contents table tr td {
  width: 90px;
  text-align: center;
}
section.shop_cts .main_cts .contents table tr td.txt {
  width: calc(100% - 120px);
  text-align: left;
}
section.shop_cts .main_cts .contents table tr td.txt p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
section.shop_cts .main_cts .contents table tr td.txt p.caution {
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0 0 0;
}
section.shop_cts .main_cts .contents table tr td.txt .btn_wrap {
  flex-direction: column;
  gap: 10px;
}
section.shop_cts .main_cts .contents table tr td.txt .btn_wrap a.btn {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  border-radius: 10px;
  position: relative;
  background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 20px center / 16px 16px;
}



section.shop_cts .menu_contents  .cts_title.main {
  margin: 0 0 60px!important;
}

section.shop_cts .menu_contents .recom_slide .slick-slide img {
  border-radius: 10px;
}
section.shop_cts .menu_contents .recom_slide .slick-slider .slick-list {
  padding-bottom: 50px;
}
section.shop_cts .menu_contents .main_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
section.shop_cts .menu_contents .main_box .contents {
  color: var(--mainColor);
}
section.shop_cts .menu_contents .main_box .contents .cts_title {
  margin-bottom: 20px!important;
}
section.shop_cts .menu_contents .main_box .contents p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
section.shop_cts .menu_contents .main_box .contents p.caution {
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0 0 0;
}
section.shop_cts .menu_contents .main_box .contents .fair {
  margin: 25px 0 0 0;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 0;
  cursor: pointer;
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab p {
  width: calc(100% - 10px - 30px);
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: relative;
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab .btn:before,
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab .btn:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab .btn:after {
  transform: translate(-50%,-50%) rotate(90deg);
}
section.shop_cts .menu_contents .main_box .contents .fair .fair_tab.open .btn:after {
  transform: translate(-50%,-50%) rotate(180deg);
}

section.shop_cts .fair_cts {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: none;
}
section.shop_cts .fair_cts .closed {
  width: 100%;
  margin: 0;
  text-align: center;
}
section.shop_cts .fair_cts .cts_box {
  width: 100%;
  margin: 0 auto;
  padding: 50px 55px;
  border-top: 1px solid var(--mainColor);
  color: var(--mainColor);
}
section.shop_cts .fair_cts .cts_box:first-of-type {
  border-top: none;
}
section.shop_cts .fair_cts .closed .fair_close {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #000;
  position: relative;
  cursor: pointer;
}
section.shop_cts .fair_cts .closed .fair_close:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%,0);
}
section.shop_cts .fair_cts .cts_title {
  text-align: left!important;
  margin-bottom: 50px!important;
}
section.shop_cts .fair_cts .cts_box p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
section.shop_cts .fair_cts .cts_box p.caution,
section.shop_cts .fair_cts .cts_box ul.caution {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 30px;
}
section.shop_cts .fair_cts .image_box {
  text-align: center;
  margin: 30px 0;
}
section.shop_cts .fair_cts .image_box:first-of-type {
  margin-top: 0;
}
section.shop_cts .fair_cts .image_box:last-of-type {
  margin-bottom: 0;
}
section.shop_cts .fair_cts .image_box + p {
  margin-top: 30px;
}
section.shop_cts .fair_cts .image_box img {
  border-radius: 10px;
}
section.shop_cts .fair_cts .image_box.img_full img {
  width: 100%;
  max-width: 100%;
}
section.shop_cts .fair_cts .btn_wrap {
  margin-top: 45px;
  gap: 20px 40px;
}
section.shop_cts .fair_cts .btn_wrap a.btn {
  width: calc((100% - 40px)/2);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  border-radius: 10px;
  background: #edede3 url(../../p_common/images/icon/btn_circle_arrow.png) no-repeat right 20px center / 21px auto;
}
section.shop_cts .fair_cts .btn_wrap a.btn.gold {
  color: #fff;
  background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 20px center / 16px auto;
}
section.shop_cts .month_box {
  width: 100%;
  border: 1px solid var(--mainColor);
  background: #fff;
  padding: 60px 20px;
  margin: 0 0 60px;
}
section.shop_cts .month_box:last-of-type {
  margin: 0;
}
.iframe_box {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 16 / 9;
}
.iframe_box iframe {
  width: 100%;
  height: 100%;
}


/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  section.shop_cts .main_cts .contents {
    padding: 0 0 0 40px;
  }

}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  section.shop_cts .main_cts .contents {
    padding: 0;
  }
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #intro .wrap,
  section.shop_cts .main_cts .wrap {
    padding-bottom: 0;
  }
  #intro .lead_txt {
    font-size: 12px;
  }
  section.shop_cts .main_title {
    font-size: 27px!important;
    margin-bottom: 30px !important;
  }
  section.shop_cts .main_cts .gallery {
    flex: unset;
    margin-left: 0;
    padding-bottom: 0;
  }
  section.shop_cts .main_cts .gallery img,
  section.shop_cts .main_cts .gallery .thumbnail .slick-current .thumbnail-img:after {
    border-radius: 5px;
  }
  section.shop_cts .main_cts .cts_wrap {
    gap: 15px 0;
  }
  section.shop_cts .main_cts .gallery .slider {
    padding-bottom: 40px;
    margin-bottom: 10px;
    position: relative;
  }
  section.shop_cts .main_cts .contents p {
    font-size: 14px;
  }
  section.shop_cts .main_cts .contents table tr th,
  section.shop_cts .main_cts .contents table tr td {
    padding: 10px 0;
  }
  section.shop_cts .main_cts .contents table tr th {
    width: 15px;
    padding: 6px 0;
  }
  section.shop_cts .main_cts .contents table tr td {
    width: 85px;
  }
  section.shop_cts .main_cts .contents table tr td.txt {
    width: calc(100% - 100px);
  }
  section.shop_cts .main_cts .contents table tr td.txt p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section.shop_cts .main_cts .contents table tr td.txt p.caution {
    font-size: 12px;
  }
  section.shop_cts .main_cts .contents table tr td.txt .btn_wrap a.btn {
    font-size: 12px;
    border-radius: 5px;
    background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 10px center / 10px auto;
  }
  section.shop_cts .menu_contents .cts_title.main {
    margin: 0 0 30px !important;
  }
  section.shop_cts .month_box {
    padding: 25px 20px;
  }
  section.shop_cts .menu_contents .main_box {
    gap: 20px 0;
  }
  section.shop_cts .menu_contents .main_box .contents .cts_title {
    margin-bottom: 10px !important;
  }
  section.shop_cts .menu_contents .main_box .contents p {
    font-size: 14px;
  }
  section.shop_cts .menu_contents .main_box .contents p.caution {
    font-size: 12px;
  }
  section.shop_cts .fair_cts .cts_box {
    padding: 25px 0;
  }
  section.shop_cts .fair_cts .cts_title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  section.shop_cts .fair_cts .cts_box p {
    font-size: 14px;
  }
  section.shop_cts .fair_cts .image_box + p {
    margin-top: 20px;
  }
  section.shop_cts .fair_cts .cts_box p.caution,
  section.shop_cts .fair_cts .cts_box ul.caution {
    font-size: 12px;
  }
  section.shop_cts .fair_cts .btn_wrap {
    margin-top: 25px;
    gap: 25px 40px;
  }
  section.shop_cts .fair_cts .btn_wrap a.btn {
    width: 100%;
    height: 60px;
    font-size: 14px;
    background: #edede3 url(../../p_common/images/icon/btn_circle_arrow.png) no-repeat right 10px center / 12px auto;
  }
  section.shop_cts .fair_cts .btn_wrap a.btn.gold {
    background: #897d55 url(../../p_common/images/icon/link_wht_large.png) no-repeat right 10px center / 10px auto;
  }
  section.shop_cts .fair_cts .closed {
    margin: 5px 0 0 0;
  }
  section.shop_cts .fair_cts .closed .fair_close {
    font-size: 14px;
  }
  section.shop_cts .fair_cts .image_box img {
    border-radius: 5px;
  }
  section.shop_cts .menu_contents .recom_slide .slick-slide img {
    border-radius: 5px;
  }
  section.shop_cts .menu_contents .recom_slide .slick-slider .slick-list {
    padding-bottom: 40px;
  }


}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}