@charset "utf-8";

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
a{text-decoration: none;}
img{width: 100%;}
.pc{display: block;}
.sp{display: none;}
p{ margin-block-start: 0 !important; margin-block-end: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
}
.logo img{width: 140px !important;}
.footerFix span, .footerFix_M span {box-sizing: unset;}
/* /共通 */

/* TOP */
#biz{
    width: 100%;
}
#biz .head{
    width: 100%;
    position: relative;
    background-image: url(../img/kv_pc.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 53vw;
}
#biz .head .txt{
    max-width: 563px;
    position: absolute;
    top: 15vw;
    left: 5.5vw;
    color: #fff;
}
#biz .head h1.ttl{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    margin-bottom: 30px;
}
#biz .head p.lead{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 70px !important;
    line-height: 1.8;
}
#biz .head p.special{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    background-color: rgba(60, 18, 0, 0.5);
    padding: 12px 24px;
    max-width: 44.8vw;
    line-height: 1.7;
}
#biz .picup{
    width: 100%;
    position: relative;
    background-image: url(../img/city_pc.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 34vw;
}
#biz .picup .txt{
    max-width: 500px;
    position: absolute;
    top: 8vw;
    right: 15vw;
    color: #fff;
}
#biz .picup h2.ttl{
    font-family: "minerva-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    margin-bottom: 15px;
}
#biz .picup p.lead{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 30px !important;
}
#biz .picup p.special{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
@media only screen and (max-width: 1300px){
    #biz .head h1.ttl{ font-size: 3vw;}
    #biz .head p.lead{ font-size: 2vw;}
    #biz .head p.special{font-size: 1.4vw;}
    #biz .picup h2.ttl{ font-size: 3vw;}
    #biz .picup p.lead{ font-size: 2vw;}
    #biz .picup p.special{font-size: 1.4vw;}
}
#biz .hotel{
    width: 100%;
    padding: 150px 0 70px;
    position: relative;
}
#biz .hotel img.back{
    position: absolute;
    top: 68px;
    right: 0;
    width: 90%;
    max-width: 420px;
    opacity: 0.8;
}
#biz .hotel .hotel_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 20px 40px;
    margin-bottom: 100px;
}
#biz .hotel .hotel_flex.cyo{
    margin-bottom: 40px;
}
#biz .hotel .hotel_flex .txt{
    width: 29%;
}
#biz .hotel .hotel_flex.even{
    justify-content: flex-start;
    gap: 20px 40px;
}
#biz .hotel .hotel_flex.even .txt{
    order: 2;
}
#biz .hotel .hotel_flex h3.name{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26.22px;
}
#biz .hotel .hotel_flex hr{
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-bottom: 13px;
}
#biz .hotel .hotel_flex p.access{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px !important;
    align-items: center;
    display: flex;
}
#biz .hotel .hotel_flex p.access::before {
    content: "";
    width: 17.54px;
    height: 28px;
    margin-right: 6px;
    background-image: url(../img/point_access.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz .hotel .hotel_flex .service{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 340px;
    margin-bottom: 15px;
}
#biz .hotel .hotel_flex .service div{
    width: 48%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
}
#biz .hotel .hotel_flex .service div::before {
    content: "";
    width: 46px;
    height: 46px;
    margin-right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz .hotel .hotel_flex .service .laundry::before {
    background-image: url(../img/point_laundry.webp);
}

#biz .hotel .hotel_flex .service .fitness::before {
    background-image: url(../img/point_fitness.webp);
}

#biz .hotel .hotel_flex .service .workspace::before {
    background-image: url(../img/point_workspace.webp);
}

#biz .hotel .hotel_flex .service .meeting::before {
    background-image: url(../img/point_meeting.webp);
}
#biz .hotel .hotel_flex .service .morning::before {
    background-image: url(../img/point_morning.webp);
}
#biz .hotel .hotel_flex .pic{
    width: 62%;
    max-width: 790px;
}
#biz .hotel .hotel_flex .txt .link a{
    display: flex;
    position: relative;
    max-width: 320px;
    width: 100%;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #333;
    color: #222;
    background-color: #F9F9F9;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
