@charset "UTF-8";
/* CSS Document */
.spNone {
  display: none;
}
.pcNone {
  display: block;
}

/**
 * 共通
 */
.searchDetailCheck {
  box-sizing: border-box;
  width: 90%;
  padding: 10px;
  border: solid 1px #104667;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.searchDetailCheck li {
  margin-bottom: 10px;
}
.btnSPSearchBox {
  padding-bottom: 10px;
  text-align: center;
}
.btnSPSearch {
  display: inline-block;
  width: 154px;
  height: 48px;
  color: #fff;
  border-radius: 5px;
  background: #867c71;
  font-size: 19px;
  font-weight: bold;
  border: none;
}

.search {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 20px;
    text-align: center;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.search .searchInner {
  width: 90%;
    display: block;
}
.search .searchInner .terms {
  display: flex; 
    gap:3%;
}
.search .searchInner .daySelect,
.search .searchInner .categorySelect{
    width: 100%;
}

.search .searchInner .txtBox{
    width: 100%;
    margin: 10px 0;
    
}
.search .searchInner .participationDate {
  display: flex;
  margin: 15px 0 0 0;
  justify-content: center;
  width: 100%;
}
.search .searchInner .participationDate label + label {
  margin-left: 5px;
  padding-left: 5px;
}
.search .searchInner .participationDate label span {
  padding: 5px;
}


.search .searchInner ul.yellowBtnBox {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
.search .searchInner ul.yellowBtnBox li {
  float: right;
  width: 45%;
}
.search .searchInner ul.yellowBtnBox li + li {
  margin-top: 0;
  margin-right: 10%;
}



/**
 * スマートフォンカテゴリ選択UI
 */
.search .searchInner ul li .categorySelect {
  /*pointer-events: none;*/
  background-image: none !important;
}
.search .searchInner ul li .field {
  position: relative;
  display: block;
}
.search .searchInner ul li .spCategorySelectTrigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.search .searchInner ul li .spCategorySelectTrigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: block;
  border: 6px solid transparent;
  border-left-color: #666;
}
.categoryModal {
  display: block;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 100%;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #fff;
  font-size: 16px;
  overflow: auto;
  transition: .3s ease;
}
.categoryModal.show {
  left: 0;
}
.categoryModal .mfp-close {
  color: #333;
}
.categoryModal .parent {
  margin: 0 !important;
}
.categoryModal .parent .label {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 60px 0 70px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.categoryModal .parent .label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #eee;
  -webkit-background-size: cover;
  background-size: cover;
}
.categoryModal .parent[data-value="group_1"] .label:before {
  background-image: url(../../../images/creators/imgGroup1@2x.png);
}
.categoryModal .parent[data-value="group_2"] .label:before {
  background-image: url(../../../images/creators/imgGroup2@2x.png);
}
.categoryModal .parent[data-value="group_3"] .label:before {
  background-image: url(../../../images/creators/imgGroup3@2x.png);
}
.categoryModal .parent[data-value="group_4"] .label:before {
  background-image: url(../../../images/creators/imgGroup4@2x.png);
}
.categoryModal .parent[data-value="group_5"] .label:before {
  background-image: url(../../../images/creators/imgGroup5@2x.png);
}
.categoryModal .parent[data-value="group_6"] .label:before {
  background-image: url(../../../images/creators/imgGroup6@2x.png);
}
.categoryModal .parent[data-value="group_7"] .label:before {
  background-image: url(../../../images/creators/imgGroup7@2x.png);
}
.categoryModal .parent[data-value="group_8"] .label:before {
  background-image: url(../../../images/creators/imgGroup8@2x.png);
}
.categoryModal .parent[data-value="group_40"] .label:before {
  background-image: url(../../../images/creators/imgGroup40@2x.png);
}
.categoryModal .parent[data-value="group_41"] .label:before {
  background-image: url(../../../images/creators/imgGroup41@2x.png);
}
.categoryModal .parent[data-value="group_97"] .label:before {
  background-image: url(../../../images/creators/imgGroup97@2x.png);
}
.categoryModal .parent[data-value="group_98"] .label:before {
  background-image: url(../../../images/creators/imgGroup98@2x.png);
}
.categoryModal .parent[data-value="group_99"] .label:before {
  background-image: url(../../../images/creators/imgGroup99@2x.png);
}
.categoryModal .parent .label .labelText {
  display: block;
  width: 100%;
}
.categoryModal .parent .label .toggle {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s ease;
}
.categoryModal .parent .label.open .toggle {
  top: 20px;
  transform: rotate(-135deg);
}
.categoryModal .childList {
  display: none;
}
.categoryModal .childList li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ddd;
  padding: 0 20px 0 70px;
  cursor: pointer;
  margin: 0;
}





