@charset "UTF-8";

/* CSS Document */

.kakuheya_content {
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 30px auto;
}

.kakuheya_info {
    text-align: center;
    line-height: 200%;
    margin: 50px auto 0;
    max-width: 1000px;
}

.kakuheya_info ul {
    display: flex;
}

.kakuheya_info ul li {
    list-style: none;
    width: 20%;
    text-align: center;
    background: #eee;
    padding: 1%;
    margin: 0 0 0 2%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kakuheya_info ul li a {
    text-decoration: none;
    color: initial;
    display: block;
    line-height: 25px;
}

.kakuheya_content h3 {
    text-align: center;
    width: 100%;
    line-height: 100%;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 70px auto 40px;
}

.kakuheya_content h3 span {
    color: #28b7bb;
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.stay-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.stay-main p {
    font-size: 20px;
    letter-spacing: 3px;
    color: #37a9cd;
    padding: 10px;
}

.stay-main p span {
    color: #595959;
    font-size: 15px;
    padding-left: 15px;
}

.content_left {
    width: 35%;
    float: left;
    margin: 0;
}

.content_left img {
    width: 100%;
    height: auto;
}

.content_right {
    width: 65%;
    float: left;
    padding-left: 30px;
    margin: 0;
    line-height: 200%;
}

.stay-main table {
    width: 100%;
    height: auto;
}

.stay-main table tr {}

.stay-main table tr td {
    line-height: 130%;
    padding: 20px 30px;
    background-image: linear-gradient(to right, #33b1b6, #33b1b6 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.stay-main table tr td:first-child {
    width: 33%;
    padding: 10px 30px 20px;
}

.facilty-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 800px;
    margin: auto;
}

.facilty-main table {
    width: 100%;
    height: auto;
    font-size: 15px;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #33b1b6, #33b1b6 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: left top;
    background-repeat: repeat-x;
}

.facilty-main table tr td {
    line-height: 130%;
    padding: 30px 30px 10px;
    padding: 20px 30px;
    background-image: linear-gradient(to right, #33b1b6, #33b1b6 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.facilty-main table tr td:first-child {
    width: 40%;
    padding: 10px 30px;
    padding: 10px 30px 20px;
}

.facilty-main table tr td:first-child {}

.facilty-main table tr td:nth-child(2) {
    width: 20%;
    text-align: center;
}

.facilty-main table tr td:last-child {
    width: 40%;
    text-align: center;
}

.info {
    margin: 40px auto 60px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}

.stay_txt {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 50px;
}

.menu_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 33px;
    color: #fff;
    font-size: 20px;
}

.menu_txt2 {
    top: 20px;
}

.office_txt {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 50px;
    padding-top: 30px;
    padding: 10px;
}

.notes {
    background-color: #eeeeee;
    border-radius: 20px;
    overflow: hidden;
    margin: 100px auto 40px;
}

.notes .notes_txt {
    margin: auto 10% 50px;
}

.notes .notes_txt p {
    margin-bottom: 10px;
}

.inpageLink {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.inpageLink,
.coworking_content .coworkingMerit,
.stay_content .stayMerit {
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

.inpageLink a.btn1 {
    font-size: 21px;
    padding: 1rem 0rem;
    width: 490px;
    margin-bottom: 20px;
}

.inpageLink a.btn1 {
    position: relative;
}

.inpageLink a.btn1::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: calc(50% - 0px);
    border-top: solid 3px;
    border-right: solid 3px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}

.inpageLink a.btn1.left {
    margin-right: 10px;
}

.inpageLink a.btn1.right {
    margin-left: 10px;
}

@media screen and (max-width:1199px) {
    .kakuheya_content {
        max-width: 900px;
    }
    .stay-main table tr td {
        padding: 15px 10px;
    }
    .stay-main table tr td:first-child {
        padding: 10px 10px 15px;
    }
    office_txt {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .kakuheya_content {
        padding: 0 20px;
    }
    .info img {
        width: 50%;
    }
    ..menu_txt {
        top: 40px;
        font-size: 22px;
    }
    ..menu_txt2 {
        top: 25px;
        font-size: 22px;
    }
    .kakuheya_info ul {
        display: block;
    }
    .kakuheya_info ul li {
        width: 45%;
        float: left;
        margin-bottom: 10px;
    }
    .kakuheya_content h3 {
        display: inline-block;
    }
    .stay-main {}
    .stay-main p {
        text-align: center;
        margin-bottom: 20px;
    }
    .stay-main p span {
        display: block;
    }
    .stay-main p span.rental {
        display: inline-block;
    }
    .content_left {
        width: 100%;
    }
    .content_right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .info2 {
        top: -25px;
        margin: auto;
    }
    .info3 {
        top: -250px;
    }
    .office_txt {
        margin-top: 20px;
    }
    .info .menu_txt {
        font-size: 22px;
        top: 40px;
    }
    .info .menu_txt2 {
        font-size: 22px;
        top: 22px;
    }
    .facilty-main table tr td:first-child {
        padding: 20px;
    }
    .facilty-main table tr td:nth-child(2) {
        padding: 20px;
    }
    .facilty-main table tr td:last-child {
        padding: 20px;
    }
    .notes_button {
        line-height: 16px;
    }
    .notes .notes_txt {
        margin: auto 5% 40px;
    }
    .notes .notes_txt p {
        margin-bottom: 0px;
        text-indent: -1em;
        padding: 1em;
    }
    .inpageLink {
        margin-top: 20px;
        padding: 0 10px;
    }
    .inpageLink,
    .coworking_content .coworkingMerit,
    .stay_content .stayMerit {
        width: 100%;
        margin: 10px auto;
        padding: 0 10px;
    }
    .inpageLink a.btn1 {
        font-size: 13px;
        padding: 1rem 0rem;
        width: 100%;
        margin-bottom: 10px;
    }
    .inpageLink a.btn1.left {
        margin-right: 0;
    }
    .inpageLink a.btn1.right {
        margin-left: 0;
    }
    .inpageLink a.btn1::after {
        width: 8px;
        height: 8px;
        right: 25px;
    }
    .inpageLink p {
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        margin-top: 28px;
        color: #28B7BB;
    }
}

@media screen and (max-width: 480px) {
    .kakuheya_info ul li {
        font-size: 15px;
        width: 48%;
        margin: 1%;
    }
    .info3 {
        top: -290px;
        top: -310px;
    }
    .info img {
        width: 80%;
    }
    .info .menu_txt {
        top: 28px;
        font-size: 20px;
    }
    .info .menu_txt2 {
        top: 12px;
        font-size: 20px;
    }
    .stay-main table tr td {
        padding: 10px 5px;
    }
    .stay-main table tr td:first-child {
        width: 40%;
        padding: 10px 5px;
    }
    .office_txt {
        margin-top: 0px;
        padding: 30px 0 50px;
    }
    .facilty-main table tr td:first-child {
        padding: 10px;
        width: 30%;
        padding-left: 0;
    }
    .facilty-main table tr td:nth-child(2) {
        padding: 10px;
    }
    .facilty-main table tr td:last-child {
        padding: 10px;
        width: 40%;
    }
}