@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: 12.3vw;
    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: 40px;
}
#biz .head p.lead{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 55px !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;
    }
    #biz .head .txt {
        top: 8.3vw;
    }
}
@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: 25px !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: 25px !important;
    }
    #biz .head .txt {
        top: 34vw;
    }
    #biz .hotel .hotel_flex h3.long {
        font-size: 5.7vw !important;
    }
    #biz .head p.special{
        font-size: 3.71vw;
    }
}
/* /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 */


/* TAB */
.tab_box{
    background-color: #02112E;
}
.tab_box .tab_menu {
    display: flex;
    align-items: flex-end;
    margin-top: -70px;
    margin-left: 14.6%;
}
.tab_box .tab_menu li{
    font-family: "minerva-modern", sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: rgba(34, 34, 34, 0.6);
    background-color: #EEE;
    padding: 7px 40px 6px;
    letter-spacing: 5%;
    z-index: 1;
}
.tab_box .tab_menu li.business{
    border-radius: 4px 0 0 0;
}
.tab_box .tab_menu li.vacation{
    border-radius: 0 4px 0 0;
}
.tab_box .tab_menu li.is-active{
    font-size: 30px;
    color: #222;
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    padding: 13px 34px;
    box-shadow:  10px 0px 10px -10px rgba(0, 0, 0, 0.2), -10px 0px 10px -10px rgba(0, 0, 0, 0.2);
     z-index: 10;
}
.tab_box .tab_menu li.business.is-active{
    color: #FFF;
    background-color: #02112E;
}

@media only screen and (min-width: 1200px){}
@media only screen and (max-width: 1050px){}
@media only screen and (max-width: 700px){
    .tab_box .tab_menu {
        justify-content: center;
        margin-top: -58px;
        margin-left: unset;
        background-color: #02112E;
    }
    .tab_box .tab_menu li {
        font-size: 19.89px;
        padding: 8px 27px 9px;
    }
    .tab_box .tab_menu li.is-active {
        font-size: 22.95px;
        padding: 12px 30px;
    }
}
@media only screen and (max-width: 500px){
    .tab_box .tab_menu {
        margin-top: -15vw;
    }
    .tab_box .tab_menu li {
        font-size: 5.3vw;
        padding: 1.8vw 7vw;
    }
    .tab_box .tab_menu li.is-active {
        font-size: 5.85vw;
        padding: 3.19vw 8vw;
    }
}

/* /TAB */

