@charset "UTF-8";

/*======================================================================
 * イベントスペース貸出案内 レイアウト
======================================================================*/
/* ------------------------------------------------------------
  * 共通
------------------------------------------------------------ */

.l-title-line+.event-section,
.l-title-line+.lead {
  margin-top: 14px;
}

.lead {
  margin-bottom: 30px;
  line-height: 1.69;
}
.l-page-title + .lead {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 1em;
  }
}

.lead a {
  color: #003A8F;
}

/* ------------------------------------------------------------
  * イベントスペース
------------------------------------------------------------ */
.space-container {
  margin: 0 0 54px;
}

.space-container:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .space-container {
    margin: 0 0 38px;
  }

  .space-container:last-child {
    margin-bottom: 40px;
  }
}

/* .space-container .anchor-block {
  margin: 45px 0;
} */

.space-container .anchor-block ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-right: -12px;
}

.space-container .anchor-block a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  border: 2px solid #003A8F;
  border-radius: 5px;
  /* max-width: 320px; */
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.02em;
  background: #ffffff;
  text-decoration: none;
  color: #003A8F;
  padding: 0 30px 0 8px;
  font-weight: 500;
}

.space-container .anchor-block a:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #003A8F;
  border-right: 2px solid #003A8F;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
  margin: -4px 0 0 -8px;
}

/* .space-container .anchor-block a small {
  font-size: 1rem;
  line-height: 1.2;
} */

.space-container .anchor-block li {
  width: calc(calc(100%/2) - 12px);
  margin-bottom: 20px;
  margin-right: 12px;
}

.space-container .anchor-block li:last-child {
  width: 100%;
}

.space-container .anchor-block li:last-child a {
  /* max-width: none; */
}

@media screen and (max-width: 768px) {
  /* .space-container .anchor-block {
    margin: 25px 0 40px;
  } */

  .space-container .anchor-block ul {
    margin-bottom: -10px;
    margin-right: -5px;
  }

  .space-container .anchor-block li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .space-container .anchor-block a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 20px 4px 8px;
    text-align: left;
    font-size: 1.3rem;
  }

  .space-container .anchor-block a:after {
    right: 14px;
  }
}
.space-container .link-button-group.-center {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .space-container .link-button-group.-center {
    margin-bottom: 0;
  }

  .space-container .link-button-group.-center .link-button {
    max-width: 320px;
    margin-right: auto !important;
  }

  .space-container .link-button-group.-center .link-button:nth-child(n+2) {
    margin-top: 20px;
  }
}

.event-section {
  margin-bottom: 56px;
}

.event-section:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .event-section {
    margin-bottom: 40px;
  }

  .event-section:last-child {
    margin-bottom: 38px;
  }
}

.event-section .l-title-bg-blue {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .event-section .l-title-bg-blue {
    margin-bottom: 20px;
    padding: 8px 12px;
    line-height: 1.33;
  }
}

.event-section .event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-section .event-block:not(:last-child) {
  margin-bottom: 40px;
}

.event-section .event-block .image {
  width: 36%;
}

.event-section .event-block .image img {
  width: 100%;
}

.event-section .event-block .text {
  width: 62%;
}

.event-section .event-block .text p:first-child {
  margin-top: -5px;
}

.event-section .event-block .text a {
  color: #003A8F;
}

.event-section .event-block .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 10px;
}

.event-section .event-block .text dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.29;
  background: #F4F4F4;
}

.event-section .event-block .text dd {
  margin: 0;
  line-height: 1.69;
}

.event-section .event-block .text dd small {
  display: inline-block;
  margin-left: 1.33em;
  color: #727272;
  font-size: 1.2rem;
  line-height: 1.83;
}

/* .event-section .event-block .text .button-group {
  margin-bottom: 10px;
}

.event-section .event-block .text .button-group .link-button {
  min-height: 50px;
  margin: 0;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event-section .event-block .text .button-group .link-button::after {
  top: 55%;
  right: 15px;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
} */

@media screen and (max-width: 768px) {
  .event-section .event-block {
    display: block;
  }

  .event-section .event-block .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .event-section .event-block .text {
    width: 100%;
    line-height: 1.6875;
  }

  .event-section .event-block .text p:first-child {
    margin-top: 0;
  }

  /* .event-section .event-block .text .button-group .link-button {
    margin: 0 auto;
  } */
}