#biz .hotel .hotel_flex .txt .link a::after {
    content: "";
    position: absolute;
    right: 19px;
    width: 7.59px;
    height: 7.59px;
    margin-right: 3px;
    background-image: url(../img/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz .hotel .hotel_flex .txt .link a.tmh_link{
    margin-bottom: 0 !important;
}
#biz .hotel_flex .swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
#biz .hotel_flex .swiper-slide {
    width: 100%;
    height: 100%;
}
#biz .hotel_flex .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1050px) {
    #biz .hotel .hotel_flex .txt .link a::after {
        right: 11px;
    }
    #biz .hotel .hotel_flex h3.name {
        font-size: 2.5vw;
    }
    #biz .hotel .hotel_flex .service div {
        font-size: 1.2vw;
    }
}
@media screen and (max-width:700px) {
    #biz .head{

    background-image: url(../img/kv_sp.webp);
    min-height: 154vw;
    }
    #biz .head .txt{
        margin: 0 16px;
        top: 58vw;
        left: 0;
    }
    #biz .head h1.ttl {
        font-size: 7.3vw;
        margin-bottom: 20px !important;
    }
    #biz .head p.lead {
        font-size: 5.2vw;
        margin-bottom: 20px !important;
        line-height: 1.9;
    }
    #biz .head p.special {
        font-size: 3.9vw;
        max-width: 100%;
        padding: 12px 15px;
    }
    #biz .picup{
        background-image: url(../img/city_sp.webp);
        min-height: 120vw;
    }
    #biz .picup .txt{
        max-width: 100%;
        top: 44vw;
        right: 3vw;
        margin: 0 16px;
        text-align: right;
    }
    #biz .picup h2.ttl{
        font-size: 11.2vw;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }
    #biz .picup p.lead{
        font-size: 5.5vw;
        margin-bottom: 30px !important;
    }
    #biz .picup p.special{
        font-size: 4.27vw;
        line-height: 1.6;
    }
    #biz .hotel {
        padding: 100px 17px 0;
    }
    #biz .hotel img.back{
        top: 59px;
        right: 0;
        width: 73%;
        max-width: 420px;
        z-index: -1;
    }
    #biz .hotel .hotel_flex{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-bottom: 60px;
    }
    #biz .hotel .hotel_flex .txt{
        width: 100%;
    }
    #biz .hotel .hotel_flex h3.name{
        font-size: 22px;
    }
    #biz .hotel .hotel_flex p.access{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    #biz .hotel .hotel_flex p.access::before {
        width: 17.54px;
        height: 28px;
        margin-right: 6px;
    }
    #biz .hotel .hotel_flex .service{
        justify-content: space-between;
        max-width: 340px;
        margin-bottom: 12px;
    }
    #biz .hotel .hotel_flex .service div {
        font-size: 12px;
        gap: 5px;
    }
    #biz .hotel .hotel_flex .txt .link a::after {
        width: 8px;
        height: 8px;
    }
    #biz .hotel_flex .swiper {
        margin-bottom: 15px;
        height: 50vw;
    }
    #biz .hotel .hotel_flex .txt .link a {
        max-width: unset;
        margin-bottom: 16px;
        font-size: 16px;
        padding: 12px;
    }
}
@media screen and (max-width:500px) {
    #biz .head h1.ttl {
        font-size: 8vw;
        margin-bottom: 20px !important;
    }
    #biz .head .txt {
        top: 63vw;
    }
    #biz .hotel .hotel_flex h3.long {
        font-size: 5.7vw !important;
    }
}
/* /TOP */


/* biz-hotel */
/* kv */
.kv_slide {
    width: 100%;
    height: 580px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
}
.kv_slide picture {
    object-fit: cover;
}
@keyframes zoom {
	0% { transform: scale(1);}
	100% { transform: scale(1.15);}
}
.kv_slide .swiper-slide-active div,
.kv_slide .swiper-slide-duplicate-active div,
.kv_slide .swiper-slide-prev div {
	animation: zoom 10s linear 0s normal both;
}
.kv_slide .swiper,
.kv_slide .swiper-wrapper,
.kv_slide .swiper-slide {
    height: 100%;
}
.kv_slide .swiper-slide div {
    height: 580px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tws .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_tws01_pc.webp);}
.tws .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_tws02_pc.webp);}
.tws .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_tws03_pc.webp);}
.cyt .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_cyt01_pc.webp);}
.cyt .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_cyt02_pc.webp);}
.cyt .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_cyt03_pc.webp);}
.tmh .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_tmh01_pc.webp);}
.tmh .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_tmh02_pc.webp);}
.tmh .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_tmh03_pc.webp);}
.cyo .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_cyo01_pc.webp);}
.cyo .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_cyo02_pc.webp);}
.cyo .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_cyo03_pc.webp);}