/* city */
#vacation .picup {
    width: 100%;
    position: relative;
    background-image: url(../img/pickup_city_pc03.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 34vw !important;
    max-width: 1220px;
    margin: 0 auto;
}
#vacation .picup .txt {
    max-width: 500px;
    position: absolute;
    top: 12vw !important;
    right: 17vw !important;
    color: #fff;
}
#vacation .picup h2.ttl {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 1.6vw;
    padding: 5px 10px;
    background-color: rgba(60, 18, 0, 0.5);
    color: #FFF;
    border-radius: 30px;
    max-width: 118px;
    text-align: center;
}
#vacation .picup p.lead,
#vacation .picup p.special {
    color: #222;
    margin-bottom: 1.6vw !important;
}
#vacation .picup p.lead{
    font-weight: 600;
}
#vacation .picup p.special {
    font-weight: 500;
}
#vacation .hotel {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
}
#vacation .hotel .hotel_flex .pic {
    width: 46%;
    max-width: 595px;
}
#vacation .hotel .hotel_flex .txt {
    width: 54%;
    max-width: 636px;
}
#vacation .hotel .hotel_flex .txt.left {
    padding-left: 40px;
}
#vacation .hotel .hotel_flex .txt.right {
    padding-right: 40px;
}
#vacation .hotel .txt .exp{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px !important;
}
#vacation .hotel .txt .link{
    display: flex;
    justify-content: space-between;
}
#vacation .hotel .txt .link a{
    width: 49% !important;
    text-align: center;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    padding: 17.5px !important;
    max-width: unset !important;
}
#vacation .hotel .txt .link a.plan{
    color: #fff !important;
    background-color: rgba(60, 18, 0, 0.7);
    border: unset;
    font-weight: 400 !important;
}
#vacation .hotel .txt .link a.hotel{
    border: 1px solid #333;
    background-color: #f9f9f9;
    color: #222;
}
#vacation .hotel .hotel_flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px 40px;
    margin-bottom: 100px;
    margin-right: -30px;
}
#vacation .hotel .hotel_flex.even {
    margin-left: -30px;
    margin-right: unset !important;
}
#vacation .hotel .hotel_flex .txt .link a.plan::after {
    background-image: url(../img/point_right_white.webp);
    height: 10.59px !important;
    right: 7px !important;
}
#vacation .hotel .hotel_flex .txt .link a.hotel::after {
    height: 10.59px !important;
}
#vacation .hotel .txt .sightseeing {
    background-color: #f5f5f5;
    padding: 16.5px 19.5px 16.5px 16.5px;
    border-radius: 4px;
}
#vacation .hotel .txt .sightseeing h4{
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
}
#vacation .hotel .txt .sightseeing h4::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 24px;
    margin-right: 6px;
    background-image: url(../img/point_sightseeing.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    position: absolute;
    left: -20px;
}
#vacation .hotel .txt .sightseeing ul li{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 5px;
}
#vacation .hotel .txt .sightseeing ul li.ttl{
    font-size: 15px;
    margin-bottom: -10px !important;
    margin-left: -8px;
}
#vacation .hotel .txt .sightseeing ul li.ttl span{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: rgb(60, 18, 0, 0.7);
}
#vacation .hotel .txt .sightseeing ul li.ttl a{
    color: #222 !important;
}
#vacation .hotel .txt .sightseeing h4::after{
    content: "";
    width: 12px;
    height: 12px;
    background: url("../img/point_plus.webp") no-repeat center center / contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#vacation .hotel .txt .sightseeing.open h4::after{
    background-image: url("../img/point_minus.webp");
}
#vacation .hotel_flex .swiper-slide {
    display: flex;
    flex-direction: column;
}
#vacation .hotel_flex .swiper{
    height: unset !important;
}
#vacation .hotel_flex .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: unset;
}
#vacation .hotel_flex .swiper-caption {
    margin-top: 10px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11px;
    width: 100%;
    color: #777777;
    text-align: left;
    opacity: 0;
    transition: opacity .5s;
}
#vacation .hotel_flex.even .swiper-caption {
    text-align: right;
}
#vacation .hotel_flex .swiper-slide.swiper-slide-active .swiper-caption {
    opacity: 1;
}
@media only screen and (min-width: 1600px) {
    #vacation .picup {
        min-height: 550px !important;
    }
    #vacation .picup .txt {
        right: 130px !important;
        top: 210px !important;
    }
}
@media only screen and (max-width: 1600px){
    #vacation .picup {
        min-height: 540px !important;
    }
    #vacation .picup .txt {
        right: 121px !important;
        top: 223px !important;
    }
}
@media only screen and (max-width: 1200px){
    #vacation .picup {
        min-height: 503px !important;
    }
    #vacation .picup .txt {
        right: 143px !important;
        top: 205px !important;
    }
}
@media only screen and (max-width: 1050px){
    #vacation .picup {
        min-height: 430px !important;
    }
        #vacation .picup .txt {
        right: 111px !important;
        top: 170px !important;
    }
    #vacation .picup h2.ttl {
        margin-bottom: 5px;
    }
    #vacation .picup p.lead,
    #vacation .picup p.special {
        margin-bottom: 1vw !important;
    }
    #vacation .hotel_flex .swiper {
        height: unset !important;
    }
}
@media only screen and (max-width: 800px){
    #vacation .picup {
        min-height: 350px !important;
    }
    #vacation .picup .txt {
        right: 96px !important;
        top: 140px !important;
    }
}
@media only screen and (max-width: 700px){
    #vacation .head {
        min-height: 149vw !important;
    }
    #vacation .picup {
        background-image: url(../img/pickup_city_sp.webp);
        min-height: 100vw !important;
    }
    #vacation .picup h2.ttl {
        font-size: 15.3px;
    }
    #vacation .picup p.lead {
        font-size: 20px;
        text-align: left;
    }
    #vacation .picup p.special {
        font-size: 16px;
        text-align: left;
    }
    #vacation .picup .txt {
        top: 62.3vw !important;
        right: unset !important;
        left: 1.2vw;
    }
    #vacation .picup h2.ttl {
        margin-bottom: 15px;
    }
    #vacation .picup p.lead,
    #vacation .picup p.special {
        margin-bottom: 4vw !important;
    }
    #vacation .hotel {
        padding: 102px 17px 0;
        margin-bottom: -45px;
    }
    #vacation .hotel img.back {
        top: 23px;
        right: 20px;
        width: 80%;
    }
    #vacation .hotel .hotel_flex {
        margin-bottom: 50px !important;
        margin-right: unset;
    }
    #vacation .hotel .hotel_flex.even {
        margin-left: unset;
    }
    #vacation .hotel .hotel_flex .txt.right {
        padding-right: 0;
    }
    #vacation .hotel_flex .swiper {
        height: 57vw !important;
        padding-bottom: 5px;
    }
    #vacation .hotel_flex .swiper-caption {
        text-align: right;
        font-size: 9px;
        margin-top: 6px !important;
    }
    #vacation .hotel .hotel_flex .txt {
        width: 100%;
        padding-left: 0 !important;
        margin: 0 auto;
    }
    #vacation .hotel .txt .exp {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    #vacation .hotel .hotel_flex .txt .link a{
        font-size: 14px;
        padding: 5px !important;
        margin-bottom: 20px !important;
    }
    #vacation .hotel .hotel_flex .txt .link a::after {
        right: 3px;
    }
    #vacation .hotel .txt .sightseeing h4 {
        font-size: 16px;
    }
    #vacation .hotel .txt .sightseeing {
        padding: 15px;
    }
    #vacation .hotel .txt .sightseeing h4::before {
        width: 15px;
        height: 20px;
    }
    #vacation .hotel .txt .sightseeing ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 500px){
    #vacation .picup {
        min-height: 118vw !important;
    }
    #vacation .hotel {
        padding: 85px 17px 0;
    }
    #vacation .hotel img.back {
        top: 23px;
        width: 80%;
    }
    #vacation .picup h2.ttl {
        font-size: 3.98vw;
    }
    #vacation .picup p.lead {
        font-size: 5.32vw;
    }
    #vacation .picup p.special {
        font-size: 4.25vw;
    }
    #vacation .hotel_flex .swiper {
        height: 57.5vw !important;
    }
    #vacation .hotel_flex .swiper-slide img {
        max-height: fit-content;
    }
    #vacation .hotel .txt .exp {
        font-size: 3.71vw;
    }
    #vacation .hotel .hotel_flex .txt.right {
        padding-right: 0 !important;
    }
    #vacation .hotel .hotel_flex .txt .link a{
        font-size: 3.71vw !important;
    }
    #vacation .hotel .txt .sightseeing h4 {
        font-size: 4.25vw;
    }
    #vacation .hotel .txt .sightseeing ul li {
        font-size: 3.19vw;
    }
    
}
@media only screen and (max-width: 350px) {
    #vacation .hotel img.back {
        top: 25px;
    }
}

/* /city */