@charset "UTF-8";
/**
 * KPM - common.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://pan-marche.jp/css/sp/common.css
 * @since      2017-06-05
 * @author     Kenta Shindo
 */

body {
  padding: 0 0 50px 0;
  min-width: 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}

/**
 * ヘッダー
 */

/* PCメニューを非表示 */
#globalHeader .subNav,
#globalHeader .mainNav {
  display: none;
}

#globalHeader .spHeader,
#globalHeader .spSlideNav,
#globalHeader .spNav {
  display: block;
}

#globalHeader .spHeader {
	width: 100%;
	height: 30px;
	background-color: #6B5F40;
	text-align: center;
}
#globalHeader .spHeader a {
  display: block;
  padding: 8px 0;
}
#globalHeader .spHeader a img {
  display: block;
  margin: 0px auto;
  width: auto;
  height: 14px;
}

#globalHeader {
  position: static;
}
#globalHeader .spSlideNavCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
  cursor: pointer;
}
#globalHeader.open .spSlideNavCover {
  display: block;
}
#globalHeader .spSlideNav {
  position: fixed;
  top: 0;
  right: -210px;
  width: 210px;
  bottom: 50px;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
  background-color: #6B5F40;
}
#globalHeader.open .spSlideNav {
  right: 0;
}
#globalHeader .spSlideNav ul {
  list-style-type: none;
}
#globalHeader .spSlideNav ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
#globalHeader .spSlideNav ul li > * {
  display: block;
  padding: 0 0 0 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#globalHeader .spSlideNav ul li > span {
  opacity: .5;
}
#globalHeader .spSlideNav .spMainNav ul li.strong a {
  color: #f1dd7e;
}
#globalHeader .spSlideNav .spMainNav ul li > * {
  line-height: 40px;
  font-size: 1.5rem;
}
#globalHeader .spSlideNav .spSubNav ul li > * {
  line-height: 30px;
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, .1);
}
#globalHeader .spSlideNav .spSubNav ul a.linkYhm,
#globalHeader .spSlideNav .spSubNav ul a.linkKhm {
  font-size: 1.1rem;
}
#globalHeader .spSlideNav .spSubNav ul a.linkYhm:after,
#globalHeader .spSlideNav .spSubNav ul a.linkKhm:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 10px;
  background-image: url(/images/common/icon/iconWindow.png);
  margin: -2px 0 0 2px;
}

#globalHeader .spNav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #6B5F40;
  width: 100%;
  height: 50px;
  z-index: 1000;
}
#globalHeader .spNav ul {
  list-style-type: none;
  text-align: center;
}
#globalHeader .spNav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 12px;
}
#globalHeader .spNav ul li > * {
  display: block;
  width: 50px;
  height: 50px;
  padding: 32px 0 0 0;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
}
#globalHeader .spNav ul li > *:before {
  content: '';
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
#globalHeader .spNav ul li.spNavHome > *:before {
  background-image: url(/images/common/icon/iconSpHome.png);
}
#globalHeader .spNav ul li.spNavAbout > *:before {
  background-image: url(/images/common/icon/iconSpAbout.png);
}
#globalHeader .spNav ul li.spNavEntry > *:before {
  background-image: url(/images/common/icon/iconSpEntry.png);
}
#globalHeader .spNav ul li.spNavCreators > *:before {
  background-image: url(/images/common/icon/iconSpBread.png);
}
#globalHeader .spNav ul li.spNavMenu > *:before {
  background-image: url(/images/common/icon/iconSpNav.png);
}
#globalHeader.open .spNav ul li.spNavMenu > *:before {
  background-image: url(/images/common/icon/iconSpNavClose.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /**
   * ヘッダー
   */
  #globalHeader .spSlideNav .spSubNav ul a.linkYhm:after,
  #globalHeader .spSlideNav .spSubNav ul a.linkKhm:after {
    -webkit-background-size: 11px 10px;
    background-size: 11px 10px;
    background-image: url(/images/common/icon/iconWindow@2x.png);
  }
  #globalHeader .spNav ul li.spNavHome > *:before {
    -webkit-background-size: 18px 17px;
    background-size: 18px 17px;
    background-image: url(/images/common/icon/iconSpHome@2x.png);
  }
  #globalHeader .spNav ul li.spNavAbout > *:before {
    -webkit-background-size: 16px 18px;
    background-size: 16px 18px;
    background-image: url(/images/common/icon/iconSpAbout@2x.png);
  }
  #globalHeader .spNav ul li.spNavEntry > *:before {
    -webkit-background-size: 19px 18px;
    background-size: 19px 18px;
    background-image: url(/images/common/icon/iconSpEntry@2x.png);
  }
  #globalHeader .spNav ul li.spNavCreators > *:before {
    -webkit-background-size: 22px 20px;
    background-size: 22px 20px;
    background-image: url(/images/common/icon/iconSpBread@2x.png);
  }
  #globalHeader .spNav ul li.spNavMenu > *:before {
    -webkit-background-size: 18px 14px;
    background-size: 18px 14px;
    background-image: url(/images/common/icon/iconSpNav@2x.png);
  }
  #globalHeader.open .spNav ul li.spNavMenu > *:before {
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
    background-image: url(/images/common/icon/iconSpNavClose@2x.png);
  }
}

