@charset "UTF-8";
/**
 * index.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://handmade-marche.kyoto/css/index.css
 * @since      2017-06-05
 * @author     Kenta Shindo
 */

.sp {
  display: none;
}

.pc {
  display: block;
}

#globalHeader {
  position: static;
}

.row .inner{
  max-width: 1100px;
  margin: 0 auto;
}
/**
 * メインビジュアル
*/
/*出店者向け*/
#mainVisual.forExhibitor {
  width: 100%;
  position: relative;
  overflow: hidden;

}

@media screen and (min-width:1920px) {
  #mainVisual.forExhibitor {
    height: 800px
  }
}

#mainVisual.forExhibitor:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/index/mainvisual/videoBg.png);
  z-index: 4;
}

#mainVisual.forExhibitor video {
  width: 100%;
}

#mainVisual.forExhibitor .centerLogo {
  position: absolute;
  width: 470px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
}

/*来場者向け*/
#mainVisual.forVisitor {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/index/mainvisual/back_pc.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
#mainVisual.forVisitor .front {
  position: relative;
  z-index: 1;
}
#mainVisual.forVisitor .front img {
  max-width: 1500px;
}
#mainVisual.forVisitor .loop {
  position: absolute;
  top: 160px;
  left: 0;
  width: 3230px;
  height: 200px;
  background-image: url(../images/index/mainvisual/item_pc.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: loop_animation_left 50s linear infinite;
}
@keyframes loop_animation_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/**
 * コンテンツ
 */
#main {
  padding: 0;
}

/* トップページ出店者募集 */
#indexEntryGuide {
  padding: 50px 0;
}

.noticeBnr a img {
  display: block;
  margin: 0 auto 40px;
}

.entryAboutContainer{
  margin: 0 0 40px 0;
  display: flex;
  width: 100%;
}
.forExhibitor .entryAboutContainer{
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.forVisitor .entryAboutContainer{
  justify-content: space-between;
}

#indexEntryGuide .entryLinkContainer li {
  margin: 0 5px;
  padding: 15px;
  border-radius: 10px;

}
#indexEntryGuide .entryLinkContainer li.linkHandmade{
  background-color:#59a3ba;
}
#indexEntryGuide .entryLinkContainer li.linkFood{
background-color:#7aac59;
}
#indexEntryGuide .entryLinkContainer li.linkWorkshop{
background-color:#d67685;
}
.entryAboutContainer.Exhibitor .entryAbout {
  padding-right: 20px;
}

.applyTextTitle {
  color: #5B4C3E;
  text-align: center;
}

.applyTextTitle h3 {
  font-size: 2.4rem;
  margin: 0 0 10px;
}

.applyTextTitle .applyTextDate {
  font-size: 1.9rem;
  border-top: solid 2px #184966;
  border-bottom: solid 2px #184966;
  color: #5B4C3E;
  margin: 16px 0 0;
  padding: 8px;
}

