@charset "UTF-8";
/* entry.css */

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

.sp {
  display: block;
}



/*=========================================

  コンテンツタブ

=========================================*/
#tabContents ul {
  position: static;
  text-align: left;
  padding: 10px 0;
}
#tabContents li {
  display: block;
  width : 48%;
  width : calc(50% - 2px);
}
#tabContents li:nth-child(odd) {
  float: left;
  clear: both;
}
#tabContents li:nth-child(even) {
  float: right;
}
#tabContents li:nth-child(n+3) {
  margin-top: 4px;
}
#tabContents li + li {
  margin-left: 0;
}
#tabContents li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  border-width: 2px;
  border-radius: 6px;
}
#tabContents li#tabHanmade a,
#tabContents li#tabFood a,
#tabContents li#tabWorkshop a,
#tabContents li#tabOption a,
#tabContents li#tabFaq a,
#tabContents li#tabNote a {
  font-size: 1.4rem;
  padding: 10px 0;
}



/*=========================================

  コンテンツ説明

=========================================*/
#description {
  background-image: url(/images/entry/bgEntryCloud.png);
  background-repeat: no-repeat;
  background-position: center 47px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #pageEntry.handmade #description {
    background-image: url(/images/entry/handmade/bgEntryCloud@2x.png);
    background-size: 1618px 437px;
  }
}
#description h2 {
  padding: 40px 0;
  font-size: 3rem;
}
#pageEntry.option #description h2,
#pageEntry.faq #description h2,
#pageEntry.attention #description h2 {
  padding: 40px 0 30px;
}
#description h2 span {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
#description .inner p {
  font-size: 1.4rem;
  /* padding: 30px 0; */
  padding: 28px 0;
  text-align: left;
}

ul.navDescription {
  letter-spacing: normal;
  text-align: inherit;
  /* padding-bottom: 20px; */
  padding: 0 10px 20px 10px;
}
ul.navDescription li {
  display: block;
  margin: 0;
  width : 49%;
  width : -webkit-calc(50% - 1px);
  width : calc(50% - 1px);
  height: 40px;
}
#pageEntry.workshop ul.navDescription li {
  width: calc(50% - 1px);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  ul.navDescription li {
    background-image: url(/images/entry/bgNavDescription@2x.png);
    background-size: auto 40px;
  }
}
ul.navDescription li:nth-child(odd) {
  float: left;
  clear: both;
}
ul.navDescription li:nth-child(even) {
  float: right;
}
ul.navDescription li:nth-child(n+3) {
  margin-top: 2px;
}
ul.navDescription li:hover {
  opacity: 1;
}
ul.navDescription li a {
  font-size: 1.4rem;
  line-height: 40px;
}

/* =======================================
  loopslider
======================================= */
.sliderDeco {
  display: none;
}
.loopslider {
  height: 134px;
}
.loopslider ul {
  height: 134px;
}
.loopslider ul li {
  width: 146px;
  height: 134px;
}
.loopslider ul li img {
  width: 129px;
  height: 129px;
}



/*=========================================

  コンテンツ内容

=========================================*/
#content h3 {
  font-size: 2rem;
  margin-bottom: 1.8rem;
}



/*=========================================

  出店概要

=========================================*/
#anchorOutline {
  top: 10px;
}
.outline {
  padding: 30px 0;
}
.tableOutline {
  font-size: 1.3rem;
}
.tableOutline th,
.tableOutline td {
  display: block;
  padding: 10px;
}
.tableOutline th {
  /* width: 6rem; */
  width: auto;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.tableOutline td .cancel,
.tableOutline td .cancel span,
.tableOutline td .cancelLead,
.tableOutline td .cancelLead + .note li {
  font-size: 1.3rem;
}

.tableOutline td .period + .period {
  margin-top: .7rem;
}
.tableOutline td .paymentType {
  margin: 1.5rem 0 0 0;
}
.tableOutline td .paymentType strong {
  display: block;
}
.tableOutline td .creditCardLogoList {
  letter-spacing: -.4rem;
  margin: 10px 0 0;
  padding: 0;
}
.tableOutline td .creditCardLogoList li {
  letter-spacing: normal;
  margin: 0 2%;
  width: 20%;
  max-width: 40px;
}
.tableOutline td .creditCardLogoList li img {
  width: 100%;
  height: auto;
}
.tableOutline td ul + strong {
  margin-top: 1.5rem;
}

.cautionbox {
  width: auto;
  padding: 20px;
}



/*=========================================

  料金とブースタイプ

=========================================*/
#anchorPrice {
  top: 10px;
}
.price {
  padding: 30px 0;
}