/**
 * メイン
 */
#main {
  margin-top: 0;
  padding: 0;
  background-image: url(/images/common/bgMain_sp@2x.png);
  background-size: auto 140px;
  background-position: left top;
}

/**
 * フッター
 */
#pageTopContainer {
  display: none;
}
#globalFooter {
  background-image: url(/images/common/bgFooter_sp@2x.png);
  background-size: 21px auto;
}
#globalFooter .inner {
  padding: 30px 0 75px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#globalFooter .inner .footerNav {
  margin: 0 40px 0 0;
}
#globalFooter .inner .official {
  position: absolute;
  bottom: 80px;
  right: 10px;
}
#globalFooter .inner .official .sns {
  margin: 0;
}
#globalFooter .inner .official .sponsorship {
  display: none;
}
#globalFooter .inner .copyright {
  right: 20px;
}

/**
 * コンテンツ 汎用フォーマット
 */

/* 下層ページページタイトル */
.row.pageTitleContainer .inner {
  height: 78px;
  padding: 0;
}
.pageTitleContainer .inner .pageTitle {
  font-size: 1.6rem;
  padding-top: 22px;
  line-height: 1;
}
.pageTitleContainer .inner .pageTitleEn {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: .6em;
}

/* フォーム要素 */
/* テーブル */
.formContainer .formTitle {
  border-radius: 0;
  height: auto;
  line-height: 1.5;
  padding: 8px 20px;
}
.formContainer .caption {
  padding: 15px;
}
.formContainer .formTable {
  border-left: none;
  border-right: none;
}
.formContainer .formTable caption {
  padding: 15px;
}
.formContainer .formTable caption .info {
  display: inline-block;
  float: none;
  margin: 5px 0 0 0;
}
.formContainer .formTable th {
  display: none;
}
.formContainer .formTable td {
  padding: 15px 10px 10px 10px;
  border-left: none;
  border-right: none;
}
.formContainer .formTable td .spLabel.block {
  display: block;
  margin: 0 0 10px 0;
}
.formContainer .formTable td .spLabel.inline {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px 0 0;
}
.formContainer .formTable td .field .fieldCheckbox {
  margin: 0 3px 10px 0;
}
.formContainer .formTable td .field .file {
  margin: 0 10px 15px 0;
}
.formContainer .formTable .note li {
  font-size: 1.2rem;
}

/* オプション */
.formContainer .formTable.option td {
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  padding: 15px 10px 10px 10px;
}

/* インプット */
.field {
  width: 100%;
  max-width: 350px;
}