.entryAboutContainer .videoContainer {
  width: 580px;
  height: 240px;
  background: #eee;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.entryAboutContainer .videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.entryAboutContainer .videoContainer .videoCover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(192, 112, 36, .2);
  background-image: url(/images/index/mainvisual/videoBg.png);
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown {
  color: #fff;
  max-width: 340px;
  width: 90%;
  background: none !important;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown.finish {
  margin: 0;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown .date {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 10px;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown .date .num {
  font-size: 4.7rem;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown .date .num span {
  display: inline-block;
  width: 55px;
  font-size: 2.4rem;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown .booths {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 10px 10px 0;
  margin-top: 10px;
  border-top: 1px solid #fff;
}

.entryAboutContainer .videoContainer .videoCover .videoCountDown .booths .num {
  font-size: 3.8rem;
}
.entryAboutContainer .videoContainer .videoCover .videoCountDown .booths .num span {
  display: inline-block;
  width: 55px;
  font-size: 1.6rem;
}

.entryAboutContainer .videoContainer .videoCover .videoCountDown.now .date,
.entryAboutContainer .videoContainer .videoCover .videoCountDown.finish .date {
  justify-content: center;
  font-size: 3rem;
}

.entryAboutContainer .videoContainer .videoCover .videoCountDown.now .date span,
.entryAboutContainer .videoContainer .videoCover .videoCountDown.finish .date span {
  font-size: 1.6rem;
  margin: 0 10px 0 -20px;
}

.entryAboutContainer .videoContainer .videoCover .videoCountDown.now .date .num,
.entryAboutContainer .videoContainer .videoCover .videoCountDown.finish .date .num {
  display: none;
}


.entryAboutContainer .entryAbout dl {
  padding: 20px 0 0 0;
}

.entryAboutContainer .entryAbout dl dt {
  float: left;
  clear: both;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin: 0 15px 10px 0;
  background-color: #5B4C3E;
  border-radius: 3px;
}

.entryAboutContainer .entryAbout dl dd {
  float: left;
}

.entryAbout .btnTicket a {
  display: block;
  margin: 0 auto;
  background: #C07024;
  padding: 4px;
  text-align: center;
  width: 90%;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.entryAbout .btnTicket a:hover {
  opacity: .8;
}

.entryLinkContainer {
  text-align: center;
}

.entryLinkContainer ul {
  list-style-type: none;
  letter-spacing: -.4em;
}

.entryLinkContainer li {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
}

.entryLinkContainer li+li {
  margin: 0 0 0 5px;
}

.entryLinkContainer li a {
  display: block;
}

.entryLinkContainer li a:hover {
  opacity: .8;
}

.entryLinkContainer .entryLink {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  font-size: 2rem;
  color: #fff;
  max-width: 250px;
  line-height: 1.1;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
}

.entryLinkContainer li .entryLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 66%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin: -16px 0 0 0;
  background-size: 16px 16px;
  background-image: url(../images/common/icon/iconCircleArrowWhite@2x.png);
}

.entryLinkContainer .entryLink .small {
  font-size: 1.6rem;
}

.entryLinkContainer .linkHandmade .entryLink {
  background-color: #5ba2b7;
}

.entryLinkContainer .linkFood .entryLink {
  background-color: #7aaf59;
}

.entryLinkContainer .linkWorkshop .entryLink {
  background-color: #d67685;
}

.entryLinkContainer .entryLink.disable {
  background-color: #ccc !important;
  pointer-events: none;
}
.entryLinkContainer .applyTextEntry {
  font-size: 1.5rem;
  margin-top: 8px;
  line-height: 1.2;
}
/* トップページコンテンツ */
#creatorsInfomation h2,
#workshopInfomation h2,
#menuInfomation h2,
#sponsorInfomation h2{
font-size: 2.4rem;
text-align: center;
color: #59463E;
margin-bottom: 30px;
}

#creatorsInfomation h3,
#workshopInfomation h3,
#menuInfomation h3,
#sponsorInfomation h3{
  color: #59463F;
  font-size: 2rem;
  margin: 0 0 15px 0;
  padding: 0 0 0 25px;
  background-image: url(/images/index/iconLead.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
}

#creatorsInfomation .creatorsPickup h3 span{
  color: #5ba2b7;
  font-size: 1.6rem;
}
#creatorsInfomation .menuPickup h3 span{
  color: #7aaf59;
    font-size: 1.6rem;
}
#creatorsInfomation .featurePickup h3 span{
  color: #d67685;
    font-size: 1.6rem;
}

/* 出店情報 */
#creatorsInfomation {
  background-image: url(/images/common/bgContents.png);
}

#creatorsInfomation .inner {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
}

/* メニュー*/
#menuInfomation{
  background-image: url(/images/common/bgContents.png);
}
#menuInfomation .inner {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
}

#menuInfomation .inner  .indexContentList {
  list-style-type: none;
  margin: 0 -30px 0 0;
}

#menuInfomation .inner  .indexContentList li {
  float: left;
  width: 260px;
  margin: 0 20px 20px 0;
}

#menuInfomation .inner  .indexContentList li>* {
  display: block;
  width: 100%;
  text-decoration: none;
}

#menuInfomation .inner  .indexContentList li>* .thumb {
  display: block;
  padding: 10px 10px 5px;
  background-color: #fff;
}

#menuInfomation .inner  .indexContentList li>* .thumb img {
  width: 100%;
}

#menuInfomation .inner  .indexContentList li>* .linkTitle {
  font-size: 1.5rem;
  background-color: #fff;
  color: #5B4C3E;
  padding: 0 0 5px 0;
  text-align: center;
}