.tagInner .tagList {
  text-align: center;
}
.tagInner .tagList .all {
  position: static;
  margin-top: 10px;
  display: inline-block;
}
.tagInner .tagList .tagSlide .tagSlideInner {
  overflow: auto;
}

.tagInner.bottom {
  padding-bottom: 0px;
}



.search .searchInner.noBoothmap ul li .txtBox {
  width: 100%;
}

#ListPager.contentsUi {
  width: auto;
  padding: 5px 0 35px;
  background: none;
}
#ListPager.contentsUi > a,
#ListPager.contentsUi > b {
  display: none !important;
}
#ListPager.contentsUi a,
#ListPager.contentsUi b {
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#ListPager.contentsUi .pageController {
  float: none;
  text-align: center;
}
#ListPager .pageData {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
  text-align: center;
  text-align: center;
}
#ListPager .pageData br {
  display: none;
}
#ListPager.contentsUi a[title="next page"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 0;
}
#ListPager.contentsUi a[title="previous page"] {
  margin: 0 5px 0 0;
}
#ListPager.contentsUi a[title="previous page"] + a[title="next page"] {
  width: calc(100% - 115px);
  margin: 0 0 0 5px;
}

/**
 * 検索ページ
 */
#tabWrapper .tab_area {
  width: 100%;
  padding-left: 0;
}
#tabWrapper .tab_area li {
  box-sizing: border-box;
  width: 50%;
  padding-left: 0;
  text-align: center;
  font-size: 13px;
	border-radius: 0;
}
#tabWrapper .tab_area li.select {
}

#tabWrapper .tab_area li.disabled {
  line-height: 18px;
  padding: 6px 0 0 0;
}
#tabWrapper .tab_area li.disabled p span.text {
  display: block;
}
#tabWrapper .tab_area li.disabled p span.date {
  display: block;
  font-size: 12px;
}

#tabWrapper .tab_area li.select:nth-child(1):after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(../images/creatorinfo/iconNavyItem.png);
}
#tabWrapper .tab_area li:nth-child(1):after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(../images/creatorinfo/iconWhiteItem.png);
}
#tabWrapper .tab_area li.select:nth-child(2):after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(../images/creatorinfo/iconNavyPerson.png);
}
#tabWrapper .tab_area li:nth-child(2):after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(../images/creatorinfo/iconWhitePerson.png);
}
#tabWrapper .tab_area li + li {
  margin-left: 0;
}

#tabWrapper .content_area {
  width: 100%;
  /* margin: 0 auto 150px auto; */
}

