@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: contents.css
 * Summary:   各コンテンツ用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *     =2    detail
 *     =3    entry
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * home
 * ========================================
 */

#home {
}

#home #contents .gmap_wrapper {
  max-width: 600px;
  margin: 0 0 10px 0;
  padding: 3px;
  border: solid 1px #ccc;
}
#home #contents .gmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#home #contents .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #home {
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #home {
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #home {
  }
}

#home #contents dl {
  clear: both;
}
#home #contents dl dt {
  background: #f6ad3a;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#home #contents dl .note {
  font-size: 90%;
}

#home #contents dl.ginza_line {
  background: #ffffcc;
  padding: 1em;
  font-size: 90%;
}
#home #contents dl.ginza_line dt {
  background: #ffcc00;
  font-weight: bold;
  color: #333333;
}
#home #contents dl.ginza_line dd {
  margin-bottom: 5px;
  font-size: 95%;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #home #contents dl {
  }
  #home #contents dl dd {
    padding-top: 3px;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #home #contents dl {
  }
  #home #contents dl dt {
    display: block;
    width: 120px;
    float: left;
    text-align: center;
  }
  #home #contents dl dd {
    padding: 3px 0 3px 150px;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #home #contents dl {
  }
  #home #contents dl dt {
    display: block;
    width: 160px;
    float: left;
    text-align: center;
  }
  #home #contents dl dd {
    padding: 3px 0 3px 200px;
  }
}

#home #contents .area_qr {
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #home #contents .area_qr {
    display: none;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #home #contents .area_qr {
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #home #contents .area_qr {
  }
}

#contents .btn a.applyBtn {
  width: auto;
  display: inline-block;
  background: #fff;
  box-shadow: none;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}

img.freeDial {
  width: 20px;
  vertical-align: middle;
  margin-top: -1px;
}

/* metpo */
#home #contents .boxMetpoMainText {
  padding-block-start: calc(2 / 14 * 1em);
  border-radius: 3px;
  background-color: #fff101;
  color: #000;
  font-weight: bold;
}
#home #contents .boxMetpoMain img {
  width: 200px;
  height: auto;
}
#home #contents .boxMetpoSub .fs200per {
  line-height: 1;
}

/* -- >>> styles for narrow & medium layout ----- */
@media screen and (max-width: 959px) {
  #home #contents .boxMetpo {
    text-align: center;
  }
  #home #contents .boxMetpoSub {
    margin-bottom: 10px;
  }
  #home #contents .boxMetpoMainText {
    width: fit-content;
    margin-inline: auto;
    padding-inline: calc(12 / 14 * 1em) calc(8 / 14 * 1em);
  }
}

/* -- >>> styles for narrow  layout ----- */
@media screen and (max-width: 599px) {
  #home #contents .boxMetpoMain img {
    width: 160px;
    height: auto;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #home #contents .boxMetpoSub {
    font-size: 16px;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #home #contents .boxMetpo {
    display: grid;
    grid-template-columns: calc(200 / 680 * 100%);
    align-items: center;
    column-gap: 32px;
    row-gap: 10px;
    width: 680px;
    margin-inline: auto;
  }
  #home #contents .boxMetpoMain {
    text-align: center;
  }
  #home #contents .boxMetpoSub {
    font-size: 16px;
  }
  #home #contents .boxMetpoFooter {
    grid-column: 1 / span 2;
  }
}

/** =2
 * ========================================
 * detail
 * ========================================
 */

