<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * common.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://handmade-marche.kyoto/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;
}

/*重要なお知らせ*/
.announce {
  margin: 25px auto 0;
  padding: 20px;
  width: 90%;
}

/**
 * ヘッダー
 */

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

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

#globalHeader .spHeader {
  width: 100%;
  height: 30px;
  background-color: #ba980f;
  text-align: center;
  line-height: 30px;
}

#globalHeader .spHeader a {
  display: block;
  padding: 8px 0;
}

#globalHeader .spHeader a img {
  display: block;
  margin: 0px auto;
}

#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: #5b4c3e;
}

#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&gt;* {
  display: block;
  padding: 0 0 0 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

#globalHeader .spSlideNav ul li&gt;span {
  opacity: .5;
}

#globalHeader .spSlideNav .spMainNav ul li.strong a {
  color: #f1dd7e;
}

#globalHeader .spSlideNav .spMainNav ul li&gt;* {
  line-height: 40px;
  font-size: 1.5rem;
}

#globalHeader .spSlideNav .spSubNav ul li&gt;* {
  line-height: 30px;
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, .1);
}

#globalHeader .spSlideNav .spSubNav ul a.linkYhm {
  font-size: 1.1rem;
}

#globalHeader .spSlideNav .spSubNav ul a.linkYhm: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: #5b4c3e;
  width: 100%;
  height: 50px;
  z-index: 1000;
  padding-bottom: env(safe-area-inset-bottom);
}

#globalHeader .spNav ul {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
  width: 95%;
  max-width: 360px;
  margin: 0 auto;
}

#globalHeader .spNav ul li {}

#globalHeader .spNav ul li&gt;* {
  display: block;
  width: 50px;
  height: 50px;
  padding: 32px 0 0 0;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
}

#globalHeader .spNav ul li&gt;*: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&gt;*:before {
  background-image: url(/images/common/icon/iconSpHome.png);
}

#globalHeader .spNav ul li.spNavAbout&gt;*:before {
  background-image: url(/images/common/icon/iconSpAbout.png);
}

#globalHeader .spNav ul li.spNavEntry&gt;*:before {
  background-image: url(/images/common/icon/iconSpEntry.png);
}

#globalHeader .spNav ul li.spNavTicket&gt;*:before {
  background-image: url(/images/common/icon/iconSpTicket.png);
}

#globalHeader .spNav ul li.spNavCreators&gt;*:before {
  background-image: url(/images/common/icon/iconSpShop.png);
}

#globalHeader .spNav ul li.spNavMenu&gt;*:before {
  background-image: url(/images/common/icon/iconSpNav.png);
}

#globalHeader.open .spNav ul li.spNavMenu&gt;*:before {
  background-image: url(/images/common/icon/iconSpNavClose.png);
}

/**
 * フッター
 */
#pageTopContainer {
  display: none;
}

#globalFooter .inner {
  padding: 10% 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#globalFooter .inner .footerBox {
  display: block;
}

#globalFooter .inner #official .sns {
  margin: 0 0 50px;
}

#globalFooter .inner #official .sponsorship {
  display: none;
}

#globalFooter .inner .copyright {
  right: 5%;
  bottom: 1%;
}

#globalFooter .inner #eventList,
#globalFooter .inner #partnerEvent,
#globalFooter .inner #footerNav,
#globalFooter .inner #official {
  margin: 0 auto 10%;
  width: 100%;
  text-align: left;
}

/* #globalFooter .inner #eventList a,
#globalFooter .inner #partnerEvent a {
  display: inline-block;
  width: calc((100% - 20px * 3) / 4);
  margin: 0 16px 20px 0;
}
#globalFooter .inner #eventList a:nth-child(5),
#globalFooter .inner #eventList a:nth-child(9) {
  margin: 0;
} */
#globalFooter .inner #eventList .eventItem {
  width: calc((100% - 20px * 3) / 4);
  max-width: none;
}

#globalFooter .inner #eventList a img,
#globalFooter .inner #partnerEvent a img {
  width: 100%;
  height: auto;
}

#globalFooter .inner #eventList span {
  width: 100%;
}

#globalFooter .inner #footerNav ul {
  margin: 0 10px 0 0;
}


/**
 * コンテンツ 汎用フォーマット
 */
#main {
  padding: 0 0 0 0;
}

/*.row .inner {
  padding: 0 10px;
}*/

/* 下層ページページタイトル */
.pageTitleContainer .inner {
  height: auto;
  padding: 10px 20px;
}

.pageTitleContainer .inner .pageTitle {
  font-size: 1.8rem;
  position: relative;
  top: 0;
  left: 0;
}

.pageTitleContainer .inner .pageTitleEn {
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 0;
}

.pageTitleContainer .inner .pageTitleBg {
  right: 20px;
  width: 450px;
  height: 100%;
  background-size: cover;
}

.pageTitleContainer .inner.bgPageTitle .pageTitleBg {
  background-image: url(/images/common/bgPageTitleSP.png);
  background-repeat: no-repeat;
}

/* フォーム要素 */
/* テーブル */
.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 {
  position: static;
  display: inline-block;
  margin: 5px 0 0 0;
}

.formContainer .formTable tbody 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 th {
  padding: 10px;
}

.formContainer .formTable.option td {
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  padding: 10px;
}

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

.field.short {
  max-width: 200px;
  width: 47.5%;
}

.field.sShort {
  max-width: 90px;
  width: 30%;
}

.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;
  -ms-transform: none;
  transform: none;
}

.field.fieldNotEmpty input,
.field.fieldNotEmpty textarea {
  padding-bottom: 2px;
  padding-top: 18px;
}

.field .fieldCheckbox label {
  width: 145px;
}

.field .file {
  width: calc(49% - 12px);
}