/*お品書き*/
.itemPickUpArea {
  width: 90%;
  margin: 30px 5% 0 5%;
  padding: 0;
}
/*PCの余白をリセット*/
.itemPickUpArea .categoryInner li:nth-child(2n),
.itemPickUpArea .categoryInner li:nth-child(n + 3),
.itemPickUpArea li.categoryInnerBox:nth-child(3n - 1),
.itemPickUpArea li.categoryInnerBox:nth-child(n + 3) {
  margin: 0;
}
.itemPickUpArea li.categoryInnerBox {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
.itemPickUpArea li.categoryInnerBox:nth-child(n + 3),
.itemPickUpArea li.categoryInnerBox:nth-child(3n - 1) {
  margin-bottom: 50px;
}
.itemPickUpArea li.categoryInnerBox h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #104666;
  font-size: 20px;
}
.itemPickUpArea .categoryInner {
  display: inline-block;
  width: 100%;;
}
.itemPickUpArea .categoryInner li {
  position: relative;
  float: left;
  width: 45%;
  height: auto;
  margin-bottom: 10px;
}
.itemPickUpArea .categoryInner > li:nth-child(odd) {
  margin-right: 10%;
}
/*日付*/
.itemPickUpArea ul.date {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 13px;
}
.itemPickUpArea ul.date li {
  width: auto;
  height: auto;
}
.itemPickUpArea .eventSaturday,
.itemPickUpArea .eventSunday {
  display: block;
  width: 40px;
  line-height: 20px;
}
.itemPickUpArea ul.date .eventSaturday {
  margin-right: 10px;
}
.itemPickUpArea .unCheckCircle {
  font-size: 12px;
}
/*もっと見る*/
.btnMoreView {
  width: 192px;
  height: 41px;
  margin: 15px auto 0 auto;
  text-align: center;
  border-radius: 5px;
  background: #577d94;
  font-size: 17px;
  font-weight: bold;
}
.btnMoreView a {
  display: block;
  color: #fff;
  line-height: 41px;
}
.btnMoreView:hover {
  opacity: .8;
}

.itemListViewArea {
  width: 95%;
  margin: 20px 2.5%;
  font-size: 13px;
}
.itemListViewArea #noneBox p {
  font-size: 1.6rem;
}
.itemListViewArea > ul > li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.itemListViewArea ul.date {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 13px;
}

.itemListViewArea ul.date li {
  margin-right: 0;
}
.itemListViewArea ul.date .eventSaturday {
  margin-right: 10px;
}
.itemListViewArea ul.date .eventSaturday,
.itemListViewArea ul.date .eventSunday {
  display: block;
  width: 40px;
  line-height: 20px;
}

/**
 * 詳細
 */
#pageCreators #shopName {
  height: auto;
  padding: 10px;
  margin: 0 10px;
}
#pageCreators #shopName #shopNameInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

#pageCreators #shopName #shopNameInner .shopNameTitle {
  height: auto;
}

.shopNameTitle.m{
  font-size: 24px;
}

#pageCreators #contentsCreatorInfo {
  display: block;
  width: auto;
  padding: 10px;
}

/*出店日　ブースナンバー　リストに追加*/
#pageCreators #boothLine {
  width: 100%;
  height: auto;
}

/*タブ切り替え*/
#tabs {
  width: 100%;
  font-size: 13px;
}
#tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
#tabs li {
  width: 33.3%;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
#tabs li.current {
  color: #fff;
  background: #333333;
}
#tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  text-decoration: none;
}
.tabProfTop {
  /*margin-top:185px !important;*/
}
#pageCreators #creatorInfoMenu,
#pageCreators #creatorInfoCoupon,
#pageCreators #creatorInfoProfile {
  width: 90%;
  padding: 5%;
  margin-top: 10px;
  background: #fff;
}
#pageCreators #creatorInfoMenu h4.menuTitle,
#pageCreators #creatorInfoCoupon h4.couponTitle,
#pageCreators #creatorInfoProfile h4.profileTitle {
  margin-bottom: 33px;
  text-align: center;
  color: #f89299;
  font-size: 23px;
}
#pageCreators #creatorInfoMenu ul.item li {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 20px;
  list-style: none;
}
#pageCreators #creatorInfoMenu ul.item li img {
  /*width:100%;*/
}
#pageCreators #creatorInfoMenu ul.item li:nth-child(3n) {
  margin-right: 6%;
}
#pageCreators #creatorInfoMenu ul.item li:nth-child(2n) {
  margin-right: 0;
}
#pageCreators #creatorInfoMenu ul.item li .itemName,
#pageCreators #creatorInfoMenu ul.item li .itemPrice {
  font-size: 14px  ;
}
/*ページャー*/
#Pager p {
  display: none;
}
#Pager a,
#Pager b {
  width: 47%;
  padding: 15px 0;
}
#Pager a:last-child {
  margin: 0 0 0 10px;
}
/*プロフィール*/
#pageCreators #itemImage {
  float: none;
  width: 100%;
}

