@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
/*================================
オフィスエントランス工事　～　お得なパッケージプラン
==================================*/
/*先祖の強制対策 調整*/
@media print, screen and (min-width: 768px) {
  #pankuzu {
    position: absolute;
    z-index: 10;
    color: #fff;
  }
  #pankuzu a {
    color: #fff;
    transition: 0.2s;
  }
  #pankuzu a:hover {
    opacity: 0.5;
  }
}
.ttlbox {
  display: none;
}
body {
  overflow-x: hidden;
}
.section {
  margin-bottom: 0;
  position: inherit;
  z-index: 0;
}
#content_right {
  /*all: unset;*/
}
@media print, screen and (min-width: 992px) {
  #main_contents #content_right {
    float: none;
  }
}
/*調整*/
.kasoucontents h2.title01 {
  text-align: center;
  display: inline-block;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #009900;
  color: #666666;
  background-color: transparent;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 160%;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
}
.kasoucontents h3.title02_02, .title02_02, #content_right h3.title02_02 {
  margin: 0px;
  padding: 1em 0 0;
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 28px);
  text-align: center;
  border-bottom: 1px dotted #6d6d6d;
  display: block;
  margin-bottom: 1em;
}
.kasoucontents h3.title02_02.red, .title02_02.red, #content_right h3.title02_02.red {
  color: #ff0000;
}
.kasoucontents h3.title02_02.main, .title02_02.main, #content_right h3.title02_02.main {
  color: #009e52;
}
#content_right h3 {
  margin-top: 0;
  text-align: center;
  display: block;
}
#content_right h3.tx_left {
  text-align: left;
}
/*======================
pagetitle
========================*/
.meeting_room_mainimage {
  background: url("../img/edo-meeting-room_img/mainimage.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: -1;
  padding: 30px 0;
}
.meeting_room_mainimage .meeting_room_catch {
    margin-bottom: 20px;
}
.meeting_room_mainimage .meeting_room_catch p {
    margin-bottom: 10px;
    line-height: 1.35;
    font-size: 15px!important;
    color: #fff;
    text-shadow: 0 1px 3px #009e52, 1px 0 3px #009e52, 0 -1px 3px #009e52, -1px 0 3px #009e52, -1px -1px 3px #009e52, 1px -1px 3px #009e52, -1px 1px 3px #009e52, 1px 1px 3px #009e52;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}
.meeting_room_mainimage .meeting_room_catch p span {
    display: inline-block;
}
.meeting_room_mainimage .meeting_room_catch h2 {
    margin-bottom: 15px;
    line-height: 1.35;
 font-size: 20px!important;
    color: #fffd47;
    text-shadow: 0 0 3px #51514f, 0 0 10px #51514f;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}
.meeting_room_mainimage .title {
    margin-bottom: 15px;
    line-height: 1.35;
 font-size: 15px!important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 3px #51514f, 0 0 10px #51514f;
}
.meeting_room_mainimage .column_3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.meeting_room_mainimage .column_3 li {
    width: calc((100% - 15px) / 2);
    padding-bottom: 15px;
    background: rgba(255,255,255,0.7);
}
.meeting_room_mainimage .column_3 li h4 {
    margin-bottom: 10px;
    padding: 0 15px;
    color: #009e52;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}
.meeting_room_mainimage .column_3 li p {
    padding: 0 15px;
    font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 576px) {
.meeting_room_mainimage .column_3 li {
    width: calc((100% - 30px) / 3);
}
}

@media print, screen and (min-width: 768px) {
.meeting_room_mainimage {
  background: url("../img/edo-meeting-room_img/mainimage.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: -1;
  padding: 90px 0 50px;
}
.meeting_room_mainimage .meeting_room_catch {
    margin-bottom: 20px;
}
.meeting_room_mainimage .meeting_room_catch p {
    margin-bottom: 20px;
    line-height: 1.35;
    font-size: 30px!important;
}
.meeting_room_mainimage .meeting_room_catch h2 {
    margin-bottom: 40px;
    line-height: 1.35;
 font-size: 50px!important;
}
.meeting_room_mainimage .title {
    margin-bottom: 20px!important;
    line-height: 1.35;
 font-size: 30px!important;
}
.meeting_room_mainimage .column_3 {
    gap: 30px;
}
.meeting_room_mainimage .column_3 li {
    width: calc((100% - 60px) / 3);
    padding-bottom: 20px;
}
.meeting_room_mainimage .column_3 li h4 {
    margin-bottom: 10px;
    padding: 0 20px;
    color: #009e52;
}
.meeting_room_mainimage .column_3 li p {
    padding: 0 20px;
}
}
.entrance-package_title_group {
  display: flex;
  flex-direction: column;
}
.entrance-package_title_group .ti {
  color: #fffd47;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 16px;
  text-shadow: 0 0 3px #51514f, 0 0 10px #51514f;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 992px) {
.meeting_room_mainimage .meeting_room_catch h2 {
 font-size: 60px!important;
}
}



.photo_area {
  background: #f3f3f3;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: -1;
    margin-top: 40px;
  padding: 15px 0 40px;
}
@media print, screen and (min-width: 768px) {
.photo_area {
  background: #f3f3f3;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: -1;
    margin-top: 80px;
  padding: 30px 0 80px;
}
}