#menuInfomation .inner  .indexContentList li>* .linkText {
  font-size: 1.4rem;
  color: #59463E;
  line-height: 1.5;
  height: 60px;
  text-decoration: none;
}

#menuInfomation .inner  .indexContentList li>a:hover {
  opacity: .8;
}

#menuInfomation .inner  .indexContentListt li>div .thumb {
  background-color: rgba(255, 255, 255, .5);
}

#menuInfomation .inner  .indexContentList li>div .linkTitle {
  opacity: .5;
}

#menuInfomation .inner  .indexContentList li>div .linkText {
  opacity: .5;
}

/* スポンサー*/
#sponsorInfomation .inner{
  padding: 50px 0;
}
#sponsorInfomation .sponsorBox {
  width: 100%;
  margin: auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#sponsorInfomation .sponsorBox div {
  margin: 0 0 20px 0;
  text-align: center;
}

#sponsorInfomation .sponsorBox .box {
  display: flex;
  gap: 20px;
}

#sponsorInfomation .sponsorBox .box .item{
  flex: 1;
}


#sponsorInfomation .sponsorBox div h4 {
  padding: 5px;
  text-align: center;
  font-size: 1.6rem;
  color: #59463F;
  margin-bottom: 20px;
background-color: #f4f4f4;
}


#sponsorInfomation .sponsorBox div p {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-size: 1.3rem;
}

#sponsorInfomation .sponsorBox div p span {
  display: none;
}
#sponsorInfomation .mediaBottomBanner {
  text-align: center;
}
#sponsorInfomation .mediaBottomBanner a{
  display: inline-block;
}

#sponsorInfomation .mediaBottomBanner:hover {
  opacity: .8;
}

/* バナーエリア*/
 .linkBox {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  justify-content: space-between;

}

/* 開催終了 */
.finish {
  margin-top: 30px;
}

.finish img {
  margin: auto;
}

/* カウントダウン */
.forExhibitor .countDown {
  width: 298px;
  height: 205px;
  position: relative;
}

.forExhibitor .countDown .dateText {
  position: absolute;
  bottom: 78px;
  left: 20px;
  display: block;
  width: 130px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.28;
  color: #5B4C3E;
}

.forExhibitor .countDown .at {
  font-size: 1.5rem;
  color: #444;
  width: 40px;
  text-align: right;
  position: absolute;
  top: 139px;
  left: 96px;
}
 .forExhibitor .countDown .count {
  position: absolute;
  bottom: 85px;
  right: 60px;
  width: 82px;
  font-size: 4.4rem;
  color: #594740;
  text-align: right;
}

.forExhibitor .countDown .participants {
  font-weight: normal;
  font-size: 2.6rem;
  color: #594740;
  width: 95px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 21px;
}

 .forExhibitor .countDown .booths {
  position: absolute;
  bottom: 16px;
  right: 72px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .forExhibitor .countDown .label {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.28;
  color: #5B4C3E;
}

 .forExhibitor .countDown .label small {
  font-size: 1.2rem;
}

 .forExhibitor .countDown .booths .num {
  font-weight: normal;
  font-size: 3.2rem;
  color: #594740;
  text-align: right;
}

/* 募集中・開催まで */
#indexEntryGuide .countDown.recruitment,
#indexEntryGuide .countDown.countDown {
  background-image: url(/images/index/bgCountDown.png);
}

/* 開催中・終了 */
#indexEntryGuide .countDown.now,
#indexEntryGuide .countDown.finish {
  background-image: url(/images/index/bgCountDown2.png);
}

#indexEntryGuide .countDown.now .dateText,
#indexEntryGuide .countDown.finish .dateText {
  text-align: center;
  width: 280px;
  font-size: 2.5rem;
  top: 90px;
  left: 10px;
}

#indexEntryGuide .countDown.now .dateText span,
#indexEntryGuide .countDown.finish .dateText span {
  font-size: 1.6rem;
  margin: 0 10px 0 -20px;
}

#indexEntryGuide .countDown.now .at,
#indexEntryGuide .forExhibitorr .countDown.finish .at {
  display: none;
}

#indexEntryGuide .countDown.now .count,
#indexEntryGuide .countDown.finish .count {
  display: none;
}

/* カウントダウンのみ（出店数表示なし）*/
#indexEntryGuide .inner .countDown.onlyCountDown .participants,
#indexEntryGuide .inner .countDown.onlyCountDown .booths {
  display: none;
}