.field.short {
  max-width: 200px;
  width: 47.5%;
}
.field.sShort {
  max-width: 90px;
  width: 30%;
}
.field.ssShort {
  width: 56px;
}
.field.lLarge {
  width: 100%;
  max-width: 100%;
}
.field.spFieldTitle {
  width: 65% !important;
  max-width: 350px !important;
}
.field.spNormal {
  width: 100% !important;
  max-width: 350px !important;
}

.field.fieldNotEmpty .fieldLabel {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.field.fieldNotEmpty input,
.field.fieldNotEmpty textarea {
  padding-bottom: 2px;
  padding-top: 18px;
}
.field .fieldCheckbox label {
  width: 145px;
}

/* 独立したインプット */
.inputBox {
  padding: 20px;
}

.inputBox.horizontal .label {
  display: block;
  width: auto;
  margin: 0 0 5px 0;
}
.inputBox.horizontal .field {
  max-width: 100% !important;
  display: block;
}

/* 送信ボタン */
.formBtn .backLinkBtn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  font-size: 1.6rem;
  transform: translateX(-55%);
}

/* エラー通知 */
.errorInfo {
  font-size: 1.2rem;
}


/**
 * 出店一覧
 */

.exhibitorItemList {
  width: 102%;
  margin: 0 0 50px -2%;
  list-style-type: none;
}
.exhibitorItem {
  float: left;
  width: 48%;
  height: auto;
  padding: 40px 0 10px 0;
  margin: 0 0 30px 2%;
}
@media screen and (max-width: 374px) {
  .exhibitorItem {
    width: 100%;
  }
}

/* 日付 */
.exhibitorItem .date {
  top: 40px;
  left: 15px;
}
.exhibitorItem .date li {
  float: left;
  margin: 0 10px 0 0;
  width: 30px;
}
.exhibitorItem .date p {
  width: 35px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}


/* アイコン */
.exhibitorItem .icon {
  top: 13px;
  left: 10px;
  width: 20px;
  height: 17px;
  -webkit-background-size: 20px 17px;
  background-size: 20px 17px;
}
/* アイコン : KITCHENCAR */
.exhibitorItem.entryType6 .icon {
  top: 15px;
  width: 25px;
  height: 15px;
  -webkit-background-size: 25px 15px;
  background-size: 25px 15px;
}


/* 出店タイプ */
.exhibitorItem .type {
  top: 10px;
  left: 35px;
  width: 123px;
  height: 25px;
  -webkit-background-size: 123px 25px;
  background-size: 123px 25px;
}
/* 出店タイプ : HANDMADE */
.exhibitorItem.entryType1 .type {
  background-image: url(/images/creators/titleHandmadeBooth1line@2x.png);
}
/* 出店タイプ : BREAD */
.exhibitorItem.entryType2 .type {
  background-image: url(/images/creators/titleBreadBooth1line@2x.png);
}
/* 出店タイプ : BAKE */
.exhibitorItem.entryType4 .type {
  background-image: url(/images/creators/titleBakeBooth1line@2x.png);
}
/* 出店タイプ : WITH */
.exhibitorItem.entryType5 .type {
  background-image: url(/images/creators/titleWithBooth1line@2x.png);
}
/* 出店タイプ : KITCHENCAR */
.exhibitorItem.entryType6 .type {
  top: 10px;
  left: 40px;
  width: 123px;
  height: 25px;
  -webkit-background-size: 123px 25px;
  background-size: 123px 25px;
  background-image: url(/images/creators/titleKitchenCar1line@2x.png);
}

/* 店舗エリア */
.exhibitorItem .place {
  top: 10px;
  left: initial;
  right: 10px;
  width: auto;
  text-align: center;
  font-size: 1rem;
}

/* 画像 */
.exhibitorItem .img {
  position: static;
  margin: 0 10px 10px;
  width: calc(100% - 20px);
  height: 0;
  padding-top: calc(74% - 20px);
}

/* 店舗名 */
.exhibitorItem .name {
  position: static;
  font-size: 1.4rem;
}

/* ジャンル */
.exhibitorItem .tag {
  position: static;
  font-size: 1.2rem;
}
