@charset "UTF-8";
/* -------------------------------------------------
	オンライン特別コンテンツ
------------------------------------------------- */
#online .sub-visual {
  background: url(../img/visual_online_01.jpg) no-repeat 50% 50%;
  height: clamp(120px, 10vw, 180px);
}

#online .title {
  padding-top: 0;
  border: none;
}

#online .h-style1 {
  background: rgb(196, 226, 245);
  background: linear-gradient(130deg, rgb(196, 226, 245) 50%, rgb(161, 213, 246) 50%);
  padding: 1rem;
  border-radius: 1rem;
}

#directions_menu {
  justify-content: center;
  align-items: center;
}

.lower-layout-area .pc-main #directions_menu li a {
  padding: 1rem 1.2rem;
  border-radius: 0.5rem;
  background-color: #f9f7ed;
  border: 2px solid #b5a344;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222222;
  display: inline-block;
}

.lower-layout-area .pc-main #directions_menu li a i {
  color: #b5a344;
}

.company_name {
  margin-bottom: 1rem;
}

.company_name input[type=text] {
  /* border: 1px solid #aaaaaa; */
  /* height: 2.0em; */
  border-radius: 2em;
  /* padding: .5rem 1rem; */
}

.company_name input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}

@media print, screen and (max-width: 750px) {
  #online .h-style1 {
    border-radius: 0.5rem;
  }
  .search-box {
    padding: 0.1rem 1rem 2rem;
    border-radius: 1rem;
  }
  .lower-layout-area .pc-main #directions_menu {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
  }
  .lower-layout-area .pc-main #directions_menu li {
    margin-right: 0;
  }
  .lower-layout-area .pc-main #directions_menu li a {
    display: block;
    padding: 0.5rem 0.9rem;
    border-radius: 2rem;
    background-color: #f9f7ed;
    border: 1px solid #b5a344;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    color: #222222;
  }
}
/* レポート */
#report .content-box {
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 0.4rem;
  position: relative;
  display: block;
}

#report .content-box,
#report .content-box .h-content {
  text-decoration: none;
}

#report .content-box .h-content {
  color: #333333;
}

#report .content-box p {
  text-decoration: underline;
}

#report .pic {
  margin-bottom: 1rem;
}

#report .h3-comingsoon {
  background-color: #ee3333;
  color: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 0.2rem;
  font-size: 0.7em;
}

@media print, screen and (min-width: 768px) {
  #report .wide .content-box {
    max-width: 100%;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  #report .content-box {
    max-width: calc(33% - 2rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media print, screen and (max-width: 767) {
  #report .wide .content-box .pic {
    margin-bottom: 2rem;
  }
  #report .content-box {
    max-width: calc(100% - 0rem);
    margin-bottom: 2rem;
    border-radius: 0;
    border-width: 1px 0 0;
  }
}
/* 出展企業 */
.content-box {
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 0.4rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.content-box-wide {
  max-width: calc(100% - 0rem);
}

.content-box > a {
  text-decoration: none;
  color: #333333;
}

.content-box .h-content {
  margin: 0em 0 1em;
  font-size: 24px;
  line-height: 1.2;
}

.content-box img + .h-content {
  margin-top: 0.8rem;
}

.content-box .btn-bus {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

.row-cols-md-4 .content-box .h-content {
  font-size: 18px;
}

.content-box .h-content:before {
  content: "";
  height: 1.2em;
  width: 0.6rem;
  margin-right: 0.64rem;
  background-color: #0096cf;
  display: inline-block;
  margin-left: -1rem;
  position: absolute;
}

.tag-box {
  margin-top: -1rem;
  text-align: right;
}

.content-box .tag {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background-color: #b5a344;
  border-radius: 2rem;
  color: #ffffff;
}

.content-box ul {
  padding-left: 0;
}

.content-box .list-category li,
.content-box .booth-place li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.content-box .booth-data {
  display: flex;
  margin-bottom: 0.5rem;
}

.content-box .booth-data dt {
  background-color: #eeeeee;
  width: 20%;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
}

.content-box .booth-data dd {
  width: 80%;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0;
}

#YouTuber .content-box .pic {
  margin-bottom: 1rem;
}

.btn-info {
  background-color: #0098e2;
  color: #ffffff;
  font-size: 0.85rem;
}

.btn-info:hover {
  background-color: #28aff1;
  color: #ffffff;
}

@media print, screen and (min-width: 750.1px) {
  .row-cols-md-2 .content-box {
    max-width: calc(50% - 1rem);
  }
  .row-cols-md-3 .content-box {
    max-width: calc(33% - 1rem);
  }
  .row-cols-md-4 .content-box {
    max-width: calc(25% - 1rem);
    padding: 1rem;
  }
  .content-box:last-of-type {
    margin-right: auto;
    margin-left: 0.5rem;
  }
  .content-box {
    display: flex;
    flex-flow: column;
  }
  .content-box .movies {
    margin-top: auto;
  }
}
@media print, screen and (max-width: 750px) {
  .content-box {
    max-width: calc(100% - 0rem);
    margin-bottom: 2rem;
    border-radius: 0;
    border-width: 1px 0 0;
  }
  .content-box:last-of-type {
    border-width: 1px 0 1px;
  }
  .content-box .h-content {
    font-size: 5.0666666667vw;
    padding-bottom: 0.3em;
  }
  .content-box .booth-data {
    display: block;
  }
  .content-box .booth-data dt {
    width: 100%;
  }
  .content-box .booth-data dd {
    width: 100%;
  }
  #YouTuber .content-box .pic {
    max-width: auto;
    width: 100%;
  }
}
.ol-style {
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

#wanted .ol-style li {
  margin-bottom: 0.4rem;
  padding: 0.5rem;
  background-color: #fffee8;
}

@media screen and (max-width: 767px) {
  .ol-style {
    margin-right: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=shops.css.map */