ul.imageType li {
  width: 48%;
  width : calc(50% - 5px);
}
#pageEntry.food .price ul.imageType li,
#pageEntry.workshop .price ul.imageType li {
  width: 100%;
}
#pageEntry.workshop ul.imageType .imageTypeTxt {
  font-size: 1.6rem;
}
#pageEntry.workshop ul.imageType .imageTypeTxt caption {
  margin: 5px auto;
  font-size: 1.8rem;
}
ul.imageType li img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
ul.imageType h5 {
  width: 90%;
  padding: 1rem 0;
  font-size: 2rem;
  line-height: 1.3;
}
ul.imageType h5 span {
  display: block;
  font-size: 1.4rem;
  margin-top: .2rem;
}
ul.imageType h5 + .note {
  font-size: 1.2rem;
}
ul.imageType dl {
  width: 140px;
  padding: 0 0 10px;
}
ul.imageType dt {
  width: 5.4rem;
  font-size: 2rem;
}
ul.imageType dd {
  margin-bottom: 0;
  padding: 0;
  font-size: 2rem;
}
ul.imageType dd span {
  font-size: 1.2rem;
}
ul.imageType .innerNote {
  width: 90%;
  text-align: left;
}
ul.imageType .note {
  bottom: -1.3rem;
  font-size: 1.0rem;
}

.attentionBox {
  margin-top: 20px;
  padding: 15px;
  text-align: left;
}
#pageEntry.workshop .attentionBox {
  padding: 20px;
  width: 100%;
}
.attentionBox p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.imgOption {
  float: none;
  margin-left: 0;
  width: 100%;
}
.btnOption {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-top: 20px;
}
.btnOption a {
  padding: 14px 0;
  font-size: 1.8rem;
}
.btnOption a:hover {
  opacity: 1;
}

.workshopNote {
	width: 80%;
	margin-bottom: 10px;
}

/* =======================================
  売り切れ
======================================= */
ul.imageType dd.soldout {
  color: #ECEBEA;
}
ul.imageType dd.soldout:after {
  font-size: 1.4rem;
  right: 0;
}


/*=========================================

  出店までの流れ

=========================================*/
#anchorFlow {
  top: 10px;
}
.flow {
  position: relative;
  padding: 30px 0;
}
#pageEntry.handmade .flow {
  background-image: url(/images/entry/handmade/lineContent@2x.png);
  -webkit-background-size: 10px 2px;
  background-size: 10px 2px;
}
#pageEntry.food .flow {
  background-image: url(/images/entry/food/lineContent@2x.png);
  -webkit-background-size: 10px 2px;
  background-size: 10px 2px;
}
#pageEntry.workshop .flow {
  background-image: url(/images/entry/workshop/lineContent@2x.png);
  -webkit-background-size: 10px 2px;
  background-size: 10px 2px;
}
.flow dl {
  width: 90%;
  margin-left: 25px;
}
.flow dt {
  position: relative;
  height: auto;
  min-height: 50px;
  background-position: left top;
  font-size: 1.8rem;
  line-height: 1.3;
  /* padding: 19px 0 15px 90px; */
  padding: 19px 0 15px 60px;
  margin-left: -30px;
  background-size: 50px 50px;
}
.flow dt span {
  /* position: absolute; */
  font-size: 2.6rem;
  top: 12px;
  left: 60px;
  line-height: 1;
}