/**
 * Retina用背景画像の指定
 */
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

  /**
   * コンテンツ
   */
  #indexEntryGuide {
    -webkit-background-size: 1818px 332px;
  }

  #indexContents {
    background-size: 100px 100px;
    background-image: url(/images/common/bgContents@2x.png);
  }

  /* カウントダウン */
  /* 募集中 */
  #indexEntryGuide .inner .countDown.recruitment {
    background-size: 298px 208px;
    background-image: url(/images/index/bgCountDown@2x.png);
  }

  /* 開催まで */
  #indexEntryGuide .inner .countDown.countDown {
    background-size: 298px 208px;
    background-image: url(/images/index/bgCountDown@2x.png);
  }

  /* 終了 */
  #indexEntryGuide .inner .countDown.finish {
    background-size: 298px 208px;
    background-image: url(/images/index/bgCountDown2@2x.png);
  }

  /* 開催中 */
  #indexEntryGuide .inner .countDown.now {
    background-size: 298px 208px;
    background-image: url(/images/index/bgCountDown2@2x.png);
  }

  /* カウントダウンのみ */
  #indexEntryGuide .inner .countDown.onlyCountDown {
    background-size: 298px 208px;
    background-image: url(/images/index/bgCountDownShort@2x.png);
  }

  #indexEntryGuide .inner .left h2 {
    background-size: 16px 16px;
    background-image: url(/images/index/iconLead@2x.png);
  }
}

/* インスタ */
.instagramColumn {
  width: 100%;
  padding: 25px 10px;
  box-sizing: border-box;
  background: #fff;
}

.instagramColumn h4 {
  margin: 0 auto 25px;
  font-size: 2.2rem;
  text-align: center;
}

.instagramColumn h4:before {
  content: url("../images/common/icon/btnInstagram.png");
  position: relative;
  top: 10px;
  padding-right: 5px;
}

.instagramColumn .lead {
  text-align: center;
  margin: 20px;
  line-height: 1.4;
}

.instagramColumn .lead a {
  color: #406CB8;
}

.instagramColumn .btn {
  margin: 10px auto 0;
  text-align: center;
}

.instagramColumn .btn a {
  display: inline-block;
  color: #463733;
  background: #FFF65D;
  text-decoration: none;
  padding: 10px 60px;
  font-size: 16px;
  border-bottom: 4px solid #ddddaa;
  border-radius: 4px;
  line-height: 1;
}

.instagramColumn .hashtag {
  border-top: 1px dotted #B7B7B7;
  margin: 30px;
}

.media-grid .media-list-item .thumbnail.hover-zoomin img {
  transition: transform .3s ease !important;
}

.media-grid .media-list-item .thumbnail.hover-zoomin:hover img {
  transform: scale(1.2);
}

/* modal */
.overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
}

.overlay .container {
  display: table;
  width: 100%;
  height: 100%;
}

.overlay .inner {
  display: table-cell;
  vertical-align: middle;
}

.overlay .modal {
  margin: 0 auto;
  padding: 30px;
  max-width: 950px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  text-align: center;
  position: relative;
}

.overlay .listInner {
  display: inline-block;
  border: 2px solid #bb6d24;
  margin: 30px auto;
  padding: 10px 30px 10px 50px;
}

.overlay .title {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 70px;
}

.overlay .title::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}

.overlay .text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.overlay ul {
  font-size: 16px;
  width: 610px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.7;
}

.overlay .modal a {
  position: absolute;
  top: -50px;
  right: 20px;
  transform: rotate(45deg);
}

.overlay .modal a span {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 40px;
  background: #fff;
}

.overlay .modal a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalContent {
  width: 600px;
  margin: 0 auto 50px;
  text-align: center;
  cursor: pointer;
}

.modalContent p {
  display: block;
  padding: 15px 40px;
  font-size: 18px;
  text-decoration: none;
  border: 3px solid #bb6d24;
}

.modalContent p:hover {
  opacity: 0.7;
}


/*ピックアップ*/
.morePickup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  width: 280px;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #5b4c3e;
  border-radius: 25px;
  text-decoration: none;
}
.morePickup:hover {
  opacity: 0.9;
}