#detail #contents section.event_booth .list {
  border: 5px solid #f29a03;
  border-radius: 10px;
  margin: 0 auto 1.5em;
  width: 47%;
}
#detail #contents section.event_booth .list h4 {
  background: #f29a03;
  border: none;
  padding: 5px 10px 10px;
  color: #ffffff;
  /* font-size: 22px; */
  font-size: 20px;
  /* clear: both; */
  display: flex;
  gap: 10px;
  align-items: center;
}
#detail #contents section.event_booth .list h4 img {
  max-width: 80px;
  transform: translateY(-3px);
}
#detail #contents section.event_booth .list h4 span {
  font-size: 60%;
  font-weight: bold;
  display: inline-block;
  /* float: right; */
  /* margin-top: 1em; */
  border: 1px solid #ffffff;
  padding: 8px;
  line-height: 1.1;
  flex-shrink: 0;
}
.displayFlex {
  display: flex;
}
.flexWrap {
  flex-wrap: wrap;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 769px) {
  .event_boothList {
    display: block;
  }
  #detail #contents section.event_booth .list {
    width: 90%;
  }
}
#detail #contents section.event_booth .list p.eventListLimit {
  margin: 10px 20px 5px;
  font-size: 16px;
  font-weight: bold;
}
#detail #contents section.event_booth .list p.eventDescription {
  margin: 0 20px 10px;
}
#detail #contents section.event_booth .list p,
#detail #contents section.event_booth .list ul {
  margin: 20px 20px 0px;
}
#detail #contents section.event_booth .list p.note {
  font-size: 80%;
  margin: 15px 20px 10px;
}
#detail #contents section.event_booth .list p img {
  max-width: 300px;
  width: 50%;
  height: auto;
  margin: 0 0 20px 2%;
}
#detail #contents section.event_booth .list ul {
  display: inline-block;
  background: #ffffcc;
  width: 90%;
  padding: 0.8em 1.2em;
  margin: 0 20px;
  box-sizing: border-box;
}
#detail #contents section.event_booth .list ul li {
  line-height: 1.8;
  font-weight: bold;
  margin-left: 2em;
}
#detail #contents section.event_booth .list ul span {
  display: inline-block;
  background: #4c9556;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  padding: 3px;
  margin-right: 10px;
}

#detail #contents section.event_booth .booth_ticket {
  background: #e9f7ff;
  margin: 0 auto 1em;
  padding: 1em 2% 0;
  width: 94%;
}
#detail #contents section.event_booth .booth_ticket img {
  max-width: 300px;
  width: 50%;
  height: auto;
  margin: 0 0 20px 2%;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #detail #contents section.event_booth .list {
    border: 4px solid #f29a03;
    width: 98%;
  }

  #detail #contents section.event_booth .list h4 {
    font-size: 17px;
  }
  #detail #contents section.event_booth .list h4 img {
    height: auto;
    max-width: 30%;
    display: block;
  }
  #detail #contents section.event_booth .list h4 span {
    font-size: 50%;
    margin-top: 5px;
    padding: 2px 5px;
  }

  #detail #contents section.event_booth .list p {
    font-size: 85%;
    margin: 1em 2% 0px;
  }
  #detail #contents section.event_booth .list ul {
    font-size: 85%;
    margin: 0 2%;
  }
  #detail #contents section.event_booth .list p.note {
    margin: 1em 2%;
  }
  /* #detail #contents section.event_booth .list ul{
			width: auto;
			padding: 0;
			background: none;
		} */
  #detail #contents section.event_booth .list ul li {
    line-height: 1.8;
    font-weight: bold;
    margin-left: 0;
  }
  #detail #contents section.event_booth .list ul span {
    margin-right: 5px;
  }
  #detail #contents section.event_booth .booth_ticket {
    background: #e9f7ff;
    margin: 0 auto 1em;
    padding: 0 2%;
    width: 96%;
    font-size: 85%;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #detail #contents section.event_booth .list h4 {
    padding: 5px 15px 10px;
    font-size: 20px;
  }
  #detail #contents section.event_booth .list h4 img {
    max-height: 50px;
    width: auto;
  }
  #detail #contents section.event_booth .list h4 span {
    font-size: 50%;
  }
}

#detail #contents section.event_booth_free {
}

#detail #contents section.event_booth_free .comingSoon {
  width: fit-content;
  padding-block-start: calc(2 / 14 * 1em);
  padding-inline: calc(8 / 14 * 1em);
  border-radius: 3px;
  background-color: #f29a03;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#detail #contents section.event_booth_free .booth {
  overflow: hidden;
  height: auto;
  column-gap: calc(30 / 894 * 100%);
  /* justify-content: space-between; */
}
/* #detail #contents section.event_booth_free .booth .list {
} */
#detail #contents section.event_booth_free .booth .list h4 {
  color: #fff;
  background: #864683;
  border: none;
  line-height: 1.2;
  margin-bottom: 5px;
}