#pageEntry.workshop .flow dt.flow01 {
  background-image: url(/images/entry/workshop/iconFlow01@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow02 {
  background-image: url(/images/entry/workshop/iconFlow02@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow03 {
  background-image: url(/images/entry/workshop/iconFlow03@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow04 {
  background-image: url(/images/entry/workshop/iconFlow04@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow05 {
  background-image: url(/images/entry/workshop/iconFlow05@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow06 {
  background-image: url(/images/entry/workshop/iconFlow06@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow07 {
  background-image: url(/images/entry/workshop/iconFlow07@2x.png);
  background-size: 51px 51px;
}
#pageEntry.workshop .flow dt.flow08 {
  background-image: url(/images/entry/workshop/iconFlow08@2x.png);
  background-size: 51px 51px;
}

.flow dd {
  margin:0 0 0 30px;
  font-size: 1.3rem;
  padding: 0 0 20px;
}
.flow dd .note {
  font-size: 1.2rem;
}

/*===================

	フード：遵守事項

=====================*/
.foodComplianceItems .ruleInner {
  padding: 20px;
}
.foodComplianceItems .ruleInner ul {
  font-size: 1.4rem;
}

/*=========================================

  ワークショップ詳細

=========================================*/
#anchorDetails {
  top: 10px;
}
.details {
  padding: 30px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #pageEntry.workshop .details {
    background-image: url(/images/entry/workshop/lineContent@2x.png);
    background-size: 10px 2px;
  }
}
.tableOutline td ul + .receptionist {
  margin-top: 1.5rem;
}
#pageEntry.workshop .tableOutline + .note {
  margin-top: 20px;
}
#pageEntry.workshop .tableOutline + .note li {
  font-size: 1.3rem;
  line-height: 1.7;
}

#pageEntry.workshop .workshopOption {
  width: 90%;
}


/*=========================================

  出店お申し込み

=========================================*/
#anchorForm {
  top: 0;
}
#form {
  padding: 30px 0;
}
#form h3 {
  font-size: 2.5rem;
  margin: -15px 0 0 0;
  padding: 15px 0 30px 0;
}
.entryForm input {
  width: 100%;
  font-size: 1.6rem;
  padding: 12px 20px;
}
.entryForm button {
  width: 146px;
  font-size: 1.6rem;
  padding: 9px 0;
  margin: 20px auto 0;
}
.btnEntry {
  width: 80%;
  font-size: 1.6rem;
  padding: 9px 0;
}
.entryForm button:hover {
  opacity: 1;
}
#form form + p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 20px 0;
}
#pageEntry.workshop #form h3 + p {
  font-size: 1.5rem;
  text-align: left;
  padding: 10px 20px;
}
#form .note {
  width: 100%;
  padding: 20px;
}
#form .note h4 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}
#form .note p {
  font-size: 1.3rem;
  line-height: 1.6;
}
#form .note p a {
  color: #333;
  text-decoration: underline;
}
#form .note dl {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
#form .note dd + dt {
  margin-top: 1rem;
}
.error {
  color: #CC0000;
  line-height: 1.5;
  padding-top: 10px;
}
#form .mailAttention{
	width: auto;
}
#pageEntry #form .cancelForm a {
  padding: 8px 25px;
}

#form .mailAttention{
	width: auto;

}
/*=========================================

  オプション・よくある質問・出店規約

=========================================*/
.navOption,
.navFaq {
  max-width: none;
  padding: 3px;
}
.navOption li,
.navFaq li {
  margin: 3px;
  height: 40px;
  font-size: 1.6rem;
  width : 48%;
  width : calc(50% - 6px);
  float: left;
}
.navOption li a,
.navFaq li a {
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
}

/* =======================================
  オプション
======================================= */
#anchorOptionTable,
#anchorOptionLowTable,
#anchorOptionChair,
#anchorOptionHanger,
#anchorOptionTorso,
#anchorOptionMirror,
#anchorOptionPanel,
#anchorOptionLight,
#anchorOptionOthers,
#anchorOptionPass,
#anchorcornerBooth {
  top: -10px;
}

#pageEntry.option #description p {
  /* padding: 0 0 46px;
  margin-bottom: 30px; */
  margin: 0 auto;
  width: 80%;
}
.limit {
  /* top: inherit;
  bottom: 0;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 10px; */
}