/* 独立したインプット */
.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;
  -webkit-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  transform: translateX(-55%);
}

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

/**
 * テーブル確認モーダル
 */
.tableOptionCheckModal {
  top: 50px;
}

/**
 * お品書き
 */
.underSlider .pc {
  display: none;
}

.underSlider .sp {
  display: block;
}

.underSlider {
  background: #e3e1dd;
  bottom: 50px;
  bottom: calc(50px + env(safe-area-inset-bottom));
}

.sliderInnner {
  width: 100%;
  margin: 0 auto;
}

.btnShare {
  display: none;
}

.btnShare a {
  display: block;
  padding: 11px 15px;
  letter-spacing: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.slider {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 60px;
}

.slider .sliderList {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 60px;
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
  background-color: #e3e1dd;
}

.slider .sliderList li {
  position: relative;
  padding: 0;
}

.slider .sliderList li a,
.slider .sliderList li a .title,
.slider .sliderList li .title a {
  color: #333;
  font-size: 16px;
}

.slider .sliderList li a .title {
  display: block;
  margin-top: 6px;
}

.slider .sliderList li.slideItemPhoto {
  display: inline-block;
  overflow: hidden;
  max-width: 60px !important;
  max-height: 60px !important;
}

.slider .sliderList li.slideItemPhoto .date {
  margin-top: 3px;
  margin-bottom: 200px;
}

.parent-container {
  overflow: hidden;
}

.parent-container li img {
  width: 310px;
  height: 207px;
}

.slider .sliderList li img {
  height: 60px;
}

.btnAll {
  display: none !important;
}

.btnAll a {
  display: none !important;
}

.btnAll img {
  pdding: 10px;
}

.btnAll:hover {
  opacity: .7;
  border-bottom: 4px solid #577d94;
}

.btnShare {
  z-index: 9999;
  float: left;
}

#underSliderTabBox {
  position: absolute;
  top: -30px;
  width: 100%;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
}

#underSliderTabBox li {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  background: #144766;
}

#underSliderTabBox li a {
  display: block;
  padding: 0 0;
  color: #fff;
  line-height: 30px;
}

#underSliderTabBox li.btnSpAll {
  background: #ba980f;
}

#underSliderTabBox li.btnSpAll.disable {
  pointer-events: none;
  background-color: #D5D3D5;
}

#underSliderTabBox li.btnSpAll a {
  text-decoration: none;
}

#underSliderTabBox li.btnSpShare {
  background: #f89299;
}


.underSlider .help {
  width: 100%;
  cursor: pointer;
}

.underSlider .help .sp .checkCircle {
  left: 10px;
  right: initial;
  top: 5px;
}

.underSlider .help .sp .text {
  padding: 5px 10px 0 55px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.underSlider .help .sp .text span {
  color: #E96D82;
  text-decoration: underline;
  padding: 0 0 0 10px;
}


.productModal {
  left: 0;
  width: 100%;
  margin: 0;
}

.productModal .thumb {
  width: 100%;
  margin-bottom: 25px;
}

.productModal .thumb .otherItems {
  margin-top: 25px;
}

.productModal .thumb .otherItems a {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.productModal .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: initial;
  background: #fff;
  padding: 10px;
}

.arrowLeft {
  display: none !important;
}

.arrowRight {
  display: none !important;
}

.productModal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.productModalHader,
.productModal .thumb {
  padding: 0;
}

.productModal .exhibitorInfo {
  width: 100%;
  float: none;
}

.productModal .exhibitorImg {
  margin-right: 10px;
}

.productModal .exhibitorName {
  font-size: 18px;
  line-height: 1.8em;
}

.productModal .exhibitorInner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  float: none;
  line-height: 1.8em;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  align-items: center;
}

.productModal .exhibitorNumber {
  float: none;
  text-align: right;
  margin: 0;
}

.productModal .exhibitorDay {
  text-align: right;
  float: none;
}

.productModal .exhibitorDay li {
  margin: 0 5px 0 0;
}


/*-----------------------------
　　チェックリストとは？
------------------------------*/

#checkListHelp {
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10% 5% 2%;
  margin: 5%;
  left: 0;
}

#checkListHelp img {
  width: 100%;
}

#checkListHelp .title {
  margin-bottom: 20px;
}

#checkListHelp ol {
  padding: 0;
}

/**
 * ブースレイアウトモーダル
 */
.boothLayoutModal {
  padding: 20px 15px;
}

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

  /**
   * ヘッダー
   */
  #globalHeader .spSlideNav .spSubNav ul a.linkYhm:after {
    background-size: 11px 10px;
    background-image: url(/images/common/icon/iconWindow@2x.png);
  }

  #globalHeader .spNav ul li.spNavHome&gt;*:before {
    background-size: 18px 17px;
    background-image: url(/images/common/icon/iconSpHome@2x.png);
  }

  #globalHeader .spNav ul li.spNavAbout&gt;*:before {
    background-size: 16px 18px;
    background-image: url(/images/common/icon/iconSpAbout@2x.png);
  }

  #globalHeader .spNav ul li.spNavEntry&gt;*:before {
    background-size: 19px 18px;
    background-image: url(/images/common/icon/iconSpEntry@2x.png);
  }

  #globalHeader .spNav ul li.spNavCreators&gt;*:before {
    background-size: 18px 18px;
    background-image: url(/images/common/icon/iconSpShop@2x.png);
  }

  #globalHeader .spNav ul li.spNavMenu&gt;*:before {
    background-size: 18px 14px;
    background-image: url(/images/common/icon/iconSpNav@2x.png);
  }

  #globalHeader.open .spNav ul li.spNavMenu&gt;*:before {
    background-size: 13px 13px;
    background-image: url(/images/common/icon/iconSpNavClose@2x.png);
  }
}</pre></body></html>