@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* ブースリスト
---------------------------------------------------------------------------- */
.booth-list {
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.booth-list .boothbox {
  margin: 0 1% 1.5em;
  border: 5px solid #d6d6d6; /* 線の太さ・種類・色 */
  /*margin: 10px;*/ /* 外側の余白 */
  padding: 20px 15px 1.5em; /* 内側の余白 */
  position: relative;
  z-index: 0;
  width: 48%;
  background: #fff;
  background: #fff url("../assets/img/maker_bg.png") repeat-x 0 0;
}

.booth-list .boothbox:before {
  background-color: #c7000b; /* ワインポイントの色 */
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 5px;
  height: 5px;
  z-index: 1;
}

.booth-list .boothbox p.no {
  position: absolute;
  padding: 0 5px;
  top: -15px;
  right: 0;
  right: 0;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #c7000b;
  font-size: 1.8em;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.booth-list .boothbox .boothdetail {
  padding: 2em 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

/*==================================================================*/
/* 通販ありエリア
---------------------------------------------------------------------------- */
.ic-order {
  margin: 2.5em 0 1em;
  position: relative;
}

.ic-order p {
  position: relative;
  padding: 2px 15px 5px 47px;
  display: inline-block;
  color: #fff;
  background: #a12162;
  font-weight: bold;
  border-radius: 20px;
}

.ic-order p::before {
  position: absolute;
  content: url(../assets/img/all_usagi_fig.png);
  bottom: -5px;
  left: 4px;
}

.booth-list .boothbox .boothdetail .boothinfo p.logo {
  max-width: 400px;
}

.booth-list .boothbox .boothdetail .boothinfo h2 {
  margin: 0 auto 0.5em !important;
  font-size: 1em !important;
  border-bottom: 3px dotted #c7000b !important;
}

.booth-list .boothbox .boothdetail .boothinfo dl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
}

.booth-list .boothbox .boothdetail .boothinfo dl dt {
  width: 15%;
}

.booth-list .boothbox .boothdetail .boothinfo dl dt span {
  min-width: 30px;
  font-size: 0.8em;
  color: #fff;
  background: #000;
  padding: 2px 3px;
}

.booth-list .boothbox .boothdetail .boothinfo dl dd {
  width: 83%;
}

.booth-list .boothbox .boothdetail .boothinfo p.text {
  font-size: 0.9em;
}

.booth-list .boothbox .boothdetail .boothphoto {
  width: 55%;
  min-width: 120px;
}

.booth-list .boothbox .boothdetail .boothphoto p {
  margin-left: 15px;
}

.booth-list .boothbox .boothdetail .boothphoto p a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.booth-list .boothbox .boothdetail .boothphoto p a:hover {
  opacity: 0.5;
}

/*  p.btn-area{
    position: relative;
    overflow: hidden;
    text-align:right;
    border:1px solid red;
    width:300px;
  }*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

p.btn-area {
  text-align: right;
}

p.btn-area a:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0 0 7px;
}

p.btn-area a:hover {
  text-decoration: none;
}

p.btn-area a.btn-flat {
  overflow: hidden;
  padding: 0.5rem 2rem !important;
  color: #fff;
  border-radius: 0;
  background: #000;
}

p.btn-area a.btn-flat span {
  position: relative;
}

p.btn-area a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #c7000b;
}

p.btn-area a.btn-flat:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

/* ブース紹介
---------------------------------------------------------------------------- */
.booth-detail {
  margin: 0 1% 1.5em;
  border: 5px solid #d6d6d6; /* 線の太さ・種類・色 */
  /*margin: 10px;*/ /* 外側の余白 */
  padding: 2.5em 10px; /* 内側の余白 */
  position: relative;
  z-index: 0;
  background: #fff;
  background: #fff url("../assets/img/maker_bg.png") repeat-x 0 0;
}

.booth-detail:before {
  background-color: #2e4ea0; /* ワインポイントの色 */
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 5px;
  height: 5px;
  z-index: 1;
}

.booth-detail:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -8px;
  width: 36px;
  height: 37px;
  background: url("../assets/img/maker_bg_l.png") 0 0 no-repeat;
  visibility: visible;
}

.booth-detail .name {
  margin: 0 auto 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ddf1fc;
  padding: 0.5em 1em;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
}

.booth-detail .logo {
  margin: 0 auto 1.5em;
  max-width: 500px;
}

.booth-detail .comment {
  margin: 0 auto 1.5em;
  /*display:flex;
  justify-content: space-between;*/
}

.booth-detail .comment .photo {
  /*width:30%;*/
  margin: 0 auto 0.5em;
  text-align: center;
  max-width: 96%;
}

.booth-detail .comment .photo img {
  width: auto !important;
  max-width: 96%;
}

.booth-detail .comment .txt {
  margin: 0 auto 3.5em;
  width: 96%;
  /*width:67%;*/
}

.booth-detail .url {
  margin: 0 auto 1em;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
}

.booth-detail .url dt {
  width: 80px;
}

.booth-detail .url dt span {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  font-size: 0.9em;
}

.youtube {
  margin: 0 auto 3em;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photoarea p {
  margin: 0 1% 2.5em;
  width: 48%;
  text-align: center;
}

.photoarea img {
  width: auto;
  max-width: 100%;
}

/* ページ送り
---------------------------------------------------------------------------- */
.pagenation {
  margin-bottom: 4em;
}

.pagenation ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.pagenation ul li {
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: top;
  letter-spacing: normal;
  font-weight: bold;
}

.pagenation ul li a {
  display: block;
  padding: 0 0.4em;
  font-size: 1.1em;
  text-decoration: none;
  background-color: #fff;
  color: #ff8caa;
  border: 1px solid #ff8caa;
}

.pagenation ul li a:hover {
  background-color: #ff8caa;
  color: #fff;
}

.pagenation ul li.current {
  padding: 0 0.4em;
  font-size: 1.1em;
  background-color: #ff8caa;
  color: #fff;
  text-decoration: none;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  .booth-list .boothbox .boothdetail {
    padding: 3em 1em 0.5em;
    display: block;
  }
  .booth-list .boothbox .boothdetail .ribbon-text {
    position: absolute;
    top: 35px;
    left: -15px;
    padding: 0.3em 0.8em 0.3em 1.3em;
    background: #92ab3c;
  }
  .booth-list .boothbox .boothdetail .ribbon-text:before {
    border-bottom: solid 7px transparent;
    border-right: solid 11px rgb(149, 158, 155); /*折り返し部分*/
  }
  .booth-list .boothbox .boothdetail .ribbon-text:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 42px;
    height: 32px;
    background: url("../assets/img/usamimi_bg.png") no-repeat 50% 50%;
    background-size: contain;
  }
  .booth-list .boothbox .boothdetail .ribbon-text p {
    font-size: 1.1em;
    color: #fff;
  }
  .booth-list .boothbox .boothdetail .ribbon-text p:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 80px;
    height: 100%;
    background: url("../assets/img/silhouette_usa.png") no-repeat 50% 50%;
    background-size: cover;
  }
  .booth-list .boothbox .boothdetail .boothinfo {
    width: 100%;
  }
  .booth-list .boothbox .boothdetail .boothphoto {
    margin: 0 auto 0.5em;
    text-align: center;
    width: 100%;
    min-width: auto;
  }
  .booth-list .boothbox .boothdetail .boothphoto p {
    margin: 0 auto 1em;
  }
  .booth-list .boothbox .boothdetail .boothinfo dl {
    display: block;
  }
  .booth-list .boothbox .boothdetail .boothinfo dt {
    width: 100% !important;
  }
  .btn-area {
    text-align: center !important;
  }
  .btn-area a {
    font-size: 0.8em;
  }
  .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 6em 0;
    position: relative;
  }
  .pagenav .prev {
    display: inline-block;
    float: left;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .next {
    display: inline-block;
    float: right;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  .booth-list {
    display: block;
  }
  .booth-list .boothbox {
    margin: 0 auto 1.5em;
    width: 96%;
  }
  .booth-list .boothbox .boothdetail .boothinfo dl dt {
    width: 17% !important;
  }
  .booth-list .boothbox .boothdetail .boothinfo dl dt span {
    white-space: nowrap;
  }
  .booth-list .boothbox .boothdetail .boothinfo dl dd {
    width: 83% !important;
  }
  .booth-list .boothbox .boothdetail .boothphoto {
    width: 55%;
  }
  .booth-list .boothbox .boothdetail .boothphoto p {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
  }
  .photoarea {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .photoarea p {
    margin: 0 auto 2.5em;
    width: 95%;
    text-align: center;
  }
  .booth-detail .name {
    margin: 0 auto 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ddf1fc;
    padding: 0.5em 1em;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
  }
  .booth-detail .url {
    margin: 0 auto 1em;
    width: 90%;
    display: block;
    font-size: 1em;
  }
  .booth-detail .url dt {
    margin-bottom: 0.4em;
    width: 80px;
  }
  .booth-detail .url dt span {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 0.9em;
  }
}