.optionType > li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.optionType h4 {
  line-height: 1.3;
}
.optionType h4 span {
  font-size: 1.3rem;
  display: block;
  margin-top: .5rem;
}

.optionPanel > p {
  padding: 10px 20px 0;
}
#pageEntry.workshop .optionType > li p {
  width: auto;
}
.optionPanel .optionType > li {
  width: 100%;
}

.optionPass {
  padding-bottom: 40px;
}
.optionPass > p {
  padding: 20px 20px 56px;
  margin-bottom: 30px;
}
.optionPass .limit {
  top: inherit;
  right: inherit;
}
.optionPass .optionType {
  float: none;
  width: 100%;
  padding-left: 0;
}
.optionPass .optionType li {
  width: 100%;
  margin-top: 0;
}
.optionPass .optionType + div {
  float: none;
  width: 100%;
  padding: 0 10px;
}
.announce {
  margin: 20px 10px;
  width: auto;
  text-align: left;
}

.illustrationCornerBooth{
display: block;
}
.cornerBooth .illustrationCornerBooth {
  display: block;
}
.cornerBooth .illustrationCornerBooth .cornerBoothImg {
  margin: 0;
}

@media screen and (max-width: 320px) {
  .iframeContainer iframe {
    width: auto;
    max-width: 310px;
  }
}

.zaiko .annotation{
width: auto;
}

/* =======================================
  よくある質問
======================================= */
#anchorFaqBooth,
#anchorFaqExhibit,
#anchorFaqRental,
#anchorFaqBring,
#anchorFaqOthers {
  top: -10px;
}
.faqContainer {
  margin-bottom: 40px;
  line-height: 1.6;
}
#anchorFaqAttend,
#anchorFaqTicket,
#anchorFaqPlace,
#anchorFaqWorkshop {
  top: -10px;
}
.faqContainer dt {
  margin: 0;
  padding-top: 4px;
  padding-left: 40px;
  font-size: 1.5rem;
}
.faqContainer dd {
  margin-bottom: 10px;
  padding-left: 40px;
}
.faqContainer dt:before{
	top: 0px;
}

/* =======================================
  出店規約
======================================= */
.attentionList {
  padding: 20px 10px 10px 30px;
}
.createDate {
  margin: 0 auto 40px;
  padding: 0 10px;
  width: auto;
}

/*===================

エントリースタート

=====================*/
#entryStart{
  padding:10px;
}
#entryStart .title {
  padding-bottom:0;
  margin-top: 0;
}
#entryStart .entryTitle {
  width: 90%;
}
#entryStart .entryTitle .mainTitle {
  font-size: 3.5rem;
  margin-top: 0;
}
#entryStart .entryTitle .subTitle {
  font-size: 1.5rem;
}
#entryStart .entryTitle .text {
  font-size: 13px;
  margin-left: 0;
  text-align: center;
}
#entryStart .copy {
  font-size: 14px;
  width: 90%;
  margin: 10px auto;
  text-align: left;
  
}
#entryStart .entryTitle .point span {
  font-size: 1.5rem;
}

#precautions {
	width: auto;
	margin: 40px 20px;
}
/* =======================================
  出店をご検討されている皆さまへ
======================================= */
.innerCovid19,
.descriptionCovid19,
#covid19 .support,
#covid19 .support .supportBox,
#covid19 .txtEnd {
  width: 100%;
}
#covid19 {
  padding: 20px;
}
.titleCovid19 {
  font-size: 2rem;
  width: auto;
  line-height: 1.3;
}
.descriptionCovid19{
width:auto;
}
.imgTitleRabbits {
  top: -100px;
  width: 138px;
}
.imgTitleMouse {
  top: -74px;
  width: 140px;
}
.innerCovid19 {
  padding: 20px;
  width: auto;
}
.descriptionCovid19 p {
  margin: 0 auto 20px;
}
#covid19 .support .supportBoxWrap {
  flex-flow: column;
}

.supportBox{
width: auto;
}
