@charset "UTF-8";

.congest_box {
    max-width: 930px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 1px #2F5D4C;
}

.conge_head {
    text-align: center;
    background: #2F5D4C;
    padding: 10px 10px 20px;
    font-weight: bold;
}

.conge_main {
    background: #fff;
    padding: 30px 50px;
}

.conge_head .sub_ttl5 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.conge_head_time {
    background: #fff;
    color: #2F5D4C;
    width: 35%;
    padding: 5px 30px;
    margin: 0 auto;
    border-radius: 20px;
}

.conge_main>div {
    padding: 10px 15px 0px;
}

.conge_main h2 {
    text-align: center;
    font-size: 24px;
    padding: 5px 5px 10px;
}

.cons_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.congest_stat {
    width: 100%;
}

.conge_count_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}


.conge_count_flex .cont_left {
    width: 45%;
}

.conge_panel .congest_stat ul {
    justify-content: space-between;
}

.conge_count_flex .cont_right_2box {
    width: 50%;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
}

.use_txt_cap_2box {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.box_value {
    display: flex;
    justify-content: space-between;
}

.txt_mainte {
    color: red;
}

.box_mainte {
    margin-top: 15px;
    color: red;
    border: solid 5px red;
    padding: 10px;
    font-size: 18px;
}

.use_txt_cap_2box::after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 4px;
    height: 0;
    left: 124px;
    margin: auto;
    border-style: solid;
    border-width: 10px 8px 0px 8px;
    border-color: #000 transparent transparent transparent;
}

.congest_stat li {
    width: 200px;
    padding: 7px;
    text-align: center;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
    border-radius: 5px;
    background: #bcbcbc;
    font-weight: bold;
    font-size: 24px;
}

.box_conge_vip {
    position: relative;
    margin-top: 30px;
    display: block;
    background: #305D4C;
    color: #fff;
    font-weight: bold;
    padding: 15px 5px;
    text-align: center;
    font-size: 19px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
    text-decoration: none;
    line-height: 2;
}

.box_room {
    position: relative;
    box-sizing: border-box;
    padding: 30px 16px 15px;
    width: 48%;
    line-height: 1;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
    border: #BCBCBC solid 1px;
    border-radius: 4px;
}

.value {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    color: #18AB36;
    margin: -8% 0px 0%;
}

.adj_txt {
    display: inline-block;
    font-size: 18px;
}

.txt_floor {
    width: 30%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    background: #2F5D4C;
    padding: 3%;
    font-size: 15px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.conge_vip_white {
    background: #fff;
    padding: 3px 8px 0px;
    color: #305D4C;
    border-radius: 20px;
    margin-right: 5px;
}

.conge_vip_white_02 {
    font-weight: normal;
    font-size: 16px;
    position: relative;
}

.box_conge_vip::after {
    position: absolute;
    top: -18px;
    content: "";
    width: 0;
    right: 10%;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #305D4C;
}

.conge_vip_white_02 span::after {
    content: "";
    top: 28px;
    bottom: 0;
    right: 76px;
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #00AF16;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.ttl_sub {
  display: block;
  color: #a41300;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px
}

.ttl_sub02 {
  color: #fff;
  opacity: 0.5;
}

#information .infor_btn_02 a {
    line-height: normal;
    height: 100%;
}

#information .infor_btn_sub01 {
    display: block;
    padding-top: 5px;
}

.membership_list_it a {
    text-decoration: none;
}

.dropin_table02 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 40px;
}

.dropin_table02_ttl {
    position: relative;
    margin-bottom: 30px;
}

.dropin_table02_ttl .sub_ttl03 {
    font-size: 36px;
    font-weight: bold;
    color: #B52514;
    line-height: 1;
    padding-top: 80px;
}

.dropin_table02_ttl .dropin_table_txt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #B52514;
    color: #fff;
    top: 0;
    right: 22%;
}

.dropin_table02_ttl .dropin_table_txt::after {
    content: "";
    display: block;
    background-color: #B52514;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    transform: rotate(50deg);
}

.dropin_table01_ct02 {
    width: 100%;
    border: 2px solid #5c3117;
}

.dropin_table01_ct02 tr:not(:last-child) {
    display: flex;
}

.dropin_table01_ct02 tr th,
.dropin_table01_ct02 tr td:not(.dropin_table01_cell04) {
    flex: 1;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.dropin_table01_ct02 tr th {
    background-color: #5c3117;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.dropin_table02 tr:first-child {
    line-height: 50px;
}

.dropin_table02 tr:not(:first-child) {
    line-height: 80px;
}

.dropin_table01_ct02 tr td:not(.dropin_table01_cell04) {
    border-bottom: 2px solid #5c3117;
    color: #5c3117;
    font-size: 35px;
}

.dropin_table01_ct02 tr:first-child td {
    font-size: 25px;
}

.dropin_table02_last td,
.dropin_table02_last th {
    border-bottom: none !important;
}

.valuable_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.valuable_list_it {
    width: 100%;
}

.wrap_h1_des {
  max-width: 930px;
  margin: 0 auto 40px;
}

article#price div.inner04 .fukidashi p {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fbed22 60%);
}

.sub_ttl04 {
  font-size: 34px;
  color: #a41300;
}

