@charset "UTF-8";


@media (max-width: 767px) {
  .c-pagetop {
    bottom: 16px !important;
  }
}
.font-orange {
  font-weight: bold;
  color: #e97132;
}
.font-light-orange {
  font-weight: bold;
  color: #ffc7a9;
}
.luminous {
  transition: all 0.3s 0s ease;
}
/* .luminous:hover {
  opacity: 0.6;
} */
.luminous::after {
  display: none;
}
.l-header {
  position: relative;
}
.l-main {
  margin-top: 0px;
  overflow: visible;
}
@media (max-width: 767px) {
  .l-pagetitle::before {
    width: calc(100% - 20px);
  }
}
.meetingroom-link {
  color: #0066cc;
  text-decoration: underline;
}
.meetingroom-link:hover {
  text-decoration: none;
}
.meetingroom-mv {
  background-color: #fbe3d6;
}
.meetingroom-inner {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.meetingroom-mv {
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .meetingroom-mv {
    padding: 50px 0;
  }
}
.meetingroom-mv .meetingroom-inner-column {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  gap: 0px;
}
@media (max-width: 767px) {
  .meetingroom-mv .meetingroom-inner-column {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.meetingroom-inner-left {
  width: calc(60% - 0px);
}
@media (max-width: 767px) {
  .meetingroom-inner-left {
    width: 100%;
  }
}
.meetingroom-inner-right {
  width: calc(40% - 0px);
  position: relative;
}
@media (max-width: 767px) {
  .meetingroom-inner-right {
    width: 100%;
    text-align: center;
  }
}
.meetingroom-inner-right img {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  transform: translateY(-50%);
  min-width: 116.1%;
}
@media (max-width: 767px) {
  .meetingroom-inner-right img {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    min-width: auto;
    width: 520px;
  }
}
.meetingroom-mv-title01 {
  font-size: 44px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e97132;
}
@media (max-width: 959px) {
  .meetingroom-mv-title01 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .meetingroom-mv-title01 {
    font-size: 23px;
    margin-bottom: 16px;
  }
}
.meetingroom-mv-title02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 959px) {
  .meetingroom-mv-title02 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .meetingroom-mv-title02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.meetingroom-mv-title02 span {
  font-size: 24px;
  border-bottom: solid 4px #ffd05a;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .meetingroom-mv-title02 span {
    font-size: 20px;
  }
}
.meetingroom-mv .l-btn {
  justify-content: left;
}
@media (max-width: 767px) {
  .meetingroom-mv .l-btn {
    justify-content: center;
  }
}
.meetingroom__pagelink {
  background-color: #fff;
  border-radius: 16px;
  padding: 0 20px 20px;
  position: relative;
}
.meetingroom__pagelink .c-pagelink__item:hover {
  color: #e97132;
}
.meetingroom__pagelink .c-pagelink__item::before {
  background: #e97132;
}
.meetingroom__pagelink .c-pagelink__item::after {
  color: #e97132;
}
.meetingroom__pagelink .c-pagelink__list li {
    width: calc((100% / 7) - 20px);
    margin: 0px 20px 0 0;
}
@media (max-width: 767px) {
  .meetingroom__pagelink .c-pagelink__list li {
    width: calc(50% - 10px);
    margin: 0px 10px 0 0;
  }
}
.meetingroom-section-title {
  width: 100%;
  background-color: #e97132;
}
.meetingroom-section-title .meetingroom-inner {
  padding: 40px 20px;
  position: relative;
}
.meetingroom-section-title h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .meetingroom-section-title h2 {
    font-size: 24px;
  }
}
.meetingroom-section-title h2 .small {
  font-size: 20px;
}
.meetingroom-section-title .copy {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ffc7a9;
  padding: 12px 20px;
  background-color: #0e2841;
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 767px) {
  .meetingroom-section-title .copy {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.meetingroom-section-title .copy::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 0px 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: -10px;
  top: 0px;
}
.meetingroom-section-title .num {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "Inter", sans-serif;
  font-size: 110px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0.1;
}
@media (max-width: 767px) {
  .meetingroom-section-title .num {
    font-size: 90px;
  }
}
.meetingroom-section-title + .meetingroom-inner,
.meetingroom-inner.default-section-margin {
  padding-top: 80px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .meetingroom-section-title + .meetingroom-inner,
  .meetingroom-inner.default-section-margin {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
#worry .meetingroom-section-title .meetingroom-inner {
  background-image: url('/assets/img/domestic/meetingroom/img_worry01.png');
  background-repeat: no-repeat;
  background-position: 10px center;
}
@media (max-width: 767px) {
  #worry .meetingroom-section-title .meetingroom-inner {
    background-position: 10px 10px;
    background-size: 64px auto;
  }
}
#worry .meetingroom-section-title .meetingroom-inner::after {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 40px 40px 0 40px;
  border-color: #e97132 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #worry .meetingroom-section-title .meetingroom-inner::after {
    bottom: -19px;
  }
}
#worry .meetingroom-section-title h2 {
  text-align: center;
}
.meetingroom-worry-section {
  background-color: #f7935f;
}
.meetingroom-worry-section .meetingroom-inner {
  position: relative;
}
.meetingroom-worry-section .meetingroom-inner::after {
  content: "";
  display: block;
  height: 48px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100% , 100% 0);
  background-color: #f7935f;
  position: absolute;
  left: 50%;
  bottom: -47px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .meetingroom-worry-section .meetingroom-inner::after {
    height: 30px;
    bottom: -29px;
  }
}
.meetingroom-worry-image {
  text-align: center;
  padding: 64px 0 40px 0;
}
@media (max-width: 767px) {
  .meetingroom-worry-image {
    padding: 30px 0 16px 0;
  }
}
.meetingroom-worry-section + .meetingroom-inner {
  padding: 80px 0 130px 0;
}
@media (max-width: 767px) {
  .meetingroom-worry-section + .meetingroom-inner {
    padding: 50px 0 80px 0;
  }
}
.meetingroom-worry-conclude {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .meetingroom-worry-conclude {
    font-size: 24px;
  }
}
.meetingroom-worry-conclude span {
  font-size: 44px;
  border-bottom: solid 4px #ffd05a;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .meetingroom-worry-conclude span {
    font-size: 34px;
  }
}
.meetingroom-lead {
  margin-bottom: 50px;
}
.meetingroom-about-image {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .meetingroom-about-image {
    margin-bottom: 30px;
  }
}
.meetingroom-about-image figcaption {
  margin-top: 50px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .meetingroom-about-image figcaption {
    margin-top: 30px;
    font-size: 20px;
  }
}
.meetingroom-about-column {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .meetingroom-about-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.meetingroom-about-column > div {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .meetingroom-about-column > div {
    width: 100%;
  }
}
.meetingroom-about-column figure {
  text-align: center;
}
.meetingroom-about-column-box {
  border-radius: 16px;
  overflow: hidden;
}
.meetingroom-about-column-box dt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  background-color: #0e2841;
}
@media (max-width: 767px) {
  .meetingroom-about-column-box dt {
    font-size: 18px;
    padding: 12px 8px;
  }
}
.meetingroom-about-column-box dd {
  background-color: #fbf3ef;
  padding: 32px;
}
@media (max-width: 767px) {
  .meetingroom-about-column-box dd {
    padding: 20px;
  }
}
.meetingroom-list-grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .meetingroom-list-grid {
    gap: 20px;
  }
}
.meetingroom-list-grid li {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .meetingroom-list-grid li {
    padding-left: 16px;
  }
}
.meetingroom-list-grid li::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #0e2841;
  vertical-align: middle;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.meetingroom-h3-orange {
  text-align: center;
}
.meetingroom-h3-orange h3 {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: #e97132;
  border-bottom: solid 2px #ffd05a;
  padding: 0 20px 3px;
}
@media (max-width: 767px) {
  .meetingroom-h3-orange h3 {
    font-size: 24px;
  }
}
.meetingroom-h3-orange h3 span {
  font-size: 26px;
  color: #333;
}
@media (max-width: 767px) {
  .meetingroom-h3-orange h3 span {
    font-size: 20px;
  }
}
.meetingroom-fukidashi {
  text-align: center;
}
.meetingroom-fukidashi p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .meetingroom-fukidashi p {
    font-size: 16px;
  }
}
.meetingroom-fukidashi p::before {
  content: "＼";
  position: absolute;
  left: 0;
  bottom: 0;

}
.meetingroom-fukidashi p::after {
  content: "／";
  position: absolute;
  right: 0;
  bottom: 0;
}
#reduction .meetingroom-section-title .meetingroom-inner {
  padding-right: 260px;
}
@media (max-width: 767px) {
  #reduction .meetingroom-section-title .meetingroom-inner {
    padding-right: 80px;
  }
}
#reduction .meetingroom-section-title .meetingroom-inner::after {
  content: "";
  width: 140px;
  height: 160px;
  background-image: url('/assets/img/domestic/meetingroom/img_reduction01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  right: 115px;
  bottom: -9px;
}
@media (max-width: 767px) {
  #reduction .meetingroom-section-title .meetingroom-inner::after {
    width: 70px;
    height: 80px;
    right: 15px;
    bottom: -5px;
  }
}
.meetingroom-reduction-conclude {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .meetingroom-reduction-conclude {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #case .meetingroom-section-title .copy {
    font-size: 13px;
  }
}
.meetingroom-case-sction {
  background-color: #fbe3d6;
  border-radius: 16px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .meetingroom-case-sction {
    margin-bottom: 30px;
  }
}
.meetingroom-case-title {
  display: flex;
  align-items: baseline;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .meetingroom-case-title {
    display: block;
  }
}
.meetingroom-case-title .copy {
  color: #fff;
  font-size: 34px;
  line-height: 1.0;
  font-weight: bold;
  padding: 16px 30px;
  background-color: #0e2841;
  border-radius: 0 16px 16px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .meetingroom-case-title .copy {
    font-size: 24px;
    padding: 12px 20px;
    border-radius: 0 8px 8px 0;
    display: inline-block;
  }
}
.meetingroom-case-title h3 {
  flex: 1;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 32px;
  border-bottom: solid 2px #ffd05a;
}
@media (max-width: 767px) {
  .meetingroom-case-title h3 {
    font-size: 20px;
    margin: 0 20px;
  }
}
.meetingroom-case-sction-inner {
  max-width: 984px;
  padding: 32px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .meetingroom-case-sction-inner {
    padding: 20px;
  }
}
.meetingroom-case-comment {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .meetingroom-case-comment {
    gap: 16px;
  }
}
.meetingroom-case-comment.right {
  flex-direction: row-reverse;
}
.meetingroom-case-comment + .meetingroom-case-comment {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .meetingroom-case-comment + .meetingroom-case-comment {
    margin-top: 20px;
  }
}
.meetingroom-case-comment > figure {
  width: 128px;
  border-radius: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .meetingroom-case-comment > figure {
    width: 50px;
  }
}
.meetingroom-case-comment > div {
  border-radius: 16px;
  background-color: #fbf3ef;
  padding: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .meetingroom-case-comment > div {
    border-radius: 8px;
    padding: 10px;
  }
}
.meetingroom-case-comment > div::before {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fbf3ef transparent transparent;
  position: absolute;
  left: -8px;
  top: 60px;
}
@media (max-width: 767px) {
  .meetingroom-case-comment > div::before {
    top: 16px;
  }
}
.meetingroom-case-comment.right > div::before {
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fbf3ef;
  left: auto;
  right: -8px;
  top: 60px;
}
@media (max-width: 767px) {
  .meetingroom-case-comment.right > div::before {
    top: 16px;
  }
}
.meetingroom-case-comment > div .comment-name {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .meetingroom-case-comment > div .comment-name {
    font-size: 14px;
  }
}
.meetingroom-case-comment > div .comment-txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .meetingroom-case-comment > div .comment-txt {
    font-size: 16px;
  }
}
.meetingroom-case-attention {
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .meetingroom-case-attention {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
#scene {
  background-color: #fbf3ef;
}
#scene .meetingroom-section-title .meetingroom-inner {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #scene .meetingroom-section-title .meetingroom-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#scene .meetingroom-section-title h2 {
  text-align: center;
}
#scene .meetingroom-section-title .meetingroom-inner::after {
  content: "";
  width: 152px;
  height: 152px;
  background-image: url('/assets/img/domestic/meetingroom/img_scene01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width: 767px) {
  #scene .meetingroom-section-title .meetingroom-inner::after {
    width: 76px;
    height: 76px;
    bottom: -1px;
  }
}
.meetingroom-scene-column {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.meetingroom-scene-column.reverse {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column.reverse {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.meetingroom-scene-column > div {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .meetingroom-scene-column > div {
    width: 100%;
  }
}
.meetingroom-scene-column figure {
  text-align: center;
}
.meetingroom-scene-column-box {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fbe3d6;
  height: 100%;
}
.meetingroom-scene-column-box.large {
  padding: 32px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column-box.large {
    padding: 20px;
  }
}
.meetingroom-scene-column-box dt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  background-color: #0e2841;
}
@media (max-width: 767px) {
  .meetingroom-scene-column-box dt {
    font-size: 18px;
    padding: 12px 8px;
  }
}
.meetingroom-scene-column-box dd {
  padding: 32px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column-box dd {
    padding: 20px;
  }
}
.meetingroom-scene-column-box.large .meetingroom-list-grid li {
  font-size: 20px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column-box.large .meetingroom-list-grid li {
    font-size: 16px;
  }
}
.meetingroom-scene-column-box.large .meetingroom-list-grid li::before {
  background-color: #e97132;
}
.meetingroom-scene-column.row3 {
  display: flex;
  gap: 32px;
  align-items: normal;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .meetingroom-scene-column.row3 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.meetingroom-scene-column.row3 > div {
  width: calc(33.33% - 21.33px);
}
@media (max-width: 767px) {
    .meetingroom-scene-column.row3 > div {
        width: 100%;
    }
}
#flow {
  background-color: #e97132;
}
#flow .meetingroom-section-title {
  border-bottom: solid 1px #f09a72;
}
#flow .meetingroom-section-title h2 {
  text-align: center;
}
#flow .meetingroom-section-title + .meetingroom-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
  #flow .meetingroom-section-title + .meetingroom-inner {
      padding-top: 50px;
      padding-bottom: 50px;
  }
}
.meetingroom-flow-list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .meetingroom-flow-list {
    flex-wrap: wrap;
/*     gap: 40px; */
  }
}
.meetingroom-flow-list li {
  display: flex;
  align-items: center;
  width: calc((100% - 96px)/4);
  padding: 30px 20px;
  background-color: #fbe3d6;
  border-radius: 16px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .meetingroom-flow-list li {
    width: 100%;
    padding: 20px;
  }
}
.meetingroom-flow-list li::after {
  content: "1";
  width: 56px;
  height: 56px;
  border-radius: 100px;
  text-align: center;
  line-height: 56px;
  background-color: #0e2841;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
}
@media (max-width: 767px) {
  .meetingroom-flow-list li::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    top: -20px;
    margin-left: -20px;
  }
}
.meetingroom-flow-list li:nth-child(2)::after {
  content: "2";
}
.meetingroom-flow-list li:nth-child(3)::after {
  content: "3";
}
.meetingroom-flow-list li:nth-child(4)::after {
  content: "4";
}
.meetingroom-flow-list li > .inner {
  width: 100%;
}
.meetingroom-flow-list li::before {
  content: "";
  display: block;
  height: 64px;
  width: 18px;
  clip-path: polygon(0 0, 0 100% , 100% 50%);
  background-color: #0e2841;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .meetingroom-flow-list li::before {
    display: none;
  }
}
.meetingroom-flow-list li:last-of-type::before {
  display: none;
}
#request {
  background-image: url('/assets/img/domestic/meetingroom/img_request01.png');
  background-repeat: no-repeat;
  background-position: 7% 300px;
}
#request .meetingroom-section-title {
  background-color: transparent;
}
#request .meetingroom-section-title h2 {
  color: #e97132;
  text-align: center;
}
#request .meetingroom-section-title .meetingroom-inner {
  padding: 80px 20px 40px 20px;
}
#request .meetingroom-section-title .num {
  color: #e97132;
  top: 70px;
  transform: translateY(0);
}
.meetingroom-request-width {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.meetingroom-request-width.form-area {
  padding: 24px;
  background: #F6F8F9;
  font-size: 1.4rem;
}
.meetingroom-request-fukidashi {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #ffc7a9;
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  background-color: #0e2841;
  position: relative;
}
.meetingroom-request-fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #0e2841 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}
.meetingroom-request-attention {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}
.meetingroom__thanks-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .meetingroom__thanks-heading {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.meetingroom__stepbar, .meetingroom__err-box, .meetingroom__plivacy, .meetingroom__form {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .meetingroom__stepbar, .meetingroom__err-box, .meetingroom__plivacy, .meetingroom__form {
    margin-bottom: 48px;
  }
}
.meetingroom__form {
  margin-bottom: 64px;
}
.meetingroom-request-width.form-area .meetingroom__form {
  margin-bottom: 32px;
}
.meetingroom__form input,
.meetingroom__form select,
.meetingroom__form textarea {
  background: #fff;
}
.meetingroom__form select {
  appearance: auto;
}
.meetingroom__lead {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 48px;
}
.meetingroom__lead.thx {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .meetingroom__lead.thx {
    font-size: 1.6rem;
    text-align: left;
  }
}
.meetingroom__thanks-request {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.meetingroom__thanks-request dl {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .meetingroom__thanks-request dl {
    font-size: 1.6rem;
  }
}
.meetingroom__thanks-request dl dt {
  font-weight: bold;
}
.meetingroom__err-box {
  border: 1px solid #D11A1A;
  background: #FCF2F2;
  border-radius: 5px;
  color: #D11A1A;
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .meetingroom__err-box {
    padding: 16px;
  }
}
.meetingroom__err-box p {
  font-weight: 700;
}
.meetingroom__err-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.meetingroom__err-box ul li::before {
  content: "・";
}
.meetingroom__err-text {
  color: #D11A1A;
  margin-top: 0.75em;
}
.meetingroom__plivacy {
  background: #F6F8F9;
  padding: 24px 0;
  text-align: center;
  margin-bottom: 32px;
}
.meetingroom__plivacy-checkbox {
  text-align: center;
}
.meetingroom__plivacy-link {
  margin-top: 32px;
}
.meetingroom__plivacy-link .c-link {
  font-weight: 500;
  color: #333333;
}
.meetingroom__plivacy-link .c-link::after {
  color: #00B04E;
}
/* .meetingroom-block {
  border-top: 1px solid #D6D6D6;
} */
.meetingroom-block:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.meetingroom-block__heading {
  width: 100%;
  padding: 16px;
  background: #dcf0fb;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 959px) {
  .meetingroom-block__heading br {
    display: none;
  }
}
@media (max-width: 767px) {
  .meetingroom-block__heading {
    padding: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .-confirm .meetingroom-block__heading {
    padding: 32px;
  }
}
.meetingroom-block__body {
  flex: 1 0 0%;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .meetingroom-block__body {
    padding: 24px 0;
  }
}
.meetingroom-request-width.form-area .meetingroom-block__body p {
  font-size: 13px;
}
.meetingroom-request-width.form-area .meetingroom-block__half {
  display: flex;
  justify-content: space-between;
}
.meetingroom-request-width.form-area .meetingroom-block__half > .meetingroom-block__item {
  width: 48%;
}
.meetingroom-block__item {
  display: flex;
}
@media (max-width: 767px) {
  .meetingroom-block__item {
    flex-direction: column;
  }
}
.meetingroom-request-width.form-area .meetingroom-block__item {
  flex-direction: column;
}
.meetingroom-block__item + .meetingroom-block__item,
.meetingroom-block__item + .meetingroom-block__half,
.meetingroom-block__half + .meetingroom-block__item,
.meetingroom-block__half + .meetingroom-block__half {
  margin-top: 16px;
}
.meetingroom-request-width.form-area .meetingroom-block__half .meetingroom-block__item + .meetingroom-block__item {
  margin-top: 0;
}
.meetingroom-block__item-heading {
  width: 25%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}
.meetingroom-request-width.form-area .meetingroom-block__item-heading {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .meetingroom-block__item-heading {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 16px;
  }
}
.meetingroom-block__item-heading::after {
  content: "";
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 500;
  border: 1px solid;
  border-radius: 20px;
  padding: 0 8px;
  height: 21px;
  margin-left: 8px;
  vertical-align: 2px;
}
.meetingroom-block__item-heading.-required::after {
  content: "必須";
  border-color: #D11A1A;
  color: #D11A1A;
}
.meetingroom-block__item-heading.-optional::after {
  content: "任意";
  border-color: #00B04E;
  color: #00B04E;
}
.meetingroom-block__item-body {
  width: 75%;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .meetingroom-block__item-body {
      width: 100%;
      padding-left: 0;
  }
}
.meetingroom-request-width.form-area .meetingroom-block__item-body {
  width: 100%;
  padding-left: 0;
}
.meetingroom-request-bottom {
  display: flex;
  justify-content: center;
  padding: 50px 20px 130px;
}
@media (max-width: 767px) {
  .meetingroom-request-bottom {
    display: flex;
    justify-content: center;
    padding: 30px 20px 80px;
  }
}