/* 
.floormap-section .floormap-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 756px;
  margin: 22px auto 70px;
}

@media screen and (max-width: 768px) {
  .floormap-section .floormap-images {
    max-width: none;
    margin: 22px auto 53px;
  }
}

.floormap-section .floormap-image.-center1f {
  width: 343px;
  margin: 8px 42px 53px 0;
}

.floormap-section .floormap-image.-center2f {
  width: 354px;
  margin: 0 0 53px;
}

.floormap-section .floormap-image.-east1f {
  width: 347px;
  margin: 0 56px 4px 0;
}

.floormap-section .floormap-image.-east2f {
  width: 353px;
}

@media screen and (max-width: 768px) {
  .floormap-section .floormap-image.-center1f {
    width: 96.56%;
    margin: 22px auto 29px 0;
  }

  .floormap-section .floormap-image.-center2f {
    width: 95.94%;
    margin: 0 auto 40px 0;
  }

  .floormap-section .floormap-image.-east1f {
    width: 100%;
    margin: 0 0 40px;
  }

  .floormap-section .floormap-image.-east2f {
    width: 100%;
    margin: 0;
  }
} */

.contact-block {
  margin: 38px 0 0;
  line-height: 1.69;
}

@media screen and (max-width: 768px) {
  .contact-block {
    margin-top: 32px;
  }
}

.contact-block h3 {
  font-size: 1.6rem;
}
.contact-block h3 span {
  font-weight: 400;
  display: block;
}
.contact-block h3+p,
.contact-block-column {
  margin-top: -0.5em;
}
.contact-block a {
  color: #003A8F;
}

.holiday-season {
  font-weight: bold;
  line-height: 1.69;
  border: 2px solid #BC0000;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.holiday-season-title {
  font-weight: bold;
  margin-bottom: 0;
}
.holiday-season-text {
  margin-top: 0;
}
.holiday-season-update {
  margin: 0;
}
.holiday-season-list {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.holiday-season-item dl {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .holiday-season-item dl {
    display: block;
  }
}
.holiday-season-item dl dt {
  color: inherit;
  width: 107px;
  position: relative;
}
.holiday-season-item:nth-child(2) dl dt {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .holiday-season-item dl dt,
  .holiday-season-item:nth-child(2) dl dt {
    width: 100%;
  }
}
.holiday-season-item dl dt::after {
  content: "：";
  width: 1em;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .holiday-season-item dl dt::after {
    content: none;
  }
}
.holiday-season-item dl dd {
  width: calc(100% - 107px);
  margin-left: 0;
}
.holiday-season-item:nth-child(2) dl dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .holiday-season-item dl dd,
  .holiday-season-item:nth-child(2) dl dd {
    width: 100%;
  }
}

.contact-block p {
  /* margin: 1.5em 0; */
  margin: 0;
}
.contact-block p:first-child {
  margin-top: 0;
}

.contact-block p:last-child {
  margin-bottom: 0;
}
.contact-block p span {
  font-weight: bold;
}
.contact-block p span.contact-note {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: inherit;
}
.contact-block a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.contact-block-column {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-block-column {
    display: block;
  }
}
.contact-block-column dt {
  white-space: nowrap;
}
.contact-block-column dd {
  margin: 0;
}
.contact-block-column dd a {
  color: #003A8F;
}

/* 追加 */
.dis-ib {
  display: inline-block;
}

/* トップ */
.eventspace-main {
  max-width: 730px;
  margin: 0 auto;
}

.eventspace-main img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .eventspace-main {
    margin: 0 auto;
  }
}
.space-container .l-page-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .space-container .l-page-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.space-container .l-page-title h1 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .space-container .l-page-title h1 {
    text-align: center;
  }
}
/* 撮影ロケスペースについて */
.location-section {

}
.location-section:not(:first-of-type) {
  border-top: 1px solid #003A8F;
  padding-top: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .location-section:not(:first-of-type) {
    padding-top: 16px;
    margin-top: 20px;
  }
}
.location-title {
  margin: 0;
  font-size: 2rem;
  color: #003A8F;
}
@media screen and (max-width: 768px) {
  .location-title {
    font-size: 1.8rem;
  }
}
.location-text {
  font-size: 1.4rem;
  margin: 15px 0 0;
}
.location-text.-note {
  position: relative;
  padding-left: 1em;
}
.location-text.-note:nth-of-type(n+2) {
  margin-top: 0;
}
.location-text.-note::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}
.location-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 750px;
  margin: 15px auto 0;
  padding: 0;
  list-style: none;
}
.location-image li {
  width: 48%;
}
.location-image li img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .location-image li {
    width: 100%;
  }
  .location-image li:not(:first-child) {
    margin-top: 10px;
  }
}