@media screen and (max-width: 768px) {
    .congest_box {
        margin: 0 10px 20px;
    }

    .conge_head {
        padding: 10px 10px 10px;
    }

    .conge_main {
        padding: 10px 0px;
    }

    .conge_head h3 {
        font-size: 5vw;
    }

    .conge_head_time {
        margin-top: 5px;
        width: 85%;
        padding: 5px 0px;
    }

    .conge_main h4 {
        font-size: 20px;
    }

    .cons_box {
        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;
        margin-bottom: 20px;
    }

    .congest_stat li {
        width: 27%;
        padding: 7px;
        text-align: center;
        box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
        border-radius: 5px;
        background: #bcbcbc;
        font-weight: bold;
        font-size: 18px;
    }

    .conge_main h4 {
        font-size: 20px;
    }

    .conge_count_flex {
        display: block;
    }

    .conge_count_flex .cont_left {
        width: 100%;
    }

    .conge_count_flex .cont_right_2box {
        width: 100%;
    }

    .box_room {
        padding: 24px 5px 10px;
    }

    .value {
        font-size: 54px;
        letter-spacing: -3px;
    }

    .txt_floor {
        width: 40%;
        padding: 3%;
        font-size: 13px;
    }

    .value {
        font-size: 54px;
        letter-spacing: -3px;
    }

    #gnavi ul {
        display: flex;
        justify-content: center;
        padding: 0 40px;
        align-content: center;
        align-items: center;
        gap: 50px;
    }

    header nav li a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .dropin_table02 {
        padding: 0;
        width: calc(100% - 20px);
        margin: 40px auto;
    }

    .dropin_table02_ttl .dropin_table_txt {
        right: 0;
        font-size: 14px;
        height: 70px;
        width: 70px;
    }

    .dropin_table01_ct02 tr td:not(.dropin_table01_cell04) {
        font-size: 20px;
    }

    .dropin_table01_ct02 tr th,
    .dropin_table01_ct02 tr:first-child td {
        font-size: 18px;
    }

    .dropin_table02_ttl .sub_ttl03 {
        font-size: 28px;
    }

    .membership_list_it p.membership_thumb_img {
        width: 40vw !important;
    }

    .membership_list_it:nth-child(3n+3) {
        margin-right: 10px;
    }

    .valuable_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrap_h1_des {
      margin: 0 10px 20px;
    }

    .ttl_sub {
      font-size: 16px;
    }

    .sub_ttl04 {
      font-size: 26px;
    }
    article#price div.inner04 .fukidashi p{
        font-size: 0.9em;
    }
}

@media screen and (min-width: 769px) {
    #gnavi {
        position: fixed;
        top: 0;
        left: 120px;
        width: calc(100% - 120px);
        z-index: 12;
        padding: 32px 0;
        transition: all ease 0.3s
    }

    #gnavi.active {
        background: rgba(0, 0, 0, 0.7);
        padding: 20px 0
    }

    #gnavi .inner {
        width: 920px
    }

    #gnavi ul {
        display: flex;
        justify-content: center;
        padding: 0 40px;
        align-content: center;
        align-items: center;
        gap: 50px;
    }

    #gnavi ul li {
        text-align: center;
        position: relative;
    }

    #gnavi ul li a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0px 5px rgba(0, 0, 0, 0.8), 0 0px 6px rgba(0, 0, 0, 0.8);
        display: block;
        font-weight: normal;
    }

    #gnavi ul li a:hover {
        opacity: 0.5;
    }

    #gnavi ul li.sub ul {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        width: 150px;
        position: absolute;
        top: 150%;
        left: calc(50% - 75px);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
    }

    #gnavi ul li.sub:hover ul {
        top: calc(100% + 10px);
        opacity: 1;
        visibility: visible;
    }

    #gnavi ul li.sub ul li {
        width: 100%;
        border-bottom: 1px dotted #333;
    }

    #gnavi ul li.sub ul li:last-child {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
    }

    #gnavi ul li.sub ul li a {
        font-size: 10px;
        color: #333;
        text-shadow: none;
        line-height: 1.5em;
        padding: 10px 0
    }

    #gnavi ul li.sub ul li a span {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5em
    }

    #gnavi ul li.sub ul li a:hover {
        background: #fff;
        opacity: 1;
    }

    #gnavi ul li a[target=_blank]::after {
        content: "";
        display: inline-block;
        vertical-align: baseline;
        margin-left: 8px;
        width: 12px;
        height: 12px;
        background: no-repeat center/contain url(/images/coworking/common/ico_01.png);
    }

    #gnavi ul a.button {
        display: block;
        padding: 10px 20px;
        position: relative;
        background: linear-gradient(180deg, #981100 0%, #981100 50%, #820b00 50%, #820b00 100%);
        color: #fff;
        border-radius: 5px;
        text-shadow: none;
        z-index: 1;
    }
}

@media (hover: hover) {
    a {
        transition: .3s all;
    }

    .membership_list_it a:hover {
        filter: grayscale(100%);
    }
}

.notice{
    font-size: 10px;
    color: #ff0000;
}

.store_title .notice{
    font-size: 14px;
    margin-left: 20px;
    color: #ff0000;
}

.notice_ct{
    max-width: 940px;
    margin: 30px auto 40px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

.notice_ct span{
    color: #ff0000;
}

.notice_ct .ojigi_cowaton{
    display: block;
    margin: 5px auto 2rem;
    width: 15%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .notice_ct{
        font-size: 18px;
        padding: 0 20px;
    }
    .store_title .notice{
        display: block;
        margin-left: 0;
        line-height: 1.5;
    }
.notice_ct .ojigi_cowaton{
    width: 20%;
    }
}