.kv_slide .kv_text {
    width: 100%;
    max-width: 546px;
    height: 150px;
    background-color: rgb(60 18 0 / 0.5);
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    padding-block: 16px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}
.cyt .kv_slide .kv_text,
.cyo .kv_slide .kv_text  {
    max-width: 646px;
    height: 200px;
    padding: 23px;
}
.tmh .kv_slide .kv_text {
    padding: 18px;
}
.kv_slide .kv_text figure {
    width: 119px;
    margin-inline: auto;
}
.cyt .kv_slide .kv_text figure,
.cyo .kv_slide .kv_text figure  {
    width: 115px;
}
.tmh .kv_slide .kv_text figure {
    width: 66px;
}
.kv_slide .kv_text .headline_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cyt .kv_slide .kv_text .headline_wrapper,
.cyo .kv_slide .kv_text .headline_wrapper  {
    top: 14%;
}
.kv_slide .kv_text .headline_wrapper h1 {
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}


@media screen and (max-width: 1440px) {
    .kv_slide .swiper-slide div {
        background-size: 1440px 580px;
    }
}
@media screen and (max-width: 700px) {
    .kv_slide {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .kv_slide .swiper-slide div {
        background-size: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .tws .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_tws01_sp.webp); }
    .tws .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_tws02_sp.webp); }
    .tws .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_tws03_sp.webp); }
    .cyt .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_cyt01_sp.webp);}
    .cyt .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_cyt02_sp.webp);}
    .cyt .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_cyt03_sp.webp);}
    .tmh .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_tmh01_sp.webp);}
    .tmh .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_tmh02_sp.webp);}
    .tmh .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_tmh03_sp.webp);}
    .cyo .kv_slide .swiper-slide .kv01 { background-image: url(../img/kv_cyo01_sp.webp);}
    .cyo .kv_slide .swiper-slide .kv02 { background-image: url(../img/kv_cyo02_sp.webp);}
    .cyo .kv_slide .swiper-slide .kv03 { background-image: url(../img/kv_cyo03_sp.webp);}
    .kv_slide .kv_text {
        max-width: 100%;
        top: 33%;
        padding-block: 5% 3.8%;
        height: 36%;
        padding: 24px 10px 10px;
    }
    .cyt .kv_slide .kv_text,
    .cyo .kv_slide .kv_text {
        height: 144px;
        padding: 20px;
    }
    .kv_slide .kv_text .headline_wrapper {
        height: auto;
        top: 45%;
    }
    .cyt .kv_slide .kv_text .headline_wrapper,
    .cyo .kv_slide .kv_text .headline_wrapper {
        top: 40%;
    }
    .tmh .kv_slide .kv_text .headline_wrapper {
        top: 47%;
    }
    .kv_slide .kv_text figure {
        width: 27.2vw;
    }
    .cyt .kv_slide .kv_text figure,
    .cyo .kv_slide .kv_text figure {
        width: 24.3vw;
    }
    .tmh .kv_slide .kv_text figure {
        width: 13.88vw;
    }
    .kv_slide .kv_text .headline_wrapper h1 {
        font-size: 7.46vw;
        letter-spacing: 2.6px;
    }
    .cyt .kv_slide .kv_text .headline_wrapper h1,
    .cyo .kv_slide .kv_text .headline_wrapper h1 {
        font-size: 5.8vw;
    }
    .kv_slide .kv_text .headline_wrapper p {
        font-size: 4.2614vw;
        padding-top: 35%;
        padding-right: 2.5%;
    }
    .kv_slide .kv_text .headline_wrapper p span {
        margin-top: 2%;
    }
    .kv_slide .kv_text .headline_wrapper + p {
        font-size: 2.504vw;
    }
}
/* /kv */

/* content */
#biz-hotel .plan{
    width: 100%;
    background-color: #f5f5f5;
    padding: 64px;
}
#biz-hotel .plan h2.ttl{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26.22px;
    text-align: center;
    margin-bottom: 40px;
}
#biz-hotel .plan .plan_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px 40px;
    margin:0 auto;
    max-width: 1020px;
}
#biz-hotel .plan .plan_flex .pic{
    width: 47%;
    max-width: 580px;
}
#biz-hotel .plan .plan_flex .txt{
    width: 45%;
    max-width: 400px;
}
#biz-hotel .plan .plan_flex h3.plan_name{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 8px;
}
#biz-hotel .plan .plan_flex hr {
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-bottom: 24px;
}
#biz-hotel .plan .plan_flex .txt p.price{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 24px !important;
}
#biz-hotel .plan .plan_flex .txt p.price span{
    font-size: 14px;
}
#biz-hotel .plan .plan_flex .txt .link a{
    display: flex;
    position: relative;
    max-width: 320px;
    width: 100%;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #333;
    color: #222;
    background-color: #FFF;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
