body.coworking_space {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

body.coworking_space header.mainimg {
    background-image: none !important;
    background-color: #fff;
}

body.coworking_space header.mainimg,
body.coworking_space header.mainimg .wrap {
    height: 30vh !important;
}

body.coworking_space header.mainimg h1 {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: auto;
}

body.coworking_space header.mainimg h1 img {
    height: auto !important;
    max-width: 170px;
}

body.coworking_space .container-white {
    padding: 30px 0;
}

#container-green {
    width: 100%;
    background-color: #38a82d;
    padding: 40px 0 30px;
}

#container-green h2 {
    text-align: center;
    color: #094a00;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0;
    font-weight: normal;
}

#container-green h2 span {
    font-size: 38px;
    font-family: "Open Sans";
    font-weight: 200;
    font-style: italic;
    line-height: 1.3;
    display: block;
    color: #fff;
}

#container-green .text_area {
    color: #fff;
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

#container-green .text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

#access .text_area {
    margin-bottom: 3em;
}

h2 {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.1em;
    margin: 0.83em 0;
    margin-top: 0;
    text-align: left;
}

#access p {
    margin-bottom: 1em;
    /* font-size: 13px; */
    line-height: 1.5;
    margin: 1em 0;
}

#recruit a,
#access a {
    display: inline-block;
    color: #3eb134;
    text-decoration: underline;
    margin-bottom: 1em;
    /* font-size: 13px; */
    line-height: 1.5;
}

#recruit a:hover,
#access a:hover {
    color: #71e297;
    transition: color 0.2s;
}

.recruit_header {
    width: 100%;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    padding: 6px 0;
}

.recruit_subtext {
    text-align: center;
    color: #3eb134;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.recruit_price {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 10px 0;
    text-align: center;
}

.recruit_price span {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

#recruit a {
    margin-bottom: 25px;
}

.recruit_text_area {
    padding-left: 4%;
}

.recruit_text_area h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.recruit_text_area p {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 2;
}

.recruit_button {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff !important;
    background: #3eb134;
    padding: 7px 1em;
    transition: 0.3s;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.recruit_button:hover {
    background: #71e297;
    margin-left: 1%;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 50%;
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev:before {
    background-image: url(/images/coworking_space/prev-btn.png);
}

.swiper-button-next:before {
    background-image: url(/images/coworking_space/next-btn.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-container:after {
    width: 25px;
    height: 270px;
    background-color: #fff;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}

.container-slider {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.slide_box {
    display: inline-block;
    max-width: 226px;
}

.slide_box .slider_img {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
}

.slide_box .slider_img:hover {
    border-radius: 80px;
    transition: .5s;
}

.slide_box .slider_img.hover::after {
    position: absolute;
    content: "";
    background-image: url(/images/coworking_space/facility-cover.png);
    background-size: 42px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(62, 177, 52, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide_box h3 {
    font-size: 14px;
    margin: 0 0 5px;
    text-align: center;
}

.slide_box .text {
    font-size: 12px;
    line-height: 1.8;
    color: #666666;
}


/* スライダーs */
/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 2147483647;
  background-color: rgba(255, 255, 255, 0.9);
}

#chamo-window {
    z-index: 2147483646 !important;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next.next2,
.swiper-button-prev.prev2 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev.prev2,
.swiper-button-next.next2 {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.swiper-button-next.next2 {
    right: 30px;
}

.swiper-button-prev.prev2 {
    left: 30px;
}
/* スライダーここまで */

.title-h3 {
    color: #333;
}

hr.title-hr {
    border-top: 1px solid #333;
}

.point_area {
    display: flex;
}

.point_box {
    width: 23%;
    margin-right: 2%;
    position: relative;
}

.point_box:last-of-type {
    margin-right: 0;
}

.point_box p {
    width: 97%;
    margin-bottom: 0;
}

.point_box:nth-of-type(2n) p {
    top: auto;
    bottom: -65px;
}

.py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.hidden-pc {
    display: none;
}

.coworking_space table {
    width: 100%;
}

.coworking_space table tr {
    background: #f1f9f1;
}

.coworking_space table tr:nth-of-type(2n) {
    background: #fff;
}

.coworking_space table th,
.coworking_space table td {
    height: 4em;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.coworking_space table th {
    padding-left: 3%;
    width: 30%;
    text-align: left;
}

.coworking_space table td {
    width: 33%;
}

.coworking_space table td span {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 26px;
    padding-right: 3px;
}

.visitor_price {
    background: #fafafa;
    padding: 20px 30px;
    font-weight: bold;
}

.visitor_price span {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 26px;
    padding-right: 3px;
    letter-spacing: 2px;
}

.visitor_price .note {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .hidden-sp {
        display: none;
    }

    .hidden-pc {
        display: block;
    }

    body.coworking_space header.mainimg,
    body.coworking_space header.mainimg .wrap {
        height: 20vh !important;
    }

    body.coworking_space header.mainimg h1 img {
        max-width: 100px;
    }

    #container-green {
        padding: 20px 0;
    }

    #container-green h2 span {
        font-size: 32px;
    }

    #container-green .text {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0;
    }

    .slide_box_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .slide_box {
        width: 48%;
        margin-bottom: 20px;
    }

    .slide_box .text,
    .slide_box h3 {
        font-size: 11px;
    }

    .point_area {
        flex-wrap: wrap;
    }

    .point_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .point_box img {
        width: 100%;
    }

    .point_box p {
        position: relative;
        top: auto;
    }

    .point_box:nth-of-type(2n) p {
        bottom: auto;
    }



    .px-0-sp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-60-sp {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}