#imageSlider,
#imageNone {
  position: relative;
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}
#imageSlider .slides li {
  height: 100%;
}
#imageSlider .slides li .thumb,
#imageNone .thumb {
  width: 100%;
  height: 320px;
  text-align: center;
  line-height: 320px;
}

#pageCreators #profileDetail {
  float: none;
  width: 100%;
}
#pageCreators #profileDetail .breakdown {
  font-size: 16px;
  line-height: 160%;
}
#pageCreators #profileDetail table {
  width: 100%;
  margin-top: 27px;
  font-size: 14px  ;
  line-height: 150%;
}
#pageCreators #profileDetail table tr {
  height: auto;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
}
#pageCreators #profileDetail table tr th {
  width: 35%;
  padding-top: 10px;
  padding-right: 3%;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
}
#pageCreators #profileDetail table tr td {
  width: 72%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#pageCreators #profileDetail table tr td a {
  text-decoration: underline;
  color: #f89299;
}
#pageCreators .profileSelfIntroduction {
  display: inline-block;
}
#pageCreators .profileSelfIntroduction .profIcon {
  float: none;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: center;
}
#pageCreators .profileSelfIntroduction dl {
  position: relative;
  float: right;
  width: 100%;
  padding: 16px 0 16px 37px;
  border-left: 1px solid #999;
}
#pageCreators .profileSelfIntroduction dl:after {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 11px;
  height: 14px;
  margin-top: -14px;
  content: "";
  background: url(../images/creatorInfo/arrowProfile.png);
}
#pageCreators .profileSelfIntroduction dl dt {
  margin-bottom: 18px;
}
#pageCreators .profileSelfIntroduction dl dt .profileName {
  width: 100%;
  margin-right: 18px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#pageCreators .profileSelfIntroduction dl dt .profSnsBox {
  clear: both;
  margin-left: 0;
  margin-top: 5px;
}
#pageCreators .profileSelfIntroduction dl dd .profileURL {
  margin-bottom: 18px;
}
#pageCreators .profileSelfIntroduction dl dd .profileURL a {
  text-decoration: underline;
  color: #f89299;
}
#pageCreators .profileSelfIntroduction dl dd .breakdown {
  line-height: 160%;
}
/*シェア*/
#pageCreators #share ul {
  width: 90%;
}
#pageCreators #share li {
  padding-top: 4px;
  padding-bottom: 4px;
}
#pageCreators #share li:last-child {
  margin-right: 0;
}


/* チェックリスト出力ページ */
#Creators #listViewContent {
  width: 90%;
  margin: 5%;
}
#Creators #listViewContent {
width: auto;
	padding: 0 10px;
}

#Creators #listViewContent h2 {
  display: block;
  text-align: center;
}
#Creators #listViewContent .listBtnBox {
  width: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
