<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------structure setting---------------------*/
/*----------html----------*/
/*----------body----------*/
/*----------pageWrapper----------*/
.pageWrapper {
    margin: 0 auto;
    text-align: left;
}

/*----------globalHeader----------*/
.globalHeader {
    width: 100%;
    letter-spacing: 0;
    background: #fff;
    position: fixed;
    z-index: 999;
}

.globalHeader .globalHeader__inner {
    width: 980px;
    margin: 17px auto 9px;
}

.globalHeader .globalHeader__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 17px;
}

.globalHeader .globalHeader__head .logo {
    width: 298px;
}

.globalHeader .globalHeader__head .logo a {
    display: block;
    text-decoration: none;
}

.globalHeader .globalHeader__head .logo img {
    display: inline-block;
    vertical-align: middle;
}

.globalHeader .globalHeader__head .logo .hotelLogo {
    width: 65px;
    height: 38px;
    margin-right: 8px;
}

.globalHeader .globalHeader__head .logo .text {
    width: 240px;
		height: auto;/* height: 14px; */
}

.globalHeader .globalHeader__head .utils--pc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.globalHeader .globalHeader__head .utils--pc .disneyIcon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 24px;
}

.globalHeader .globalHeader__head .utils--pc .disneyIcon p {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    margin-right: 6px;
}

.globalHeader .globalHeader__head .utils--pc .disneyIcon span {
    display: block;
}

.globalHeader .globalHeader__head .utils--pc .disneyIcon sup {
    font-size: 100%;
    top: 0;
}

.globalHeader .globalHeader__head .utils--pc .disneyIcon img {
    display: block;
    width: 24px;
    height: 32px;
}

.globalHeader .globalHeader__head .utils--pc .itemList {
    margin-right: 24px;
}

.globalHeader .globalHeader__head .utils--sp {
    display: none;
}

.globalHeader .globalHeader__nav {
    display: none;
}

.globalHeader .globalNav ul {
    display: flex;
    justify-content: space-between;
}

.globalHeader .globalNav li {
    font-size: 14px;
    color: #808080;
}

.globalHeader .globalNav li.current {
    color: #f29ca4;
}

.globalHeader .globalNav a {
    color: #808080;
    text-decoration: none;
    position: relative;
}

.globalHeader .globalNav a:after {
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    background: #f29ca4;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    position: absolute;
    bottom: -2px;
    left: 50%;
}

.globalHeader .globalNav a:hover {
    color: #f29ca4;
}

.globalHeader .globalNav a:hover:after {
    transform: translateX(-50%) scale(1, 1);
}

/*----------pageContent----------*/
.pageContent {
    padding-top: 103px;
    overflow-x: hidden;
}

/*----------globalFooter----------*/
.globalFooter {
    padding-top: 48px;
    border-top: 1px solid #959696;
    font-size: 14px;
    letter-spacing: 0;
    background: #edeeee;
}

.globalFooter .hotelBlock {
    width: 980px;
    margin: 0 auto;
}

.globalFooter .hotelBlock__inner {
    position: relative;
}

