/**************************
 フローティングボタン
**************************/
.fixed_contact_section {
  position: fixed;
  bottom: -150px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-top: #E1E4E7 1px solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 12px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(228, 231, 233, 0.9);
}

.fixed_contact_section.sticky {
  bottom: 0;
}

.fixed_contact_section .btn_area{
  padding: 10px 0 8px;
}
.fixed_contact_section .btn_area .btn{
  padding-top: 22px;
  position: relative;
  font-feature-settings: 'palt';
  border-radius: 5px;
}
.fixed_contact_section .btn_area .btn > span.ico_line:before {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(./assets/images/common/ico_line_floating.svg) no-repeat;
  background-size: 1.4em;
  left: -1.7em;
  top: -0.1em;
}
.fixed_contact_section .btn_area .btn .small{
  padding-left: 1px;
}
.fixed_contact_section .btn_area .btn::before {
  top: -14px;
  position: absolute;
}
.fixed_contact_section .btn_area .btn::before {
  position: absolute;
  content: "";
  background: url(./assets/images/common/balloon_btn_mag.png) no-repeat;
  background-size: 160px;
  width: 160px;
  height: 32px;
  right: 0;
  left: 0;
  margin: auto;
  top: -9px;
}

/**************************
 ブログカード
**************************/
iframe.wp-embedded-content {
  width: 100%;
  height: 325px !important;
}

@media screen and (min-width: 768px) {
  iframe.wp-embedded-content {
    height: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  iframe.wp-embedded-content {
    height: 230px !important;
  }
}

@media screen and (max-width: 320px) {
  iframe.wp-embedded-content {
    height: 368px !important;
  }
}

.wp-embed {
  margin: 2em 0;
  padding: 18px 4%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #82878c;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: auto;
  zoom: 1;
  display: flex;
  justify-content: space-between;
}
p.wp-embed-heading {
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;;
}
.wp-embed-heading a {
  color: #333 !important;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}
.wp-embed-featured-image.square {
  width: 100px;
}
.wp-embed .wp-embed-featured-tx_block {
  width: calc(100% - 110px);
}
.wp-embed-site-title a {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
}

.itemInfo .wp-embed {
  background: #f1f6fc;
  border: 1px solid #eef4fa;
  border-radius: 0;
  box-shadow: none;
}
.itemInfo p.wp-embed-heading {
  font-size: 1.4rem !important;
}
.itemInfo .wp-embed-heading a{
  font-weight: normal;
  -webkit-font-smoothing: inherit;
}

@media screen and (min-width: 768px) {
  .wp-embed {
    align-items: center;
  }
  .wp-embed-featured-image.square {
    width: 140px;
  }
  .wp-embed .wp-embed-featured-tx_block {
    width: calc(100% - 160px);
  }
}

/**************************
  会場詳細（基本情報）
**************************/
.post_body .place_basic_information_section h2 {
  margin-bottom: 45px;
  padding-top: 40px;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  line-height: 1;
  position:relative;
}
.place_basic_information_section h2::after {
  position: absolute;
  content: "INFORMATION";
  font-size: 1.2rem;
  font-weight: normal;
  color: #888888;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto 24px;
  letter-spacing: 0.03em;
  text-align: center;
}

.place_basic_information_section h2 span.en {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
  line-height: 1;
}

.post_body .place_basic_information_section .con_inner {
  padding: 0 15px;
}

.post_body .place_basic_information_section .place_basic_information_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin: 0 0 30px;
  text-align: left;
  font-weight: initial;
  color: #333;
  border-radius: unset;
}

.place_basic_information_section .place_basic_information_dl dt {
  width: 100%;
  background: var(--gray-light3);
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  color: #333;
  border-radius: unset;
}

.place_basic_information_section .place_basic_information_dl dd {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22.4px;
  font-size: 14px;
}

.place_basic_information_section .place_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
}

.place_basic_information_section .place_map iframe, .place_basic_information_section .place_map object, .place_basic_information_section .place_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.place_basic_information_section .place_address {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .place_basic_information_section {
    margin-bottom: 40px;
  }
  .place_basic_information_section h2 {
    padding-top: 80px;
    font-size: 1.8rem;
  }
  .place_basic_information_section h2 span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font-size: 1.8rem;
  }
  .place_basic_information_section h2 span:before,
  .place_basic_information_section h2 span:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background-color: #666666;
  }
  .place_basic_information_section h2 span:before {
    margin-right: 20px;
  }
  .place_basic_information_section h2 span:after {
    margin-left: 20px;
  }
  .place_basic_information_section h2 span.en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font-size: 2.0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
  }
  .place_basic_information_section h2 span.en:before,
  .place_basic_information_section h2 span.en:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background-color: #666666;
  }
  .place_basic_information_section h2 span.en:before {
    margin-right: 20px;
  }
  .place_basic_information_section h2 span.en:after {
    margin-left: 20px;
  }
  .post_body .place_basic_information_section .place_basic_information_dl {
    border: none;
  }
  .place_basic_information_section .place_basic_information_dl dt {
    width: 20%;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
    color: #888888;
  }
  .place_basic_information_section .place_basic_information_dl dd {
    width: 80%;
    background: var(--gray-light3);
    border-bottom: 1px solid #fff;
    color: #333;
  }
}