#Creators #listViewContent .listBtnBox li {
  margin: 0;
  width: 155px;
  font-size: 14px;
  float: none;
  display: inline-block;
  margin: 0 3px 10px;
}
#Creators #listViewContent .listBtnBox li.spNone {
  display: none;
}
#Creators #listViewContent table {
  margin-top: 20px;
}
#Creators #listViewContent table tr {
  margin: 10px 0;
  border-top: solid 1px #104667;
}
#Creators #listViewContent table tr:nth-child(odd) {
  background: #edebe9;
}
#Creators #listViewContent table td {
  box-sizing: border-box;
}
#Creators #listViewContent table td.boothNumber {
  display: inline-block;
  width: 50%;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  border-right: none;
  font-weight: bold;
  line-height: 50px;
}
#Creators #listViewContent table td.date {
  display: inline-block;
  display: 100%;
  width: 50%;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  border-right: none;
  line-height: 50px;
}
#Creators #listViewContent table td.date .dateBox {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
#Creators #listViewContent table td.date .dateBox ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
#Creators #listViewContent table td.date .dateBox li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
  padding: 0;
}
#Creators #listViewContent table td.date .dateBox li + li {
  margin-left: 10px;
}
.listView .eventSaturday,
.listView .eventSunday {
  float: left;
  width: 35px !important;
  font-size: 12px !important;
}
#Creators #listViewContent table td.creatorName {
  position: relative;
  display: block;
  width: 100%;
  border-right: none;
  line-height: 150%;
  padding: 15px 10px 0;
}
#Creators #listViewContent table td.creatorName a {
  text-decoration: underline;
  color: #104666;
  font-size: 16px;
}
#Creators #listViewContent table td.item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
#Creators #listViewContent table td.item li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
#Creators #listViewContent table td.item .iconDelete:hover {
  opacity: .8;
}
#Creators #listViewContent table td.item li {
  margin-top: 10px;
}
#Creators #listViewContent #attentionPoint {
  margin-top: 85px;
  font-size: 15px;
  line-height: 160%;
}
#Creators #listViewContent #attentionPoint p:nth-child(1) {
  margin-bottom: 10px;
  font-weight: bold;
}

/*運営ピックアップ*/

.itemPickUpArea #mainPickUpBox .categoryInner li.categoryInnerBox,
.itemPickUpArea #mainPickUpBox .categoryInner.large li.categoryInnerBox {
    margin: 2% !important;
    width: 46%;
    height: 46%;
    clear: inherit;
}
.itemPickUpArea #mainPickUpBox .categoryInner li.categoryInnerBox.firstBox,
.itemPickUpArea #mainPickUpBox .categoryInner.large li.categoryInnerBox.firstBox {
	width: 80%;
    height: 80%;
    margin: 0 auto 3% !important;
    float: none;
}
.btnAllPickUp {
    margin-top: 3%;
}
.btnAllPickUp a{
	width: auto;
    padding: 6% 5%;
    font-size: 16px;
    letter-spacing: 1px;
}

.itemPickUpArea #mainPickUpBox .btnWrap a{
  display: block;
  width: auto;
  padding: 20px 10px;
  margin: 0 auto 15px;
  font-size: 16px;
}



/*クーポン*/

#coupon {
  padding: 15px 0 0 0;
  margin: -15px 0 0 0;
  z-index: -1;
  position: relative;
}
#pageCreators #creatorInfoCoupon .couponContent {
  display: block;
  padding: 0 25px 25px;
}
#pageCreators #creatorInfoCoupon .couponForm {
  width: 100%;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail {
  padding: 0 10px 15px;
}
#pageCreators #creatorInfoCoupon ul {
  margin-top: 25px;
}
#pageCreators #creatorInfoCoupon .couponModal {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
/*モーダル*/
#pageCreators #creatorInfoCoupon .inner {
  padding: 0 20px;
}
#pageCreators #creatorInfoCoupon .modal {
  margin: 70px auto 30px;
}
#pageCreators #creatorInfoCoupon .modal .title {
  font-size: 18px;
  padding: 0 20px;
}
#pageCreators #creatorInfoCoupon .modal .title + p {
  width: auto;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 0 20px;
}
#pageCreators #creatorInfoCoupon .couponContentModal {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
#pageCreators #creatorInfoCoupon .method {
  display: block;
}
#pageCreators #creatorInfoCoupon .method .explanation {
  font-size: 14px;
}
#pageCreators #creatorInfoCoupon .methodContent {
  width: 200px;
  margin: 0 auto;
}
#pageCreators #creatorInfoCoupon .methodContent + .methodContent {
  margin-top: 30px;
}
#pageCreators #creatorInfoCoupon .noteContent {
  padding: 10px 15px;
}
#pageCreators #creatorInfoCoupon .noteContent ul {
  margin-top: 0;
}