.pickupSlider .swiper-button-next,
.pickupSlider .swiper-button-prev {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: #5b4c3e;
}
.pickupSlider .swiper-button-next:after,
.pickupSlider .swiper-button-prev:after {
  font-size: 25px;
}

.pickupSlider .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.pickupSlider .thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickupSlider .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.pickupSlider .thumb a:hover img {
  transform: scale(1.1);
}
.pickupSlider .thumb .date {
  position: absolute;
  z-index: 5px;
  top: 0;
  left: 10px;
  display: flex;
  gap: 5px;
  font-size: 13px;
}
.pickupSlider .thumb .date span {
  display: block;
  padding: 2px 5px;
  background-color: #eee;
  font-size: 12px;
}
.pickupSlider .thumb .date [data-weekday="6"] {
  background-color: #CDE3E4;
}
.pickupSlider .thumb .date [data-weekday="0"] {
  background-color: #EACFC6;
}

.pickupSlider.isCreator {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.pickupSlider.isCreator .swiper-slide {
  width: 180px;
}
.pickupSlider.isCreator .swiper-slide .creator + .creator {
  margin-top: 10px;
}

.menuPickup {
  margin: 60px 0;
}
.pickupSlider.isProduct {
  padding: 0 20px;
}
.pickupSlider.isProduct .swiper-slide {
  width: 180px;
  height: auto;
  padding-bottom: 10px;
  border: 1px solid #b5aaa1;
  background-color: #fff;
}
.pickupSlider.isProduct .swiper-slide .itemName {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-top: 10px;
}
.pickupSlider.isProduct .swiper-slide .itemPrice {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 10px;
}

.featurePickup {
  margin-top: 25px;
}

/* 体験教室*/
#workshopInfomation {
  background-image: url(/images/index/bgWorkshop.jpg);
}
#workshopInfomation .inner {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
}

#workshopInfomation .inner .workshopBox{
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}

#workshopInfomation .inner .workshopBox .title{
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: center;
}

#workshopInfomation .inner .workshopBox .text{
  font-size: 2.0rem;
  color: #59463E;
  line-height: 1.5;
}

#workshopInfomation .inner .workshopBox .text .big{
  font-size: 2.8rem;
}
#workshopInfomation .inner .workshopBox .text .color{
  color:  #ef9014;
}

.workshopPickup .pickupList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.workshopPickup .pickupList .pickupItem {
  display: flex;
  gap: 10px;
  width: calc(50% - 15px);
}
.workshopPickup .pickupList .pickupItem .thumb {
  position: relative;
  width: 170px;
  min-width: 170px;
  height: 170px;
  overflow: hidden;
}
.workshopPickup .pickupList .pickupItem .thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.workshopPickup .pickupList .pickupItem .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.workshopPickup .pickupList .pickupItem .thumb a:hover img {
  transform: scale(1.1);
}
.workshopPickup .pickupList .pickupItem .data .date {
  display: flex;
  gap: 5px;
  font-size: 13px;
}
.workshopPickup .pickupList .pickupItem .data .date span {
  display: block;
  padding: 2px 5px;
  background-color: #eee;
  font-size: 14px;
}
.workshopPickup .pickupList .pickupItem .data .date [data-weekday="6"] {
  background-color: #CDE3E4;
}
.workshopPickup .pickupList .pickupItem .data .date [data-weekday="0"] {
  background-color: #EACFC6;
}
.workshopPickup .pickupList .pickupItem .data .workshopTitle {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
}
.workshopPickup .pickupList .pickupItem .data .workshopTitle a {
  color: #42b049;
  text-decoration: none;
}
.workshopPickup .pickupList .pickupItem .data .workshopCopy {
  margin-top: 10px;
}
.workshopPickup .pickupList .pickupItem .data .workshopPrice {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.workshopPickup .pickupList .pickupItem .data .workshopPrice .label {
  display: inline-block;
  padding: 1px 8px;
  background-color: #5b4c3e;
  color: #fff;
  white-space: nowrap;
  font-size: 1.4rem;
}

/* 特集 */
#featureBannerArea {
  margin-bottom: 30px;
}

#featureBannerArea h2 {
  color: #59463F;
  font-size: 2.2rem;
  padding: 0 0 0 25px;
  background-image: url(/images/index/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#featureBannerArea .featureContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#featureBannerArea .featureContainer a {
  display: inline-block;
}