#biz-hotel .plan .plan_flex .txt .link a::after {
    content: "";
    position: absolute;
    right: 19px;
    width: 7.59px;
    height: 7.59px;
    margin-right: 3px;
    background-image: url(../img/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz-hotel .point{
    width: 100%;
    padding: 64px 20px;
}
#biz-hotel .point h2.ttl{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}
#biz-hotel .point .point_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 20px 40px;
    margin-bottom: 100px;
}
#biz-hotel .point .point_flex .pic{
    max-width: 790px;
}
#biz-hotel .point .point_flex .txt{
    width: 47%;
    max-width: 400px;
    min-width: 237px;
}
#biz-hotel .point .point_flex.even{
    justify-content: flex-start;
    gap: 20px 40px;
}
#biz-hotel .point .point_flex.even .txt{
    order: 2;
}
#biz-hotel .point .point_flex h3.ttl{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
#biz-hotel .point .point_flex h3.long{
    font-size: 24px !important;
}
#biz-hotel .point .point_flex .txt hr{
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-bottom: 13px;
}
#biz-hotel .point .point_flex .txt hr.big {
    margin-bottom: 24px;
}
#biz-hotel .point .point_flex p.access,
#biz-hotel .point .point_flex p.ttl{
    font-size: 18px;
    margin-bottom: 24px !important;
    align-items: center;
    display: flex;
}
#biz-hotel .point .point_flex p{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px !important;
}
#biz-hotel .point .point_flex p.access::before {
    content: "";
    width: 17.54px;
    height: 28px;
    margin-right: 6px;
    background-image: url(../img/point_access.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz-hotel .point .point_flex .txt .link a{
    display: flex;
    position: relative;
    max-width: 320px;
    width: 100%;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #333;
    color: #222;
    background-color: #F9F9F9;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
#biz-hotel .point .point_flex .txt .link a::after {
    content: "";
    position: absolute;
    right: 19px;
    width: 7.59px;
    height: 7.59px;
    margin-right: 3px;
    background-image: url(../img/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#biz-hotel .point_flex ul.indent li{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
}

@media only screen and (max-width: 1050px){
    #biz-hotel .plan .plan_flex .txt .link a {
        font-size: 16px;
    }
    #biz-hotel .plan .plan_flex .txt .link a::after{
        right: 8px;
    }
}
@media only screen and (max-width: 700px){
    #biz-hotel .plan {
        padding: 35px 17px 20px;
    }
    #biz-hotel .plan .plan_flex {
        flex-wrap: wrap;
    }
    #biz-hotel .plan .plan_flex .pic,
    #biz-hotel .plan .plan_flex .txt  {
        width: 100%;
        max-width: 100%;
    }
    #biz-hotel .plan .plan_flex .txt .link a {
        max-width: 100%;
        padding: 13px 8px;
    }
    #biz-hotel .plan h2.ttl {
        font-size: 5.863vw;
        margin-bottom: 20px;
    }
    #biz-hotel .plan .plan_flex h3.plan_name {
        font-size: 4.8vw;
    }
    #biz-hotel .plan .plan_flex .txt p.price {
        font-size: 4.27vw;
    }
    #biz-hotel .plan .plan_flex .txt .link a {
        font-size: 4.265vw;
    }
    #biz-hotel .point {
        padding: 47px 17px 0;
    }
    #biz-hotel .point h2.ttl {
        font-size: 5.863vw;
        margin-bottom: 24px;
    }
    #biz-hotel .point .point_flex {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    #biz-hotel .point .point_flex .txt {
        width: 100%;
        max-width: 100%;
    }
    #biz-hotel .point .point_flex .pic {
        width: 100%;
        max-width: 100%;
    }
    #biz-hotel .point .point_flex h3.ttl {
        font-size: 5.34vw;
    }
    #biz-hotel .point .point_flex h3.long {
        font-size: 5vw !important;
    }
    #biz-hotel .point .point_flex .txt hr {
        margin-bottom: 8px;
    }
    #biz-hotel .point .point_flex p.access::before {
        width: 16px;
        height: 26px;
    }
    #biz-hotel .point .point_flex p.access,
    #biz-hotel .point .point_flex p.ttl {
        font-size: 4.27vw;
        margin-bottom: 8px !important;
    }
    #biz-hotel .point .point_flex .txt img{
        margin-bottom: 8px !important;
    }
    #biz-hotel .point .point_flex p {
        margin-bottom: 20px !important;
        font-size: 3.732vw;
    }
    #biz-hotel .point .point_flex .txt .link a {
        font-size: 4.263vw;
        padding: 13px;
        max-width: 100%;
        margin-bottom: 0 !important;
    }
    #biz-hotel .point .point_flex.even .txt {
        order: 1;
    }
    #biz-hotel .point_flex ul.indent li{
        font-size: 3.2vw;
    }
}
@media only screen and (max-width: 500px){}

/* /content */


/* /biz-hotel */