.globalFooter .hotelBlock__bnrs {
    display: flex;
    margin-bottom: 72px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.globalFooter .hotelBlock__bnrs li {
    width: 13%;
}

.globalFooter .hotelBlock__bnrs a {
    display: block;
    width: 100%;
    height: 100%;
}

.globalFooter .hotelBlock__bnrs a:hover {
    opacity: 0.75;
}

.globalFooter .hotelBlock__hotels {
    display: flex;
    padding-bottom: 56px;
    flex-wrap: wrap;
    flex-direction: row;
}

.globalFooter .hotelBlock__hotels .hotelsBox {
    width: 42%;
    box-sizing: border-box;
}

.globalFooter .hotelBlock__hotels .hotelsBox:first-child {
    width: 58%;
    padding: 0 0 57px 0;
    margin-bottom: 0;
    border-right: 1px solid #959696;
}

.globalFooter .hotelBlock__hotels .hotelsBox:first-child .hotelsBox__title {
    left: 0;
}

.globalFooter .hotelBlock__hotels .hotelsBox:first-child .hotelsBox__inner {
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.globalFooter .hotelBlock__hotels .hotelsBox:first-child .hotelsBox__content {
		/* width: 50%; */ /* 1列に変更 */
}

/* .globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner:first-child { */
.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner {
    padding-bottom: 41px;
}

.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner:last-child {
    padding-bottom: 60px; /* 0 */
    margin-top: 41px;
    margin-bottom: 24px;
    border-bottom: none;
}

.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner .list {
    margin-bottom: 0;
}

.globalFooter .hotelBlock__hotels .hotelsBox__title {
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 72px;
}

.globalFooter .hotelBlock__hotels .hotelsBox__title a {
    color: #333;
    text-decoration: none;
}

.globalFooter .hotelBlock__hotels .hotelsBox__title a:hover {
    text-decoration: underline;
}

.globalFooter .hotelBlock__hotels .hotelsBox__inner {
		/* display: flex; */ /* 1列に変更 */
    padding-top: 44px;
    padding-left: 72px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #959696;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    position: relative;
}

.globalFooter .hotelBlock__hotels .hotelsBox__content {
    width: 100%;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list {
    width: 100%;
    margin-bottom: 18px;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list p {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list li {
    padding-left: 16px;
    margin-bottom: 10px;
    position: relative;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list li:last-child {
    margin-bottom: 0;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list a {
    color: #333;
    text-decoration: none;
}

.globalFooter .hotelBlock__hotels .hotelsBox .list a:hover {
    text-decoration: underline;
}

.globalFooter .hotelBlock__hotels .snsBox {
    position: absolute;
    right: 0;
    bottom: 56px;
}

.globalFooter .hotelBlock__hotels .snsBox li {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-left: 16px;
}

.globalFooter .hotelBlock__hotels .snsBox a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.globalFooter .hotelBlock__hotels .snsBox a:hover {
    opacity: 0.75;
}

.globalFooter .contactBlock {
    padding: 56px 0;
    background: #fbe1e4;
    border-top: 1px solid #f29ca4;
}

.globalFooter .contactBlock__inner {
    display: flex;
    width: 980px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
}

.globalFooter .contactBlock__title {
    display: flex;
    width: 540px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.globalFooter .contactBlock__title .logo {
    width: 96px;
    height: 56px;
}

.globalFooter .contactBlock__title .text {
    width: 400px;
		/* height: 26px; */
}

.globalFooter .contactBlock__content {
    width: 326px;
}

.globalFooter .contactBlock__content .address {
    font-size: 18px;
}

.globalFooter .contactBlock__content .address span {
    display: inline-block;
    margin-right: 24px;
}

.globalFooter .contactBlock__content .tel a {
    display: inline-block;
    padding-left: 50px;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.globalFooter .contactBlock__content .tel a:before {
    display: block;
    content: "";
    width: 35px;
    height: 40px;
    background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_phone_pink.svg") no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.globalFooter .contactBlock__content .tel a:hover {
    color: #808080;
}

.globalFooter .contactBlock__content .caution {
    margin-bottom: 9px;
    line-height: 18px;
    font-size: 12px;
}

.globalFooter .contactBlock__content .aiBtn {
    width: 100%;
}

.globalFooter .contactBlock__content .aiBtn a {
    display: block;
    width: 100%;
    height: auto;
}

.globalFooter .contactBlock__content .aiBtn a:hover {
    opacity: 0.75;
}

.globalFooter .corporateBlock {
    background: #fff;
    padding: 64px 0 60px;
}

.globalFooter .corporateBlock a:hover {
    opacity: 0.75;
}

.globalFooter .corporateBlock__hotels {
    width: 980px;
    margin: 0 auto;
}

.globalFooter .corporateBlock__hotels a {
    display: block;
    width: 100%;
    height: 100%;
}

.globalFooter .corporateBlock__hotels .primaryBnr {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.globalFooter .corporateBlock__hotels .bnrList {
    display: flex;
    margin-bottom: 88px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.globalFooter .corporateBlock__hotels .bnrList li {
    width: 14%;
}

.globalFooter .corporateBlock__title {
    width: 320px;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.globalFooter .corporateBlock__title a {
    display: block;
    width: 100%;
    height: auto;
}

.globalFooter .corporateBlock .copyright {
    line-height: 16px;
    text-align: center;
}

/* ========================================
			styles for tablet &amp; SP
========================================*/
@media screen and (max-width: 768px) {

    /*----------html----------*/
    html {
        width: 100%;
        overflow-x: hidden;
    }

    /*----------body----------*/
    body {
        font-size: 14px;
        line-height: 1.7;
        width: 100%;
        overflow-x: hidden;
    }

    /*----------globalHeader----------*/
    .globalHeader {
        position: static;
    }

    .globalHeader .globalHeader__inner {
        width: 100%;
        margin: 0 auto;
    }

    .globalHeader .globalHeader__head {
        padding: 8px 10px;
        margin-bottom: 0;
        box-sizing: border-box;
        align-items: center;
        background: #fff;
    }

    .globalHeader .globalHeader__head .logo {
        width: auto;
        box-sizing: border-box;
    }

    .globalHeader .globalHeader__head .logo .hotelLogo {
        width: 60px;
        max-width: 27%;
        height: auto;
    }

    .globalHeader .globalHeader__head .logo .text {
				/* width: 184px; */
        max-width: 100%;
        height: auto;
    }

    .globalHeader .globalHeader__head .utils--pc {
        display: none;
    }

    .globalHeader .globalHeader__head .utils--sp {
        display: block;
    }

    .globalHeader .globalHeader__head .utils--sp .disneyIcon {
        display: flex;
        width: 34px;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .globalHeader .globalHeader__nav {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1200;
    }

    .globalHeader .globalHeader__nav.activeMenu .navHeader .listIcon img {
        transform: rotate(720deg);
    }

    .globalHeader .globalHeader__nav.activeMenu .navContents {
        transform: translateX(0) translateY(100%);
    }

    .globalHeader .globalHeader__nav.activeForm .navHeader .bookingBtn:after {
        transform: rotate(-45deg);
    }

    .globalHeader .globalHeader__nav.activeForm .navForm {
        height: 80vh;
        transform: translateY(100%);
    }

    .globalHeader .globalHeader__nav .navHeader {
        display: flex;
        width: 100%;
        height: 58px;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
        z-index: 1200;
    }

    .globalHeader .globalHeader__nav .navHeader .bookingBtn {
        display: flex;
        width: calc(100% - 110px);
        padding-left: 10px;
        padding-right: 24px;
        background: #f29ca4;
        box-sizing: border-box;
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .globalHeader .globalHeader__nav .navHeader .bookingBtn:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: rotate(135deg);
        transition: all .3s;
        position: absolute;
        top: 50%;
        right: 10px;
    }

    .globalHeader .globalHeader__nav .navHeader .bookingBtn .icon {
        width: 40px;
        margin-right: 4px;
    }

    .globalHeader .globalHeader__nav .navHeader .bookingBtn .title {
        width: 82px;
        margin-bottom: 4px;
    }

    .globalHeader .globalHeader__nav .navHeader .bookingBtn p {
        color: #fff;
        font-size: 10px;
        line-height: 14px;
    }

    .globalHeader .globalHeader__nav .navHeader .phoneIcon {
        width: 55px;
        height: 100%;
        background: #e4e4e4;
    }

    .globalHeader .globalHeader__nav .navHeader .phoneIcon a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .globalHeader .globalHeader__nav .navHeader .phoneIcon img {
        width: 34px;
        height: auto;
    }

    .globalHeader .globalHeader__nav .navHeader .listIcon {
        background: #f29ca4;
        display: flex;
        width: 55px;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .globalHeader .globalHeader__nav .navHeader .listIcon img {
        display: block;
        width: 32px;
        height: auto;
        transition: all 0.6s;
    }

    .globalHeader .navContents {
        width: 88%;
        max-width: 420px;
        height: 70vh;
        margin-left: auto;
        background: #fad7db;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 999;
        transform: translateX(100%) translateY(100%);
        transition: all 0.6s;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .globalHeader .globalNav {
        display: none;
    }

    .globalHeader .globalNav ul {
        width: 100%;
        display: block;
    }

    .globalHeader .globalNav li {
        border-bottom: 1px solid #fff;
        padding: 8.5px 12px;
        position: relative;
    }

    .globalHeader .globalNav li:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 1px #f29ca4;
        border-right: solid 1px #f29ca4;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
    }

    .globalHeader .globalNav li:last-child {
        border-bottom: none;
    }

    .globalHeader .globalNav li:nth-last-child(-n+3):after {
        display: none;
    }

    .globalHeader .globalNav li:nth-last-child(-n+2) {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .globalHeader .globalNav li.current {
        color: #333;
    }

    .globalHeader .globalNav li.current span {
        padding-left: 16px;
    }

    .globalHeader .globalNav li a {
        display: block;
        width: 100%;
        height: auto;
        padding-left: 16px;
        color: #333;
    }

    .globalHeader .globalNav li a:hover {
        color: #333;
    }

    .globalHeader .globalNav li a:hover:after {
        display: none;
    }

    .globalHeader .globalNav .itemList {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .globalHeader .globalNav .itemList li {
        margin-right: 40px;
        border-bottom: none;
        padding: 0;
    }

    .globalHeader .globalNav .itemList li:after {
        display: none;
    }

    .globalHeader .globalNav .itemList li:last-child {
        margin-right: 0;
    }

    .globalHeader .globalNav .itemList a {
        padding-left: 10px;
    }

    .globalHeader .globalNav .primaryBtn:last-child {
        margin-bottom: 0;
    }

    .globalHeader .globalNav .primaryBtn a {
        display: flex;
        height: 100%;
        padding-left: 0;
        color: #fff;
    }

    .globalHeader .globalNav .primaryBtn a:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_arrow_circleright_white.svg") no-repeat center center/cover;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);
    }

    .globalHeader .globalNav .primaryBtn a:hover {
        color: #fff;
    }

    .globalHeader .globalNav .primaryBtn a:hover:after {
        display: block;
    }

    .globalHeader .navForm {
        display: none;
        width: 100%;
        height: 0;
        max-width: 80vh;
        background: #fbe1e4;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        z-index: 1000;
        overflow-y: auto;
        transition: all 0.8s;
    }

    .globalHeader .navForm__inner {
        width: 88%;
        height: 100%;
        padding-top: 16.5px;
        padding-bottom: 36px;
        margin: 0 auto;
        overflow: visible;
    }

    .globalHeader .navForm .formItems {
        padding-bottom: 16.5px;
        margin-bottom: 16.5px;
        border-bottom: 2px solid #fff;
    }

    .globalHeader .navForm .findEmptyForm__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .globalHeader .navForm .findEmptyForm span {
        font-size: 16px;
    }

    .globalHeader .navForm .findEmptyForm .item select {
        min-width: 80px;
        margin: 0;
    }

    .globalHeader .navForm .findEmptyForm__date {
        width: 100%;
        margin-bottom: 16.5px;
    }

    .globalHeader .navForm .findEmptyForm__date .text {
        display: block;
    }

    .globalHeader .navForm .findEmptyForm__date .item select {
        min-width: 146px;
        margin-right: 16px;
    }

    .globalHeader .navForm .findEmptyForm__date .item select:last-child {
        min-width: 80px;
        margin-right: 0;
    }

    .globalHeader .navForm .findEmptyForm__term .text {
        display: block;
    }

    .globalHeader .navForm .findEmptyForm__people .text:first-child {
        display: block;
    }

    .globalHeader .navForm .findEmptyForm__btn {
        width: 100%;
        margin-top: 24px;
    }

    .globalHeader .navForm .findEmptyForm__btn input {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto 4px;
    }

    .globalHeader .navForm .findEmptyForm__btn .text {
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: center;
        position: static;
    }

    .globalHeader .navForm .formLinks .itemList {
        margin-bottom: 16.5px;
    }

    .globalHeader .navForm .formLinks .itemList li {
        display: block;
        margin-bottom: 4.5px;
    }

    .globalHeader .navForm .formLinks .itemList li a {
        font-size: 14px;
    }

    .globalHeader .navForm .formLinks .btnBox {
        flex-direction: column;
    }

    .globalHeader .navForm .formLinks .btnBox__text {
        display: none;
    }

    .globalHeader .navForm .membersLoginTxt a {
        color: #da7b8d;
        font-weight: 500;
        font-size: 14px;
    }

    .globalHeader .navForm .membersRecruitmentBtn a {
        flex-direction: column;
        text-decoration: none;
    }

    .globalHeader .navForm .membersRecruitmentBtn span {
        color: #fff;
        font-size: 12px;
    }

    .globalHeader .languageSelect {
        margin-bottom: 7px;
    }

    .globalHeader .languageSelect dl {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .globalHeader .languageSelect dt {
        width: 100%;
        display: block;
    }

    .globalHeader .languageSelect dt:after {
        display: none;
    }

    .globalHeader .languageSelect dd {
        display: block;
        width: auto;
        padding: 0;
        padding-bottom: 4px;
    }

    .globalHeader .languageSelect dd:after {
        display: none;
    }

    .globalHeader .languageSelect dd a {
        padding: 0;
    }

    .globalHeader .languageSelect dd.selected {
        position: relative;
    }

    .globalHeader .languageSelect dd.selected:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 2px 4px 2px;
        border-color: transparent transparent #f29ca4 transparent;
        position: absolute;
        left: 50%;
        bottom: 1px;
        transform: translateX(-50%);
    }

    .globalHeader .languageSelect dd.selected:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        border: none;
        background: #f29ca4;
        transform: none;
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
    }

    /*----------pageContent----------*/
    .pageContent {
        padding-top: 0;
    }

    /*----------globalFooter----------*/
    .globalFooter .hotelBlock {
        width: 100%;
        padding-bottom: 40px;
    }

    .globalFooter .hotelBlock__bnrs {
        width: 88%;
        max-width: 420px;
        margin: 0 auto 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .globalFooter .hotelBlock__bnrs li {
        margin-bottom: 16px;
    }

    .globalFooter .hotelBlock__bnrs li:nth-child(-n+2) {
        width: 48%;
    }

    .globalFooter .hotelBlock__bnrs li:nth-child(n+3) {
        width: 30%;
    }

    .globalFooter .hotelBlock__bnrs li:nth-child(6) {
        margin-left: auto;
        margin-bottom: 0;
        margin-right: 5%;
    }

    .globalFooter .hotelBlock__bnrs li:nth-child(7) {
        margin-right: auto;
        margin-bottom: 0;
    }

    .globalFooter .hotelBlock .hotelsBox {
        width: 100%;
        padding: 0;
    }

    .globalFooter .hotelBlock .hotelsBox:first-child {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .globalFooter .hotelBlock .hotelsBox:first-child .hotelsBox__content {
        width: 100%;
    }

    .globalFooter .hotelBlock .hotelsBox--side .hotelsBox__inner:first-child {
        padding-bottom: 0;
    }

    .globalFooter .hotelBlock .hotelsBox--side .hotelsBox__inner:last-child {
        margin-top: 21px;
    }

    .globalFooter .hotelBlock .hotelsBox__inner {
        padding: 0;
        margin-bottom: 0;
        border: none;
        flex-direction: column;
        position: static;
    }

    .globalFooter .hotelBlock .hotelsBox__title {
        width: 88%;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 16px;
        position: relative;
        left: 0;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__title {
        padding-top: 9px;
        padding-bottom: 9px;
        margin-bottom: 0;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__title.js-accordionSP:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(135deg);
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -3px;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .active .hotelsBox__title.js-accordionSP:after {
        transform: rotate(-45deg);
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content {
        display: none;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content--fudosanInfo {
        display: block;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content--fudosanInfo .list {
        border-bottom: none;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content--fudosanInfo ul {
        background: transparent;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content--fudosanInfo li {
        border-bottom: none;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .hotelsBox__content--fudosanInfo a {
        padding-top: 4.5px;
        padding-bottom: 4.5px;
    }

    .globalFooter .hotelBlock .hotelsBox+.hotelsBox .list ul {
        display: block;
    }

    .globalFooter .hotelBlock .hotelsBox__content {
        width: 100%;
    }

    .globalFooter .hotelBlock .hotelsBox .list {
        margin-bottom: 0;
        border-bottom: 1px solid #aaaaab;
    }

    .globalFooter .hotelBlock .hotelsBox .list.active p:after {
        transform: rotate(-45deg);
    }

    .globalFooter .hotelBlock .hotelsBox .list p {
        width: 88%;
        padding-top: 9px;
        padding-bottom: 9px;
        margin: 0 auto;
        position: relative;
    }

    .globalFooter .hotelBlock .hotelsBox .list p:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(135deg);
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -3px;
    }

    .globalFooter .hotelBlock .hotelsBox .list ul {
        display: none;
        background: #fff;
    }

    .globalFooter .hotelBlock .hotelsBox .list li {
        width: 100%;
        padding: 0 6%;
        border-bottom: 1px dotted #aaaaab;
        box-sizing: border-box;
    }

    .globalFooter .hotelBlock .hotelsBox .list li:last-child {
        border-bottom: none;
    }

    .globalFooter .hotelBlock .hotelsBox .list li:before {
        display: none;
    }

    .globalFooter .hotelBlock .hotelsBox .list li a {
        display: block;
        width: 100%;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        padding-left: 24px;
        box-sizing: border-box;
        position: relative;
    }

    .globalFooter .hotelBlock .hotelsBox .list li a:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
    }

    .globalFooter .hotelBlock .snsBox {
        position: static;
    }

    .globalFooter .contactBlock {
        padding: 20px 0;
    }

    .globalFooter .contactBlock__inner {
        width: 88%;
        flex-direction: column;
    }

    .globalFooter .contactBlock__title {
        width: auto;
        max-width: 100%;
        margin-bottom: 0.5px;
    }

    .globalFooter .contactBlock__title .logo {
        display: inline-block;
        width: 19%;
        max-width: 122px;
        margin-right: 4%;
        height: auto;
    }

    .globalFooter .contactBlock__title .text {
        display: inline-block;
				margin-left:-8px;
				/* width: 77%; */
        max-width: 504px;
    }

    .globalFooter .contactBlock__content {
        width: 100%;
    }

    .globalFooter .contactBlock__content .address {
        font-size: 16px;
    }

    .globalFooter .contactBlock__content .address span {
        margin-right: 16px;
    }

    .globalFooter .contactBlock__content .tel a {
        padding-left: 38px;
        font-size: 36px;
        line-height: 1.6;
    }

    .globalFooter .corporateBlock {
        padding-top: 40px;
        padding-bottom: 8px;
    }

    .globalFooter .corporateBlock__hotels {
        width: 88%;
    }

    .globalFooter .corporateBlock .primaryBnr {
        width: 100%;
    }

    .globalFooter .corporateBlock .bnrList {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .globalFooter .corporateBlock .bnrList li {
        width: 30%;
    }

    .globalFooter .corporateBlock .copyright small {
        font-size: 12px;
    }
}
</pre></body></html>