#detail #contents section.event_booth_free .booth .list p {
  font-size: 85%;
  padding: 5px;
}
#detail #contents section.event_booth_free .booth .list.double p {
  width: 46.5%;
  display: inline-block;
  font-size: 85%;
  padding: 5px;
}
#detail #contents section.event_booth_free .booth .list p span {
  font-size: 90%;
  display: inline-block;
  line-height: 1.2;
  padding-top: 5px;
}
#detail #contents section.event_booth_free .booth .list p img {
  width: 50%;
  margin: 0 0 5px 5px;
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #detail #contents section.event_booth_free .booth {
    column-gap: 4%;
  }
  #detail #contents section.event_booth_free .booth .list {
    width: 48%;
    /* margin-right: 1.25%; */
    /* min-height: 160px; */
  }
  #detail #contents section.event_booth_free .booth .list.double {
    width: 97.25%;
  }
  #detail #contents section.event_booth_free .booth .list_cf_pc {
    display: none;
  }

  #detail #contents section.event_booth_free .booth .list p {
    font-size: 85%;
  }
  #detail #contents section.event_booth_free .booth .list.double p {
    width: 45%;
    display: inline-block;
  }
  #detail #contents section.event_booth_free .booth .list p span {
    font-size: 75%;
    display: inline-block;
    line-height: 1.2;
    padding-top: 5px;
  }

  #detail #contents section.event_booth_free .booth .list h4 {
    padding: 0.5em 10px;
    min-height: 2.4em;
    font-size: 85%;
  }
  #detail #contents section.event_booth_free .booth .list.booth_12 h4 br {
    display: none;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #detail #contents section.event_booth_free .booth {
    column-gap: 2.75%;
  }
  #detail #contents section.event_booth_free .booth .list {
    width: 31.5%;
    /* margin-right: 1.3%; */
    min-height: 180px;
  }
  #detail #contents section.event_booth_free .booth .list.double {
    width: 64.25%;
  }
  #detail #contents section.event_booth_free .booth .list_cf_sp {
    display: none;
  }

  #detail #contents section.event_booth_free .booth .list h4 {
    padding: 0.5em 10px;
    min-height: 2.4em;
    font-size: 95%;
  }
  #detail #contents section.event_booth_free .booth .list.booth_12 h4 br {
    display: none;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #detail #contents section.event_booth_free .booth .list {
    /* width: 31.5%;
    margin-right: 1.26%; */
    /* width: calc(100% / 3 - 20px); */
    width: calc(278 / 894 * 100%);
  }
  #detail #contents section.event_booth_free .booth .list.double {
    width: 64.25%;
  }
  #detail #contents section.event_booth_free .booth .list.double p {
    display: inline-block;
    width: 47.5%;
  }
  #detail #contents section.event_booth_free .booth .list.double p.first-child {
    margin-right: 5px;
  }
  #detail #contents section.event_booth_free .booth .list_cf_sp {
    display: none;
  }

  #detail #contents section.event_booth_free .booth .list h4 {
    padding: 1.2em 10px;
    /* min-height: 2.4em; */
  }
  #detail #contents section.event_booth_free .booth .list h4.longTxt {
    font-size: 11px;
    padding-bottom: 1em;
  }
  /*#detail #contents section.event_booth_free .booth .list.booth_04 h4,
		#detail #contents section.event_booth_free .booth .list.booth_12 h4 {
			padding: 0.5em 10px;
		}*/
}

/* etPasmo用スタイル */
#detail.etPasmo #contents h3 {
  background: #5c206f;
}
#detail.etPasmo #contents .table .entry dl dt {
  background: #5c206f;
}

/** =3
 * ========================================
 * entry
 * ========================================
 */
#entry #contents .boxMetpo {
  padding: 10px 20px;
  border: 2px solid #ddd;
}
#entry #contents .boxMetpo .note {
  margin-top: 20px;
  font-size: 90%;
}
#entry #contents .boxMetpo .note:last-child {
  margin-bottom: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #entry #contents .boxMetpo {
    margin-bottom: 20px;
    padding: 10px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  #entry #contents .btn a {
    margin-inline: initial;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #entry #contents .boxMetpo {
    margin: 0 10px 20px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #entry #contents .boxMetpo {
    margin: 0 20px 20px;
  }
}
