@charset "UTF-8";
.sub-mv {
    padding: 45px;
    background: url(../img/sub/sub_mv.jpg) no-repeat center / cover;
}

.sub-mv .en {
    font-size: 5.6rem;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .sub-mv {
        padding-top: 60px;
    }
    .sub-mv .en {
        font-size: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .sub-mv .en {
        font-size: 3rem;
    }
}


/******************************
******** レンタルスペースについて *******
*******************************/

.about-guidelines ul li,
.feature-point ul li,
.sub-plan__item {
    max-width: 1050px;
}

.about-guidelines ul li:nth-child(2n+1),
.feature-point ul li:nth-child(2n),
.sub-plan__item:nth-of-type(2n) {
    margin-left: auto;
}

.about-guidelilnes__img,
.feature-point__img,
.sub-plan__item-img {
    width: 48%;
}

.about-guidelines__cont,
.feature-point__cont,
.sub-plan__item-cont {
    width: 47%;
}

.about-guidelines__cont a{
  text-align: center;
    line-height: 58px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.about-guidelines__cont a:hover {
  color: #000;
  background: #fff;
}

.sub-plan__item-cont a {
    text-align: center;
    line-height: 58px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.sub-plan__item-cont a:hover {
    color: #000;
    background: #fff;
}

.sub-plan__item-cont a.gray-b {
  text-align: center;
  line-height: 58px;
  color: #000;
  background: #D8D7D1;
  border: none;
}

.sub-plan__item-cont a.gray-b:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 600px) {
    .feature-point__img,
    .about-guidelines__cont,
    .sub-plan__item-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .about-guidelilnes__img,
    .feature-point__cont,
    .sub-plan__item-cont {
        width: 100%;
    }
}


/******************************
******** カフェエリア *******
*******************************/

.cafe-sec .w_50 {
    width: 48.3%;
}

.cafe-sec__selection {
    padding: 20px 0;
}

.cafe-sec__selection ul li {
    margin: 20px 12px 0;
}

@media screen and (max-width: 600px) {
    .cafe-sec .w_50 {
        width: 100%;
    }
    .cafe-sec .w_50+.w_50 {
        margin-top: 25px;
    }
}


/******************************
******** レンタルスペースについて *******
*******************************/

.about-sec p {
    max-width: 800px;
    margin: 0 auto;
}

.about-sec figure {
    width: 48.5%;
}

@media screen and (max-width: 480px) {
    .about-sec figure {
        width: 100%;
    }
}


/******************************
********* アクセス *********
*******************************/

.access__cont dl dt {
    width: 95px;
}

@media screen and (max-width: 480px) {
    .access__ttl {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .access__cont {
        width: 100%;
    }
    .access__cont dl dt {
        width: 80px;
    }
}


/******************************
********* ニュース&イベント *********
*******************************/

.m-pagenation ul {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
}

.m-pagenation ul li {
    margin-top: 50px;
}

.m-pagenation ul li span,
.m-pagenation ul li a {
    display: block;
    width: 40px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
}

.m-pagenation ul li span.current {
    color: #fff;
    background: #000;
    border-radius: 50%;
}

.m-pagenation ul li a.next,
.m-pagenation ul li a.prev {
    width: auto;
}

.news-list li a {
    position: relative;
    display: block;
    padding: 15px 60px 15px 0;
    border-bottom: 1px solid #E3E3E3;
}

.news-list li a::after {
    content: url(../img/common/arrow.png);
    position: absolute;
    right: 25px;
    top: calc(50% - 6px);
    transition: all .6s;
}

.news-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #000;
    transition: all .6s;
}

.news-list li a:hover::before {
    width: 100%;
}

.news-list li a:hover::after {
    transform: translateX(10px);
}

.article-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.article-back {
    border-top: 1px solid #E3E3E3;
}


/******************************
************ 利用規約 ***********
*******************************/

.terms__ttl {
    margin-bottom: 20px;
}

.terms__list {
    padding-left: 20px;
    list-style: disc;
}

.terms__cancel-list dt {
    width: 175px;
}

.terms__cancel-list dd {
    width: calc(100% - 175px);
}
